<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.smart-form{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 61px 50px 59px;
    background: url( '../images/otpsmart-bg.png' ) no-repeat center top #f0f0f0;
    background-size: cover;
}
.smart-form__heading{
    font-family: 'Semi-bold','Arial',sans-serif;
    font-size: 30px;
    line-height: 1.13;
    position: relative;
    z-index: 1;
    margin-bottom: 56px;
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    
}
.field__label{
    color: #fff;
}
.full-form__body .form-itemerr{
    left: 16px !important;
    bottom: -10px !important;
}
.full-form__body .form-itemerr-add-bottom{left: 4px;}
#agreement a, .visit:hover, .visit{color: #fff;}
.visit{display: none;}
@media screen and (max-width: 767px) {
    .smart-form{padding: 51px 10px 0px;}
}
@media screen and (max-width: 767px) and (min-width: 500px) {
    .slick-initialized .slick-slide{ position: relative; }
    .img_bg_iphone_x{
      left: 50%;
      max-width: 385px;
      margin-left: -191px;
    }
}
.img_bg_iphone_x {
   width: 100%;
   background: url(/upload/images/content/iphone-x-bg.png);
   height: 100%;
   background-size: contain;
   position: absolute;
   top: 0;
   background-repeat: no-repeat;
   -webkit-animation: fade-in 3s linear; /* Safari 4+ */
   -moz-animation: fade-in 3s linear;    /* Fx 5+ */
   -o-animation: fade-in 3s linear;      /* Opera 12+ */
   animation: fade-in 3s linear;         /* IE 10+, Fx 29+ */
}
   / РїР»Р°РІРЅР°СЏ Р·Р°РіСЂСѓР·РєР° /
@-webkit-keyframes fade-in {
   0% { opacity: 0.1; }
   100% { opacity: 1; }
}
@-moz-keyframes fade-in {
   0% { opacity: 0.1; }
   100% { opacity: 1; }
}
@-o-keyframes fade-in {
   0% { opacity: 0.1; }
   100% { opacity: 1; }
}
@keyframes fade-in {
   0% { opacity: 0.1; }
   100% { opacity: 1; }
}</pre></body></html>