#rec450049319 .tn-elem[data-elem-id="1653374307966"] .tn-atom {
  font-size: 44px !important;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 959px) {
  #rec450049319 .tn-elem[data-elem-id="1653374307966"] .tn-atom {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 479px) {
  #rec450049319 .tn-elem[data-elem-id="1653374307966"] .tn-atom {
    font-size: 28px !important;
  }
}

.init-hidden {
  display: none;
}

.tel-input {
  margin: 0 20px 0 0;
  font-size: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 240px;
  border: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #a8a8a8;
  background-color: white;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid black;
}

.submit-input {
  padding: 0px 15px;
  display: block;
  width: 200px;
  font-weight: 600;
  height: 50px;
  color: #000000;
  background-color: #ffe68d;
  border-radius: 7px;
  border: 0 none;
  font-size: 16px;
  font-family: Raleway;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
}

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

.footer-rights {
  -webkit-box-shadow: 0 0 0px 10px black;
          box-shadow: 0 0 0px 10px black;
  background-color: black;
  padding-bottom: 10px;
}

@media (max-width: 479px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel-input {
    width: 100%;
    margin: 0 0 10px;
  }
  .submit-input {
    width: 100%;
  }
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-family: "Raleway", Arial, sans-serif;
  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;
}

.popup.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.popup.active .popup-overlay {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 1;
}

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.popup__window {
  width: 100%;
  max-width: 560px;
  position: relative;
  background-color: white;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(60%) perspective(1000px) rotateX(-90deg);
          transform: translateY(60%) perspective(1000px) rotateX(-90deg);
  pointer-events: all;
}

.popup__window-top {
  padding: 20px;
  background-color: #1c1c1c;
  color: white;
}

.popup__window-body {
  padding: 40px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__window-body-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.popup__window-body-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.popup__window-body-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

.popup__window-logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__window-logo-text-1 {
  font-size: 16px;
  font-weight: 600;
}

.popup__window-logo-text-2 {
  font-size: 12px;
}

.popup__window-logo-img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.popup__window-close {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #1c1c1c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__window-close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 24px;
  width: 1px;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup__window-close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 1px;
  width: 24px;
  background-color: #666666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup__window-close:hover {
  background-color: #075fee;
}

.popup__window-close:hover:before, .popup__window-close:hover:after {
  background-color: white;
}

.popup__window-form {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.popup__window-form .form-tel,
.popup__window-form .form-text {
  color: black;
}

.popup__item {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: none;
}

.popup__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.popup__item.active .popup__window {
  opacity: 1;
  -webkit-transform: translateY(0%) perspective(1000px) rotateX(0deg);
          transform: translateY(0%) perspective(1000px) rotateX(0deg);
}

.processing {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.processing.active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.processing-text {
  font-size: 35px;
  color: white;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

.processing-spinner {
  width: 50px;
  height: 50px;
  position: relative;
}

.processing-spinner .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 50%;
}

.processing-spinner .circle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  background-color: #fff;
  opacity: 0.2;
  width: 15px;
  height: 5px;
  -webkit-transition: 3s;
  transition: 3s;
}

.processing-spinner .circle.active:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.processing-spinner .circle:nth-child(1) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.processing-spinner .circle:nth-child(2) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.processing-spinner .circle:nth-child(3) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.processing-spinner .circle:nth-child(4) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.processing-spinner .circle:nth-child(5) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.processing-spinner .circle:nth-child(6) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.processing-spinner .circle:nth-child(7) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.processing-spinner .circle:nth-child(8) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.processing-spinner .circle:nth-child(9) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.processing-spinner .circle:nth-child(10) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.processing-spinner .circle:nth-child(11) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.processing-spinner .circle:nth-child(12) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.processing img {
  display: none;
  width: 100px;
  height: 100px;
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .popup__window-top {
    padding: 20px;
  }
  .popup__window-body {
    padding: 20px;
  }
  .popup__window-close {
    top: 20px;
    right: 20px;
  }
}
