*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.1875;
}

ol,
ul {
  list-style: none;
}

/* old styles */
#Image35 {
  border: 0px solid #000000;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#RollOver1 a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

#RollOver1 a img {
  position: absolute;
  z-index: 1;
  border-width: 0;
}

#RollOver1 span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}

#RollOver1 a .hover {
  visibility: hidden;
}

#RollOver1 a:hover .hover {
  visibility: visible;
}

#RollOver1 a:hover span {
  visibility: hidden;
}

#RollOver1 img {
  border-width: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#wb_RadioButton5 {
  position: absolute;
  left: 275px;
  top: 116px;
  width: 22px;
  height: 22px;
  z-index: 35;
}

#RadioButton1 {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#RadioButton2 {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#wb_Image46 {
  position: absolute;
  left: 112px;
  top: 351px;
  width: 95px;
  height: 64px;
  z-index: 56;
}

#RadioButton3 {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#wb_uid40 {
  color: #3A364F;
  font-family: "Segoe UI Black";
  font-size: 21px;
}

#wb_uid85 {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 16px;
}

#wb_uid52 {
  color: #FFFFFF;
  font-family: "Segoe UI";
  font-size: 17px;
}

#wb_uid41 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 21px;
}

#RadioButton5 {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#wb_uid42 {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 13px;
}

#wb_uid31 {
  position: absolute;
  left: 453px;
  top: 735px;
  margin: 0;
  border-width: 0;
  z-index: 250;
}

#wb_uid32 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 43px;
}

#wb_uid34 {
  color: #FFFFFF;
  font-family: "Segoe UI";
  font-size: 17px;
}

#wb_uid35 {
  color: #FFFFFF;
  font-family: "Segoe UI Black";
  font-size: 17px;
}

#wb_uid36 {
  color: #FFFFFF;
  font-family: "Segoe UI";
  font-size: 17px;
}

#wb_uid37 {
  color: #3A364F;
  font-family: "Segoe UI Black";
  font-size: 21px;
}

#wb_uid38 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 21px;
}

#wb_uid39 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 21px;
}

input[type='checkbox']:focus+label::before {
  outline: none !important;
}

input[type='radio']:focus+label::before {
  outline: none !important;
}

/* /old styles */

.btn {
  display: inline-block;
  border-radius: 2.5rem;
  color: #3A364F;
  font-family: "Segoe UI Black";
  letter-spacing: 0.01em;
}

.btn_inline {
  display: inline-block;
  width: 30rem;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  font-size: 36px;
  font-family: "Segoe UI Black";
  text-transform: uppercase;
}

.btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40rem;
  height: 11.5rem;
  line-height: 1.6;
}

.btn_primary {
  background: #ffd942;
  -webkit-box-shadow: 0 .4rem 0 0 #ffb310;
  box-shadow: 0 .4rem 0 0 #ffb310;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn_primary:hover {
  background: #ffef52;
}

.btn-title,
.btn-subtitle {
  font-weight: 900;
  text-transform: uppercase;
}

.btn-title {
  font-size: 2.1rem;
}

.btn-subtitle {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.page-wrapper {
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* H E A D E R */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

#header.fixed{
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.top-nav-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap_mobile {
  display: none;
}

#wb_Image35 {
  width: 14.6rem;
  height: 6.5rem;
}

#wb_Text58 {
  margin-left: 1.5rem;
  max-width: 16rem;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#wb_CssMenu1 li {
  padding: 0px 4px 0px 0px;
}

#wb_CssMenu1 a {
  display: block;
  color: #6485A5;
  font-family: "Segoe UI";
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}

#wb_CssMenu1 li:hover a,
#wb_CssMenu1 a:hover {
  color: #465D77;
}

#wb_CssMenu1 li.firstmain {
  padding-left: 0px;
}

#wb_CssMenu1 li.lastmain {
  padding-right: 0px;
}

.header__phone {
  font-family: "Segoe UI";
  font-size: 27px;
}

.header__phone_mobile {
  display: none;
}

.header__phone a {
  color: #6485A5;
  line-height: 1;
}

#wb_Text57>a::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icn06%2d1.png);
  background-size: contain;
  vertical-align: bottom;
}


/* L A Y E R 1 */
#Layer1 {
  position: relative;
  padding: 20rem 0 18rem;
  background-image: url(images/bg01%2d3.jpg);
  background-position: center bottom;
}

#Layer1_Container {
  position: relative;
}

.layer1__content {
  max-width: 600px;
}

#Line1 {
  margin-bottom: 3rem;
  max-width: 119px;
  height: 3px;
  background-color: #465D77;
}

#wb_Text1 {
  margin-bottom: 8.2rem;
}

#wb_uid32 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 4.4rem;
}

#wb_Text2 {
  margin-bottom: 6rem;
  max-width: 33.8rem;
  max-height: 90px;
}

#wb_uid33 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 2rem;
}

#RollOver1 {
  display: inline-block;
}

#RollOver1 a {
  text-decoration: none;
}

.Layer1__adv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  padding-top: 11.5rem;
  width: 100%;
  max-width: 57.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#wb_Text4 {
  margin-right: 13.5rem;
  max-width: 17.5rem;
}

#wb_Text5 {
  max-width: 21rem;
}

#wb_Text3 {
  margin-top: -12rem;
  margin-left: 15rem;
  max-width: 19rem;
}

/* L A Y E R 2 */

#Layer2 {
  padding-bottom: 11rem;
  background: #b1c7dc;
}

.layer2__left,
.layer2__right {
  width: 50%;
  overflow: hidden;
}

.section-heading h2 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 3.7rem;
  letter-spacing: 0.07px;
}

.layer2__heading {
  margin-top: 10rem;
}

.layer2-left-content {
  margin-top: 6rem;
  font-size: 21px;
  color: #465D77;
}

.award-row {
  margin-top: 2.5rem;
  max-width: 36rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.award__img {
  max-height: 7.5rem;
}

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

.award-note img {
  max-width: 5.2rem;
}

.award__caption {
  margin-top: 0.5rem;
  font-size: 1.7rem;
  color: #3A364F;
  text-align: center;
}

.layer2__right {
  padding-top: 7rem;
  background: #cfe0f0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#Form01 {
  position: relative;
  height: 100%;
}

#wb_Form01 {
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 454px;
  color: #3A364F;
  overflow: hidden;
}

#Form01 .frame {
  padding-top: 2rem;
  padding-left: 3rem;
  width: 100%;
  max-width: 56.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.frame__heading {
  margin-bottom: 3rem;
  font-size: 20px;
}

