body{
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
}
img{
	max-width: 100%;
	display: block;
}
.login{
	padding: 0 15px;
}
.action_medicine{
	display: block;
	max-width: 200px;
}
header{
	background-color: #474c5f;
	padding: 10px 0;
}
.menu a{
	color: #fff;
	margin-right: 15px;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: underline;
}
.hero{
	background-color: #474c5f;
	color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
h1{
	margin: 0;
    font-size: 44px;
    margin-bottom: 30px;
}
.sub_h1{
	font-size: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.monitor{
	display: flex;
}
.monitor_item{
	flex: 1;
    text-align: center;
    border-right: 2px solid #00bebf;
}
.monitor_item:last-child{
    border-right: none;
}
.monitor_item div{
    font-size: 100px;
}

.screen{
	border: 8px solid #d9d9d9;
    border-top: 26px solid #d9d9d9;
    margin: 0 auto;
}
.h2{
	font-size: 30px;
	text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
.title{
	font-size: 34px;
	color: #2e4989;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.button{
    display: block;
    margin: 0 auto;
    width: 300px;
    background: #2e4989;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 10px;
    transition: all .3s;
    box-shadow: 0 5px 0 #102047;
}
.button:hover{
	background: #5275c7;
}
.section{
	margin-top: 90px;
}
.otz{
	max-width: 630px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 14px;
}
.otz i{
    display: block;
    margin-top: 10px;
}

footer{
	background-color: #474c5f;
	color: #fff;
	padding: 30px 0;
}
footer a{
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}

.preorder__form{
    display: block;
    max-width: 900px;
    padding: 30px 30px;
    margin: 0 auto;
    background: #e8e8e8;
    text-align: center;
}
.form__label{
    display: inline-block;
    width: 26%;
    margin: 0 15px;
}
.form__input{
    display: block;
    width: 100%;
    border: 0;
    padding: 10px 10px;
}
.form__button{
    border: 0;
}
.preorder__form-permission{
    font-size: 14px;
    width: 50%;
    color: #8c8b8b;
    margin: 0 auto;
    margin-top: 20px;
}

.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
	display:inline;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}

.forma_wrap {
}
.forma_wrap form {
	display:flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
}
.forma_wrap form label {
	position:relative;
	flex: 0 0 calc(33.3% - 10px);
}
.forma_wrap form label input {
	height: 40px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #a8a8a8;
	padding-left: 10px;
	font-size: 17px;
}
.forma_wrap form label input::placeholder {}
.forma_wrap form label input.error {
    border: 2px solid red;
}
.forma_wrap form label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
}
.forma_wrap form label[for=policy] {
	border: 2px solid transparent;
	padding:5px;
	display:flex;
	gap:5px;
	align-items:center;
	flex: 0 0 60%;
}
.forma_wrap form label[for=policy].error {
	border: 2px solid red;
}
.forma_wrap form label[for=policy] input {
	width:30px;
	height:30px;
}
.forma_wrap form label[for=policy] .label {
	font-size: 12px;
    line-height: 1;
}
.forma_wrap form label[for=policy] .label a {
	color: #000;
	display:inline;
	text-decoration:underline;
}
.forma_wrap form .btn {
	flex: 0 0 calc(33.3% - 10px);
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #2e4989;
	transition: all 0.2s;
	cursor:pointer;
}
.forma_wrap form .btn:hover {
	background: #5275c7;
}
.forma_wrap form .notice {
    font-size: 12px;
    flex: 0 0 100%;
    color: #b1b1b1;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
}
.forma_wrap form .notice a {
    color: #b1b1b1;
}
.forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 335px;
    font-size: 25px;
    color:#000;
    align-content: center;
}
.forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    flex: 0 0 100%;
    text-transform: uppercase;
}
.forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
}
.forma_wrap div.error {
	color:red;
}