.rate-watch__wrapper {
    background-color: #F5F7F6;
    padding: 0 0 76px 0;
}
.rate-watch__wrapper .breadcrumb {
    margin-bottom: 76px;
    margin-top: 16px;
}
.rate-watch__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rate-watch__content .right-side {
    width: 100%;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
}
.rate-watch__content .right-side H1 {
	text-transform: uppercase; text-align: center; margin-bottom: 24px;
}
.rate-watch__content .right-side .privacy-policy {
    font-size: 11px;
    line-height: 13px;
    color: #808080;
    margin-top: 30px;
	text-align: center;
}

.rate-watch__content .right-side .privacy-policy .text:first-child {
    margin-bottom: 10px;
}

.rate-watch__content .right-side .privacy-policy .text:last-child {
    padding: 0 11px;text-align: left;
}

.rate-watch__content .right-side .privacy-policy .text .link {
    color: #808080;
	text-decoration: underline;
}

#form-form-zapros {
    display: flex;
    flex-direction: column;
}
.form-input {
    position: relative;
    margin-bottom: 20px;
}
.form-input label {
    position: absolute;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #A1A1A1;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    line-height: 28px;
}
.form-input label, .form-input .text-input:focus + label {
    top: 12px;
    font-size: 13px;
}

.form-input .not-filled + label {
    top: 50%;
    font-size: 18px;
}
.form-input .text-input {
    font-size: 18px;
    line-height: 28px;
    padding: 17px 16px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 0;
    outline: none;
}
.form-input.error .text-input {
    border-color: #ff7171;
}
.form-input .text-input:hover {
    border-color: #000000;
}
.form-file .dropzone-image-block {
    margin-bottom: 20px;
    height: 64px;
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
	width: 100%;
	cursor: pointer;
}
.form-file .dropzone-image-block:hover {
    border: 1px solid #000000;
}
.form-file .dropzone-image-block .dz-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-file .dropzone-image-block .dz-message div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 62px;
    height: 62px;
    background: #0D2951;
    border-radius: 2px;
}
.form-file .dropzone-image-block .dz-message span {
    padding: 10px 0 10px 16px;
    font-size: 18px;
    color: #000;
}
.form-file .dropzone-image-block .dz-preview {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 16px 10px 16px;
    justify-content: space-between;
}

.form-file .dropzone-image-block .dz-preview .dz-panel-left {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
}
.form-file .dropzone-image-block .dz-preview .dz-panel-left .icon-img {
    display: flex;
}

.form-file .dropzone-image-block .dz-preview .dz-header-control span {
    display: flex;
}
.form-file .dropzone-image-block .dz-preview .dz-panel-left .icon-img {
    display: flex;
    padding-right: 12px;
}
.form-file .dropzone-image-block .dz-preview .dz-panel-left .dz-file-size {
    display: flex;
    margin-left: 5px;
    font-size: 16px;
    color: #6c6e71;
}
.toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #AAB4C2;
    border-radius: 3px;
}

.toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.toggle-wrapper .toggle-label {
color: #000; font-size: 18px; line-height: 26px; padding-left: 16px;
}

.toggle-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.toggle-item input[type=radio] {
    display: none;
}

.toggle-item label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 63px;
    height: 49px;
    font-size: 14px;
    line-height: 22px;
    color: #8694A8;
    background: #FFFFFF;
    border-right: none;
    cursor: pointer;
    user-select: none;
	margin: 0;
}
.toggle-item input[type=radio]:checked + label {
    color: #FFFFFF;
    background: #0d2951;
}
.btn-add-zapros {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #003556;
    border-color: #003556;
    transition: all .3s ease;
    font-size: 20px;
    line-height: 23px;
    padding: 18px 51px;
    text-transform: uppercase;
}

.btn-add-zapros:hover {
    border-color: #000000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.rate-watch__content .right-side .privacy-policy .agree_block {
    display: flex;
    align-items: flex-start;
	margin-bottom: 12px;
}

.agree_block input + label:before {
    content: "";
    position: absolute;
    border-radius: 3px;
    left: 0px;
    top: 0px;
    width: 23px;
    height: 23px;
    border: 2px solid #AAB4C2;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.agree_block input + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    left: 4px;
    top: 4px;
    width: 15px;
    height: 15px;
    background-color: #0d2951;
	opacity: 0;
}

.rate-watch__content .right-side .privacy-policy .agree_block input + label {
    display: flex;
    position: relative;
    padding-left: 29px;
    line-height: 23px;
    height: 23px;
    cursor: pointer;
    margin: 0;
}

.rate-watch__content .right-side .privacy-policy .agree_block input {
    display: none;
}
.agree_block input:checked + label:before {
    border-radius: 2px;
    border-color: #0d2951;
}
.agree_block input:checked  + label:after {
    opacity: 1;
}
.ui-success {
    margin: auto;
    color: green;
    margin-bottom: 20px;
}