.block-btns {

    margin-top: 0px;
}

/*11.10.23*/
/* otzyvy */
.rating-area {
    overflow: hidden;
    width: 215px;
    /*margin: 0 auto;*/
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
    content: '★';
}

.rating-area>input:checked~label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: gold;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}

.rate-area>label:active {
    position: relative;
}

/**/
.btn-faq {
    margin-top: -200px;
}

/**/

.banner_feedback_iq {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #f9fafc;
    padding: 20px 40px;
    margin: -150px auto;
    max-width: 1080px;
}

.banner_feedback_iq .text {
    text-align: justify;
}

.banner_feedback_iq .btn {
    width: 160px;
    font-size: 14px;
}

.us_form_simple2 {
    padding: 50px 10px 0;
}

.us_form_simple2 .simple-form-prop__input input[name="form_text_34"] {
    background: #fff;
    border-color: #000;
}

.us_form_simple2 .simple-form-prop__submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-right: 30px;
}

.type-zalog-tehniki {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    margin-top: 100px;
}

.type-zalog-tehniki .right-block-zalog {
    background-image: url(/upload/zalog.png);
    background-size: 400px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.custom-list-iq {
    font-size: 18px;
    line-height: 26px;
}

.custom-list-iq li {
    display: flex;
    align-items: center;
}

.custom-list-iq li::before {
    margin-right: 5px;
    transform: translateY(4px);
    content: url("/upload/right-arrow-svg.svg");

}

/**/
.custom_tabs {
    display: grid;
    grid-template-columns: 250px 1fr;
}

.custom_tabs .btn_tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom_tabs .btn_tabs a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    transition: .3s all;
    background-color: #cfcece;
    color: #000;
    position: relative;
}

.custom_tabs .btn_tabs a.active {
    background-color: #fff;
    color: #ee7526;
}

.custom_tabs .btn_tabs a:hover {
    color: #000;
}

.custom_tabs .btn_tabs a.active:hover {
    color: #ee7526;
}

.custom_tabs .btn_tabs a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0%;
    transition: .3s background-color, .3s width;
    background-color: #000;
}

.custom_tabs .btn_tabs a.active:after {
    width: 100%;
    background-color: #ee7526;
}

.custom_tabs .content_tabs {
    padding: 25px 0 50px;
    background-color: #fff;
    position: relative;
}

.hide_tabs_anim {
    top: 25px;
    position: absolute;
}

#form-tabs {
    padding-left: 0;
}

.up-button-wrap .up-button {
    position: fixed !important;
}

.us-form-prop-cols {
    gap: 15px;
}

.flex_gold_form {
    display: grid;
    grid-template-columns: 50% 50%;
}

.us-form-props.left_form-tabs {
    width: 100%;
}

.register-block {
    display: flex;
    align-items: center;
    color: #fff;
    opacity: 0.6;
}

.register-block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.register-block .icon img {
    width: 100%;
    height: auto;
}

.register-block p {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
}

