@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
#root{
	width: 100%;
	max-width: 100%;
}

.App {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto
}



.App__top {
    position: relative;
    background: #58869d
}

.App__center {
    margin-top: -40px;
    order: 2
}

.App__centerInner {
    padding-top: 40px
}

.App__error {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.App__errorCaption {
    margin: 0;
    font-size: 48px;
    color: #788287
}

.App__errorMessage {
    font-size: 20px;
    color: #788287
}

.Menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.Menu__item {
    cursor: pointer
}

.Menu__link {
    text-decoration: none;
    white-space: normal!important
}

.Menu__icon {
    margin-right: 5px
}

.Menu--side, .Menu--side1 {
    width: 40%;
    padding: 10px 0;
    font-size: .9375rem;
    display: inline-block;
    vertical-align: top
}

.Menu--side+.Menu--side {
    width: 60%;
    border-left: 1px solid #d6dee2
}

.Menu--side .Menu__caption, .Menu--side1 .Menu__caption {
    margin: 5px 10px;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #788287;
    letter-spacing: .256px
}

.Menu--side .Menu__item, .Menu--side1 .Menu__item{
    border: 1px solid transparent;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.Menu--side .Menu__item:hover, .Menu--side1 .Menu__item:hover {
    background: #e2edf2
}

.Menu--side .Menu__item--active, .Menu--side1 .Menu__item--active,.Menu--side .Menu__item--active:hover, .Menu--side1 .Menu__item--active:hover {
    background-color: #fff;
    border-color: #d6dee2;
    box-shadow: 0 1px 5px #d6dee2
}

.Menu--side+.Menu--side .Menu__item {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.Menu--side .Menu__link {
    display: block;
    padding: 5px 10px 4px;
    color: #3f6173;
	text-decoration: none!important;
}

.Menu--side .Menu__item--active .Menu__link,.Menu--side .Menu__item--active .Menu__link:hover {
    color: #5b686f
}

.Menu--side+.Menu--side .Menu__item {
    border-left: 0
}

.Menu--side+.Menu--side .Menu__item--active {
    border-right: 1px solid #d6dee2
}

.Menu--navigator,.Menu--top {
    overflow: visible;
    padding: 0;
    border-right: 0;
    background: #58869d;
    margin: 0;
    display: block;
	
}

.Menu--navigator .Menu__item,.Menu--top .Menu__item {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .765px;
    text-transform: uppercase
}

.Menu--navigator .Menu__item:hover,.Menu--top .Menu__item:hover {
    background: #0e76aa
}

.Menu--navigator .Menu__item--active,.Menu--navigator .Menu__item--active:hover,.Menu--top .Menu__item--active,.Menu--top .Menu__item--active:hover {
    background: #2d647f
}

.Menu--navigator .Menu__link,.Menu--top .Menu__link {
    display: block;
    -height: 40px;
    -padding: 11px 10px;
    color: #fff
}

.Menu--wrapper {
    display: block;
    width: 100%;
    position: relative
}

@media only screen and (min-width: 48.75em) {
    .Menu--wrapper .Menu--navigator {
        display:none
    }
}

@media only screen and (max-width: 48.6875em) {
    .Menu--wrapper .Menu--top {
        display:none;
        border-top: 2px solid #fff
    }
}

.Menu--wrapper .Menu--top .Menu__item {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 48.6875em) {
    .Menu--wrapper .Menu--top .Menu__item {
        display:block
    }
}

.Menu--open {
    display: block!important;
    position: absolute;
    width: 100%
}

@media only screen and (min-width: 48.75em) {
    .Menu--open {
        position:relative
    }
}

.Bar {
    height: 0
}

.Bar__line {
    width: 0;
    height: 3px;
    background-color: #0facfb;
    box-shadow: 0 0 5px #0e76aa;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.Bar__line--hidden {
    opacity: 0
}

.Rechner,.Rechner__inner {
    display: flex;
    height: 100%;
    flex-direction: column
}

.Rechner__inner {
    align-items: stretch;
    width: 100%
}

.Rechner__main {
    display: flex;
    height: 100%;
    padding: 10px
}

.Rechner__visual {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 10px
}

@media only screen and (min-width: 87.5em) {
    .Rechner__visual {
        width:40%
    }
	
}

@media (min-width: 77.5em) and (max-width:87.4375em) {
    .Rechner__visual {
        width:40%
    }
}

@media (min-width: 62.5em) and (max-width:77.4375em) {
    .Rechner__visual {
        width:40%
    }
}

@media (min-width: 48.75em) and (max-width:62.4375em) {
    .Rechner__visual {
        width:100%
    }
	.Rechner__main {
		display: block;
	}
}

@media only screen and (min-width: 1037px) {
    .Rechner__main1 {
		display: block;
	}
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .Rechner__visual {
        width:40%
    }
}

@media only screen and (max-width: 31.8125em) {
    .Rechner__visual {
        width:100%
    }
	.Rechner__main {
		display: block;
	}
}

.Rechner__right {
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width: 87.5em) {
    .Rechner__right {
        width:60%
    }
}

@media (min-width: 77.5em) and (max-width:87.4375em) {
    .Rechner__right {
        width:60%
    }
}

@media (min-width: 62.5em) and (max-width:77.4375em) {
    .Rechner__right {
        width:60%
    }
}

@media (min-width: 48.75em) and (max-width:62.4375em) {
    .Rechner__right {
        width:100%;
        margin-top: 20px
    }
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .Rechner__right {
        width:60%
    }
}

@media only screen and (max-width: 31.8125em) {
    .Rechner__right {
        width:100%;
        margin-top: 20px
    }
}

.Rechner__none {
    display: flex;
    height: 100%;
    flex-direction: column
}

.Rechner__params {
    padding-bottom: 30px
}

.Rechner__results {
    height: 70px;
    padding: 10px 0;
    border-top: 2px solid #f5f7f7
}

.Rechner__caption {
    width: 100%;
    margin: 0 0 5px;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #788287;
    letter-spacing: .256px
}

.Rechner__visual .Rechner__caption {
    font-size: 18px;
    font-weight: 300
}

.Rechner__results .Rechner__caption {
    margin-top: -20px;
    padding-right: 5px;
    background-color: #fff;
    width: auto;
    float: left;
    clear: both;
    color: #b5c5cd
}

.Rechner__results .Rechner__caption+* {
    clear: both
}

.capsules {
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f5f7f7
}

.capsule {
    position: relative;
    margin-bottom: -1px;
    line-height: 1.5;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #657278
}

.capsule--active,.capsule--active:hover {
    color: #018ad1;
    border-color: #28a3de
}

.capsule:hover {
    border-color: #d6dee2
}

.capsule:after,.capsule:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    border-left: 1px solid #f5f7f7
}

.capsule:before {
    left: 0
}

.capsule:after {
    right: 0
}

.capsule+.capsule:before {
    content: none
}

.form__button {
    text-align: left
}

.Button {
    height: 30px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background: #0e76aa;
    color: #fff;
    font-size: 13px
}

.Button:focus {
    outline: 0 none;
    box-shadow: 0 0 0 3px rgba(40,163,222,.4)
}

.Button--calc {
    height: 30px;
    padding: 6px 20px;
    background-color: #ffd71b;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,0)));
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.3),hsla(0,0%,100%,0));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0));
    border-color: #ffd71b;
    color: #1a1500;
    border-radius: 50px;
    font-weight: 700
}

