#message-modal .modal-window--message{
	width: 320px;
  	height: 490px;
    background-color: #0b54f4;
  	color: #fff;
}
#message-modal .modal-body--message{
	background-color: transparent;
	color: #fff;
}
#message-modal form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
    background-color: transparent;
}
#message-modal input[type="submit"].btn{
    margin-top: 0px;
    height: 60px;
}
#message-modal form input:not([type="submit"]){
    height: 60px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
}
#message-modal form input[type="email"]:after{
    content:"";
    display: block;
    width: 16px;
    height: 13px;
    position: absolute;
}
#message-modal form input[type="password"]:after{
    content:"";
    display: block;
    width: 16px;
    height: 13px;
    position: absolute;
}
#message-modal input::placeholder{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 60px;
    padding-left: 42px;
    letter-spacing: normal;
    color: #003b77;
}
#message-modal .label{
    position: absolute;
    left: 16px;
    margin: auto;
    display: block;
    z-index: 100;
}
#message-modal .label.mail{
    top: 25px;
    width: 16px;
    height: 13px;
}
#message-modal .label.pass{
    top: 21px;
    width: 15px;
    height: 18px;
}
#message-modal .label svg g{
    stroke: #DDE3EE;
}
#message-modal .form__item--text:not(:first-child) {
    border-left: unset;
}
#message-modal form .btn{
    color: #fff;
}
.modal-close {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #14d9fd;
    display: flex;
}
.modal-close span{
	margin: auto;
	position: relative;
}
#message-modal .logo {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: -14px;
}
#message-modal .modal-close span::before, .modal-close span::after {
    content: '';
    position: absolute;
    z-index: 5;
    display: block;
    width: 16px;
    height: 2px;
    background: #14d9fd;
    top: 8px;
    left: 0px;
}
#message-modal .modal-close span::before, .modal-close span::after {
    content: '';
    position: absolute;
    z-index: 5;
    display: block;
    width: 16px;
    height: 2px;
    background: #ffffff;
}
#message-modal .form__wrapper--modal{
	margin-top: 60px;
}
#message-modal .form__item--text{

}
#message-modal .form__item--text{
	width: 100%;
	padding: 0;
}
#message-modal .form__item--a{
	width: 100%;
	text-align: left;
	font-family: Roboto;
  	font-size: 14px;
  	color: #fff;
  	text-decoration: underline;
  	margin-bottom: 0px;
}
#message-modal input[type="submit"].btn {
	margin-top: 20px;
    width: 100%;
    line-height: 60px;
}
.btn:hover {
    color: #fff;
    background-color: #003b77;
    border-color: #fff;
}
.modal-body--message .footer__phone{
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 40px;
}
#message-modal svg g {
    stroke: #fff;
}
#message-modal .phone__link {
    color: #fff;
    width: auto;
    height: 19px;
    font-size: 16px;
}
.form__item--text{
    min-height: 58px;
}
.nice-select{
    width: 100%;
    border: none;
    border-radius: 0px;
    height: 58px;
    line-height: 58px;
    color: rgba(41,47,77,0.4);
    font-size: 16px;
}
.nice-select .option{
    height: 80px;
}
.nice-select.open .list{
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
    border: 0px;
    max-height: 300px;
    overflow-y: visible;
    z-index: 1000;
}
.select_option::after{
    background: unset;
}
.nice-select::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}
.form__subtext--header, .banner__info, .info__num{
    position: relative;
    z-index: -1;
}
.footer{
    margin-bottom: 0px;
    bottom: 0;
}
.nice-select .list{
    top: 80px;
    overflow-y: scroll;
    border: none;
    box-shadow: none;
    scroll-snap-destination: bottom;
    width: 100%;
    left: 0px;
    max-height: 300px;
}
.nice-select.open .list{
    margin-top: -12px;
}
.down .nice-select.open .list {
    top: -300px;
    overflow-y: scroll;
    border: none;
    box-shadow: none;
    scroll-snap-destination: bottom;
    width: 100%;
    left: 0px;
}
.payment::after{
    z-index: 0;
}
.nice-select .list{

}
.info__item{
    z-index: -1;
}






