@font-face {
  font-family: 'BoubaRound';
  font-style: normal;
  font-weight: normal;
  src: url("/newdesign/fonts/BoubaRound-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'BoubaRound';
  font-weight: bold;
  src: url("/newdesign/fonts/BoubaRound-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'BoubaRound';
  font-weight: light;
  src: url("/newdesign/fonts/BoubaRound-Light.woff2") format("woff2");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: 'BoubaRound', sans-serif;
}

/* Плавность анимации для логотипа */
            #main_logo{
                transition: all 1s ease;
                fill: #fff; 
                /* А вот тут цвет лого можно менять */
            }
            /* Настроим сам элемент с улыбкой */
            .fil3{
                transform-origin: 50% 70%;    
                transition: transform 1s ease;          
            }
            /* Тут поворачиваем улыбку */
            .rotate_logo .fil3{
                transform: scale(1,-1);
            }


.wrapper {
  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;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  color: #be79df;
  background: url(../img/svg/footer-bg-left.svg) no-repeat bottom left, url(../img/svg/footer-bg-right.svg) no-repeat bottom right;
  overflow: hidden;
  background-size: 340px , 340px;
}

.wrapper-bgPurple {
  background: url("../img/svg/footer-bg.svg") no-repeat bottom center/100%, -webkit-gradient(linear, left top, left bottom, from(#BE58E3), to(#DDABEC)) 0% 0% no-repeat padding-box;
  background: url("../img/svg/footer-bg.svg") no-repeat bottom center/100%, linear-gradient(180deg, #BE58E3 0%, #DDABEC 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aa53d4;
  height: 67px;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.logo-sm {
  width: 27px;
  height: 27px;
  margin-right: 13px;
}

.logo-xl {
  width: 30px;
  height: auto;
  margin-right: 7px;
}

.lang_link {
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-decoration: none;
  margin-right: 9px;
  font-size: large;
}

.lang_line {
  display: block;
  width: 2px;
  height: 13px;
  background-color: #fff;
  margin-right: 9px;
}

.lang_link:hover {
  opacity: .7;
}



@media (max-width: 460px) {
  main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.main {
  padding: 30px 61px 30px 61px;
  text-align: center;
}

.main_zone {
  padding: 5px 30px 0px 30px;
  text-align: center;
}

.logo {
  margin-bottom: 16px;
  width: 80px;
  height: auto;
}

.title {
  font-size: 32px;
  margin-bottom: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

.hi_title {
  font-size: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 9px;
  font-weight: normal;
  text-transform: uppercase;
}

.room {
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 10px;
}

.textbox-error {
  border: 2px solid #ff0000 !important;
}

.input_label {
  display: block;
  margin-bottom: 13px;
  height: 50px;
}

.input_label1 {
  display: block;
  margin-bottom: 13px;
  height: 50px;
}

.input_box {
  position: relative;
}

.input_text {
  max-width: 400px;
  width: 80%;
  height: 46px;
  border: none;
  background-color: #fff;
  padding: 10px 36px 12px 10px;
  color: #000;
}

.input_text::-webkit-input-placeholder {
  color: #DCADEA;
}

.input_text:-ms-input-placeholder {
  color: #DCADEA;
}

.input_text::-ms-input-placeholder {
  color: #DCADEA;
}

.input_text::placeholder {
  color: #DCADEA;
}

.input_btn {
  border: none;
  background-color: #aa53d4;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: auto;
  margin-left: -33px;
  height: 24px;
  width: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.btn {
  max-width: 400px;
  margin-top: 30px;
  width: 70%;
  padding: 11px 0;
  background: #BE79DF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 12px #FFFFFFB9;
          box-shadow: 0px 0px 12px #FFFFFFB9;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}

.footer {
  padding: 10px 40px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 480px) {
  .footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer:before, .footer:after {
  position: absolute;
  width: 1120px;
  height: 900px;
  border-radius: 50%;
  background-color: #aa53d4;
  bottom: -689px;
  right: -619px;
  opacity: 0.5;
  z-index: 0;
}

.footer:after {
  right: -200px;
  bottom: -648px;
  background-color: #aa53d4;
}

.footer_corp {
  font-size: 16px;
  z-index: 1;
}

.footer_subcorp {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.footer_subcorp:after {
  content: "";
  position: absolute;
  top: -17px;
  right: -21px;
  width: 21px;
  height: 17px;
  background: url(../img/svg/flag.svg) no-repeat center center/cover;
}

.footer_logo {
  margin: 6px 10px;
  width: 116px;
  height: 46px;
  z-index: 1;
}

.home_logo {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_btn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  margin-right: 10px;
  font-size: 36px;
  line-height: 36px;
  color: #DDABEC;
}

.header_btn:hover {
  opacity: .7;
}

.burger {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 4px;
  background-color: #DDABEC;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

.burger span:first-child {
  width: 100%;
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.burger span:last-child {
  width: 100%;
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.burger-active span:nth-child(2) {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.burger-active span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.burger-active span:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.nav {
  position: absolute;
  top: 67px;
  left: -150%;
  width: 100%;
  background-color: #BE79DF;
  padding: 20px 10px 20px 10px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px #0000004D;
          box-shadow: 0px 3px 6px #0000004D;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.nav-active {
  left: 0;
}

.nav_item {
  list-style: none;
  padding: 10px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav_item:hover {
  background-color: #B774D6;
}

.nav_link {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.slider {
  max-width: 145px;
  margin: 0 auto 15px auto;
}

.slideToUnlock {
  position: relative;
  text-align: center;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
}

.progressBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 25px;
}

.text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: transparent;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drag {
  position: absolute;
  width: 43px;
  height: 43px;
  left: 2px;
  top: 3px;
  display: inline-block;
  line-height: 50px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #cccccc;
  background: #fff;
  text-align: center;
}

.locked {
  color: #fff;
  background-color: #be79df;
  background: #be79df url(../img/png/right.png) no-repeat center center;
  background-size: contain;
}

.unlocked {
  background-color: #93c69b;
}

.action_title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 72px;
  margin-bottom: 25px;
  position: relative;
}

.action_title:before {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  background-color: #be79df;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.action_light_btn {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #be79df;
  margin: 0 auto 33px auto;
  border: none;
  cursor: pointer;
  background: #be79df url(../img/svg/lamp.svg) no-repeat center center/70px;
}

.action_light_btn-on {
  background: #be79df url(../img/svg/lamp-on.svg) no-repeat center center/70px;
  -webkit-box-shadow: 0 0 10px 10px #FFEEB5;
          box-shadow: 0 0 10px 10px #FFEEB5;
}

.action_subtitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  position: relative;
}

.action_subtitle:before {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  background-color: #be79df;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.action_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.action_btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #BE79DF;
  color: #fff;
  font-size: 60px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.action_btn:hover {
  background-color: #DDABEC;
}

.action_btn span {
  display: block;
  width: 27px;
  height: 7px;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.action_btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.action_text {
  margin: 0 20px;
}

.action_degree {
  font-weight: bold;
  text-transform: uppercase;
  color: #BE79DF;
  font-size: 66px;
  line-height: 66px;
}

.action_type {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */