@charset "UTF-8";
.modal-parts-btns {
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 767px) {
    .modal-parts-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .modal-parts-btns .btn {
        width: 100%;
    }
}

.modal.modal-parts {
    width: auto;
    border-radius: 15px;
    max-width: none;
    padding: 100px 60px;
    overflow: hidden;
}
.modal.modal-parts .inputs-wrapper {
    gap: 20px;
}
.modal.modal-parts .inputs-wrapper .custom-select_wrapper {
    margin-bottom: 0;
}
.modal.modal-parts h2 + .inputs-wrapper {
    margin-top: 10px;
}
.modal.modal-parts *::-webkit-scrollbar {
    width: 4px;
    /* ширина scrollbar */
}
.modal.modal-parts *::-webkit-scrollbar-track {
    background: #D7D9DF;
    border-radius: 10px;
    /* цвет дорожки */
}
.modal.modal-parts *::-webkit-scrollbar-thumb {
    background-color: #B1B4C1;
    /* цвет плашки */
    border-radius: 10px;
    /* закругления плашки */
    /* padding вокруг плашки */
}
.modal.modal-parts .h1 {
    padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .modal.modal-parts .h1 {
        font-size: 25px;
        padding-bottom: 20px;
    }
}
.modal.modal-parts .text + h2 {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .modal.modal-parts .text + h2 {
        margin-top: 30px;
    }
}
.modal.modal-parts h2 {
    padding-bottom: 20px;
}
.modal.modal-parts h2 + .custom-select_wrapper {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .modal.modal-parts h2 + .custom-select_wrapper {
        margin-bottom: 30px;
    }
}
.modal.modal-parts a.close-modal {
    top: 40px;
    right: 60px;
}
.modal.modal-parts .success-wrapper {
    margin: 0 auto;
    max-width: 350px;
}
.modal.modal-parts .success-wrapper h2 {
    padding-bottom: 15px;
}
.modal.modal-parts .success-wrapper:not(.show) {
    display: none;
}
.modal.modal-parts .success-wrapper .text {
    padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .modal.modal-parts .btn {
        height: 50px !important;
        padding: 0 20px !important;
        line-height: 50px !important;
        border-radius: 5px !important;
    }
}
@media screen and (max-width: 767px) {
    .modal.modal-parts {
        border-radius: 0;
        padding: 60px 16px;
        padding-bottom: 30px;
        width: 100%;
    }
    .modal.modal-parts a.close-modal {
        top: 20px;
        right: 16px;
        width: 20px;
        height: 20px;
    }
    .modal.modal-parts .modal-wrapper {
        text-align: center;
    }
    .modal.modal-parts .default-input_wrapper,
    .modal.modal-parts .custom-select_wrapper {
        width: 100%;
        max-width: none;
    }
    .modal.modal-parts .btn {
        width: 100%;
    }
    .modal.modal-parts .text {
        margin-bottom: 0;
        max-width: none;
    }
    .modal.modal-parts .custom-select {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .modal.modal-parts .custom-select.active {
        background-color: #F1F4F8;
    }
}

.parts-modal-step:not(.active) {
    display: none;
}

.modal-parts-technical .parts-modal-step[data-step="1"] {
    width: 530px;
}
@media screen and (max-width: 1199px) {
    .modal-parts-technical .parts-modal-step[data-step="1"] {
        width: 100%;
    }
}

.parts-modal-step {
    width: 850px;
}
@media screen and (max-width: 1199px) {
    .parts-modal-step {
        width: 100%;
    }
}

.parts-wrapper h2 {
    padding-bottom: 10px !important;
}
.parts-wrapper .subheading {
    color: #B6B6B8;
    font-size: 14px;
    padding-bottom: 20px;
}
.parts-wrapper:not(.open) {
    display: none;
}
.parts-wrapper .btn-wrapper {
    margin-top: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
    .parts-wrapper .btn-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .parts-wrapper .btn-wrapper {
        margin-top: 30px;
    }
}

.parts-wrapper .checkbox-items {
    max-height: 250px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
    display: none;
}
@media screen and (max-width: 767px) {
    .parts-wrapper .checkbox-items {
        max-height: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 110px;
    }
}
.parts-wrapper .checkbox-items::-webkit-scrollbar {
    width: 4px;
    /* ширина scrollbar */
}
.parts-wrapper .checkbox-items::-webkit-scrollbar-track {
    background: #D7D9DF;
    border-radius: 10px;
    /* цвет дорожки */
}
.parts-wrapper .checkbox-items::-webkit-scrollbar-thumb {
    background-color: #B1B4C1;
    /* цвет плашки */
    border-radius: 10px;
    /* закругления плашки */
    /* padding вокруг плашки */
}

.parts-wrapper .checkbox_item {
    width: 100%;
}
.parts-wrapper .checkbox_item + .checkbox_item {
    margin-top: 10px;
}
.parts-wrapper .checkbox_item .checkbox_item-label {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #DFE3E9;
    border-radius: 5px;
    padding-right: 55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
    .parts-wrapper .checkbox_item .checkbox_item-label {
        text-align: left;
        line-height: 120%;
    }
}
.parts-wrapper .checkbox_item .checkbox_item-label:before {
    right: 15px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.parts-wrapper .checkbox_item .checkbox_item-label:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
    left: auto;
}
.parts-wrapper .checkbox_item input:checked + .checkbox_item-label {
    background: #F1F4F8;
}
.parts-wrapper .checkbox_item input:checked + .checkbox_item-label:after {
    right: 21px;
    left: auto;
    border-width: 2px;
    top: 16px;
}
@media screen and (max-width: 767px) {
    .parts-wrapper .checkbox_item input:checked + .checkbox_item-label:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
}
.parts-wrapper .checkbox_item input:not(:checked) + .checkbox_item-label:hover {
    border-color: #0049b7;
}

.parts-price-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 60px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
    box-shadow: 0 2px 20px 0 #e5e7ee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .parts-price-wrapper {
        position: fixed;
        padding: 20px 16px;
    }
}
.parts-price-wrapper:not(.open) {
    display: none;
}
.parts-price-wrapper .price-elem {
    font-size: 18px;
    line-height: 150%;
}
@media screen and (max-width: 767px) {
    .parts-price-wrapper .price-elem {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .parts-price-wrapper .price-elem .current-price {
        margin-left: auto;
    }
    .parts-price-wrapper .price-elem .rub {
        margin-left: 5px;
    }
}

.check-parts-wrapper {
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .check-parts-wrapper {
        padding-top: 10px;
    }
}

.check-parts-items {
    -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
    box-shadow: 0 2px 20px 0 #e5e7ee;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
}
.check-parts-items .check-parts-item {
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.check-parts-items .check-parts-item .title {
    width: 180px;
    font-size: 16px;
    line-height: 150%;
    color: rgba(72, 73, 77, 0.5);
}
.check-parts-items .check-parts-item .descript {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    max-height: 250px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.check-parts-items .check-parts-item + .check-parts-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d7d9df;
}
@media screen and (max-width: 767px) {
    .check-parts-items {
        padding: 20px 15px;
        text-align: left;
    }
    .check-parts-items .check-parts-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
}

.check-price-wrapper {
    margin-top: 30px;
    padding: 10px;
    padding-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 15px;
    background: #f5f5f9;
}
@media screen and (max-width: 1199px) {
    .check-price-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .check-price-wrapper .check-price {
        width: 100% !important;
        text-align: left;
    }
}
.check-price-wrapper .faq-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: auto;
}
.check-price-wrapper .check-price {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 30%;
}
.check-price-wrapper .check-price > span {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: rgba(72, 73, 77, 0.7);
}
.check-price-wrapper .check-price .price-elem {
    font-size: 25px;
    line-height: 128%;
}

.parts-modal-step form {
    margin-top: 60px;
}
.parts-modal-step form h2 {
    padding-bottom: 15px !important;
}
.parts-modal-step form .inputs-wrapper {
    margin-top: 30px;
    gap: 20px;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper,
.parts-modal-step form .inputs-wrapper .custom-select_wrapper {
    margin-bottom: 0;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child {
    margin: 0;
    width: 100%;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child {
        text-align: left;
        margin-top: -5px;
    }
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox] {
    display: none;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox]:checked + label:before {
    border-color: #0049b7;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox] + label {
    position: relative;
    padding-left: 32px;
    font-size: 12px;
    line-height: 150%;
    cursor: pointer;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #dfe3e9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #0049b7;
    border-bottom: 1px solid #0049b7;
    left: 7px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child input[type=checkbox] + label:hover:before {
    border-color: #0049b7;
}
.parts-modal-step form .inputs-wrapper .default-input_wrapper:last-child.invalid input[type=checkbox]:not(:checked) + label:before {
    border-color: red;
}
@media screen and (min-width: 1200px) {
    .parts-modal-step form .link-back {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .parts-modal-step form .submit-btn_wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 40px;
        gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .parts-modal-step form .submit-btn_wrapper .link-back {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #0049B7;
        position: relative;
    }
    .parts-modal-step form .submit-btn_wrapper .link-back > span {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 2px solid #0049B7;
        border-bottom: 2px solid #0049B7;
        left: 22px;
        top: 18px;
    }
}
@media screen and (max-width: 767px) {
    .parts-modal-step form .submit-btn_wrapper {
        margin-top: 10px;
    }
    .parts-modal-step form .submit-btn_wrapper .link-back {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .parts-modal-step form .submit-btn_wrapper .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
}
.parts-modal-step[data-step="2"] {
    position: relative;
}
.parts-modal-step > .link-back {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
    .parts-modal-step > .link-back {
        display: none;
    }
}

.blocker.popup_modal.behind {
    background-color: rgba(0, 0, 0, 0.1);
}

.popup.modal-not_close {
    width: 320px;
    -webkit-box-shadow: 0 2px 20px 0 #e5e7ee;
    box-shadow: 0 2px 20px 0 #e5e7ee;
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px;
    padding-top: 55px;
}
@media screen and (max-width: 767px) {
    .popup.modal-not_close {
        min-height: auto;
        vertical-align: middle;
    }
    .popup.modal-not_close a.close-modal {
        width: 20px;
        height: 20px;
    }
}
.popup.modal-not_close .img-wrapper {
    margin-bottom: 10px;
}
.popup.modal-not_close .img-wrapper img {
    display: block;
    margin: 0 auto;
}
.popup.modal-not_close h3 {
    padding-bottom: 10px;
}
.popup.modal-not_close .btn-wrapper {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}/*# sourceMappingURL=modal-parts.css.map */