.Button--calc:hover {
    background-color: #ffe471;
    border-color: #ffe471;
    color: #1a1500
}

.Button--calc:focus {
    box-shadow: 0 0 0 3px rgba(255,215,27,.2)
}

.Button--calc:active:focus {
    padding-top: 7px;
    padding-bottom: 5px
}

.Button--transparent {
    height: auto;
    line-height: 1;
    padding: 0;
    color: #384349;
    background-color: initial
}

.Button--transparent:focus {
    box-shadow: none
}

.Button--transparent:focus:hover,.Button--transparent:hover {
    color: #28a3de
}

.Button--search {
    margin-left: -25px;
    width: 25px;
    height: 25px;
    background-color: initial;
    color: #788287
}

.Button--search:focus,.Button--search:hover {
    color: #384349;
    box-shadow: none
}

.Button__icon {
    margin-right: 3px
}

.Button--iconic {
    padding-left: 3px;
    padding-right: 3px
}

.Button--iconic:hover {
    background: #e2edf2
}

.Button--iconic .Button__icon {
    margin: 0
}

.field {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #788287;
    cursor: pointer
}

.field__error {
    display: block;
    margin: 3px 0 0;
    padding: 3px 10px 2px;
    -background: #ff4848;
    -color: #fff;
	color: red;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    border-radius: 2px
}

