.left-catalog-menu.navbar-nav {
    /*overflow: hidden;*/
}

.left-catalog-menu.navbar-nav .nav-link {
    position: relative;
    white-space: normal;
    margin-left: 0.5rem;
    margin-right: 1.5rem;
}

.left-catalog-menu.navbar-nav .nav-link.dropdown-toggle:after {
    margin-left: unset;
    right: -1rem;
    position: absolute;
    top: 6px;
    border: 0;
    content: "+";
}

.products-list .card {
    overflow: hidden;
}

.products-list .card .preview img {
    max-height: 220px;
    width: 100%;
    object-fit: contain;
}

.products-list a {
    color: inherit;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .07), 0 6px 18px -1px rgba(0, 0, 0, .04);
    transition: box-shadow 0.3s ease-in-out;
}

.products-list a:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.products-list a .card-title {
    color: var(--bs-danger);
}

.products-list a:hover .card-title {
    color: #921925;
}

.left-catalog-menu .navbar-nav .show>.nav-link,
.left-catalog-menu a {
    color: #6c757d;
}

.left-catalog-menu .active>a {
    color: var(--bs-danger) !important;
}

.left-catalog-menu .nav-item.has-children>ul {
    padding-left: 1rem;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.left-catalog-menu .nav-item.has-children.show>ul {
    max-height: 5000px;
    transition: max-height 0.4s ease-in
}

.left-catalog-menu .navbar-nav .show>.nav-link:hover {
    color: var(--bs-danger);
}

.form-outline .form-control {
    border: 1px solid #ced4da;
}

.form-outline .form-control~.form-label {
    background: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 1px;
}

.form-outline .form-control:focus~.form-label {
    color: var(--bs-danger);
    background: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

.form-outline .form-control {
    border: 1px solid #ced4da;
}

.form-outline .form-control~.form-label {
    background: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 1px;
}

.form-outline .form-control:focus~.form-label {
    color: var(--bs-danger);
    background: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

#zapros .modal-content>button[type="button"] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
}

#request_product .modal-content>button[type="button"] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
}

.smart-captcha {
    margin-top: 1em;
}

.btn-request-product {
    border-radius: .5em;
}

.error-message {
    display: none;
    border: 1px solid #ffd4d4;
    border-radius: .5em;
    padding: .5em;
    background-color: #ffebeb;
    padding-left: 1em;
    margin-bottom: 1em;
}

/* Выбор региона */
.city-list {
    font-size: 2em;
}

.city.active {
    text-transform: uppercase;
    font-weight: 600;
}

.city:not(.active) {
    transition: all 200ms linear;
}

.city:not(.active):hover {
    /* text-decoration: underline; */
    transform: translateX(20px);
}

.current-city {
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.current-city:after {
    content: "▼";
}

.current-city:hover {
    color: #b5b5b5;
}

.current-city:active {
    transform: scale(.9);
}

.order-3.flex-grow-1 {
    padding-top: 3em;
}

.o-zavode-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    margin: 10px 0px;
}

.punkt-content-block {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    margin: 0px 0px 30px 0px;
}

.punkt-block {
    padding: 10px;
    border: 1px solid;
}

.punkt-block-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.punkt-block-miniimg {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0px;
}

.punkt-miniimg {
    max-width: 60px;
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.punkt-block-zag {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 5px 0;
    display: block;
}

.punkt-block-text {
    text-align: center;
}

.etap-rab-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin: 20px 0px;
}

.etap-rab {
    max-width: 350px;
    width: 100%;
}

.etap-rab-img {
    width: 75px;
    padding: 10px;
    background: #9c6800;
    border-radius: 15px;
    filter: invert(1);
}

.etap-rab-zag {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 15px 0px;
}

table {
    border-collapse: collapse;
    margin: 20px 0px;
}

table td,
th {
    padding: 10px;
    border: 1px solid black;
}

.table-wrap table {
    width: 100%;
}

.table-wrap th {
    text-align: center;
    background: #F8981C;
    color: #fff;
}

.table-wrap td,
.table-wrap th {
    border-color: #434242;
}

.table-wrap td {
    color: #434242;
}

.table-wrap table {
    width: 100%;
}

.table-wrap th {
    text-align: center;
    background: #F8981C;
    color: #fff;
}

.table-wrap td,
.table-wrap th {
    border-color: #434242;
}

.table-wrap td {
    color: #434242;
}

@media (min-width: 992px) {
    .header nav-item.level-0.main.has-children.active {
        position: relative;
    }

    ul.header.navbar-nav .nav-item.has-children:hover>ul {
        min-height: 100%;
        flex-direction: row;
        width: 500px;
        flex-wrap: wrap;
        background: #434242 !important;
        z-index: 555;
    }

    .header li.nav-item.level-1 {
        width: 250px;
        border: 1px solid #f73800;
    }

    .header li.nav-item.level-0.main.has-children.active {
        position: relative;
    }

    .header li.nav-item.level-1 a {
        color: #fff !important;
    }
}

@media (max-width: 991px) {
    ul.header.navbar-nav .nav-item.level-0 ul {
        display: unset;
    }
}

.o-zavode-block img {
    height: 250px;
    object-fit: cover;
    object-position: center left;
    width: 100%;
}

.CaptchaSlider .ControlButtons-Container {
    display: none;
}

.CaptchaSlider .Thumb {
    background-color: #f8981c;
}

.time-job {
    font-size: 14px;
    font-weight: normal;
}

.head-info.tel-email {
    display: flex;
    flex-direction: column;
}

img.head-logo {
    width: 120px;
    height: 120px;
}

.head-info.tel-email {
    font-size: 16px;
    font-weight: 600;
    ];
}

