/* CSS for form-request-repair */
/* 1200px and more*/
.section-request-repair {
    background-color: #00baf9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}
.form-request-repair {
    padding: 35px 0;
    position: relative;
    z-index: 0;
}
.form-request-repair__img {
    width: 360px;
    height: 455px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: -2;
}
.form-request-repair__title {
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
    position: relative;
}
.form-request-repair__body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
    position: relative;
}
.form-request-repair__block {
    width: 390px;
    padding-left: 100px;
}
.form-request-group {
    position: relative;
    margin-bottom: 30px;
}
.form-request-group__label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    -webkit-transition: font-size .3s cubic-bezier(0.4, 0, 0.2, 1), line-height .3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: font-size .3s cubic-bezier(0.4, 0, 0.2, 1), line-height .3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: font-size .3s cubic-bezier(0.4, 0, 0.2, 1), line-height .3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: font-size .3s cubic-bezier(0.4, 0, 0.2, 1), line-height .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: font-size .3s cubic-bezier(0.4, 0, 0.2, 1), line-height .3s cubic-bezier(0.4, 0, 0.2, 1);
}
/*select.form-request-repair__select {
    display: none;
}*/
.form-request-repair__input.filled ~ .form-request-group__label,
.form-request-repair__input:focus ~ .form-request-group__label,
.form-request-repair__select.opened ~ .form-request-group__label,
.form-request-repair__select.changed ~ .form-request-group__label {
    font-size: 10px;
    line-height: 10px;
}
.jq-selectbox {
    cursor: pointer;
}
.form-request-repair__select.disabled {
    cursor: not-allowed !important;
}
.form-request-repair__select_name_model.disabled ~ .form-request-group__label,
.form-request-repair__select_name_work.disabled ~ .form-request-group__label {
    font-size: 14px;
    line-height: 25px;
}
.form-request-group__label_input.form-request-error {
    color: #eb5757;
}
.form-request-repair__input_required.form-request-error {
    border-color: #eb5757;
}
.form-repair-cost {
    color: #fff;
    position: relative;
}
.form-repair-cost__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.form-repair-cost-no {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}
.form-repair-cost-is {
    display: none;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
}
.form-repair-cost-is>span {
    font-size: 24px;
}
.form-request-repair__select,
.form-request-repair__input {
    display: block;
    background-color: transparent;
    outline: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
input.form-request-repair__input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #fff !important;
}
.form-request-repair__select {
    padding: 0;
}
.form-request-repair__select:after {
    top: 5px;
    right: 5px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
}
.form-request-repair__select.opened:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form-request-repair__select.disabled:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) !important;
}
.form-request-repair__select .jq-selectbox__select,
.form-request-repair__input {
    padding: 9px 0 7px;
}
.form-request-repair__select .jq-selectbox__select-text {
    opacity: 0;
}
.form-request-repair__select.changed .jq-selectbox__select-text {
    opacity: 1;
}
.jq-selectbox__dropdown {
    width: 100%;
}
.jq-selectbox__dropdown ul {
    max-height: 230px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}