.frame__complects {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complect {
  position: relative;
}

.complect input[type='radio'] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.complect label {
  position: relative;
  display: block;
  padding: 2.5rem 2.2rem;
  width: 16.9rem;
  height: 20.2rem;

  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.complect label span {
  position: relative;
  z-index: 5;
}

.complect label .bold {
  font-family: "Segoe UI Black";
}

.complect label::before,
.complect label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#wb_RadioButton1 label::before {
  background-image: url(images/label01%2d1.png);
}

#wb_RadioButton2 label::before {
  background-image: url(images/label02%2d1.png);
}

#wb_RadioButton3 label::before {
  background-image: url(images/label03%2d1.png);
}

#wb_RadioButton1 input[type='radio']:checked+label::after {
  background-image: url(images/label01%2d2.png);
}

#wb_RadioButton2 input[type='radio']:checked+label::after {
  background-image: url(images/label02%2d2.png);
}

#wb_RadioButton3 input[type='radio']:checked+label::after {
  background-image: url(images/label03%2d2.png);
}

.complect input[type='radio']:focus+label::before {
  outline: thin dotted;
}

.frame__footer {
  margin-top: auto;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sizes-frame__footer,
.period-frame__footer {
  max-width: 45.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.frame__footer .btn {
  margin-top: 1rem;
}

/* frame 2 */
.sizes {
  margin-top: 4.5rem;
}

.sizes__form-group input {
  width: 100%;
  max-width: 11.7rem;
  height: 5.5rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Segoe UI";
  font-size: 19px;
  line-height: 47px;
  padding: .4rem .4rem .4rem 3rem;
}

.sizes__form-group input:focus {
  border-color: #66AFE9;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.60);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.60);
  outline: 0;
}

.sizes__form-group .unit {
  margin-left: 0.8rem;
  font-size: 21px;
}

.sizes-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 16px;
}

/* frame 3 */
.period-row {
  margin-top: 5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.period__form-group {
  position: relative;
  margin-bottom: 3rem;
}

.period-radio[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.period-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 19px;
  padding-left: 5rem;
  padding-right: 3rem;
  height: 5.5rem;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.period-label::before,
.period-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.period-label::before {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;

}

.period-label::after {
  color: #FFFFFF;
  z-index: 5;
}

.period-radio[type="radio"]:checked+.period-label::after {
  background-color: #3A364F;
  border-color: #3A364F;
  -webkit-transform: translateY(-50%) scale(0.8, 0.8);
  -ms-transform: translateY(-50%) scale(0.8, 0.8);
  transform: translateY(-50%) scale(0.8, 0.8);
}

.period-radio[type='radio']:focus+.period-label::before {
  outline: thin dotted;
}

/* frame 4 */
.contacts-heading {
  margin-bottom: 1.6rem;
  font-size: 32px;
}

.contacts-text {
  font-size: 19px;
}

.contacts-row {
  margin-top: 2rem;
}

.contacts-input-wrap {
  position: relative;
}

.contacts-input-wrap::before {
  content: '';
  position: absolute;
  left: .8rem;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 3rem;
  height: 100%;
  background: transparent center no-repeat;
}

.contacts-input-wrap_phone {
  margin-right: 2rem;
}

.contacts-input-wrap_phone::before {
  background-image: url(images/phone01.png);
}

.contacts-input-wrap_mail::before {
  background-image: url(images/1571628%2d2001.png);
}

.contacts-label {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.contacts-input {
  width: 100%;
  max-width: 25rem;
  height: 8.5rem;
  border-radius: 2rem;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 19px;
  padding: .4rem .4rem .4rem 4.5rem;

  position: relative;
}

.contacts-input:focus {
  border-color: #66AFE9;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.60);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px rgba(102, 175, 233, 0.60);
  outline: 0;
}

.contacts-frame__footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-submit-wrap {
  margin-top: 2.5rem;
}

.frame-back-btn {
  font-size: 35px;
  letter-spacing: 0.07px;
  cursor: pointer;
}

/* Layer 3 */
#Layer3 {
  padding-top: 7rem;
  padding-bottom: 9rem;
}

.Layer3-adv {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Layer3__heading {
  margin-bottom: 8rem;
  text-align: center;
}

.Layer3-adv__item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  padding: 5rem 2rem 2rem 4rem;
  width: 57rem;
  height: 36.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3rem;
  overflow: hidden;
  color: #3A364F;
}

.Layer3-adv__item-prod {
  background-image: url(images/zxcxxx.png);
}

.Layer3-adv__item-control {
  background-image: url(images/zxcxxx2233233.png);
}

.Layer3-adv__item-benefit {
  background-image: url(images/zxcxxx23222.png);
}

.Layer3-adv__item-deliv {
  background-image: url(images/zxssdss2345534.png);
}

.adv-heading {
  margin-bottom: 3.5rem;
}

.adv-heading h3 {
  font-size: 3.2rem;
  font-family: "Segoe UI Black";
  color: #3A364F;
}

.Layer3-adv__item-prod,
.Layer3-adv__item-prod h3,
.Layer3-adv__item-deliv,
.Layer3-adv__item-deliv h3 {
  color: #fff;
}

.Layer3-adv__item-prod .adv-content {
  max-width: 28rem;
}

.Layer3-adv__item-control .adv-content {
  max-width: 24rem;
}

.Layer3-adv__item-benefit .adv-content {
  max-width: 24.5rem;
}

.Layer3-adv__item-deliv .adv-content {
  max-width: 30rem;
}

.adv-decsr {
  font-size: 17px;
  line-height: 1.47;
}

.adv-decsr p:not(:last-child) {
  margin-bottom: 1em;
}

.Layer3-adv__item-benefit .adv-decsr {
  line-height: 1.2;
}

/* Layer 4 */
#Layer4 {
  padding-bottom: 9rem;
  position: relative;
  color: #465D77;
  background: url(images/bg04%2d2.jpg) center top no-repeat;
}

.Layer4-before {
  height: 9.9rem;
  background: #E9EFF4;
}

.Layer4__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11rem;
  max-width: 85rem;
}

.Layer4__heading h2 {
  display: block;
  text-align: center;
}

.Layer4-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55.9rem;
}

.Layer4-text-block {
  position: absolute;
  top: 24rem;
  left: calc(50vw - 55rem);
  font-size: 21px;
}

.Layer4-carouel-wrap {
  margin-left: auto;
  margin-top: -2rem;
  position: relative;
  width: 100%;
  max-width: 76rem;
}

#Carousel2 .frame {
  width: 77.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23.7rem;
}

.Carousel2__item {
  position: relative;
  width: 23.3rem;
  height: 18rem;
}

.Carousel2__item:not(:last-child) {
  margin-right: 1.5rem;
}

.Carousel2__item-caption {
  position: absolute;
  left: 3.5rem;
  right: 0;
  top: 5rem;
  font-size: 19px;
}

.Carousel2__item-caption .bold {
  font-family: "Segoe UI Black";
}

.Carousel2__item img {
  max-width: 100%;
}

