
  body {
    font-family: 'TeleNeoWeb-ExtraBold';  
    font-family: 'TeleNeoWeb-Bold';
    font-family: 'TeleNeoWeb-Medium';
    font-family: 'TeleNeoWeb-Regular';
    font-family: 'TeleNeoWeb-Thin';
    background-color: #f8f8f8;
  }

  * { 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }

  #app-tmobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
  }

  .section {
    display: none;
    width: 1920px;
    height: 900px;
    max-height: 100vh;
    padding-left: 118px;
    padding-right: 118px;
    position: relative;
  }

  .section.active {
    display: block;
  }

  .left {
    width: 100%;
    max-width: 795px;
  }

  #end .left {
    max-width: 1000px;
  }

  .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    max-width: 510px;
  }

  #start .right, #end .right {
    margin-right: 118px;
  }

  .step .right {
    max-width: 378px;
  }

  .right img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .logo {
    float: left;
    width: 100%;
    margin-top: 40px;
    min-height: 200px;
    position: relative;
  }

  .progress-bar {
    width: 100%;
    height: 10px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
  } 
  
  .progress-bar span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E20574;
  }

  .text-container {
    float: left;
    width: 100%;
    height: auto;
    min-height: 484px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full {
    float: left;
    width: 100%;
    clear: both;
  }
  .relative {
    position: relative;
  }
  .h1 {
    font-family: 'TeleNeoWeb-ExtraBold';  
    font-size: 105px;
    line-height: 100%;
    font-weight: normal;
    color: #E20574;
    margin: 0;
    margin-bottom: 12px;
  }

  .h2 {
    font-family: 'TeleNeoWeb-Medium';
    font-size: 27px;
    line-height: 110%;
    font-weight: normal;
    color: #1A1A1A;
    margin: 0;
    margin-bottom: 24px;
  }  

  .h3 {
    font-family: 'TeleNeoWeb-ExtraBold';  
    font-size: 27px;
    line-height: 110%;
    font-weight: normal;
    color: #1A1A1A;
    margin: 0;
    margin-bottom: 12px;
  }

  .info-text {
    font-family: 'TeleNeoWeb-ExtraBold';  
    color: #E20574;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: -12px;
    display: inline-block;
  }

  .step .h3 {
    margin-bottom: 24px;
  }

  .info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #64B9E4;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'TeleNeoWeb-ExtraBold';  
    width: 247px;
    max-width: 100%;
    padding: 6px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
  }

  .info img {
    float: left;
    margin-right: 18px;
  }

  .field, .checkbox-form {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 24px;
  }
  
  .input {
    display: block;
    width: 100%;
    height: 61px;
    border: none;
    box-shadow: inset 0px 1px 6px #00000029;
    border-radius: 4px;
    color: #1A1A1A;
    font-family: 'TeleNeoWeb-Medium';
    font-size: 20px;
    line-height: 110%;
    font-weight: normal;
    padding-left: 27px;
    padding-right: 27px;
  }

  textarea.input {
    height: 120px;
    resize: none;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .p1 {
    font-family: 'TeleNeoWeb-Medium';
    color: #1A1A1A;
    font-size: 20px;
    line-height: 110%;
  }

  .button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #898989;
    max-width: 100%;
    min-height: 61px;
    padding-left: 27px;
    padding-right: 27px;
    text-align: center;
    min-width: 127px;
    font-family: 'TeleNeoWeb-ExtraBold';  
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 110%;
    cursor: pointer;
  }

  .button.active {
    background-color: #E20574;
  }

  .page-nav {
    display: flex;
    float: left;
    width: 100%;
  }


  .page-nav .next, .page-nav .prev {
    display: block;
    outline: none;
    background: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 49px;
    height: 49px;
    border: 4px solid #E20574;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    position: relative;
  }

  .page-nav .next:hover, .page-nav .prev:hover {
    background-color: #E20574;
  }  

  .page-nav .next img, .page-nav .prev img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -6px;
    opacity: 0;
  }

  .page-nav .invert {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .page-nav .prev:hover .white, .page-nav .next:hover .white {
    opacity: 1;
  }

  .page-nav .prev .pink, .page-nav .next .pink {
    opacity: 1;
  }

  .page-nav .prev:hover .pink, .page-nav .next:hover .pink {
    opacity: 0;
  }    

  .page-nav .next {
    margin-left: 8px;
  }


 .radio, .checkbox  {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  width: 100%;
  min-height: 34px;
}

.checkbox-form {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding-left: 30px;
}


.radio input, .checkbox input, .checkbox-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio .checkmark, .checkbox .checkmark, .checkbox-form .checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 21px;
  width: 21px;
  background-color: #BCBCBC;
  border-radius: 50%;
  z-index: 1;
}