.jq-selectbox__dropdown ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2b353d;
    padding: 0 5px;
    margin: 5px 0;
    cursor: pointer;
}
.jq-selectbox__dropdown ul li:hover {
    color: #fff;
    background-color: #76bafb;
}
.jq-selectbox__dropdown ul li:first-child {
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 0;
}
.jq-selectbox__dropdown ul li:before {
    display: none;
}
.form-request-group__label .star {
    color: #eb5757;
}
.form-request-repair__textarea {
    display: block;
    background-color: transparent;
    outline: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 20px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-request-group__label_textarea {
    bottom: 57px;
}
.form-request-group .circle {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #fff;
}
.form-request-group.checkbox:hover .circle{
    border-color: #fff;
}
.form-request-group .circle:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url('/local/markup/img/yes.svg') center no-repeat;
    opacity: 0;
}
.form-request-group.checkbox {
    margin-top: 0;
    padding-bottom: 0;
}
.form-request-group.checkbox label {
    padding-left: 30px;
    color: #fff;
}
.form-request-group.checkbox label.form-request-error {
    color: #eb5757;
}
.form-request-group.checkbox-adv {
    font-size: 16px;
    line-height: 20px;
}
.form-request-group.checkbox.checkbox-adv input.access-hide:checked ~ .text {
    color: #fff;
}
.form-request-group input.access-hide ~ .circle,
.form-request-group.checkbox input.access-hide:checked ~ .circle {
    border-width: 1px !important;
    border-color: #fff !important;
    background-color: #fff;
    width: 20px;
    height: 20px;
}
.form-request-group.checkbox label.form-request-error .circle {
    border-color: #eb5757 !important;
}
.form-request-group input.access-hide:checked ~ .circle:before {
    opacity: 1;
}
.form-request-group.checkbox-adv [class^="circle"] {
    top: 0;
}
.form-request-group.checkbox label>a,
.form-request-group.checkbox label>a:hover,
.form-request-group.checkbox label>a:focus {
    color: #fff;
    border-color: #fff;
    -webkit-transition: font-weight .15s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: font-weight .15s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: font-weight .15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: font-weight .15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: font-weight .15s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-request-group.checkbox label>a:hover {
    font-weight: bold;
}
.form-request-repair__btn {
    display: block;
    width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 3px solid #fff;
    color: #fff;
    background-color: transparent;
    -moz-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    padding: 10px 0;
    margin: 0 auto 0 0;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    cursor: pointer;
}
.form-request-repair__btn:hover {
    background-color: #76bafb;
}
.form-request-repair__btn:focus {
    background-color: transparent;
}
.form-request-success {
    display: none;
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    background-color: #00baf9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.form-request-success:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 186, 249, .6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.form-request-success__img {
    width: 380px;
    height: 445px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1;
}
.form-request-success_flex {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}
.form-request-success__content {
    padding-left: 195px;
}
.form-request-success__title {
    width: 460px;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.form-request-success__text {
    width: 460px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.form-request-success__close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}
.form-request-success__close:hover {
    cursor: pointer;
}
.form-request-success__close:before,
.form-request-success__close:after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    border-radius: .5px;
    border-top-left-radius: 0.5px;
    border-top-right-radius: 0.5px;
    border-bottom-right-radius: 0.5px;
    border-bottom-left-radius: 0.5px;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
}
.form-request-success__close:before {
    top: 17px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-request-success__close:after {
    top: 17px;
    right: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 992px - 1199px */
@media all and (max-width:1199px) {
    .form-request-repair__block:nth-child(2) {
        width: 370px;
        padding-left: 80px;
    }
    .form-request-repair__block:nth-child(3) {
        width: 330px;
        padding-left: 40px;
    }
    .form-request-success__content {
        padding-left: 80px;
    }
}
/* 768px - 991px */
@media all and (max-width:991px) {
    .form-request-repair__body {
        justify-content: center;
    }
    .form-request-repair__img {
        display: none;
    }
    .form-request-repair__block:nth-child(2) {
        width: 290px;
        padding-left: 0;
        margin-right: 30px;
    }
    .form-request-repair__block:nth-child(3) {
        width: 290px;
        padding-left: 0;
    }
    .form-request-success__content {
        padding-left: 60px;
    }
    .form-request-success:before {
        display: block;
    }
}
/* 401px - 767px */
@media screen and (max-width: 767px) {
    .form-request-repair__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .form-request-repair__body {
        display: block;
    }
    .form-request-repair__block {
        padding-left: 10px !important;
        padding-right: 10px;
        margin-left: auto !important;
        margin-right: auto!important;
    }
    .form-repair-cost {
        height: 90px;
    }
    .form-request-repair__btn {
        margin-left: auto;
    }
    .form-request-success_flex {
        justify-content: center;
    }
    .form-request-success__content {
        padding-left: 0;
    }
    .form-request-success__title {
        width: 270px;
        font-size: 25px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-request-success__text {
        width: 270px;
        font-size: 16px;
        line-height: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-request-success__img {
        width: 100%;
        height: 445px;
        right: 0;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: right bottom;
    }
}
/* 400px and less */
@media screen and (max-width: 400px) {
    .form-request-success {
        height: 120vw;
    }
}