
/* style.css | https://kraski-holi-optom.ru/css/style.css?_2019.I */

#modal-base div.icons, #modal-result a.icons {

  width: max-content;
  min-width: 3rem;
}

/* index.styl */
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-LightItalic.eot") format('embedded-opentype'), url("../fonts/GothamPro-LightItalic.woff") format('woff'), url("../fonts/GothamPro-LightItalic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot") format('embedded-opentype'), url("../fonts/GothamPro.woff") format('woff'), url("../fonts/GothamPro.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot") format('embedded-opentype'), url("../fonts/GothamPro-Medium.woff") format('woff'), url("../fonts/GothamPro-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot") format('embedded-opentype'), url("../fonts/GothamPro-Bold.woff") format('woff'), url("../fonts/GothamPro-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot") format('embedded-opentype'), url("../fonts/GothamPro-Black.woff") format('woff'), url("../fonts/GothamPro-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@media (max-width: 594px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 595px) and (max-width: 1179px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1180px) {
  .hidden-lg {
    display: none;
  }
}
.visible-sm-block {
  display: none;
}
@media (max-width: 594px) {
  .visible-sm-block {
    display: block;
  }
}
.visible-md-block {
  display: none;
}
@media (min-width: 595px) and (max-width: 1179px) {
  .visible-md-block {
    display: block;
  }
}
.visible-lg-block {
  display: none;
}
@media (min-width: 1180px) {
  .visible-lg-block {
    display: block;
  }
}
.visible-sm-inline {
  display: none;
}
@media (max-width: 594px) {
  .visible-sm-inline {
    display: inline;
  }
}
.visible-md-inline {
  display: none;
}
@media (min-width: 595px) and (max-width: 1179px) {
  .visible-md-inline {
    display: inline;
  }
}
.visible-lg-inline {
  display: none;
}
@media (min-width: 1180px) {
  .visible-lg-inline {
    display: inline;
  }
}
.base,
.animation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.animation {
  background: #fff;
}
.animation .container {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
@media (min-width: 290px) {
  .animation .container {
    width: 270px;
    margin-left: -135px;
  }
}
@media (min-width: 595px) {
  .animation .container {
    width: 570px;
    margin-left: -285px;
  }
}
@media (min-width: 1180px) {
  .animation .container {
    width: 1150px;
    margin-left: -575px;
  }
}
#animation .base {
  opacity: 0;
  transition: opacity 1s;
  background: linear-gradient(210.91deg, rgba(255,145,122,0.6) 31%, rgba(194,78,114,0.6) 76.21%), url("/img/header.webp");
  background-position: center;
  transition-timing-function: ease;
}
#animation .base.ok {
  opacity: 1;
}
#animation .preloader {
  opacity: 1;
  position: absolute;
  height: 24px;
  width: 24px;
  background: url("/img/preloader.gif");
  margin-top: -12px;
  margin-left: -12px;
  top: 50%;
  left: 50%;
}
#animation .central_back1,
#animation .central_back2 {
  left: 65%;
  opacity: 0;
  position: absolute;
  background: rgba(255,255,255,0.1);
  transition: opacity 1s ease;
}
#animation .central_back1 {
  width: 812px;
  height: 812px;
  border-radius: 100%;
  bottom: 0;
  margin-left: -406px;
  margin-bottom: -76px;
}
#animation .central_back2 {
  width: 680px;
  height: 680px;
  border-radius: 100%;
  bottom: 0;
  margin-left: -340px;
  margin-bottom: -6px;
}
#animation .central_back1.ok,
#animation .central_back2.ok {
  opacity: 1;
}
#animation .back {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1920px;
  left: 150%;
  background: #8bf6e6;
  transition: left 1s ease;
}
#animation .back.ok {
  left: 65%;
}
#animation .central {
  position: absolute;
  width: 540px;
  height: 540px;
  left: 70%;
  bottom: 0;
  margin-left: -270px;
  margin-bottom: 60px;
  border-radius: 100%;
  background: #8bf6e6;
  opacity: 0;
  transition: opacity 1s ease;
}
#animation .central img {
  width: 0;
  height: 0;
  margin: 50%;
  transition-duration: 1s;
  transition-property: width, height, margin, transform;
  transition-timing-function: ease;
}
#animation .central.ok {
  opacity: 1;
}
#animation .central.ok img {
  transform: rotate(360deg);
  width: 100%;
  height: 100%;
  margin: 0;
}
#animation .circle {
  position: absolute;
  width: 0;
  height: 0;
  left: 135px;
  bottom: 195px;
  border-radius: 100%;
  background: #fbfd91;
  transition-duration: 1s;
  transition-property: width, height, margin, transform, left, bottom;
  transition-timing-function: ease;
}
#animation .circle img {
  width: 100%;
  height: 100%;
  margin: 7%;
}
#animation .circle.ok {
  transform: rotate(360deg);
  width: 270px;
  height: 270px;
  left: 0;
  bottom: 60px;
}
#animation .circle_text {
  position: absolute;
  width: 0;
  height: 0;
  right: 5%;
  bottom: 137px;
  border-radius: 100%;
  background: #fbfd91;
  transition-duration: 1s;
  transition-property: width, height, margin, transform, left, bottom;
  transition-timing-function: ease;
}
#animation .circle_text img {
  width: 100%;
  height: 100%;
  margin: 0;
}
#animation .circle_text.ok {
  transform: rotate(360deg);
  width: 154px;
  height: 154px;
  bottom: 60px;
}
#animation .title,
#animation .text {
  transition-duration: 1s;
  transition-property: opacity, right;
  transition-timing-function: ease;
}
#animation .title {
  color: #fff;
  position: absolute;
  top: 25%;
  right: 30%;
  font-size: 60px;
  line-height: 69px;
  text-align: right;
  transform: rotate(8.92deg);
  opacity: 0;
  font-weight: bold;
}
#animation .title.ok {
  right: 57%;
  opacity: 1;
}
#animation .text {
  color: #fff;
  position: absolute;
  bottom: 30%;
  right: 30%;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  transform: rotate(-10.53deg);
  opacity: 0;
  transition-delay: 0.2s;
}
#animation .text.ok {
  right: 57%;
  opacity: 1;
}
@media (max-width: 1179px) {
  #animation .central,
  #animation .central_back1,
  #animation .central_back2 {
    transform: scale(0.5);
    bottom: -150px;
  }
  #animation .circle {
    left: 67.5px;
    bottom: 67.5px;
  }
  #animation .circle.ok {
    transform: scale(0.3) rotate(360deg);
    left: -67.5px;
    bottom: -67.5px;
  }
  #animation .circle_text {
    transform: scale(0.7);
  }
  #animation .circle_text.ok {
    transform: scale(0.7) rotate(360deg);
    bottom: 0px;
  }
  #animation .title {
    font-size: 28px;
    line-height: 32px;
    top: 34%;
    transform: rotate(15deg);
  }
  #animation .text {
    font-size: 18px;
    line-height: 21px;
    bottom: 23%;
    transform: rotate(-12.53deg);
  }
  #animation .title.ok,
  #animation .text.ok {
    right: 55%;
  }
}
@media (max-width: 594px) {
  #animation .central_back1,
  #animation .central_back2,
  #animation .back.ok,
  #animation .central {
    left: 80%;
  }
  #animation .central,
  #animation .central_back1,
  #animation .central_back2 {
    transform: scale(0.4);
    bottom: -220px;
  }
  #animation .circle.ok {
    transform: scale(0.3) rotate(360deg);
    left: -80px;
    bottom: -80px;
  }
  #animation .circle_text {
    transform: scale(0.5);
  }
  #animation .circle_text.ok {
    transform: scale(0.5) rotate(360deg);
    bottom: -30px;
    right: -30px;
  }
  #animation .text,
  #animation .title {
    text-align: left;
    left: 100%;
    transition-property: opacity, left;
    opacity: 0;
  }
  #animation .title {
    white-space: nowrap;
    font-size: 24px;
    line-height: 28px;
    top: 25%;
    transform: none;
  }
  #animation .text {
    font-size: 12px;
    line-height: 14px;
    top: 50%;
    bottom: auto;
    transform: none;
  }
  #animation .title.ok,
  #animation .text.ok {
    left: 0%;
    right: auto;
    opacity: 1;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #212121;
}
.hamburger-box {
  top: 12px;
  left: 8px;
  width: 24px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #212121;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger-box {
  perspective: 80px;
}
.hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger-inner::before,
.hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.is-active .hamburger-inner::before {
  width: 14px;
  transform: translate3d(4.5px, 8px, 0) rotate(45deg);
}
.is-active .hamburger-inner::after {
  width: 14px;
  transform: translate3d(4.5px, -8px, 0) rotate(-45deg);
}
body {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
}
#main {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 290px) {
  .container {
    width: 270px;
  }
}
@media (min-width: 595px) {
  .container {
    width: 570px;
  }
}
@media (min-width: 1180px) {
  .container {
    width: 1150px;
  }
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 5px;
  left: 2px;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 200%;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 100%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.splash4,
.splash5 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.splash4 {
  background-image: url("/img/nine1.webp");
  width: 589px;
  height: 647px;
}
.splash5 {
  background-image: url("/img/nine2.webp");
  width: 575px;
  height: 589px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  transition-property: transform, opacity;
}
.fade-scale.in {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 290px) {
  .modal-dialog {
    width: 250px;
  }
}
@media (min-width: 595px) {
  .modal-dialog {
    width: 450px;
  }
}
@media (min-width: 1180px) {
  .modal-dialog {
    width: 470px;
  }
}
.modal.in {
  display: flex !important;
  align-items: center;
}
.modal.in .modal-dialog {
  margin: auto;
}
@media (min-width: 290px) {
  #modal-result .modal-dialog {
    width: 250px;
  }
  #modal-result .modal-dialog .form {
    padding: 0 15px;
  }
  #modal-result .modal-dialog .form .post {
    margin-top: 30px;
  }
}
@media (min-width: 595px) {
  #modal-result .modal-dialog {
    width: 550px;
  }
}
@media (min-width: 1180px) {
  #modal-result .modal-dialog {
    width: 620px;
  }
}
#modal-base .icons,
#modal-result .icons {
  margin: 30px auto 60px;
  width: 180px;
  display: flex;
  justify-content: space-between;
}
#modal-base .post,
#modal-result .post {
  margin-top: 60px;
}
#modal-base .icon,
#modal-result .icon {
  height: auto;
  display: flex;
}
#modal-base img,
#modal-result img {
  margin: auto;
}
#modal-base .form,
#modal-result .form {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: rgba(255,255,255,0.15);
  box-sizing: border-box;
  padding: 0;
}
#modal-base h3,
#modal-result h3,
#modal-base p,
#modal-result p {
  text-align: center;
  margin: 30px 0;
}
#modal-base h3,
#modal-result h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 60px;
}
#modal-base p,
#modal-result p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0,0,0,0.4);
}
#modal-base .block,
#modal-result .block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
#modal-base .block button,
#modal-result .block button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#modal-base .block input,
#modal-result .block input,
#modal-base .block textarea,
#modal-result .block textarea {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.05);
}
#modal-base .block input,
#modal-result .block input,
#modal-base .block button,
#modal-result .block button,
#modal-base .block textarea,
#modal-result .block textarea {
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  margin: 10px 0;
  height: 50px;
}
#modal-base .block textarea,
#modal-result .block textarea {
  resize: none;
  height: 180px;
  border-radius: 15px;
  padding-top: 15px;
}
#modal-base .after,
#modal-result .after {
  display: flex;
}
#modal-base .after label,
#modal-result .after label {
  color: #fff;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 594px) {
  #modal-base .icons,
  #modal-result .icons {
    margin-bottom: 25px;
  }
  #modal-base .block,
  #modal-result .block {
    padding: 10px;
  }
  #modal-base h3,
  #modal-result h3 {
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
  }
  #modal-base p,
  #modal-result p {
    font-size: 16px;
    line-height: 21px;
  }
  #modal-base input,
  #modal-result input,
  #modal-base button,
  #modal-result button,
  #modal-base textarea,
  #modal-result textarea {
    margin: 5px 0;
    font-size: 14px;
  }
}
#modal-photo img {
  width: 100%;
}
@media (min-width: 290px) {
  #modal-photo .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 595px) {
  #modal-photo .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 1180px) {
  #modal-photo .modal-dialog {
    width: 600px;
  }
}
#header {
  position: relative;
  display: flex;
  height: 700px;
}
#header .top-line {
  z-index: 5000;
  position: relative;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