.Carousel2-btn {
  position: absolute;
  top: 21.5rem;
  right: 4.5rem;
}


/* Layer 8 */
#Layer8 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
  background-image: url(images/wew.jpg);
  background-position: center bottom;
  color: #465D77;
  overflow: hidden;
}

.Layer8_Container {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Layer8__left {
  position: relative;
  z-index: 10;
  max-width: 40rem;
}

.Layer8__heading {
  margin-bottom: 7rem;
}

.Layer8__left-text {
  margin-bottom: 8rem;
  max-width: 32rem;
  font-size: 21px;
}

.Layer8__btn {
  margin-bottom: 5rem;
}

.Layer8__btn a {
  text-decoration: none;
}

.Layer8__img {
  position: absolute;
  top: 0;
  left: calc(50vw - 15rem);
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 1%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Layer8__img img {
  margin-right: calc(50vw - 41rem);
  margin-left: auto;
  display: block;
  max-width: 55.4rem;
}

.Layer8__right {
  width: 100%;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Layer8-right-header {
  color: #6485A5;
  margin-right: 3.5rem;
}

.Layer8-right-num {
  font-family: "Segoe UI Black";
  font-size: 75px;
}

.Layer8-right-years {
  font-size: 27px;
}

.Layer8-right-text {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  font-size: 19px;
  max-width: 20rem;
}

.Layer8-shape {
  position: relative;
  z-index: 1;
  margin-right: 2.5rem;
  padding-right: 4.5rem;
  padding-left: 10rem;
  padding-top: 4.5rem;
  padding-bottom: 8.5rem;
  max-width: 34.7rem;
  background: #fff;
  border-radius: 1rem;
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 17px;
  overflow: hidden;
}

.Layer8-shape-heading {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 20px;
  max-width: 20rem;
}

/* Layer 6 */
#Layer6 {
  padding-top: 11rem;
  padding-bottom: 13.5rem;
  background: url(images/zxcdfds.jpg) center top no-repeat;
  color: #fff;
}

.Layer6-content {
  max-width: 60rem;
}

.Layer6__heading {
  margin-bottom: 6rem;
}

.Layer6__heading h2 {
  color: #fff;
}

.Layer6-work-wrap {
  margin-bottom: 7.5rem;
  width: 100%;
  max-width: 52.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Layer6-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.Layer6-work__img {
  margin-right: 2rem;
}

.Layer6-work__img_note {
  width: 6.1rem;
  height: 7.3rem;
}

.Layer6-work__img_num {
  width: 9.5rem;
  height: 6.4rem;
}

.Layer6-work__text_note {
  max-width: 15rem;
}

.Layer6-work__text_num {
  max-width: 15rem;
}

.Layer6__btn a {
  text-decoration: none;
}

/* Layer 7 */
#Layer7 {
  padding-top: 11rem;
  padding-bottom: 11rem;
  position: relative;
  font-family: "Segoe UI";
  background-color: #FAFAFA;
}

.Layer7__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
  max-width: 70rem;
}

.Layer7__heading h2 {
  display: block;
  text-align: center;
}

.Layer7__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 97.2rem;
  border-radius: 2.5rem;
  overflow: hidden;
}

.Layer7-order {
  padding-top: 7rem;
  padding-left: 7.5rem;
  padding-bottom: 5rem;
  background: url(images/zxcd23.png) center no-repeat;
  background-size: cover;
}

.Layer7-order__content {
  max-width: 44rem;
}

.Layer7-order-heading {
  margin-bottom: 1.5rem;
}

.Layer7-order-heading h3 {
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 3.2rem;
}

.Layer7-order-text {
  margin-bottom: 3rem;
  max-width: 35rem;
  color: #000000;
  font-size: 17px;
}

.Layer7__btn a {
  text-decoration: none;
}


.Layer7-reg-wrap {
  font-size: 17px;
  color: #fff;
}

.Layer7-reg,
.Layer7-prod {
  padding-top: 5rem;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-size: cover;
}

.Layer7-reg {
  padding-left: 7.5rem;
  background-image: url(images/dgffrrr.png);
}

.Layer7-prod {
  padding-left: 5rem;
  padding-bottom: 16.5rem;
  background-image: url(images/zxcd234565.png);
  color: #BDCDDC;
}

.Layer7-reg-heading,
.Layer7-prod-heading {
  margin-bottom: 1.5rem;
}

.Layer7-reg-heading h3,
.Layer7-prod-heading h3 {
  color: #FFFFFF;
  font-family: "Segoe UI";
  font-size: 3.2rem;
}

.Layer7-reg-heading h3 {
  color: #FFFFFF;
}

.Layer7-prod-heading h3 {
  color: #BDCDDC;
}

.Layer7-reg-wrap-text p:not(:last-child) {
  margin-bottom: 4.5rem;
}

.Layer7-deliv {
  padding-top: 5rem;
  padding-bottom: 18.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url(images/xcsdsss.png);
}

.Layer7-deliv__content {
  padding-left: 5rem;
  width: 50%;
}

.Layer7-deliv-heading {
  margin-bottom: 4rem;
}

.Layer7-deliv-heading h3 {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 3.2rem;
}

.Layer7-deliv-text {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 17px;
}


/* Layer 9 */
#Layer9 {
  padding-top: 8rem;
  padding-bottom: 26.5rem;
  background-color: #EAF0F6;
}

.Layer9__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
  max-width: 82rem;
}

.Layer9__heading h2 {
  display: block;
  text-align: center;
}

.Layer9-features {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 107rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Layer9-feature {
  width: 17.6rem;
}

.Layer9-feature__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 80px;
}

.Layer9-feature__img img {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 5px;
  margin-bottom: -20px;
  width: 100%;
  max-width: 32px;
}

.Layer9-feature__img::before {
  content: url(images/xvcvbvn2.png);
  display: block;
  position: absolute;
  z-index: 0;
  width: auto;
  max-width: 183px;
  top: -35px;
  left: -60px;
}

.Layer9-feature__caption {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 17px;
  text-align: center;
}

.Layer9-feature__caption .bold {
  font-weight: 900;
}


/* carousel1 */
.carousel1-wrap {
  position: relative;
  width: 100%;
  height: 61.8rem;
  overflow: hidden;
}

.carousel1 {
  position: absolute;
}

#Carousel1 .frame {
  width: 1165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 618px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-slide-img {
  max-width: 100%;
  height: auto;
}

#wb_Carousel1 .pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 998;
}

#wb_Carousel1 .pagination img {
  border-style: none;
  padding: 12px 12px 12px 12px;
}

#Carousel1_back,
#Carousel1_next {
  position: absolute;
  top: 42%;
  width: 94px;
  height: 97px;
  z-index: 999;
  cursor: pointer;
}

#Carousel1_back {
  left: 4px;
}

