/*
Theme Name: Motionize
 */

@media (min-width: 1681px){
    .page-template-template-solution .build{
    margin-top: 120px;
}
}


.news__image img {
    object-fit: cover;
}

.motionize__nav{
    display: none !important;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 30px;
    right: 16px;
    /*background: #fff !important;*/
}

@media (max-width: 800px) {
    .motionize__nav{
        bottom: 5px;
    }
}


.motionize__nav .nav{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3670c8;
    user-select: none;
    outline: 0 !important;
    cursor: pointer;
    transition: .5s;
}

.motionize__nav .nav.nav-right{
     background: #3670c8;
    margin-left: 16px;
    transition: .5s;
}




.forgot {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.forgot.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .forgot {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .forgot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .forgot {
        padding-top: 114px;
        padding-bottom: 122px
    }
    .motionize__nav{
    display: flex !important;
}
}

@media (max-width: 1024px) {
    .motionize__wrapper {
        flex-flow: row;
        padding-bottom: 10px;
    }
    .motionize__slide{
        min-width: 100%;
    }
}


@media (max-width: 650px) {
    .forgot {
        padding-top: 42px;
        padding-bottom: 27px
    }
    .motionize__nav{
        bottom: 5px !important;
    }
    .motionize__current{
        z-index: 4 !important;
    }
    .motionize{
        margin-top: 50px;
    }
    .clients{
        padding-bottom: 0 !important;
    }
}

.forgot__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.forgot__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .forgot__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .forgot__body {
        max-width: 740px
    }
}

@media (max-width: 992px) {
    .forgot__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .forgot__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .forgot__body {
        padding: 0
    }
}

.forgot__inner {
    padding-top: 34px;
    padding-bottom: 34px;
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .forgot__inner {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 550px
    }
}

@media (max-width: 992px) {
    .forgot__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .forgot__inner {
        padding: 0;
        max-width: 295px
    }
}

.forgot__info {
    max-width: 300px;
    margin-bottom: 25px
}

@media (min-width: 1681px) {
    .forgot__info {
        max-width: 500px
    }
}

@media (max-width: 992px) {
    .forgot__info {
        max-width: 100%
    }
}

.forgot__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .forgot__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .forgot__info > a {
        margin-bottom: 65px
    }
}

.forgot__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .forgot__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.forgot__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .forgot__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .forgot__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .forgot__info > p {
        margin-bottom: 25px
    }
}

.forgot__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.forgot__input-name {
    margin-bottom: 30px
}

.forgot__input-mail {
    margin-bottom: 35px
}

.forgot__input-pass {
    margin-bottom: 55px
}

.forgot__input-pass input {
    -webkit-text-security: disc
}

.forgot__input span {
    position: absolute
}

.forgot__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.forgot__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.forgot__input input.error + label {
    color: #eb2114
}

.forgot__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .forgot__input input + label {
        font-size: 20px
    }
}

.forgot__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.forgot__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.forgot__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.forgot__input input:focus + label, .forgot__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(.7);
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.forgot__input input:not(:-moz-placeholder-shown) ~ .login__remember {
    opacity: 0;
    -moz-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.forgot__input input:not(:-ms-input-placeholder) ~ .login__remember {
    opacity: 0;
    -ms-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.forgot__input input:not(:placeholder-shown) ~ .login__remember {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none
}

@media (min-width: 1681px) {
    .forgot__input input {
        font-size: 24px
    }
}

.forgot__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.forgot__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .forgot__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .forgot__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .forgot__img svg {
        margin-bottom: 38px
    }
}

.forgot__data {
    max-width: 352px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .forgot__data {
        max-width: 565px;
        position: relative
    }
}

.forgot__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

@media (min-width: 1681px) {
    .forgot__dropdown {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .forgot__dropdown {
        margin-bottom: 23px
    }
}

.forgot__current {
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    padding-bottom: 8px
}

.forgot__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.forgot__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, .2)
}

.forgot__item:last-child {
    border-bottom: 0
}

.forgot__registration {
    color: #232323;
    border: 1px solid #eb6914;
    margin-left: 10px
}

.forgot__registration:hover {
    background: #eb6914 !important;
    color: #fff !important
}

.forgot__remember {
    cursor: pointer;
    position: absolute;
    right: 0;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: auto;
    bottom: 6px
}

@media (min-width: 1681px) {
    .forgot__remember {
        bottom: 20px
    }
}

.forgot__submit {
    margin-top: 15px
}