.head-info.tel-email a:hover {
    text-decoration: underline;
}

.zakaz-zvonbtn:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.zakaz-zvonbtn {
    padding: 3px 15px;
    background: #fece00;
    border-radius: 20px;
    transition: all 0.4s;
    box-shadow: 0 3px 0 0 #f8751cd4;
}

.ost-zayav-btn {
    font-weight: 600;
    transition: all 0.4s;
    box-shadow: 0 3px 0 0 #b95714;
}

.ost-zayav-btn:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.head-menu {
    font-weight: 600;
    font-size: 16px;
}

.slider-noborder-zag {
    color: white;
    background: linear-gradient(to bottom, #fe4044, #f8981c);
    margin: 0px;
    padding: 40px 0px 0px 0px;
}

.slider-noborder {
    background: linear-gradient(to bottom, #f8981c, #fece00);
    padding: 40px 0px;
}

.slider-noborder-img {
    width: 100%;
    height: 550px;
    padding: 0px 30px;
    object-fit: cover;
    filter: brightness(0.5);
}

.slider-noborder>.slick-list>.slick-track>.slick-active>.slider-noborder-img {
    filter: brightness(1);
}

.slider-noborder-prev,
.slider-noborder-next {
    position: absolute;
    z-index: 9;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(232, 232, 232);
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-noborder-prev {
    right: calc(30% - 20px);
}

.slider-noborder-next {
    left: calc(30% - 20px);
    transform: rotate(180deg);
}

.slick-dots {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    overflow: auto;
    margin: 20px 0px 0px 0px;
}

.slick-dots>li {
    width: 8px;
    height: 8px;
    background: #9f9f9f;
    border-radius: 15px;
}

.slick-dots>li::marker {
    content: "";
}

li.slick-active {
    background: #ff7d33;
}

.slick-dots button {
    display: none;
}

@media (max-width: 1200px) {
    .slider-noborder-img {
        height: 450px;
    }

    .slider-noborder-prev {
        right: calc(15% - 20px);
    }

    .slider-noborder-next {
        left: calc(15% - 20px);
    }
}

@media (max-width: 700px) {
    .slider-noborder-img {
        height: 380px;
        padding: 0px 10px;
    }

    .slider-noborder-prev {
        right: 20px;
    }

    .slider-noborder-next {
        left: 20px;
    }
}

@media (max-width: 425px) {
    .slider-noborder-img {
        height: 250px;
    }
}

.table-wrap {
    overflow-x: auto;
}

.weird.smart-captcha {
    position: absolute;
}

.weird-btn {
    margin-top: 133px !important;
}

div.g-recaptcha {
    width: 300px;
    margin: 10px auto;
}

.green {
    color: #13AB66 !important;
    background: #13aa6654;
    font-weight: bold;
}

.red {
    color: #F8571C !important;
    background: #f8571c33;
    font-weight: bold;
}

.iconblock a[href*="tel"] img {

    padding: 8px;

}

.iconblock a[href*="tel"] {

    border-radius: 50%;

    background: linear-gradient(to top, #f8981c, #fece00);

    border: 1px solid #f8981c;
}



.cards-uslugi-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.card-uslugi-extrnal {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 15px;

}
.card-uslugi-image{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.card-uslugi-image img {
    object-fit: contain;
    width: 100%;
    height: calc(100% - 50px);
    flex-shrink: 0;
}

.card-uslugi-internal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
    color: #fff !important;
    padding: 25px 25px;
    font-size: 23px;
    box-sizing: border-box;
    border-radius: 15px;
    text-decoration: none;
    transition: all .5s;
}
.card-uslugi-extrnal:hover .card-uslugi-link{
    visibility: hidden;
}
.uslugi-internal-top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    padding: 25px 0;
    font-weight: bold;
    border-bottom: 1px solid #ffffff81;
}
.uslugi-internal-top-title::after{
    content: "→";
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.uslugi-internal-bottom-link{
    text-decoration: none;
    color: #fff;
    padding: 15px 25px;
    background-color: #f33c14;
    border-radius: 15px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    transition: all .5s;
    cursor: pointer;

}
.uslugi-internal-bottom-link:hover{
    background-color: #f38b14;
}
.card-uslugi-extrnal:hover .card-uslugi-internal{
    background-color: #f89e29af;
    visibility: visible;
    opacity: 1;
}
.card-uslugi-extrnal {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.card-uslugi-link {
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: auto;
    font-size: 20px;
    color: #ff9000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-uslugi-link::after{
    content: "→";
    font-size: 20px;
    color: #ff9000;
    font-weight: 800;
}
.uslugi-internal-bottom-price{
    font-weight: bold;
    margin-top: 15px;
}
@media (max-width: 1199px) {
    .card-uslugi-internal {
        font-size: 16px;
    }
}
@media(max-width:992px){
    .cards-uslugi-wrapper{
        grid-template-columns: 1fr 1fr;
    }

}
@media(max-width:640px){
    .cards-uslugi-wrapper{
        grid-template-columns: 1fr;
    }
}


.container-podbor-auto{
    max-width: 800px;
    margin: auto;
}

.container-podbor-auto input {
    background: #fff;
    margin: 20px 0px 0px 0px;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #ffa500;
    border-radius: 20px;
}
.podbor-auto-forma{
    display: flex;
    background-color:#fff3cd;
    padding: 20px;
    border-radius: 15px;
    max-width: 800px;
}

.auto-forma-foto {
    text-align: center;
    margin-left: 20px;
}

.auto-forma-foto img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.container-podbor-auto .btn-submit {
    background-color:#F8981C;
    color: white;
    border: none;
    width: 100%;
    padding: 18px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    letter-spacing: 0.5px;

}
.container-podbor-auto .btn-submit:hover{
    background-color: #c82333;
}

.error-message {
    display: none;
    margin-top: 8px;
    padding: 10px;
    background-color: #fff8f8;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
}

.error-message.show {
    display: block;
}

.error-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 2px;
}

.error-text {
    font-size: 13px;
}

.error-footer {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 11px;
}

.error-footer div {
    margin-bottom: 2px;
}

.form-control.error {
    border-color: #d93025;
    background-color: #fff8f8;
}
#scrollToTopLink img{
    width: 48px;
    height: 48px;
}


.floating-call-btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #F8981C;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 200;

    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.call-icon img{
    width: 70px;
    height: 70px;
}

.call-icon,
.call-text {
    position: absolute;
    transition: opacity 0.3s ease;
}

.call-text {
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    font-size: 18px;
}

.floating-call-btn.show-text .call-icon {
    opacity: 0;
}
.floating-call-btn.show-text .call-text {
    opacity: 1;
}

.rayony-dimmer {
	display: none;
    position: fixed;
    background: #000000b5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.rayony-wrapper {
    background: wheat;
    padding: 20px;
    border: 1px solid #838383;
    box-shadow: 0 0 0 2px #f8981c;
    border-radius: 20px;
    width: inherit;
}

.rayony-container {
	max-height: 100vh;
	overflow-y: scroll;
}

.btn-show-rayony:hover {
	text-decoration: underline;
}

@media (max-width: 500px) {
	.rayony details>div>div {
	    column-count: 1;
	}
}

article {
	margin-top: 20px;
}

iframe#payment-iframe-main-integration {
	border: 1px solid #dcdcdc;
}