#Carousel1_next {
  right: 4px;
}

/* Layer 10 */
#Layer10 {
  position: relative;
  padding-top: 44.5rem;
  padding-bottom: 10rem;
  background: url(images/rhfqyzz32344.jpg) center top no-repeat;
}

.Layer10_content {
  position: relative;
  z-index: 1;
  max-width: 50rem;
}

.Layer10__heading {
  margin-bottom: 11.5rem;
}

.Layer10__heading h2 {
  font-size: 4.3rem;
  color: #EAF0F6;
}

.Layer10__man {
  position: absolute;
  right: calc(50vw - 56rem);
  bottom: 0;
  z-index: 0;
  width: 71rem;
}

.Layer10__btn a {
  text-decoration: none;
}


/* Layer 11 */
#Layer11 {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 100%;
  height: 46.8rem;
}

.Layer11__container {
  padding-top: 7.5rem;
  padding-right: 8.5rem;
  max-width: 110.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #c5d3e0 url(images/rhfqyzz6444.png) center no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
}

.Layer11__content {
  margin-left: auto;
  max-width: 54rem;
}

.Layer11__heading {
  margin-bottom: 5rem;
}

.Layer11__heading h2 {
  color: #3A364F;
  font-family: "Segoe UI Black";
  font-size: 3.7rem;
}

.Layer11__text {
  color: #465D77;
  font-family: "Segoe UI";
  font-size: 19px;
}



/* Layer 12 */
#Layer12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.Layer12__heading {
  margin-bottom: 3rem;
}

.Layer12__heading h2 {
  display: block;
  color: #3A364F;
  font-size: 4.3rem;
  text-align: center;
}

.map-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 64rem;
  height: 44rem;
}

.requisites {
  margin-left: 5rem;
  padding: 3rem;
  width: 44rem;
  height: auto;
  background: #d0e0ef;
  border-radius: 2rem;
  color: #465D77;
  font-size: 16px;
}

.requisites__text {
  margin-bottom: .65em;
}

.phone-link {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.phone-link a {
  color: #465D77;
  text-decoration: none;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 900;
}

.phone-link a::before {
  content: '';
  display: inline-block;
  margin-right: 1.2em;
  width: 1.6em;
  height: 1.6em;
  background: url(../images/icn06.png);
  background-size: contain;
  vertical-align: bottom;
}

.mail-link a {
  color: #00f;
  text-decoration: none;
  font-weight: 900;
}

.mail-link a::before {
  content: '';
  display: inline-block;
  margin-right: 1em;
  margin-bottom: -0.3em;
  width: 2.1em;
  height: 2.1em;
  background: url(../images/icn03.png);
  background-size: contain;
  vertical-align: bottom;
}


/* Footer */
.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #B1C7DC;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo__img {
  margin-right: 2.5rem;
  width: 14.6rem;
  height: 6.5rem;
  overflow: hidden;
}

.footer-logo__img img {
  display: block;
  max-width: 100%;
}

.footer-logo__caption {
  max-width: 43rem;
  color: #3A364F;
  font-family: "Segoe UI";
  font-size: 27px;
}

.footer__phone-link {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer__phone-link a {
  color: #3A364F;
}

.footer__phone-link a::before {
  margin-right: .8em;
}

.footer__feedback-btn {
  width: 18.8rem;
  height: 6.2rem;
  line-height: 6.2rem;
  text-transform: none;
  font-size: 16px;
}



/* This classes must be at the end */
#wb_Bookmark1,
#wb_Bookmark2,
#wb_Bookmark3 {
  width: 0;
  height: 0;
  visibility: hidden;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

/* Fancy Box */
#fancybox-wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#fancybox-close {
  right: -54px !important;
}

#fancybox-outer {
  background: transparent !important;
}

.fancybox-bg {
  display: none !important;
}



/*  M E D I A   Q U E R I E S */
/* X L */
@media (max-width: 1399.98px) {
  .footer {
    padding-bottom: 10rem;
  }
}