#header .in-line {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0,0,0,0.2);
}
#header .in-line .container {
  display: flex;
  flex-direction: row;
}
#header .in-line .btn {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#header .logo {
  margin-top: -42px;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#header .logo-icon {
  width: 64.56px;
  height: 50.56px;
  background-image: url("/img/Ogonyok_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 46px;
}
#header .logo-text {
  color: #333;
  font-weight: 500;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
}
#header .menu-icon {
  display: none;
  margin-left: auto;
  display: none;
}
@media (max-width: 594px) {
  #header .menu-icon {
    display: block;
  }
}
#header .phone-block {
  margin-top: 5px;
  margin-left: auto;
  margin-right: 15px;
  text-align: right;
}
#header .telephone {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
#header .schedule {
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 1179px) {
  #header {
    height: 410px;
  }
  #header .telephone {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
  }
  #header .schedule {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 594px) {
  #header {
    height: 340px;
  }
  #header .top-line {
    overflow-y: hidden;
    transition: height 0.5s ease-in-out;
  }
  #header .top-line .container {
    flex-wrap: wrap;
  }
  #header .top-line .logo-text {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  #header .top-line .menu-icon {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    background: rgba(220,220,220,0.4);
    border-radius: 100%;
    cursor: pointer;
  }
  #header .top-line .phone-block {
    margin: 30px auto 5px;
    text-align: center;
  }
  #header .top-line .button {
    margin: 5px auto 0;
  }
  #header .top-line.open {
    height: 240px;
  }
  #header .top-line.open .logo-text {
    opacity: 1;
  }
}
#second {
  background-image: url("/img/second.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
#second .container {
  position: relative;
}
#second .wtf-btn {
  position: absolute;
  left: calc(50% - 41px);
  top: -41px;
  height: 82px;
  width: 82px;
  border-radius: 100%;
  background: url("/img/second.webp") center no-repeat;
  padding: 11px;
  box-sizing: border-box;
}
#second .wtf-btn a {
  border-radius: 100%;
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.15);
}
#second .wtf-btn .icon {
  margin: auto;
  width: 8px;
  height: 25px;
  background: url("/img/Arrow.webp") center no-repeat;
}
#second .blocks-line {
  display: flex;
  flex-direction: row;
}
#second .block {
  width: 25%;
}
#second .block:nth-child(1) img {
  margin-top: -8px;
  margin-left: 10px;
}
#second .block:nth-child(2) img {
  margin-top: -12px;
  margin-left: -16px;
}
#second .block:nth-child(3) img {
  margin-top: 0px;
  margin-left: -12px;
}
#second .block:nth-child(4) img {
  margin-top: 0;
  margin-left: 4px;
}
#second .block .text {
  font-size: 16px;
  line-height: 18px;
  color: #424242;
  margin-top: 25px;
}
#second .image {
  width: 150px;
  height: 150px;
  background-image: url("/img/circle.webp");
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
}
#second .image img {
  pointer-events: none;
}
#second .block-after {
  margin-top: 60px;
  width: 50%;
  background-image: url("/img/qqq.webp");
  background-repeat: no-repeat;
  background-position: 10px top;
}
#second .block-after .text {
  margin: 0;
  padding-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