.item .property.schedule {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width:480px) {
    .FooterCopyright {
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .flex_gold_form {
        grid-template-columns: 100%;
    }

    .btn-faq {
        margin-top: -100px;
    }

    .type-zalog-tehniki {
        grid-template-columns: 1fr;
    }

    .type-zalog-tehniki .right-block-zalog {
        display: none
    }

    .custom_tabs {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom_tabs .btn_tabs {
        flex-direction: row;
        overflow: auto;
    }

    .us_form_simple2 .simple-form-prop__submit {
        margin-right: 0;
    }

    .banner_feedback_iq {
        flex-direction: column;
        margin: -50px auto;
    }
}

/* new-style-form */

#SIMPLE_FORM_1 form {
    background-color: #FAFBFD;
}

.flex_gold_form {
    display: grid;
    grid-template-columns: 60% 40%;
}

.flex_gold_form>div:first-child {
    background-color: #FAFBFD;
}

.us-form-props.left_form-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.us-form-prop.METALL {
    width: 100%;
}

.us-form-prop.METALL .us-form-prop__container {
    width: 50%;
}

.us-form-prop__container {
    display: flex;
    flex-wrap: nowrap;
    border: #C9CDD6 1px solid;
    border-radius: 20px;
}

.us-form-prop.VSTAVKA .us-form-prop__item,
.us-form-prop.METALL .us-form-prop__item {
    width: 50%;
}

.us-form-prop__item div {
    padding: 6px 12px;
    font-size: 16px;
    color: #AAAAAA;
    border: 1px solid #3c3b39;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 20px;
    /* border: 1px solid #ff7518; */
    border: 0;
}

.us-form-prop.PROBA {
    width: 100%;
}

.us-form-prop.VSTAVKA {
    width: 35%;
}

.us-form-prop.VSTAVKA .us-form-prop__container {
    max-width: 160px;
}

.us-form-prop.VSTAVKA .us-form-prop__item {
    width: 100%;
}

.us-form-prop__item input[type="radio"]:checked+div {
    border: 1px solid #ff7518;
}

.us-form-prop__input input {
    border-radius: 5px;
    height: 38px;
    border: 1px solid #C9CDD6;
    padding: 0 10px;
    width: 100%;
    border-radius: 20px;
    max-width: 170px;
    text-align: center;
}

.us-form-prop__price {
    font-size: 16px;
    margin-right: 25px;
    color: #000;
    width: 100%;
    border-top: 1px solid #C9CDD6;
    margin: 0;
    padding: 40px 15px;
}

.us-form-prop__price span {
    font-size: 38px;
    margin-left: 28px;
    font-weight: 600;
}

.flex_gold_form>div:last-child {
    background-color: #EBEFF6;
    padding: 50px;
}

.us-form__title {
    color: #212529;
    margin-bottom: 32px;
    font-size: 24px;
}

.rigth_form-tabs .us-form-prop-cols {
    gap: 10px;
}

.rigth_form-tabs .us-form-prop-cols .us-form-prop__input {
    max-width: 100%;
    margin: 0;
}

.rigth_form-tabs .us-form-prop-cols .us-form-prop__input input {
    width: 100%;
    max-width: 100%;
    height: 56px;
    border-radius: 30px;
}

.us-form-prop__submit input[type="submit"] {
    width: 100%;
    max-width: 100%;
    height: 56px;
    border-radius: 30px;
}

.simple-form__copyright {
    font-size: 14px;
}

.simple-form__copyright a {
    color: #000;
    text-decoration: underline;
}

.simple-form__copyright {
    font-size: 14px;
    text-align: center;
}

.form-tabs {
    max-width: 1266px;
}

.us-form {
    max-width: 1266px;
}

.us-form-props.left_form-tabs {
    width: 100%;
    max-width: 90%;
}

.us-form-prop.VSTAVKA .us-form-prop__container {
    width: 100%;
}

.tab-content {
    background-color: #FAFBFD;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.form-tabs a:hover:not(.btn):not(.theme-exclude-hover) {
    color: #ff7518 !important;
    background: unset !important;
    border-color: #e76612 !important;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .flex_gold_form {
        grid-template-columns: 100%;
    }

    .us-form-props.left_form-tabs {
        max-width: 100%;
    }


}

@media (max-width: 480px) {
    .us-form-prop__container {
        flex-wrap: wrap;
    }

    .us-form-props.left_form-tabs .us-form-prop__input {
        width: 50%;
    }

    .us-form-prop.VSTAVKA {
        width: 50%;
    }

    .us-form-prop.METALL .us-form-prop__container {
        width: 100%;
    }

    .us-form-prop__price {
        display: flex;
        flex-direction: column;
    }

    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 63px;
        width: calc(100% / 6);
    }

    .us-form-prop__container {
        width: fit-content;
    }

    .flex_gold_form>div:last-child{
        padding: 30px;
    }
    .us-form-prop__price{
        padding: 40px 0px;
    }
}

@media (max-width: 428px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 54px;
        width: calc(100% / 6);
    }
}

@media (max-width: 414px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 75px;
        width: calc(100% / 4);
    }

    .us-form-prop.VSTAVKA {
        width: 100%;
    }

    .us-form-props.left_form-tabs .us-form-prop__input {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 72px;
        width: calc(100% / 4);
    }
}

@media (max-width: 375px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 91px;
        width: calc(100% / 3);
    }
}

@media (max-width: 360px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 86px;
        width: calc(100% / 3);
    }
}

@media (max-width: 320px) {
    .us-form-prop.PROBA .us-form-prop__item {
        min-width: 109px;
        width: calc(100% / 2);
    }
}

/* new-style-form */