/* L G */
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }

  .top-nav-bar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #wb_Text58 {
    display: none;
  }

  .top-menu-wrap {
    margin-bottom: .6rem;
  }

  .header__phone {
    margin-bottom: .2rem;
  }

  .Layer1__adv {
    right: -12rem;
  }

  /* Layer2 */
  #Layer2 {
    padding-bottom: 6rem;
  }

  .layer2__heading {
    margin-top: 5.2rem;
  }

  .layer2__right {
    padding-top: 4rem;
  }

  #wb_Form01 {
    width: 100%;
    max-width: 50rem;
  }

  #Form01 .frame {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .frame__complects {
    width: 100%;
  }

  .complect label {
    width: 15rem;
  }

  .period-row {
    margin-top: 0;
    margin-right: -2rem;
  }

  .period-label {
    margin-right: 1.5rem;
  }

  .frame__footer {
    margin-top: auto;
  }

  /* Layer2 */
  .Layer3-adv {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .Layer3-adv__item {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2rem 2rem;
    width: 45.5rem;
    height: 28.8rem;
  }

  .adv-heading {
    margin-bottom: 1.5rem;
  }

  .Layer3-adv__item-benefit {
    background-size: 107%;
    background-position: left top;
  }

  /* Layer 4 */
  #Layer4 {
    background-position: left calc(50vw - 96rem + 10rem) top;
    background-size: 1920px 850px;
  }

  .Layer4-carouel-wrap {
    margin-top: 25rem;
    max-width: 75rem;
  }

  .Layer4-text-block {
    left: calc(50vw - 45rem);
  }

  /* Layer 8 */
  .Layer8-shape {
    margin-right: 0;
    padding-left: 5rem;
    max-width: 28.7rem;
    background: -o-linear-gradient(335deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .55));
    background: linear-gradient(115deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .55));
  }

  .Layer8__img {
    z-index: 0;
  }


  /* Layer 9 */
  .carousel1-wrap {
    height: 54rem;
  }

  #Carousel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #Carousel1 .frame {
    width: 81rem;
    height: 54rem;
  }

  #Carousel1_back,
  #Carousel1_next {
    width: 5rem;
    height: 5rem;
  }

  #Carousel1_back img,
  #Carousel1_next img {
    width: 100%;
    height: 100%;
  }

  #Carousel1_back {
    left: 0;
  }

  #Carousel1_next {
    right: 0;
  }

  /* Layer 11 */
  .Layer11__container {
    padding-right: 3.5rem;
  }

  /* Layer 12 */
  .map-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .map-wrap iframe {
    width: 100%;
  }

  .requisites {
    margin-left: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

/* M D */
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  .btn {
    border-radius: 1.6rem;
  }

  .btn_block {
    width: 32rem;
    height: 10rem;
  }

  .btn_inline {
    width: 24rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.5rem;
  }

  .btn-title {
    font-size: 1.8rem;
  }

  .btn-subtitle {
    font-size: 1rem;
  }

  .frame-back-btn {
    font-size: 2.5rem;
  }

  .header {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  }

  .top-nav-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #wb_Text58 {
    display: block;
    max-width: 23rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  #wb_uid42 {
    font-size: 12px;
  }

  .top-menu-wrap {
    margin-top: 2rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .top-menu {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #wb_CssMenu1 a {
    font-size: 1.8rem;
  }

  .header__phone {
    font-size: 2.4rem;
  }

  #Layer1 {
    margin-top: 13rem;
    padding-top: 5rem;
    background-size: 192rem 100rem;
    background-position: left calc(50vw - 115rem) top;
    background-repeat: no-repeat;
    height: 100rem;
    z-index: 1;
  }

  #wb_Text1 {
    margin-bottom: 24rem;
  }

  #wb_Text2 {
    margin-bottom: 25rem;
  }

  .layer1__content {
    position: relative;
    z-index: 1;
    max-width: none;
  }

  .Layer1__adv {
    padding-top: 30rem;
    right: -5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #wb_Text3 {
    margin-top: 27rem;
  }


  /* Layer 2 */
  .setion-heading {
    margin-bottom: 5rem;
    text-align: center;
  }

  #Layer2_Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layer2__left,
  .layer2__right {
    width: 100%;
  }

  .layer2-left-content {
    margin-top: 4rem;
    padding-left: 1.5rem;
  }

  .layer2__right {
    margin-top: 5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .complect label {
    width: 16.3rem;
  }

  /* Layer 3 */
  #Layer3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .Layer3__heading {
    margin-bottom: 5rem;
  }

  .Layer3-adv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .Layer3-adv__item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4rem;
    width: 52rem;
  }

  .Layer3-adv__item:last-child {
    margin-bottom: 0;
  }

  .Layer3-adv__item-benefit .adv-content {
    max-width: 26rem;
  }

  /* Layer 4 */
  .Layer4-before {
    height: 5rem;
  }

  #Layer4 {
    background-position: left calc(50vw - 96rem + 21rem) top;
  }

  .Layer4-carouel-wrap {
    margin-top: 30rem;
  }

  .Layer4-text-block {
    left: calc(50vw - 34rem);
  }

  #Carousel2 .frame {
    width: 100%;
  }

  .Carousel2__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 22rem;
  }

  .Carousel2-btn {
    width: 7.5rem;
    height: 7.5rem;
    right: 0;
    top: 20rem;
  }

  .Carousel2-btn img {
    max-width: 100%;
  }

  /* Layer 8 */
  #Layer8 {
    padding-bottom: 5rem;
    background-image: none;
    background-color: #e2ebf2;
  }
  .Layer8__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

  .Layer8__img img {
    margin-right: calc(50vw - 54rem);
    max-width: 56rem;
  }

  .Layer8_Container {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .Layer8__left,
  .Layer8__right {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .Layer8__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .Layer8__heading {
    margin-bottom: 4rem;
  }

  .Layer8__left-text {
    margin-bottom: 6rem;
    max-width: 60rem;
  }

  .Layer8-right-header {
    margin-right: 0;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.8rem;
  }

  .Layer8-right-header>div:first-child {
    line-height: 1.4rem;
  }

  .Layer8-right-text {
    margin-top: -.8rem;
    margin-left: 2rem;
    margin-bottom: 0;
  }

  .Layer8-shape {
    margin-bottom: 4rem;
    padding-left: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .Layer8__btn {
    margin-bottom: 0;
  }

  /* Layer 6 */
  #Layer6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  #Layer6::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: -o-linear-gradient(225deg, rgba(15, 30, 51, 0.5), rgba(15, 30, 51, 0.15));
    background: linear-gradient(225deg, rgba(15, 30, 51, 0.5), rgba(15, 30, 51, 0.15));
  }

  #Layer6_Container {
    position: relative;
    z-index: 1;
  }

  .Layer6-content {
    max-width: none;
  }

  .Layer6__heading h2 {
    display: block;
    text-align: center;
  }

  /* Layer 7 */
  #Layer7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .Layer7__heading {
    margin-bottom: 5rem;
  }

  .Layer7-order {
    background-position-x: -8rem;
  }

  .Layer7-prod {
    padding-bottom: 14.5rem;
  }

  .Layer7-deliv {
    padding-bottom: 13.5rem;
    background-size: cover;
    background-position-x: -3rem;
  }


  /* Layer 9 */
  #Layer9 {
    padding-top: 5rem;
  }

  .carousel1-wrap {
    height: 41rem;
  }

  #Carousel1 .frame {
    width: 57rem;
    height: 41rem;
  }

  /* Layer 11 */
  .Layer11__container {
    position: relative;
    -webkit-box-shadow: 0 0 18px -1px rgb(0, 0, 0, .2);
    box-shadow: 0 0 18px -1px rgb(0, 0, 0, .2);
  }

  .Layer11__content {
    position: relative;
    z-index: 1;
  }

  .Layer11__text {
    color: #2d2a3d;
  }

  .Layer11__container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
  }

  /* Layer 12 */
  #Layer12 {
    padding-bottom: 2rem;
  }

  .Layer12__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-wrap {
    margin-bottom: 2rem;
    width: 100%;
  }

  .map-wrap iframe {
    height: 32rem;
  }

  .requisites {
    margin-left: 0;
    width: 100%;
  }

  .requisites__text {
    margin-bottom: 1em;
  }

  .requisites__text-req {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .requisites__text-req span {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .requisites-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .phone-link,
  .mail-link {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
  }

  /* Footer */
  .footer {
    padding-bottom: 5rem;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-feedback {
    margin-top: 4rem;
    width: 100%;
    max-width: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__phone-link {
    width: auto;
  }

  .footer__phone-link a {
    font-size: 20px;
  }

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



  /* displays */
  .d-block_md {
    display: block;
  }

  .d-inline_md {
    display: inline;
  }

  .d-none_md {
    display: none;
  }

}

/* S M */
@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }

  .container {
    max-width: 540px;
  }

  .top-nav-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__phone {
    margin-left: auto;
    margin-top: 2rem;
  }

  #wb_Text58 {
    max-width: 18rem;
  }

  #Layer1 {
    margin-top: 13rem;
    background-position: left calc(50vw - 120rem) top;
  }

  .Layer1__adv {
    right: -2rem;
  }

  #wb_Text1 {
    margin-bottom: 27rem;
  }

  #Line1 {
    display: none;
  }

  #wb_Text2 {
    margin-bottom: 24rem;
  }

  #wb_Text4 {
    margin-right: 14.5rem;
  }

  #wb_uid33 {
    display: inline-block;
    color: #3A364F;
    border-radius: 1.6rem;
    background: rgba(207, 224, 240, .45);
    background: rgba(255, 255, 255, .45);
    padding: 1.6rem;
  }

  #wb_uid33,
  #wb_uid34,
  #wb_uid35,
  #wb_uid36,
  #wb_uid37,
  #wb_uid38,
  #wb_uid39,
  #wb_uid40,
  #wb_uid41 {
    font-size: 16px;
  }

  /* Layer 2 */
  .layer2__right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #wb_Form01 {
    max-width: 60rem;
    height: 47rem;
  }

  .complect label {
    width: 20rem;
  }

  .award__caption {
    margin-top: 2.5rem;
  }

  /* Layer 3 */
  .Layer3-adv__item {
    width: 60rem;
    height: 35rem;
  }

  .Layer3-adv__item-prod .adv-content {
    max-width: 34rem;
  }

  .Layer3-adv__item-control .adv-content {
    max-width: 28rem;
  }

  .Layer3-adv__item-benefit .adv-content {
    max-width: 32rem;
  }

  .Layer3-adv__item-deliv .adv-content {
    max-width: 37rem;
  }

  /* Layer 4 */
  #Layer4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: none;
    background-color: #eaeff5;
  }

  .Layer4-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 42rem;
  }

  .Layer4__heading {
    margin-bottom: 5rem;
  }

  .Layer4-text-block {
    position: static;
  }

  .Layer4-carouel-wrap {
    margin-top: 5rem;
  }

  .Carousel2__item {
    width: 20.5rem;
  }

  .Carousel2__item-caption {
    left: 1.5rem;
    top: 3rem;
  }


  /* Layer 7 */
  .Layer7__content {
    max-width: 60rem;
  }

  .Layer7-order,
  .Layer7-reg,
  .Layer7-prod {
    padding-top: 4rem;
    padding-left: 4rem;
  }

  .Layer7-deliv {
    padding-top: 4rem;
  }

  .Layer7-deliv__content {
    padding-left: 4rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 34rem;
  }

  .Layer7-reg-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .Layer7-reg,
  .Layer7-prod {
    padding-bottom: 4rem;
    width: 100%;
    height: 32rem;
  }

  .Layer7-reg {
    background-position-y: -9rem;
  }

  .Layer7-deliv {
    padding-bottom: 7rem;
    background-position-x: -4.5rem;
  }

  /* Layer 9 */
  #Layer9 {
    padding-bottom: 22rem;
  }

  .Layer9__heading {
    margin-bottom: 5rem;
  }

  .Layer9-features {
    margin-bottom: 0;
    padding-bottom: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .Layer9-feature {
    width: 23rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .carousel1-wrap {
    height: 37rem;
  }

  #Carousel1 .frame {
    width: 51rem;
    height: 37rem;
  }

  #wb_Carousel1 .pagination {
    bottom: -1rem;
  }

  /* Layer 10 */
  .Layer10__man img {
    width: 68rem;
  }

  /* Footer */
  .footer {
    padding-bottom: 10rem;
  }

  .footer-logo__caption {
    font-size: 20px;
  }

  .footer-feedback {
    margin-top: 2rem;
  }

  .footer__feedback-btn {
    font-size: 16px;
  }

  /* Fancy */
  #fancybox-wrap {
    width: 100% !important;
    max-width: 536px !important;
  }

  #fancybox-wrap {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #fancybox-content {
    width: auto !important;
  }

  #fancybox-close {
    display: none !important;
  }


  /* Displays */
  .d-inline_sm {
    display: inline;
  }

  .d-none_sm {
    display: none;
  }
}