.field__units {
    margin-top: -30px;
    padding: 0 10px;
    font-style: normal;
    line-height: 30px;
    color: #788287;
    text-align: right;
    cursor: pointer;
	position: relative;
	width: 30px;
    float: right;
    right: 10px
}

.field__units,.Input {
    height: 30px;
    font-weight: 700
}

.Input {
    width: 100%;
    padding: 3px 15px;
    border: 1px solid #b5c5cd;
    border-radius: 3px;
    background-color: #f7fafa;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    color: #28343a;
	height: 30px!important;
}

.Input:focus,.Input:hover {
    border-color: #28a3de
}

.Input:focus {
    outline: 0 none;
    box-shadow: 0 0 0 3px rgba(40,163,222,.4)
}

.Input.input_error {
    outline: 0 none;
    box-shadow: 0 0 0 1px red
}

.field .Input {
    margin-top: 3px
}

.field--units .Input {
    padding-right: 40px
}

.Input--search {
    height: 25px;
    padding: 0 11px;
    font-weight: 400;
    font-size: 12px
}

.select {
    position: relative;
    width: 100%;
    height: 30px;
    border: 1px solid #b5c5cd;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select:hover {
    border-color: #28a3de
}

.field .select {
    margin-top: 3px
}

.select__value {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px 0 15px;
    line-height: 30px;
    color: #657278;
    font-weight: 500;
    cursor: pointer
}

.select__value:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid #b5c5cd;
    border-bottom: 1px solid #b5c5cd;
    border-radius: 0 0 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.select:hover .select__value {
    color: #384349
}

.select:hover .select__value:after {
    border-color: #28a3de
}

.select--open .select__value:after {
    top: 2px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.select_dropdown {
    position: absolute;
    top: 30px;
    left: -1px;
    right: -1px;
    z-index: 1;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #384349;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #d6dee2;
    border-radius: 1px;
    box-shadow: 0 0 10px #d6dee2
}

.select__items {
    margin: 0;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
    list-style: none
}

.select__item {
    position: relative;
    height: 30px;
    padding: 6px 15px;
    cursor: pointer
}

.select__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 6px;
    height: 8px
}

.select__item:hover {
    background-color: #eff5f8
}

.select__item--active:before {
    color: #28343a;
    background-color: #ffba00
}

.select__close {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.select__close:after,.select__close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #a8c8d8
}

.select__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.select__close:hover:after,.select__close:hover:before {
    background-color: #5b686f
}

.result {
    margin: 0
}

.results {
    display: flex
}

.result+.result {
    padding-left: 10px
}

.result__caption {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #80828e
}

.result__data {
    margin: 0;
    padding: 0
}

.result__value {
    margin-right: .2em
}

.result__units,.result__value {
    font-size: 15px;
    font-weight: 700
}

.Visual__caption {
    margin: 0 0 10px;
    font-size: 14px
}

.Visual__figure {
    position: relative;
    display: inline-block
}

