img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}

.question-container {
    width: 100%;
}

.question {
    flex-direction: row;
    justify-content: flex-start;
}

.modal-background-section {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    display: none;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.center-window-div-block {
    position: fixed;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-window-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.modal-window-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #e9e9e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
}

.close-window-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 350px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-form-block {
    width: 70%;
}

.w-form {
    margin: 0 0 15px;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.modal-background-message-section {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-form textarea {
    color: inherit;
    margin: 0;
}

input.w-button {
    -webkit-appearance: button;
}

._20px-div-block {
    height: 20px;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-container:after {
    clear: both;
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.center-window-div-block p {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-inline-block {
    max-width: 100%;
}

.center-window-div-block a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline;
}



.modal-form {
    overflow: hidden;
}

.center-window-div-block p {
    line-height: 1.5rem;
}



.modal-button {
    cursor: pointer;
    padding: 9px 45px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    background-color: #cc0000;
    color: white;
    text-align: center;
}

.send-button {
    cursor: pointer;
    padding: 9px 45px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    background-color: #cc0000;
    color: white;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
}

.form-rc-knopka {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: #c00;
    border-color: #c00;
    border-radius: 27px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    box-shadow: 0 9px 18px 0 rgb(204 0 0 / 25%);
    justify-content: center;
    line-height: 20px;
    padding: 15px 40px;
    transition: all 500ms ease;
    z-index: 3;
}

.form-rc-knopka:hover {
    cursor: pointer;
}


/*
.rc-body {
    overflow: auto;
}

.rc-button {
    z-index: 3;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #c00;
    border-radius: 5px;
    background-color: #d00;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.rc-button:hover {
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    color: #fff;
    text-decoration: none;
}

.rc-button:active {
    background-color: #b4060e;
    box-shadow: none;
}
*/