/* X S */
@media (max-width: 575.98px) {
  .container {
    max-width: 410px;
  }

  .scroll-hidden {
    overflow: hidden;
  }

  .top-nav-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-menu-wrap {
    margin-top: 0;
    padding-top: 10.5rem;
    padding-bottom: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 50%;
    min-width: 320px;
    background: #f0f0f0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
  }

  .top-menu__container {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    background: #fafafa;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .top-menu {
    overflow: visible;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .top-menu-item {
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    opacity: 0;
  }

  #wb_CssMenu1 li {
    padding-right: 0;
  }

  #wb_CssMenu1 li:hover a,
  .header__phone_mobile:hover a {
    background: rgba(60, 80, 215, .22);
  }

  #wb_CssMenu1 a {
    margin-top: 0;
    padding-right: 3rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 2rem;
    font-size: 18px;
    text-align: left;
    border-bottom: none;
  }

  .header__phone {
    display: none;
  }

  .header__phone_mobile {
    display: block;
    opacity: 0;
    margin: 0;
  }

  #wb_Text57 a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .top-menu-wrap.open .header__phone_mobile {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }

  .menu-toggle-wrap {
    padding: 8px;
    display: block;
    position: absolute;
    top: 22px;
    right: 17px;
    z-index: 9999;
    border: 1px solid #e2d9d9;
    border-radius: 4px;
  }

  .menu-toggle {
    position: relative;
    z-index: 9999;
    width: 27px;
    height: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

  }

  .menu-toggle__item {
    position: absolute;
    width: 27px;
    height: 3px;
    background-color: #7a7a7a;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-toggle__item:first-child {
    top: 0;
    left: 0;
  }

  .menu-toggle__item:nth-child(2) {
    top: 7px;
    left: 0;
  }

  .menu-toggle__item:last-child {
    top: 14px;
    left: 0;
  }

  .menu-toggle.open .menu-toggle__item:first-child {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-toggle.open .menu-toggle__item:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open .menu-toggle__item:last-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .logo-wrap_mobile {
    display: block;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 72%;
    max-width: 320px;
  }

  .top-nav-overl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .top-nav-overl.open {
    z-index: 980;
    width: 100%;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
  }

  .top-menu-wrap.open .top-menu-item {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }

  .top-menu-wrap.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  #Layer1 {
    margin-top: 10rem;
    padding-bottom: 5rem;
    height: auto;
    background-size: cover;
    background-position: left calc(50vw - 36rem) top;
  }

  #wb_uid32 {
    font-size: 3.4rem;
  }

  #wb_Text1 {
    margin-bottom: 2rem;
  }

  #Line1 {
    display: block;
  }

  #wb_Text2 {
    margin-bottom: 0;
  }

  #wb_Text3 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    max-width: 22rem;
  }

  #wb_uid33 {
    background: none;
    padding-left: 0;
  }

  #wb_uid34,
  #wb_uid35,
  #wb_uid36 {
    color: #3A364F;
  }


  #Line1 {
    margin-bottom: 0;
  }

  .Layer1__adv {
    padding-top: 3rem;
    position: static;
  }

  #wb_Text4 {
    margin-right: 9.5rem;
  }

  #RollOver1.d-none_xs {
    display: none;
  }

  .d-none_xs {
    display: none;
  }

  .d-inline_xs {
    display: inline;
  }

  .d-block_xs {
    display: block;
  }

  /* Layer 2 */
  .section-heading h2 {
    display: block;
    font-size: 3rem;
  }

  .layer2__heading h2 {
    text-align: center;
  }

  .layer2-left-content {
    font-size: 16px;
  }

  .frame__heading,
  .sizes__form-group .unit,
  .period-label,
  .contacts-text,
  .contacts-input {
    font-size: 16px;
  }

  .contacts-heading {
    font-size: 22px;
  }

  .sizes-label,
  .complect label,
  .contacts-label {
    font-size: 13px;
  }

  .complect label {
    width: 15.7rem;
  }

  #wb_Form01 {
    height: 42rem;
  }

  .sizes {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sizes__form-group input {
    margin-bottom: 2rem;
    max-width: 15rem;
  }

  .sizes__form-group input,
  .period-label,
  .contacts-input {
    height: 45px;
    border-radius: 1rem;
  }

  .contacts-label {
    margin-bottom: .5rem;
  }


  .frame__footer {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* Layer 3 */
  .Layer3-adv__item {
    width: 386px;
    height: 225px;
  }

  .adv-heading h3 {
    font-size: 2.6rem;
  }

  .adv-decsr {
    font-size: 14px;
  }

  .Layer3-adv__item-control {
    background-size: 115%;
    background-position: left center;
  }

  .Layer3-adv__item-benefit {
    background-size: 115%;
  }

  .Layer3-adv__item-deliv {
    background-size: 107%;
    background-position: left center;
  }

  .Layer3-adv__item-deliv .adv-content {
    max-width: 32rem;
  }

  /* Layer 4 */
  .Layer4-content {
    height: auto;
  }

  .Layer4-text-block {
    font-size: 16px;
  }

  .Carousel2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #Carousel2 .frame {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static !important;
    height: auto;

  }

  .Carousel2__item {
    margin-bottom: 3rem;
    width: 21rem;
  }

  .Carousel2__item-caption {
    font-size: 16px;
  }

  .Carousel2-btn {
    display: none;
  }

  /* Layer 8 */
  .Layer8__heading h2 {
    display: block;
    text-align: center;
  }

  .Layer8__left-text {
    max-width: none;
  }

  .Layer8-right-num {
    font-size: 6rem;
  }

  .Layer8-right-years {
    font-size: 22px;
  }

  .Layer8__left-text,
  .Layer8-right-text,
  .Layer8-shape-heading {
    font-size: 16px;
  }

  .Layer8-shape {
    font-size: 14px;
  }

  .Layer8__img img {
    margin-right: calc(50vw - 52rem);
    max-width: 54rem;
  }

  /* Layer 6 */
  .Layer6-work-wrap {
    max-width: 30.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .Layer6-work {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px;
  }

  .Layer6-work:first-child {
    margin-bottom: 4rem;
  }

  /* Layer 7 */
  .Layer7-order {
    padding-right: 4rem;
    background-image: none;
    background-color: #ccdae7;
  }

  .Layer7-order-heading h3,
  .Layer7-reg-heading h3,
  .Layer7-prod-heading h3,
  .Layer7-deliv-heading h3 {
    font-size: 2.6rem;
  }

  .Layer7-order-heading h3 {
    display: block;
    text-align: center;
  }

  .Layer7-order-text {
    max-width: none;
    text-align: justify;
  }

  .Layer7-order__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Layer7-prod {
    background-color: #455d77;
    background-repeat: no-repeat;
    background-position-x: 4rem;
  }

  .Layer7-deliv {
    position: relative;
    height: 32rem;
    background-color: #dce6ee;
    padding-bottom: 7rem;
    background-position-x: 11rem;
    background-position-y: 3rem;
    background-repeat: no-repeat;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .Layer7-deliv::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, .5);
  }

  .Layer7-deliv__content {
    position: relative;
    z-index: 1;
  }

  .Layer7-deliv-heading h3 {
    color: #222222;
  }

  .Layer7-deliv-text {
    color: #222222;
  }


  /* Layer 9 */
  #Layer9 {
    padding-bottom: 15rem;
  }

  .Layer9-feature {
    width: 19rem;
  }

  .Layer9-feature__caption {
    font-size: 14px;
  }

  .carousel1-wrap {
    height: 290px;
  }

  #Carousel1 .frame {
    width: 350px;
  }

  #Carousel1_back,
  #Carousel1_next {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    top: 43%;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .45);
  }

  #Carousel1_back {
    left: 2.5rem;
  }

  #Carousel1_next {
    right: 2.5rem;
  }

  #Carousel1_back img,
  #Carousel1_next img {
    opacity: 0;
  }

  #Carousel1_back::before,
  #Carousel1_next::before,
  #Carousel1_back::after,
  #Carousel1_next::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #4250d5;
    position: absolute;
  }

  #Carousel1_back::before,
  #Carousel1_back::after {
    left: 11px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  #Carousel1_back::before {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #Carousel1_back::after {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #Carousel1_next::before,
  #Carousel1_next::after {
    right: 11px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }

  #Carousel1_next::before {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #Carousel1_next::after {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #wb_Carousel1 .pagination {
    display: none;
  }

  /* Layer10 */
  #Layer10 {
    padding-top: 34rem;
  }

  .Layer10__heading {
    margin-bottom: 21rem;
  }

  /* Layer 11 */
  #Layer11 {
    height: 37rem;
  }

  .Layer11__container {
    padding-top: 5rem;
  }

  .Layer11__container {
    padding-right: 1.5rem;
  }

  .Layer11__heading {
    margin-bottom: 3rem;
  }

  .Layer11__text {
    font-size: 16px;
  }

  /* Layer 12 */
  .requisites__text-req {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .requisites__text-req span {
    width: 100%;
}

  .requisites-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-link,
  .mail-link {
    width: 100%;
  }

  .mail-link {
    margin-top: 1.5rem;
  }

  /* Footer */
  .footer-logo {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-logo__caption {
    font-size: 14px;
  }

  .footer__phone-link a {
    font-size: 14px;
  }

  /* Fancy */
  #fancybox-content {
    height: 375px !important;
  }

  #fancybox-wrap {
    width: 100% !important;
    max-width: 390px !important;
  }


  /* Displays */
  .d-inline_xs {
    display: inline;
  }

}


