input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #999 !important; /* цвет текста */
    color: #999 !important; /* цвет текста */
}
[hidden] {
    display: none
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html, button, input, select, textarea {
    font-family: sans-serif
}
h1{
    font-size: 14px;
    margin: 0
}
h2{
    margin-bottom: 0.4rem;
    font-weight: 600;
    line-height: 1.5;
}
h3{
    font-size: 14px;
    margin: 0
}
h4{
    font-size: 14px;
    margin: 0
}
h5 {
    font-size: 14px;
    margin: 0
}
h6{
    font-size: 14px;
    margin: 0
}
b, strong {
    font-weight: 700
}

.table-text td {
    padding: 5px;
}

hr{
    box-sizing: content-box;
    height: 0
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button],
input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    height: 13px;
    padding: 0;
    width: 13px
}
input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.clear:before, .clear:after {
    content: " ";
    display: table
}
.clear:after {
    clear: both
}
.clear {
    zoom: 1
}
*, :before, :after {
    box-sizing: border-box
}
body, figure, form {
    margin: 0
}
a:focus, a:active, a:hover {
    outline: 0
}
p, pre, dl, menu, ol, ul {
    margin: 0
}
ul, li {

}

.wrap-text {
    font-size: 14px;
    line-height: 18px;
    max-width: 780px;
    margin-top: 20px;
}


.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

html,
body {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}
.roomberry-page {
    font-family: 'Roboto', sans-serif;
    /*background: #f2f4f4;*/
    min-width: 100%;
    min-height: 100%;

    background-size: cover;
    background-image: url('../img/zrwvtismnl2w656kc964.jpg');
    background-attachment: fixed;
}
.roomberry-page__mode-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    min-width: 100%;
    min-height: 100%;
}
.roomberry-page__container {
    padding-top: 25px;
    padding-bottom: 25px;
}
.roomberry-page__title {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #3d9bff;
    margin-bottom: 45px;
}
.roomberry-page__image {
    text-align: center;
    margin-bottom: 25px;
}
.roomberry-page__text {
    color: #323232;
}
.roomberry-page__text p {
    margin-bottom: 20px;
}
.roomberry-page__text-big a{
    font-weight: bold;
    color: #3d9bff;
    font-size: 22px;
}
.roomberry-page__text-bold {
    font-weight: bold;
}
.roomberry-page__footer {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding-top: 16px;
    border-top: 1px solid #d6d8d8;
}
.roomberry-page__footer a {
    color: #0c54a0;
    text-decoration: none;
}

.white-block {
    background-color: #fff;
    border-radius: 15px;
    /*width: 768px;*/
    padding: 20px;
}

.title-h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #07060D;
    text-align: center;
}

.form-wrap-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    grid-column-gap: 24px;
}

.form {
    padding: 0;
    margin: 20px 0 0 0 ;
    border: 0;
    display: grid;
    grid-row-gap: 32px;
}

.form .form-footnote {
    margin-top: 12px;
    font-size: 1.1rem;
    text-align: left;
}

.form textarea {
    height: 11rem;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

.field-label {
    display: block;
    line-height: 1.7rem;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
}

.form-required {
    color: red;
}
.field-input {
    display: block;
    height: 4rem;
    width: 100%;
    border-radius: 0.8rem;
    color: #222;
    padding: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.1rem solid #e0e0e0;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
}

.form-row.form-row--radio .form-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.form-row .form-item {
    padding-left: 2rem;
}
.radio {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.radio input:checked+.radio-label:before {
    border-color: #812970;
}

.ajax-block {
    font-weight: bold;
    font-size: 14px;
}

.ajax-block.error {
    color: red;
    padding-bottom: 20px;
}
.ajax-block.success {
    color: green;
    padding-bottom: 20px;
}

.radio input:checked+.radio-label:after {
    opacity: 1;
}

.radio input:disabled+.radio-label {
    pointer-events: none;
    color: #cbcbcb;
}

.radio input:disabled+.radio-label:before {
    border-color: #e7e7e7;
}

.radio input:disabled+.radio-label:after {
    background-color: #e7e7e7;
}

.radio-label {
    display: block;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0.2rem 0 0.2rem 3.2rem;
    cursor: pointer;
    font-weight: 500;
}

.radio-label:after, .radio-label:before {
    content: "";
    display: block;
    position: absolute;
}

.radio-label:before {
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    left: 0;
    border: 0.1rem solid #cbcbcb;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    border-radius: 50%;
}

.radio-label:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #812970;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 0;
    border-radius: 50%;
}

.form select {
    width: 100%;
}

.form .button {
    /*width: 100%;*/

    padding: 1.4rem 2rem;

    display: inline-block;
    text-decoration: none;
    border: 0;
    border-radius: 1rem;
    background: #812970;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    position: relative;
    -webkit-transition: background .25s,-webkit-box-shadow .25s;
    transition: background .25s,-webkit-box-shadow .25s;
    transition: background .25s,box-shadow .25s;
    transition: background .25s,box-shadow .25s,-webkit-box-shadow .25s;
    text-align: center;
}

.form .selectize-input {
    border-radius: 0.8rem;
    border: 0.1rem solid #e0e0e0;
    box-shadow:none;
}
.form .selectize-input.focus {
    -moz-border-radius-topleft: 0.8rem;
    -moz-border-radius-topright: 0.8rem;
    border: 0.1rem solid #e0e0e0;
    box-shadow:none;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.submit-spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.4em;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.submit-spinner_hide {
    display: none;
}


@media (max-width: 750px) {
    .roomberry-page__image img {
        width: 80%;
    }
}
@media (max-width: 450px) {
    .roomberry-page__title {
        font-size: 18px;
        line-height: 22px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 21px;
    }
    .roomberry-page__image {
        margin-bottom: 21px;
    }
    .roomberry-page__image img {
        width: 80%;
    }
    .roomberry-page__text p {
        margin-bottom: 15px;
    }
    .roomberry-page__text {
        padding: 15px;
    }
}