.checkbox-form .checkmark {
  width: 18px;
  height: 18px;
  background-color: #FCFCFC;
  left: 0;
  top: 0;
  box-shadow: inset 0px 1px 6px #00000029;
  border-radius: 4px;
}

.checkbox .checkmark {
  border-radius: 2px;
}

.radio .text, .checkbox .text {
  font-size: 20px;
  color: #1A1A1A;
  font-family: 'TeleNeoWeb-Regular';
  line-height: 110%;
  min-height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 3;
}

.radio .hover, .checkbox .hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E20574;
  z-index: 0;
  opacity: 0;
}

.radio:hover input ~ .hover, .checkbox:hover input ~ .hover {
  opacity: 0.1;
}

.radio:hover input ~ .checkmark, .checkbox:hover input ~ .checkmark {
  background-color: #BCBCBC;
}

.radio input:checked ~ .checkmark, .checkbox input:checked ~ .checkmark {
  background-color: #E20574;
}

.radio .checkmark:after, .checkbox .checkmark:after, .checkbox-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.radio input:checked ~ .checkmark:after, .checkbox input:checked ~ .checkmark:after, .checkbox-form input:checked ~ .checkmark:after {
  display: block;
}

.radio .checkmark:after, .checkbox .checkmark:after, .checkbox-form .checkmark:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.checkbox-form .checkmark:after {
  border-color: #99D88D;
  left: 6px;
  top: 3px;
}

.radio input.text, .checkbox input.text {
  border: none;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 33px;
  background-color: #FCFCFC;
  box-shadow: inset 0px 1px 6px #00000029;
  opacity: 1;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 6px;
  font-size: 16px;
  font-family: 'TeleNeoWeb-Medium';
  color: #1A1A1A;
}

.field {
  position: relative;
}

label.error {
  position: absolute;
  background-color: #BB0060;
  left: 50%;
  bottom: 0;
  width: 312px;
  height: 60px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: -50px;
  z-index: 2;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'TeleNeoWeb-ExtraBold';  
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -130px;
  padding-left: 18px;
  padding-right: 18px;
}

.checkbox-form label.error {
  margin-bottom: -66px;
  margin-left: -210px;
}

label.error::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #BB0060;
}

.text .relative {
  position: relative;
  width: 320px;
}

.text .relative label.error {
  left: 0;
  bottom: auto;
  margin: 0;
  width: 100%;
  top: 0;
  margin-top: 33px;
  margin-left: 100px;
  z-index: 4;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  top: 0;
  left: 0;
}

#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:  -25px;
  margin-left: -21px;
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.left .only-mobile {
  float: right;
  margin-right: -33px;
  display: none;
}

.section .left {
  margin-bottom: 40px;
}

.button.mobail {
  display: none;
}

@media screen and (max-width: 1600px) {
  .section {
    padding-left: 48px;
    padding-right: 48px;
  }

  #start .right, #end .right {
    margin-right: 48px;
  }
} 

@media screen and (max-width: 1450px) {
  .section {
    height: auto;
    max-height: none;
  }  

  #start .left, #end .left {
    width: 60%;
    padding-right: 24px;
    margin-bottom: 40px;
    float: left;
  }

  #start .right, #end .right {
    width: 40%;
    margin-right: 0;
  }

  .h1 br {
    display: none;
  }

  .h1 {
    font-size: 80px;

  }
   
}  

@media screen and (max-width: 1250px) {
  .step .right {
    max-width: 200px;
  }

}  

@media screen and (max-width: 1040px) {
  .step .right {
    display: none;
  }

}  

@media screen and (max-height: 900px) {

  #app-tmobile {
    align-items: flex-start;
  }

}  