#second .block-after small {
  display: block;
  margin-top: 20px;
  font-weight: 200;
  font-style: italic;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1179px) {
  #second {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #second .blocks-line {
    flex-wrap: wrap;
  }
  #second .block {
    width: 50%;
  }
  #second .block .text {
    margin-top: 5px;
  }
  #second .block-after {
    margin-top: 15px;
    width: 100%;
  }
  #second .text {
    margin-bottom: 15px;
  }
}
@media (max-width: 594px) {
  #second .block {
    width: 100%;
  }
  #second .block .image {
    margin: 0 auto;
  }
  #second .block .text {
    text-align: center;
    font-size: 14px;
  }
  #second .block-after {
    margin-top: 0;
  }
  #second .block-after .text {
    font-size: 14px;
    line-height: 16px;
  }
  #second .block-after small {
    width: 200px;
    margin-top: 10px;
    font-size: 12px;
  }
}
#line-1 {
  background-image: url("/img/line-1.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  background-attachment: fixed;
}
#line-1 .container {
  position: relative;
}
#line-1 .book {
  top: -200px;
  right: 0;
  width: 390px;
  height: 390px;
  background: #7beddc;
  position: absolute;
  border-radius: 100%;
  border: 35px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: none;
}
#line-1 .book img {
  position: absolute;
  left: -160px;
  top: -20px;
  pointer-events: none;
}
#line-1 h2 {
  width: 600px;
  margin-top: 100px;
  color: #fff;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
}
#line-1 .form {
  margin-top: 30px;
  margin-bottom: 60px;
}
#line-1 .block {
  width: 100%;
  background-color: #fff;
  display: flex;
  border-radius: 100px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
}
#line-1 .block a {
  position: absolute;
  height: 100px;
  width: 10px;
}
#line-1 .block button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#line-1 .block input {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.15);
}
#line-1 .block input,
#line-1 .block button {
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  width: 25%;
  margin: 10px;
  height: 50px;
}
#line-1 .after {
  display: flex;
}
#line-1 .after label {
  color: #fff;
  margin-left: auto;
  margin-right: 30px;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1179px) {
  #line-1 .book {
    top: -180px;
    right: -170px;
    transform: scale(0.5);
  }
  #line-1 h2 {
    margin-top: 60px;
    width: 380px;
    font-size: 24px;
    line-height: 33px;
  }
  #line-1 .block {
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 40px;
  }
  #line-1 .block input,
  #line-1 .block button {
    width: 46%;
  }
  #line-1 .after label {
    margin-right: 0;
  }
}
@media (max-width: 594px) {
  #line-1 .book {
    top: -220px;
    right: -220px;
    transform: scale(0.3);
  }
  #line-1 h2 {
    font-size: 18px;
    line-height: 25px;
    width: 230px;
    margin-top: 30px;
  }
  #line-1 .block {
    border-radius: 20px;
    padding: 10px 0;
  }
  #line-1 .block input,
  #line-1 .block button {
    width: 100%;
    margin: 7.5px 15px;
  }
  #line-1 .after label {
    margin-top: 10px;
  }
}
#love {
  background-image: url("/img/second.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
}
#love .container {
  position: relative;
  display: flex;
  flex-direction: column;
}
#love h2 {
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 49px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#love .circle {
  margin: 30px auto 90px;
  width: 572px;
  height: 594px;
  background-image: url("/img/circle2.webp");
  background-repeat: no-repeat;
}
#love .text {
  top: 180px;
  position: absolute;
}
#love .text p {
  position: absolute;
  font-size: 16px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
