/*cookie*/
.cookie {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px 60px 22px 32px;
    background-color: white;
    color: black;
    max-width: 1290px;
    z-index: 10000;
    width: 96%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.cookie p {
    /* max-width: 894px; */
    max-width: 90%;
    width: 100%;
    /*color: #fff;*/
    font-size: 15px;
    margin: 0;
	font-weight: 400;
}

.cookie a {
    /*color: #fff;*/
    text-decoration: underline;
}

.cookie a:hover {
    /*color: #fff;*/
    text-decoration: underline;
}

.cookie-close {
    margin: auto;
    background-color: #d00b36;
    border-color: #d00b36;
    color: white;
    font-size: 16px;
    cursor: pointer;
    max-height: 50px;
	max-width: 175px;
    width: 100%;
}


@media screen and (max-width: 992px) {
    .cookie {
        flex-direction: column;
        padding: 22px 22px 22px 22px;
		text-align:center;
    }

    .cookie-close {
        position: unset;
        margin-top: 10px;
    }
}



/*формы*/
.form-element label input, .form-element__row label input{
    width: unset!important;
    float: left;
}

.form-element label.error, .form-element__row label.error{
    text-decoration: underline #fc0613;
}
.simple-page ul {
	margin-block: 1em;
    padding-left: 40px;
    list-style: disc;
}
.index-header__form {
	padding: 10px 20px;
	text-align:center;
}
.remodal {
	height: auto;
	padding: 22px 40px;
}
.form-element__row a {
    text-decoration: underline;
}
.form-element__row .error a {
	text-decoration: none;
}
.form-element__row .form-agreement input {
	float:none
}