.Visual__glass {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.Visual__marker {
    position: absolute;
    background-color: #fff;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 14px
}

.Content {
    height: 100%
}

.Content__inner {
    width: 100%;
    height: 100%;
    padding: 10px
}

.Content__caption {
    margin: 20px 0 15px
}

.Content__content table {
    width: 100%;
    border-collapse: collapse
}

.Content__content table tr {
    background-color: #fff
}

.Content__content table tr:nth-child(2n) {
    background-color: #f8f6ff
}

.Content__content table td,.Content__content table th {
    padding: 8px 5px;
    border: 1px solid #d6dee2
}

.Content__content table td:first-child,.Content__content table th:first-child {
    padding-left: 15px
}

.Content__content table td:last-child,.Content__content table th:last-child {
    padding-right: 15px
}

.Content__content table th {
    background-color: #58869d;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.Content__content table td {
    color: grey;
    font-size: 14px
}

.Menu--tyles {
    display: flex;
    flex-flow: row wrap
}

.Menu--tyles .Menu__item {
    padding-bottom: 25px;
    cursor: default
}

@media only screen and (min-width: 87.5em) {
    .Menu--tyles .Menu__item {
        width:33.3333%
    }
}

@media (min-width: 77.5em) and (max-width:87.4375em) {
    .Menu--tyles .Menu__item {
        width:33.3333%
    }
}

@media (min-width: 62.5em) and (max-width:77.4375em) {
    .Menu--tyles .Menu__item {
        width:50%
    }
}

@media (min-width: 48.75em) and (max-width:62.4375em) {
    .Menu--tyles .Menu__item {
        width:50%
    }
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .Menu--tyles .Menu__item {
        width:50%
    }
}

@media only screen and (max-width: 31.8125em) {
    .Menu--tyles .Menu__item {
        width:100%
    }
}

.Menu--tyles .Menu__link {
    display: inline-flex;
    color: #018ad1;
    text-decoration: underline;
    line-height: 1.3333
}

.Menu--tyles .Menu__link:hover {
    color: #0e76aa;
    text-decoration: none
}

.Search {
    display: flex;
    width: 100%;
    padding: 10px 0 0
}

.Menu--structural {
    width: 100%;
    max-width: 280px;
    padding: 10px 0;
    font-size: 12px
}

.Menu--structural .Menu--structural {
    display: none;
    padding: 0 0 5px 10px;
    font-size: 11px
}

.Menu--structural .Menu__item {
    position: relative;
    width: 100%;
    padding-left: 15px;
    cursor: default
}

.Menu--structural .Menu__item--open>.Menu {
    display: block
}

.Menu--structural .Menu__link {
    display: block;
    margin-left: -15px;
    padding: 5px 10px 4px 25px;
    color: #3f6173
}

.Menu--structural .Menu__link:hover {
    background: #e2edf2;
    border-radius: 3px
}

.Menu--structural .Menu__item--active>.Menu__link {
    background-color: #fff;
    border-radius: 3px;
    border-color: #d6dee2;
    box-shadow: 0 1px 5px #d6dee2
}

.Menu--structural .Menu__expander {
    position: absolute;
    top: 7px;
    left: 4px
}

.Seeker {
    display: flex;
    flex-direction: column
}

.Seeker__search {
    height: 35px
}

.Seeker__scroll {
    height: calc(100vh - 75px);
    padding: 0 10px;
    margin: 0 0 0 -10px
}

.Seeker__empty {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #657278
}

.Scroll {
    overflow: auto
}

body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #28343a;
    background-color: #f7fafa
}

button,input,select {
    font: 14px/1.5
}

* {
    box-sizing: border-box
}

p {
    margin: 0 0 10px
}

.c-width-s7 {
    width: 280px
}

.c-width-s8 {
    width: 320px
}

.c-width-p100 {
    width: 100%
}

.c-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: auto
}