#love .text p:nth-child(1),
#love .text p:nth-child(4),
#love .text p:nth-child(5) {
  text-align: right;
}
#love .text p:nth-child(1) {
  top: 120px;
  left: 240px;
}
#love .text p:nth-child(4) {
  top: 300px;
  left: 50px;
}
#love .text p:nth-child(5) {
  top: 526px;
  left: 170px;
}
#love .text p:nth-child(6) {
  top: 665px;
  left: 460px;
}
#love .text p:nth-child(2) {
  top: 110px;
  left: 750px;
}
#love .text p:nth-child(3) {
  top: 300px;
  left: 870px;
}
#love .text p:nth-child(7) {
  top: 520px;
  left: 820px;
}
@media (max-width: 1179px) {
  #love .circle {
    transform: scale(0.6);
    margin: 0 auto;
    margin-top: -90px;
  }
  #love h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 33px;
  }
  #love .text p {
    font-size: 14px;
  }
  #love .text p:nth-child(1) {
    top: 10px;
    left: 40px;
  }
  #love .text p:nth-child(4) {
    top: 125px;
    left: -10px;
  }
  #love .text p:nth-child(5) {
    top: 260px;
    left: -5px;
  }
  #love .text p:nth-child(6) {
    top: 350px;
    left: 200px;
  }
  #love .text p:nth-child(2) {
    top: 10px;
    left: 390px;
  }
  #love .text p:nth-child(3) {
    top: 125px;
    left: 465px;
  }
  #love .text p:nth-child(7) {
    top: 255px;
    left: 435px;
  }
}
@media (max-width: 594px) {
  #love h2 {
    font-size: 18px;
    line-height: 25px;
  }
  #love .circle {
    margin: -15px auto 15px;
    background-position: center;
    transform: scale(1);
    width: 100%;
    height: 300px;
    background-image: url("/img/circle3.webp");
  }
  #love .text {
    top: 0;
    position: relative;
    margin: 15px 0 30px;
  }
  #love .text p {
    padding-left: 30px;
    margin: 30px 0;
    position: relative;
    text-align: left !important;
    top: auto !important;
    left: auto !important;
  }
  #love .mark {
    position: absolute;
    border: 7px solid rgba(0,0,0,0.05);
    width: 21px;
    height: 21px;
    background: #c18bf6;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    top: calc(50% - 18px);
    left: -15px;
  }
}
#line-2 {
  background-image: url("/img/line-2.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  background-attachment: fixed;
}
#line-2 .container {
  position: relative;
}
#line-2 .circle {
  top: -100px;
  right: 0;
  background: #fbfd91;
  position: absolute;
  width: 246px;
  height: 246px;
  border-radius: 100%;
}
#line-2 .circle img {
  position: absolute;
  top: 15px;
  left: 15px;
}
#line-2 h2 {
  margin-top: 90px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#line-2 h3 {
  font-size: 24px;
  line-height: 28px;
  height: 50px;
}
#line-2 p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0,0,0,0.7);
}
#line-2 .blocks-line {
  margin-top: 120px;
  margin-bottom: 120px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
}
#line-2 .block {
  position: relative;
  width: 33%;
  margin: 0 15px;
}
#line-2 .block:first-child {
  margin-left: 0;
}
#line-2 .block:last-child {
  margin-right: 0;
}
#line-2 .block-in {
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
#line-2 .num {
  top: -75px;
  position: absolute;
}
#line-2 .block:nth-child(1) .num {
  width: 62px;
  height: 141px;
  background-image: url("/img/1.webp");
}
#line-2 .block:nth-child(2) .num {
  left: -45px;
  width: 105px;
  height: 142px;
  background-image: url("/img/2.webp");
}
#line-2 .block:nth-child(3) .num {
  left: -42px;
  width: 106px;
  height: 143px;
  background-image: url("/img/3.webp");
}
@media (max-width: 1179px) {
  #line-2 .circle {
    transform: scale(0.5);
    top: -120px;
    left: -120px;
  }
  #line-2 h2 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 33px;
  }
  #line-2 h3 {
    height: auto;
  }
  #line-2 .blocks-line {
    margin-top: 60px;
    margin-bottom: 90px;
    flex-wrap: wrap;
  }
  #line-2 p {
    font-size: 14px;
    line-height: 16px;
  }
  #line-2 .block {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
  }
  #line-2 .block:last-child {
    margin-bottom: 0;
  }
  #line-2 .num {
    z-index: 100;
  }
  #line-2 .block-in {
    z-index: 200;
  }
  #line-2 .block:nth-child(2) .num,
  #line-2 .block:nth-child(3) .num {
    top: -50px;
  }
}
@media (max-width: 594px) {
  #line-2 h2 {
    font-size: 18px;
    line-height: 25px;
  }
  #line-2 .circle {
    transform: scale(0.4);
    top: -120px;
    left: auto;
    right: -80px;
  }
  #line-2 h3 {
    font-size: 16px;
    line-height: 18px;
  }
  #line-2 p {
    font-size: 12px;
    line-height: 14px;
  }
  #line-2 .block {
    height: 260px;
    margin-bottom: 90px;
  }
  #line-2 .block:nth-child(1) .num {
    top: -50px;
    left: -10px;
  }
  #line-2 .block:nth-child(2) .num,
  #line-2 .block:nth-child(3) .num {
    left: -30px;
  }
}
#five {
  background-image: url("/img/second.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
}
#five h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-weight: bold;
}
#five .title {
  width: 70%;
  margin-bottom: 120px;
}
#five .title p {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0,0,0,0.5);
}
#five .container {
  padding: 90px 0;
  position: relative;
}
#five .left-hand,
#five right-hand,
#five splash {
  position: absolute;
}
#five .blocks-line {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#five .block {
  width: 33%;
  position: relative;
}
#five .block:nth-child(4) {
  margin-left: 16.5%;
}
#five .img {
  position: absolute;
  top: -35px;
  left: -50px;
}
#five .block:nth-child(1) img {
  transform: rotateZ(90deg);
}
#five .block:nth-child(2) h3 {
  font-size: 64px;
  padding: 0;
  text-align: center;
}
#five .block:nth-child(3) img {
  transform: rotateZ(150deg);
}
#five .block:nth-child(4) img {
  transform: rotateZ(135deg);
}
#five .block:nth-child(5) img {
  transform: rotateZ(15deg);
}
#five .text {
  position: relative;
  box-sizing: border-box;
  height: 146px;
  width: 146px;
  border-radius: 100%;
  background: url("/img/yellow.webp");
  background-size: cover;
  border: 10px solid rgba(255,255,255,0.25);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#five h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 126px;
  padding-left: 30px;
  margin: 0;
}
#five h3 small {
  font-size: 16px;
}
#five p {
  margin: 0;
  margin-top: 25px;
  font-size: 16px;
  line-height: 21px;
}
#five .left-hand,
#five .right-hand,
#five .splash {
  position: absolute;
}
#five .left-hand,
#five .right-hand {
  opacity: 0;
  transition: opacity 1s ease;
}
#five .left-hand.visibles,
#five .right-hand.visibles {
  opacity: 1;
}
#five .left-hand {
  background-image: url("/img/left-hand.webp");
  width: 119px;
  height: 107px;
  top: 650px;
  left: -50px;
}
#five .right-hand {
  background-image: url("/img/right-hand.webp");
  width: 227px;
  height: 204px;
  top: 100px;
  right: 100px;
}
#five .splash {
  background-image: url("/img/splash2.webp");
  width: 373px;
  height: 340px;
  top: 580px;
  right: -80px;
}
@media (max-width: 1179px) {
  #five .title {
    width: 100%;
    margin-bottom: 30px;
  }
  #five .title p {
    font-size: 16px;
    line-height: 19px;
  }
  #five .blocks-line {
    margin-top: 30px;
  }
  #five h2 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 0;
  }
  #five .img,
  #five .text {
    transform: scale(0.75, 0.75);
  }
  #five p {
    font-size: 14px;
    line-height: 16px;
  }
  #five .block:nth-child(4) {
    margin-left: 0;
  }
  #five .block:nth-child(5) {
    width: 50%;
  }
  #five .right-hand {
    top: 200px;
    right: -150px;
    transform: scale(0.5, 0.5);
  }
  #five .left-hand {
    top: auto;
    left: -100px;
    bottom: 50px;
  }
  #five .splash {
    top: auto;
    bottom: 50px;
    right: -180px;
    transform: scale(0.75, 0.75);
  }
}
@media (max-width: 594px) {
  #five .container {
    padding: 60px 0;
  }
  #five h2 {
    font-size: 18px;
    line-height: 25px;
  }
  #five .title p {
    font-size: 12px;
    line-height: 14px;
  }
  #five .block {
    margin-bottom: 30px;
  }
  #five .block,
  #five .block:nth-child(5) {
    width: 100%;
  }
  #five .splash {
    display: none;
  }
  #five .block p {
    margin-top: 0;
  }
  #five .block br {
    display: none;
  }
  #five .right-hand {
    top: 200px;
    right: -80px;
  }
  #five .left-hand {
    left: auto;
    right: -20px;
    bottom: 150px;
  }
}
#calc {
  background-image: url("/img/line-1.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  background-attachment: fixed;
  height: 980px;
}
#calc .container {
  position: relative;
}
#calc .circle {
  box-sizing: border-box;
  top: -100px;
  left: 0;
  background: #7beddc;
  position: absolute;
  width: 201px;
  height: 201px;
  border-radius: 100%;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#calc .circle img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#calc h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
}
#calc .form {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 130px;
  height: 620px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#calc .step-line {
  margin: 15px 60px;
  margin-top: 45px;
  position: relative;
}
#calc h3 {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
#calc .step {
  box-sizing: border-box;
  position: absolute;
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
#calc .step.active {
  display: flex;
}
#calc form {
  position: relative;
}
#calc .radio {
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
}
#calc .radio input[type='radio'] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
#calc .radio label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
  text-transform: none;
  width: 270px;
  background: rgba(220,220,220,0.4);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  box-sizing: border-box;
}
#calc .radio.checked label {
  background: rgba(180,180,180,0.4);
}
#calc input[type='text'],
#calc textarea {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.15);
  padding: 0 15px;
  outline: none;
  border-radius: 15px;
  box-sizing: border-box;
  border: none;
  width: 450px;
  margin: 15px 0;
  height: 50px;
}
#calc textarea {
  margin-top: 0;
  resize: none;
  height: 180px;
  border-radius: 15px;
  padding-top: 15px;
}
#calc .step.step-2 {
  flex-direction: column;
}
#calc .radio:nth-child(odd) {
  margin-left: 30px;
  margin-right: 200px;
}
#calc .progress {
  margin: 15px 60px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}
