@import "../../vars"; @import "../../mixins"; .modal-restore { left: 30%; top: 25%; padding: 40px 77px; display: flex; flex-direction: column; align-items: center; &__close { top: -82px; right: -362px; } &__title { font-weight: 700; font-size: 48px; line-height: 100%; color: $vmainGrey; } &__back { margin-top: 30px; font-weight: 600; font-size: 16px; line-height: 22px; color: $vactiveOrange; } &--hidden { display: none; } } .modal-restore-form { align-self: start; // margin-top: 56px; // margin-left: 63px; width: 427px; margin: 0 auto; padding-top: 56px; display: flex; flex-direction: column; } .restore-input { width: 100%; } .restore-label { align-self: start; margin-bottom: 0; } .modal-restore-overlay { &--hidden { display: none; } }