@media (max-width: 479.98px) {
  html {
    font-size: 7px;
  }

  .top-menu-wrap {
    padding-top: 12rem;
  }

  #wb_Text2 {
    max-width: 43.8rem;
  }

  #wb_Text4 {
    max-width: 20.5rem;
  }

  #wb_Text5,
  #wb_Text3 {
    margin-bottom: 8rem;
    max-width: 23rem;
  }

  /* Layer 2 */
  .frame__complects {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .complect label {
    width: 18.2rem;
  }

  .award-row {
    margin-top: 3.5rem;
  }

  .award__caption {
    margin-top: 4.5rem;
  }

  .sizes {
    margin-top: 3rem;
  }

  .sizes__form-group {
    margin-left: 3.5rem;
  }

  .contacts__form-group {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 32rem;
  }

  .contacts-input-wrap_phone {
    margin-right: 0;
  }

  .contacts-input {
    width: 100%;
    max-width: none;
  }

  /* Layer 3 */
  .Layer3-adv__item-deliv .adv-content {
    max-width: 37rem;
  }

  /* Layer 4 */
  .Carousel2__item:not(:last-child) {
    margin-right: 0;
  }

  .Carousel2__item {
    margin-bottom: 5rem;
    width: 26.5rem;
  }

  .Carousel2__item-caption {
    left: 2.5rem;
    top: 4rem;
  }

  /* Layer 8 */
  .Layer8-shape {
    max-width: 32rem;
  }

  /* Layer 6 */
  .Layer6-work-wrap {
    max-width: 34.5rem;
  }

  .Layer6-work:first-child {
    margin-bottom: 6rem;
  }

  .Layer6-work__text_note {
    max-width: 16rem;
  }

  /* Layer 7 */
  .Layer7__content,
  .Layer7-order,
  .Layer7-reg,
  .Layer7-prod,
  .Layer7-deliv {
    border-radius: 2rem;
  }

  .Layer7-deliv__content {
    max-width: 40rem;
  }

  .Layer7-order,
  .Layer7-reg,
  .Layer7-prod {
    margin-bottom: 3rem;
  }


  /* Layer 9 */
  #Carousel1_back,
  #Carousel1_next {
    width: 40px;
    height: 40px;
  }

  #Carousel1_back {
    left: 25px;
  }

  #Carousel1_next {
    right: 25px;
  }

  #wb_Carousel1 .pagination {
    bottom: 3rem;
  }

  /* Layer 12 */
  .map-wrap {
    border-radius: 2rem;
    overflow: hidden;
  }

  /* Fancy */
  #fancybox-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }


}