#calc .steps-text {
  margin-left: auto;
}
#calc .progress-bar {
  margin: 15px 0;
  width: 100%;
  display: flex;
  height: 15px;
  overflow: hidden;
  background-color: rgba(220,220,220,0.4);
  border-radius: 15px;
}
#calc .inbar {
  height: 100%;
  border-radius: 15px;
  background-color: #c18bf6;
  transition: width 0.5s ease-in-out;
}
#calc .block-btn {
  display: flex;
  justify-content: space-between;
  margin: 60px;
  margin-top: 15px;
}
#calc .block-btn button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
}
#calc .block-btn .prev {
  background: rgba(220,220,220,0.4);
}
#calc .form,
#calc .form-final {
  position: relative;
}
#calc .form-final {
  margin: 60px auto;
  width: 470px;
  box-sizing: border-box;
  padding: 30px 15px;
  height: auto;
  display: none;
}
#calc .form-final button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#calc .form-final input,
#calc .form-final textarea {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.05);
}
#calc .form-final input,
#calc .form-final button,
#calc .form-final textarea {
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  margin: 10px 0;
  height: 50px;
  width: 100%;
}
#calc .form-final h3 {
  text-align: center;
  margin-bottom: 30px;
}
#calc .form-final .after {
  display: flex;
}
#calc .form-final .after label {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 14px;
}
#calc .form-final .checkmark {
  background-color: #eee;
}
#calc form.final .form-final {
  display: flex;
}
#calc form.final .form-calc {
  display: none;
}
@media (max-width: 1179px) {
  #calc {
    height: 920px;
  }
  #calc h2 {
    font-size: 24px;
    line-height: 33px;
  }
  #calc .circle {
    left: auto;
    right: -100px;
  }
  #calc .step-line {
    margin: 15px;
    margin-top: 30px;
  }
  #calc h3 {
    font-size: 18px;
    line-height: 21px;
  }
  #calc .step {
    justify-content: space-between;
  }
  #calc .radio {
    box-sizing: border-box;
    width: 48%;
  }
  #calc .radio label {
    font-size: 14px;
    width: 100%;
  }
  #calc .progress {
    margin: 15px;
    margin-top: auto;
  }
  #calc .block-btn {
    margin: 15px;
    margin-bottom: 30px;
  }
  #calc .form {
    margin-bottom: 60px;
  }
  #calc .radio:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  #calc input[type='text'],
  #calc textarea {
    width: 100%;
  }
}
@media (max-width: 594px) {
  #calc {
    height: 980px;
  }
  #calc .circle {
    transform: scale(0.5);
    left: auto;
    right: -50px;
  }
  #calc h2 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 25px;
  }
  #calc h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #calc .progress {
    font-size: 14px;
    line-height: 14px;
  }
  #calc .form {
    height: 720px;
  }
  #calc .step {
    width: 100%;
  }
  #calc .radio {
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #calc .radio label {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  #calc .radio:nth-child(odd) {
    margin-left: 0;
  }
  #calc .block-btn {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #calc .block-btn button {
    margin-bottom: 15px;
    width: 100%;
  }
  #calc .block-btn button:first-child {
    order: 1;
  }
  #calc input[type='text'],
  #calc textarea {
    font-size: 14px;
  }
  #calc .form-final {
    margin: 60px auto;
    width: 100%;
    height: auto;
  }
  #calc .form-final input,
  #calc .form-final button,
  #calc .form-final textarea {
    font-size: 14px;
  }
}
#nine {
  background-image: url("/img/second.webp");
  background-position: center center;
  background-size: cover;
  display: flex;
}
#nine .splash4 {
  bottom: 250px;
  right: -100px;
}
#nine .splash5 {
  top: 400px;
  left: -150px;
}
#nine .container {
  padding: 90px 0;
  position: relative;
}
#nine h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-weight: bold;
  text-align: center;
}
#nine .blocks-line {
  position: relative;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nine .block {
  margin: 12px 0;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  border-color: rgba(0,0,0,0.08);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 32%;
  height: auto;
}
#nine .img {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
}
#nine img {
  margin: auto;
}
#nine hr {
  border: none;
  border-bottom: 1px dashed #aaa;
}
#nine h4 {
  font-size: 16px;
  line-height: 21px;
  margin: 15px 0 10px;
  font-weight: bold;
}
#nine p {
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0 15px;
}
@media (max-width: 1179px) {
  #nine h2 {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
  }
  #nine .block {
    width: 49%;
  }
  #nine .block img {
    height: 220px;
    max-width: 100%;
  }
  #nine .block:nth-child(9) {
    margin-left: 25%;
  }
}
@media (max-width: 594px) {
  #nine .container {
    padding: 60px 0;
  }
  #nine .block {
    width: 100%;
  }
  #nine .block .img {
    height: 250px;
  }
  #nine h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }
  #nine h4 {
    font-size: 16px;
    line-height: 18px;
  }
  #nine p {
    font-size: 14px;
    line-height: 16px;
  }
  #nine .block:nth-child(9) {
    margin-left: 0;
  }
}
#line-3 {
  background-image: url("/img/line-2.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  padding-bottom: 30px;
  background-attachment: fixed;
}
#line-3 .container {
  position: relative;
}
#line-3 .form {
  margin-top: 30px;
  margin-bottom: 60px;
}
#line-3 h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
}
#line-3 h3 {
  color: #fff;
  text-align: center;
  margin: 30px 0;
  margin-top: 90px;
  font-size: 24px;
  line-height: 28px;
}
#line-3 .blocks-line {
  display: flex;
  justify-content: space-between;
}
#line-3 .blocks-line .block {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 19%;
  height: 170px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
}
#line-3 .blocks-line .num {
  background: #c18bf6;
  position: absolute;
  color: #fff;
  top: -120px;
  right: -120px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 20px solid rgba(0,0,0,0.05);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#line-3 .blocks-line .num div {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
