.t823__container {
    position: relative
}

.t823__container_indent {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.t823__wrapper {
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    table-layout: fixed
}

.t823__col {
    width: 50%;
    vertical-align: middle
}

.t823__col_img {
    height: 100%
}

.t823__title {
    padding-bottom: 20px
}

.t823__descr {
    padding-bottom: 30px
}

.t823__main-wrapper {
    padding: 10%
}

.t823__imgwrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transition: height ease-in-out 0.3s
}

.t823__imgwrapper::before,.t823__imgwrapper::after {
    content: '';
    display: table;
    clear: both
}

.t823__imgwrapper .t823__bgimg {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.t823 .t823__imgblock {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

.t823 .t823__button {
    margin-top: 20px
}

.t823 .t823__btntext-wrapper {
    margin-top: 20px
}

.t823 .t823__form-upper-text {
    margin-bottom: 20px;
    text-align: left
}

.t823 .t823__form-bottom-text {
    margin-top: 20px;
    text-align: left
}

.t823 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19,1,.22,1);
    -o-transition: max-height 0.3s cubic-bezier(.19,1,.22,1);
    transition: max-height 0.3s cubic-bezier(.19,1,.22,1);
    max-height: 10000px
}

.t823 .t823__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t823 .t-input-group {
    margin-bottom: 25px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
    margin-bottom: 0
}

.t823 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t823 .t-input::-ms-clear {
    width: 0;
    height: 0
}

.t823 .t-input-block textarea {
    padding-top: 17px
}

.t823 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t823 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t823 .t-input-title {
    padding-bottom: 5px
}

.t823 .t-input-subtitle {
    padding-bottom: 15px
}

.t823 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t823 .t-inputtime,.t823 .t-datepicker__wrapper {
    max-width: 245px
}

.t823 .t-input-group_inrow .t-inputtime,.t823 .t-input-group_inrow .t-datepicker__wrapper {
    max-width: 100%
}

.t823 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t823 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 5px;
    padding-top: 5px
}

.t823 .t-form_bbonly .t-input-block {
    margin-bottom: 30px
}

.t823 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0
}

.t823 .t-form__submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left
}

.t823 .t-form__inputsbox_flex .t-form__submit {
    margin-top: 5px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
    margin-top: 0
}

.t823 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 25px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 30px
}

@media screen and (max-width: 960px) {
    .t823__blocktextmobile {
        display:block!important;
        width: 100%;
        padding: 30px 0 0
    }

    .t823__main-wrapper {
        padding: 20px 20px 30px
    }

    .t823__col {
        display: block;
        width: 100%!important
    }

    .t823__col_form {
        display: none
    }

    .t823__col_form_mobile.t823__col_form {
        display: block
    }

    .t823__wrapper_mobile.t823__wrapper {
        height: 100%
    }

    .t823__col_img_mobile.t823__col_img {
        height: 700px
    }

    .t823__wrapper_mobile.t823__wrapper .t823__main-wrapper {
        padding-top: 40px
    }
}

@media screen and (max-width: 640px) {
    .t823 .t-form__submit {
        padding-bottom:20px
    }

    .t823 .t-input-block textarea {
        padding-top: 12px
    }

    .t823 .t-submit {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .t823 .t-inputtime,.t823 .t-datepicker__wrapper {
        max-width:100%
    }
}

.t823 .t-form .js-error-control-box .t-select__wrapper {
    border: none!important
}

.t823 .t-form .js-error-control-box .t-select__wrapper .t-select {
    border: 1px solid #f00!important
}