.new-password {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.new-password.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .new-password {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .new-password {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .new-password {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .new-password {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

.new-password__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.new-password__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .new-password__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .new-password__body {
        max-width: 740px
    }
}

@media (max-width: 992px) {
    .new-password__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .new-password__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .new-password__body {
        padding: 0
    }
}

.new-password__inner {
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .new-password__inner {
        max-width: 550px
    }
}

@media (max-width: 992px) {
    .new-password__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .new-password__inner {
        padding: 0;
        max-width: 295px
    }
}

.new-password__info {
    max-width: 300px;
    margin-bottom: 25px
}

@media (min-width: 1681px) {
    .new-password__info {
        max-width: 500px
    }
}

@media (max-width: 992px) {
    .new-password__info {
        max-width: 100%
    }
}

.new-password__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .new-password__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .new-password__info > a {
        margin-bottom: 65px
    }
}

.new-password__info > h4 {
    font-family: "Red Hat Display";
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .new-password__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

@media (max-width: 650px) {
    .new-password__info > h4 {
        font-size: 29px;
        white-space: normal
    }
}

.new-password__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .new-password__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .new-password__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .new-password__info > p {
        margin-bottom: 25px
    }
}

.new-password__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.new-password__input-name {
    margin-bottom: 30px
}

.new-password__input-mail {
    margin-bottom: 35px
}

.new-password__input-pass {
    margin-bottom: 40px
}

.new-password__input-pass input {
    -webkit-text-security: disc
}

.new-password__input-confpass {
    margin-bottom: 55px
}

.new-password__input-confpass input {
    -webkit-text-security: disc
}

.new-password__input span {
    position: absolute
}

.new-password__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.new-password__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.new-password__input input.error + label {
    color: #eb2114
}

.new-password__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .new-password__input input + label {
        font-size: 20px
    }
}

.new-password__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.new-password__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.new-password__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.new-password__input input:focus + label, .new-password__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(.7);
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.new-password__input input:not(:-moz-placeholder-shown) ~ .login__remember {
    opacity: 0;
    -moz-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.new-password__input input:not(:-ms-input-placeholder) ~ .login__remember {
    opacity: 0;
    -ms-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.new-password__input input:not(:placeholder-shown) ~ .login__remember {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none
}

@media (min-width: 1681px) {
    .new-password__input input {
        font-size: 24px
    }
}

.new-password__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.new-password__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .new-password__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .new-password__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .new-password__img svg {
        margin-bottom: 38px
    }
}

.new-password__data {
    max-width: 352px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .new-password__data {
        max-width: 565px;
        position: relative
    }
}

.new-password__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

@media (min-width: 1681px) {
    .new-password__dropdown {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .new-password__dropdown {
        margin-bottom: 23px
    }
}

.new-password__current {
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    padding-bottom: 8px
}

.new-password__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.new-password__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, .2)
}

.new-password__item:last-child {
    border-bottom: 0
}

.new-password__registration {
    color: #232323;
    border: 1px solid #eb6914;
    margin-left: 10px
}

.new-password__registration:hover {
    background: #eb6914 !important;
    color: #fff !important
}

.new-password__remember {
    cursor: pointer;
    position: absolute;
    right: 0;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: auto;
    bottom: 6px
}

@media (min-width: 1681px) {
    .new-password__remember {
        bottom: 20px
    }
}


.success-popup {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.success-popup.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .success-popup {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .success-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .success-popup {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .success-popup {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

@media (max-width: 650px) {
    .success-popup .container {
        height: 100%
    }
}

.success-popup__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 389px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.success-popup__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .success-popup__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .success-popup__body {
        max-width: 555px
    }
}

@media (max-width: 650px) {
    .success-popup__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 370px) {
    .success-popup__body {
        padding: 0
    }
}

.success-popup__inner {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 240px
}

@media (min-width: 1681px) {
    .success-popup__inner {
        max-width: 410px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 992px) {
    .success-popup__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .success-popup__inner {
        padding: 0;
        max-width: 295px
    }
}

.success-popup__info {
    max-width: 352px
}

@media (min-width: 1681px) {
    .success-popup__info {
        max-width: 500px
    }
}

@media (max-width: 992px) {
    .success-popup__info {
        max-width: 100%
    }
}

@media (max-width: 650px) {
    .success-popup__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.success-popup__info > svg {
    margin-bottom: 20px
}

.success-popup__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .success-popup__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .success-popup__info > a {
        margin-bottom: 65px
    }
}

.success-popup__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .success-popup__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.success-popup__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .success-popup__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .success-popup__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .success-popup__info > p {
        margin-bottom: 25px
    }
}

.success-popup__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.success-popup__input-confirm {
    margin-bottom: 55px
}

.success-popup__input span {
    position: absolute
}

.success-popup__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.success-popup__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.success-popup__input input.error + label {
    color: #eb2114
}

.success-popup__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .success-popup__input input + label {
        font-size: 20px
    }
}

.success-popup__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.success-popup__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.success-popup__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

.success-popup__input input:focus + label, .success-popup__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(.7);
    -ms-transform: translate(0, 0) scale(.7);
    transform: translate(0, 0) scale(.7);
    cursor: pointer;
    color: #eb6914
}

@media (min-width: 1681px) {
    .success-popup__input input {
        font-size: 24px
    }
}

.success-popup__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.success-popup__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .success-popup__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .success-popup__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .success-popup__img svg {
        margin-bottom: 38px
    }
}

.success-popup__data {
    max-width: 352px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .success-popup__data {
        max-width: 565px
    }
}

.success-popup__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

.success-popup__dropdown.error {
    color: red;
    border-color: red
}

@media (min-width: 1681px) {
    .success-popup__dropdown {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .success-popup__dropdown {
        margin-bottom: 23px
    }
}

.success-popup__current {
    border-bottom: 1px solid rgba(44, 102, 189, .2);
    padding-bottom: 8px
}

.success-popup__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.success-popup__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, .2)
}

.success-popup__item:last-child {
    border-bottom: 0
}

.success-popup .close-btn {
    padding: 16px 30px;
    color: #232323;
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: #dae9f7;
    border-radius: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset;
    height: unset;
    max-width: 103px;
    margin-right: auto;
    margin-top: 66px;
    margin-bottom: 0
}

@media (min-width: 1681px) {
    .success-popup .close-btn {
        max-width: 125px;
        font-size: 18px;
        padding: 18px 40px
    }
}

@media (max-width: 650px) {
    .success-popup .close-btn {
        margin: 0 auto;
        margin-top: 30px
    }
}