#line-3 .blocks-line p {
  margin: 0;
  margin-top: auto;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
}
#line-3 .form .block {
  width: 100%;
  background-color: #fff;
  display: flex;
  border-radius: 100px;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#line-3 .form .block button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#line-3 .form .block input {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.15);
}
#line-3 .form .block input,
#line-3 .form .block button {
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  width: 25%;
  margin: 10px;
  height: 50px;
}
#line-3 .form .after {
  display: flex;
}
#line-3 .form .after label {
  color: #fff;
  margin-left: auto;
  margin-right: 30px;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1179px) {
  #line-3 h2 {
    margin-top: 45px;
    font-size: 24px;
    line-height: 28px;
  }
  #line-3 h3 {
    margin-top: 45px;
    font-size: 24px;
    line-height: 28px;
  }
  #line-3 .blocks-line {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #line-3 .blocks-line .block {
    box-sizing: border-box;
    width: 48%;
    margin: 10px 0;
  }
  #line-3 .form .block {
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 40px;
  }
  #line-3 .form .block input,
  #line-3 .form .block button {
    width: 46%;
  }
  #line-3 .form .after label {
    margin-right: 0;
  }
}
@media (max-width: 594px) {
  #line-3 h2 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  #line-3 .blocks-line .block {
    width: 100%;
  }
  #line-3 h3 {
    font-size: 16px;
    line-height: 18px;
  }
  #line-3 .form .block {
    border-radius: 20px;
    padding: 10px 0;
  }
  #line-3 .form .block input,
  #line-3 .form .block button {
    width: 100%;
    margin: 7.5px 15px;
  }
  #line-3 .form .after label {
    margin-top: 10px;
  }
}
#call {
  background-image: url("/img/second.webp");
  background-position: center center;
  background-size: cover;
  display: flex;
}
#call .splash4,
#call .splash5 {
  transform: scale(0.9);
}
#call .splash4 {
  bottom: 100px;
  right: -100px;
}
#call .splash5 {
  top: 100px;
  left: -150px;
}
#call .container {
  position: relative;
}
#call .circle {
  box-sizing: border-box;
  top: -100px;
  left: 150px;
  background: #fbfd91;
  position: absolute;
  width: 201px;
  height: 201px;
  border-radius: 100%;
  border: 10px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#call .circle img {
  position: absolute;
  top: -5px;
  left: -5px;
}
#call h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 90px 0 15px;
  font-weight: bold;
  text-align: center;
}
#call .blocks-line {
  margin-top: 30px;
  height: 1400px;
  background-position: center;
  background-image: url("/img/call.webp");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