/* mobail */
@media screen and (max-width: 880px) {

  #app-tmobile {
    align-items: flex-start;
    
    height: auto;
  }

  .section.active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .left {
    width: 100% !important;
    max-width: calc(100% - 166px);
    padding-left: 33px;
    padding-right: 33px;
    margin-bottom: 30px !important;
  }

  .right {
    display: none;
    position: relative;
    padding-left: 18px;
    padding-right: 0;
    width: 100% !important;
    height: auto;
    min-height: 180px;
    max-width: 166px;
    margin: 0 !important;
    margin-bottom: 20px !important;

  }

  #start .right {
    display: block;
  }

  .right img {
    position: absolute;
    width: 130px;
    height: 100%;
    object-fit: contain;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    max-height: none;
  }

  .h1 {
    font-size: 41px;
    margin-bottom: 6px;
  }

  .h2 {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 24px;
  }

  .h1 br {
    display: none;
  }

  .h3 {
    font-size: 14px;
  }

  .p1 {
    font-size: 11px;
    line-height: 13px !important;
    max-width: 296px;
  }

  .info {
    height: 21px;
    font-size: 18px;
    width: 139px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 10px;
  }  

  .info img {
    height: 11px;
    width: auto;
    margin: 0;
    margin-right: 8px;
  }

  .field, .checkbox-form {
    margin-bottom: 12px;
  }

  .input {
    height: 33px;
    border: none;
    border-radius: 0;
    color: #1A1A1A;
    font-size: 11px;
    line-height: 110%;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkbox-form .checkmark {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    top: 0;
  }

  .checkbox-form {
    padding-left: 24px;
    line-height: 1;
  }

  .checkbox-form .checkmark::after {
    left: 4px;
    top: 2px;
    width: 2px;
    height: 4px;
  }

  .checkbox-form .p1 {
    display: block;
    float: left;
    width: 100%;
  }

  label.error {
    margin: 0 !important;
    left: 30% ;
    bottom: 0;
    width: 70%;
    height: 25px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: -15px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 8px;
    margin-bottom: -15px;
  }

  label.error::after {
    display: none;
  }

  .button {
    border-radius: 4px;
    min-height: 34px;
    padding: 0;
    text-align: center;
    min-width: 69px;
    font-size: 11px;
    line-height: 34px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo {
    margin-top: 24px;
    min-height: 70px;
    position: relative;
  }

  .logo img {
    height: 28px;
    width: auto;
  }

  #end .left {
    padding-right: 0;
    overflow: hidden;
  }



  #end .left .full {
    width: calc(100% - 183px);
    clear: none;
  }

  #end .h1 {
    width: 100%;
    min-width: 220px;
    display: block;
    float: left;
    font-size: 32px;
  }

  #end .h2 {
    min-width: 180px;
    display: block;
  }

  .button.mobail {
    display: inline-block
  }

  .button.desktop {
    display: none;
  }

  .left .only-mobile {
    width: 183px;
    height: auto;
    float: right;
    display: block;
    margin-right: 0;
    margin-top: -80px;
  }

  #step1 .left, #step2 .left, #step3 .left, #step3a .left, #step4 .left, #step4a .left,
  #step5 .left, #step6 .left, #step7 .left, #step8 .left, #step7a .left, #step7b .left {
    max-width: 100%;
  }

  #step1 .h3, #step2 .h3, #step3 .h3, #step3a .h3, #step4 .h3, #step4a .h3,
  #step5 .h3, #step6 .h3, #step7 .h3, #step8 .h3, #step7a .h3, #step7b .h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .page-nav .next, .page-nav .prev {
    width: 21px;
    height: 21px;
    border: 2px solid #E20574;
    border-radius: 4px;
    line-height: 21px;
  }

  .page-nav  img {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .page-nav img.invert {
    -moz-transform: scale(0.5) rotate(180deg);
    -webkit-transform: scale(0.5) rotate(180deg);
    -o-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
  }

  .info-text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: -18px;
  }

  .text-container {
    min-height: auto;
  }

  .text .relative label.error {
    margin-bottom: auto !important;
    margin-top: 30px !important;
    left: 45px;
    bottom: 0;
    width: calc(100% - 45px);
    max-width: 320px;
  }

  .radio, .checkbox {
    padding-left: 35px;
    min-height: 26px;
  }

  .radio .text, .checkbox .text {
    font-size: 14px;
    min-height: 26px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    float: left;
    width: 100%;
  }

  .radio .checkmark, .checkbox .checkmark, .checkbox-form .checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 16px;
    width: 16px;
  }

  .checkbox-form .checkmark { 
    left: 0;
  }

  .radio .checkmark::after, .checkbox .checkmark::after, .checkbox-form .checkmark::after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 6px;
  }

  .progress-bar {
    height: 6px;
  }

  .h3 br {
    display: none;
  }

  .text .relative {
    position: absolute;
    width: 100%;
    padding-left: 45px;
    top: 0;
    left: 0;
  }

  .radio input.text, .checkbox input.text {
    float: left;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 26px;
    background-color: #FCFCFC;
    box-shadow: inset 0px 1px 6px #00000029;
    opacity: 1;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0;
    font-size: 12px;
    margin-top: 0;
  }

}

  @media screen and (max-width: 560px) {
    #start .left {
      text-align: center;
    }

    #start .info {
      margin-left: auto;
      margin-right: auto;
    }
    
    #start .left .logo, #start .left .p1 {
      text-align: left;
    }

    .section.active {
      justify-content: center;
    }

    .left {
      max-width: 385px;
    }

    .left .only-mobile {
      margin-top: 30px;
    }

    .text-container {
      min-height: 440px;
    }


  }

  @media screen and (max-width: 360px) {
    .left {
      padding: 18px;
      padding-right: 18px;
    }

    .left .only-mobile {
      margin-right: -33px;
    }

  }  

  @media screen and (max-width: 320px) {
    .left .only-mobile {
    margin-right: -66px;
    }
  }