.c-sidebar {
    display: flex
}

.c-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    height: calc(100vh - 40px)
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .c-sidebar-sticky {
        display:none
    }
}

@media only screen and (max-width: 31.8125em) {
    .c-sidebar-sticky {
        display:none
    }
}

.c-content {
    padding: 10px 0 10px 10px
}

@media only screen and (max-width: 48.6875em) {
    .c-content {
        padding:10px 2px 2px
    }
}

@media only screen and (min-width: 87.5em) {
    .c-sidebar {
        width:30%
    }
}

@media (min-width: 77.5em) and (max-width:87.4375em) {
    .c-sidebar {
        width:30%
    }
}

@media (min-width: 62.5em) and (max-width:77.4375em) {
    .c-sidebar {
        width:30%
    }
}

@media (min-width: 48.75em) and (max-width:62.4375em) {
    .c-sidebar {
        width:50%
    }
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .c-sidebar {
        width:100%
    }
}

@media only screen and (max-width: 31.8125em) {
    .c-sidebar {
        width:100%
    }
}

@media only screen and (min-width: 87.5em) {
    .c-content {
        width:70%
    }
}

@media (min-width: 77.5em) and (max-width:87.4375em) {
    .c-content {
        width:70%
    }
}

@media (min-width: 62.5em) and (max-width:77.4375em) {
    .c-content {
        width:70%
    }
}

@media (min-width: 48.75em) and (max-width:62.4375em) {
    .c-content {
        width:50%
    }
}

@media (min-width: 31.875em) and (max-width:48.6875em) {
    .c-content {
        width:100%
    }
}

@media only screen and (max-width: 31.8125em) {
    .c-content {
        width:100%
    }
}

.c-row {
    flex-direction: row
}

.c-row-reverse {
    flex-direction: row-reverse
}

.c-column {
    flex-direction: column
}

.c-column-reverse {
    flex-direction: column-reverse
}

@media only screen and (max-width: 48.6875em) {
    .c-adaptive-reverse {
        flex-direction:column-reverse
    }
}

.c-block {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d6dee2;
    box-shadow: 0 1px 5px #d6dee2
}

.c-container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    -max-width: 1400px;
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (max-width: 48.6875em) {
    .c-container {
        padding-left:0;
        padding-right: 0
    }
}

.c-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-hidden {
    display: none!important
}

.c-center {
    text-align: center;
    justify-content: center
}

.c-right {
    text-align: right;
    justify-content: end
}

.c-gray {
    color: #999
}

.c-table-wrapper {
    width: 100%;
    overflow-x: auto
}

.responsive {
    max-width: 100%;
    height: auto
}


.popup {
    -display: none;
    position: fixed;
    width: 100%;
    height: 100%;
	max-width:100%!important;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: background 0.6s;
    background: rgba(0,0,0,0.3);
    letter-spacing: 0;
    border-radius: 10px;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    background-color: #fff;
    color: #000000;
    max-width: 600px;
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
	height: 600px;
}

.popup-close {
    position: absolute;
    top: 17px;
    right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popup-top {
    padding: 13px 30px;
    display: flex;
    align-items: center;
    background: #26425a;
}

.popup-title {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.popup-main {
    padding: 40px 30px;
}

.popup-info {
    margin-bottom: 40px;
}

.popup-info-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #202020;
}

.popup-info p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.popup-form {
    position: relative;
}

.popup-form textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 140px;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border: 1px solid #E0E0E0;
    outline: none;
}

.popup-form button {
    background: #ffd71b;
    border-radius: 100px;
    display: block;
    cursor: pointer;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #222222;
    font-weight: 400;
    margin: 40px auto 0 auto;
    border: none;
    outline: none;
}

#popup-btn{
    text-decoration: none;
    border: none;
    outline: none;
    line-height: 15px;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    border-radius: 5px;
}

.m_loader{
	width: 20px;
	margin-left: 45px;
	margin-bottom:20px;
}