#call .block {
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
}
#call .block p {
  width: auto;
  margin: auto;
  margin-left: 53%;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
#call .block:nth-child(odd) svg {
  right: 0;
}
#call .block:nth-child(odd) p {
  margin-left: auto;
  margin-right: 53%;
  text-align: right;
}
#call svg {
  position: absolute;
}
#call .block:nth-child(1) svg {
  top: -60px;
}
#call .block:nth-child(2) {
  height: 170px;
}
#call .block:nth-child(2) svg {
  top: -110px;
}
#call .block:nth-child(3) {
  height: 190px;
}
#call .block:nth-child(3) svg {
  top: -35px;
}
#call .block:nth-child(4) {
  height: 170px;
}
#call .block:nth-child(4) svg {
  top: -50px;
}
#call .block:nth-child(5) {
  height: 190px;
}
#call .block:nth-child(5) svg {
  top: -40px;
}
#call .block:nth-child(6) svg {
  top: -70px;
}
#call .block:nth-child(7) {
  height: 200px;
}
#call .block:nth-child(7) svg {
  top: -20px;
}
#call .after {
  margin: 15px 0;
  margin-top: -80px;
  margin-bottom: 150px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
#call .after .telephone {
  font-weight: bold;
}
#call .splash {
  position: absolute;
  background-image: url("/img/splash2.webp");
  background-size: 100%;
  width: 393px;
  height: 400px;
  bottom: 90px;
  left: 0px;
  transform: scaleX(-1) rotateZ(-25deg);
}
@media (max-width: 1179px) {
  #call .splash4,
  #call .splash5 {
    transform: scale(0.5);
  }
  #call .splash4 {
    bottom: 70px;
    right: -250px;
  }
  #call .splash5 {
    top: 100px;
    left: -250px;
  }
  #call .circle {
    transform: scale(0.75);
    left: -75px;
  }
  #call h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #call svg {
    transform: scale(0.5);
    left: -30%;
  }
  #call .block:nth-child(odd) svg {
    left: auto;
    right: -30%;
  }
  #call .block:nth-child(2) svg {
    top: -90px;
  }
  #call .block:nth-child(7) svg {
    top: -40px;
  }
  #call .splash {
    left: -200px;
  }
  #call .after {
    margin-bottom: 90px;
  }
}
@media (max-width: 594px) {
  #call .splash4,
  #call .splash5 {
    transform: scale(0.25);
  }
  #call .splash4 {
    bottom: 0px;
    right: -250px;
  }
  #call .splash5 {
    top: 50px;
    left: -220px;
  }
  #call .circle {
    transform: scale(0.5);
  }
  #call h2 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  #call .blocks-line {
    background: none;
  }
  #call svg,
  #call p {
    position: static;
  }
  #call .block {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #call p {
    margin: 0 !important;
    margin-top: 15px !important;
    text-align: center !important;
  }
  #call svg {
    transform: scale(1);
  }
  #call .splash {
    left: -350px;
    bottom: 15px;
  }
  #call .after {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