/* X X S */
@media (max-width: 413.98px) {
  .container {
    max-width: 100%;
  }

  #Layer1 {
    background-position: left calc(100vw - 96rem) top;
  }

  .adv-row-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #wb_Text3,
  #wb_Text4,
  #wb_Text5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4rem;
    max-width: none;
    width: 100%;
    padding: 4rem;
    border-radius: 1.6rem;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .15));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, .15)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .15));
    overflow: hidden;
  }

  /* Layer 2 */
  #Layer2 {
    padding-bottom: 0;
  }

  .layer2__right {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-bottom: 3rem;
    width: auto;
    border-radius: 0;
  }

  #wb_Form01 {
    height: 50rem;
  }

  #Form01 .frame {
    padding-top: 0;
  }

  .complect label {
    padding: 1.5rem 1rem;
    width: 18.8rem;
  }

  .frame__complects {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-input-wrap_phone::before {
    background-size: 60%;
  }

  .contacts-input-wrap_mail::before {
    background-size: 80%;
  }

  .contacts-submit-wrap {
    margin-top: 0;
  }

  /* Layer 3 */
  .Layer3-adv__item {
    width: 339px;
    height: 198px;
    margin-bottom: 3rem;
  }

  .Layer3-adv__item {
    position: relative;
  }

  .Layer3-adv__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .Layer3-adv__item-control::before,
  .Layer3-adv__item-benefit::before {
    background: rgba(255, 255, 255, 0.5);
  }

  .Layer3-adv__item-prod::before,
  .Layer3-adv__item-deliv::before {
    background: rgba(0, 0, 0, 0.21);
  }

  .Layer3-adv__item .adv-content {
    position: relative;
    z-index: 1;
  }

  /* Layer 4 */
  #Carousel2 .frame {
    margin-right: -2.5rem;
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .Carousel2__item:not(:last-child) {
    margin-right: 2.5rem;
  }

  .Carousel2__item {
    margin-right: 2.5rem;
    width: calc(50% - 2.5rem);
  }

  /* Layer 9 */
  #Layer9 {
    padding-bottom: 0;
  }

  #Carousel1 .frame {
    width: 325px;
  }

  #Carousel1_back,
  #Carousel1_next {
    top: 40%;
  }

  #Carousel1_back {
    left: 10px;
  }

  #Carousel1_next {
    right: 10px;
  }

  /* Layer 10 */
  #Layer10 {
    padding-top: 0rem;
  }

  .Layer10_content {
    margin-top: 5rem;
  }

  .Layer10__man img {
    width: 57rem;
  }

  .Layer10__man {
    right: calc(50vw - 50rem);
  }

  /* Layer 11 */
  #Layer11 {
    position: static;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .Layer11__container {
    padding-bottom: 5rem;
    border-radius: 0;
  }

  /* Layer12 */
  .Layer12__heading {
    margin-bottom: 5rem;
  }

  /* Fancy */
  #fancybox-wrap {
    width: calc(100% - 10px) !important;
    max-width: 390px !important;
  }
}

@media (max-width: 359.98px) {

  /* Layer 3 */
  .Layer3-adv__item {
    margin-bottom: 2.5rem;
    width: 299px;
    height: 185px;
  }

  .Layer3-adv__item-benefit .adv-content {
    max-width: 39rem;
  }

  .adv-decsr p:not(:last-child) {
    margin-bottom: 0em;
  }

  /* Layer 4 */
  .Carousel2__item {
    margin-bottom: 1rem;
  }

  /* Layer 8 */
  .Layer8-shape,
  .Layer8-shape-heading {
    max-width: none;
  }

  .Layer8__img {
    display: none;
  }


  /* Layer 7 */
  .Layer7__content {
    max-width: 300px;
  }

  .Layer7-reg {
    background-position-y: -3rem;
  }

  .Layer7-prod,
  .Layer7-prod-heading h3 {
    color: #fff;
  }

  .Layer7-prod,
  .Layer7-prod-heading,
  .Layer7-reg-wrap-text {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .Layer7-prod::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .35);
  }


  /* Layer 9 */
  #Carousel1 .frame {
    width: 290px;
  }

  .Layer9-feature {
    width: 18rem;
  }

  #wb_Carousel1 .pagination {
    bottom: 5rem;
  }

  /* Layer 12 */
  .requisites {
    font-size: 14px;
  }

  .requisites__text-req span {
    width: 100%;
  }

  .phone-link a,
  .mail-link a {
    font-size: 14px;
  }


  /* Footer */
  .footer-logo,
  .footer-feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__phone-link a {
    font-size: 14px;
  }

  .footer__phone-link {
    text-align: center;
  }

  #RollOver6,
  .footer-logo__caption {
    margin-top: 1.5rem;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}