#doc {
  background-image: url("/img/line-1.webp");
  background-position: center top;
  background-size: cover;
  display: flex;
  min-height: 200px;
  background-attachment: fixed;
}
#doc .container {
  position: relative;
}
#doc .circle {
  top: -140px;
  right: 0;
  background: #7beddc;
  position: absolute;
  width: 266px;
  height: 266px;
  border-radius: 100%;
  border: 20px solid rgba(255,255,255,0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#doc .circle img {
  position: absolute;
  top: 10px;
  left: 10px;
}
#doc .blocks-line {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
#doc .blocks-line img {
  width: 100%;
}
#doc .block {
  margin: 15px 0;
  width: 15%;
}
#doc h2 {
  color: #fff;
  margin: 0;
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 49px;
  text-transform: uppercase;
}
#doc p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
@media (max-width: 1179px) {
  #doc .circle {
    transform: scale(0.5);
    right: -100px;
  }
  #doc h2 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #doc .blocks-line {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #doc .block {
    width: 30%;
  }
}
@media (max-width: 594px) {
  #doc .circle {
    transform: scale(0.35);
    left: auto;
    top: -150px;
    right: -150px;
  }
  #doc h2 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  #doc .block {
    margin: 0 auto 15px;
    width: 51%;
  }
  #doc p {
    text-align: center;
  }
}
#question {
  background-image: url("/img/second.webp");
  background-position: center center;
  background-size: cover;
  display: flex;
}
#question .splash4 {
  bottom: 50px;
  right: 50px;
}
#question .splash5 {
  top: 0;
  right: -150px;
}
#question .autograph {
  display: block;
    position: absolute;
    font-size: 15px;
    line-height: 14px;
    font-weight: 500;
    color: #4f5050;
    top: 210px;
    left: 37%;
    text-shadow: 0px 1px 1px #ffffff;
}
#question .autograph img {
  width: 200px;
}
#question .container {
  position: relative;
}
#question h2 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 90px 0 15px;
  font-weight: bold;
  text-align: center;
}
#question .blocks-line {
  position: relative;
  height: 870px;
  display: flex;
  align-items: flex-end;
}
#question .member {
  position: absolute;
  background-image: url("../img/22.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 760px;
  height: 900px;
  /* top: 0; */
}
#question .form {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  width: 470px;
  margin-left: auto;
}
#question .block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid rgba(255,255,255,0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: rgba(0,0,0,0.15);
  box-sizing: border-box;
  padding: 15px;
}
#question .block button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: #fbfd91;
  padding: 0 30px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  border-radius: 100px;
  text-transform: uppercase;
}
#question .block input,
#question .block textarea {
  color: #777;
  background: rgba(220,220,220,0.4);
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.05);
}
#question .block input,
#question .block button,
#question .block textarea {
  padding: 0 15px;
  outline: none;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  width: auto;
  margin: 10px;
  height: 50px;
}
#question .block textarea {
  resize: none;
  height: 180px;
  border-radius: 15px;
  padding-top: 15px;
}
#question .after {
  display: flex;
}
#question .after label {
  color: #565656;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1179px) {
  #question h2 {
    margin-top: 60px;
    font-size: 24px;
    line-height: 28px;
  }
  #question .splash4,
  #question .splash5 {
    transform: scale(0.5);
  }
  #question .splash4 {
    bottom: -50px;
    right: 50px;
  }
  #question .splash5 {
    top: 50px;
    right: -250px;
  }
  #question .autograph {
    top: 120px;
    bottom: auto;
  }
  #question .form {
    margin-top: auto;
    margin-bottom: 30px;
    width: 370px;
  }
  #question .form textarea {
    height: 120px;
  }
  #question .member {
    left: -200px;
  }
  #question .blocks-line {
    background-position: left center;
  }
}
@media (max-width: 594px) {
  #question .splash4 {
    top: 0px;
    bottom: auto;
    right: -300px;
  }
  #question .splash5 {
    top: 140px;
    right: auto;
    left: -350px;
  }
  #question h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  #question .autograph {
    top: 20px;
    bottom: auto;
  }
  #question .blocks-line {
    height: 750px;
  }
  #question .member {
    left: -300px;
    top: -300px;
    transform: scale(0.5);
  }
  #question .form {
    width: 100%;
  }
  #question .block {
    padding: 15px;
  }
  #question .block input,
  #question .block button,
  #question .block textarea {
    margin: 5px 0;
    font-size: 14px;
  }
}
#footer {
  height: 100px;
  background-color: #424242;
  color: rgba(255,255,255,0.5);
}
#footer p {
  margin: auto;
  margin-left: 0;
  font-size: 12px;
  line-height: 14px;
}
#footer .container {
  display: flex;
  align-items: center;
  height: 100%;
}
#footer .icons {
  width: auto;
  display: flex;
  justify-content: space-between;
  min-width: 3rem;
}
#footer .icon {
  height: auto;
  display: flex;
}
#footer img {
  margin: auto;
}
@media (max-width: 594px) {
  #footer {
    height: auto;
  }
  #footer .container {
    flex-direction: column;
  }
  #footer p {
    order: 2;
    text-align: center;
    margin: 15px 0 30px;
  }
  #footer .icons {
    order: 1;
    margin: 30px 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */
