/*
Theme Name: Hello Elementor Child
Description: Дочерняя тема Elementor
Author: Dmitry
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

:root {
    --p1: #ffa800;
    --p2: #262626;
    --p3: #7d7d7d;
    --disabled: #d8d8d8;
    --p4-zagolovok-1: #fbfbfb;
    --zagolovok-2: #13120f;
    --tekst-1: #272725;
    --text-2: #5e5d5c;
    --text-3: #a9a7a3;
    --text-4-svetlyy-dlya-temnogo: #e7e7e7;
    --tekst-svetlyy-dlya-oranzhevogo: #fff6da;
    --podlozhka: #f0f0f0;
    --hover-knopki: #8d8a8a;
    --hover: #e18701;
}

#wpadminbar * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin-block-end: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.no-scroll {
    overflow: hidden !important;
    position: relative !important;
    width: 100%;
    height: 100% !important;
}

ul {
    padding-inline-start: 0;
}

.header-logo svg {
    fill: var(--p1) !important;
    transition: all 0.3s linear;
}

.header-logo:hover svg {
    fill: var(--p4-zagolovok-1) !important;
}

.header-menu nav>ul>li {
    border: 1px solid transparent;
    transition: all 0.3s linear;
}

.header-menu nav>ul>li>a {
    transition: all 0.3s linear;
}

.header-menu nav>ul>li:hover {
    border: 1px solid var(--p1);
    border-radius: 8px;
}

.header-menu nav>ul>li:hover>a {
    color: var(--p1) !important;
}

.header-menu ul.sub-menu {
    border-radius: 8px;
    padding: 20px !important;
}

.header-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 8px;
}

.header-menu ul.sub-menu li a {
    border: 0 !important;
}


/* контейнер с клоном (по умолчанию спрятан вверх) */
#headerCloneWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: transform 0.3s linear, opacity .5s linear;
    z-index: 9999;
    /* opacity: 0; */
}

.elementor-52 {
    z-index: 9999 !important;
}

/* когда надо показать клона */
#headerCloneWrapper.is-visible {
    transform: translateY(0);
    /* opacity: 1; */
}


.main-first-info {
    max-width: 700px !important;
}

.main-first-info span {
    color: var(--p1);
}

.main-first-image {
    min-height: 434px !important;
}

.main-first-block {
    max-width: 195px !important;
    width: 100% !important;
}

.main-first-block span {
    font-weight: 700 !important;
}

.main-first-block-title h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-page__main-btn a {
    width: 285px !important;
}

.main-second-left {
    max-width: 488px !important;
}

.main-second-left-title {
    max-width: 330px !important;
}

.main-second-right-row {
    min-height: 192px !important;
}

.main-second-right .main-second-right-row:nth-child(1) .main-second-right-row-box:nth-child(1),
.main-second-right .main-second-right-row:nth-child(2) .main-second-right-row-box:nth-child(2) {
    max-width: 285px !important;
}

.plan-block-image {
    grid-column: 3/5;
}

.plan-block-btn {
    transition: all 0.3s linear;
}

.plan-block-btn:hover {
    background: var(--hover) !important;
}

.plan-block-btn-text h2,
.plan-block-btn svg {
    transition: all 0.3s linear;
}

.plan-block-btn:hover .plan-block-btn-text h2 {
    font-weight: 500 !important;
    transform: scale(1.03) !important;
}

.plan-block-btn:hover svg {
    transform: scale(1.2) !important;
}

.logistics-content-image {
    max-width: 488px !important;
}

.logistics-content-type {
    max-width: 590px !important;
}

.logistics-content-type-text {
    max-width: 390px !important;
}

.logistics-content-type-text span,
.logistics-content-type-bottom span {
    color: var(--p1);
}

.clients-text {
    max-width: 610px !important;
}

.clients-blocks {
    max-width: 760px !important;
    min-height: 262px !important;
}

.clients-block {
    width: auto !important;
    cursor: pointer !important;
    border: 2px solid var(--p1) !important;
}

.clients-block .elementor-heading-title {
    transition: all .3s linear;
}

.clients-block:hover .elementor-heading-title {
    color: var(--p4-zagolovok-1) !important;
}

.clients-block:hover {
    background: var(--p1) !important;
}

@keyframes float {
    0% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        box-shadow: none;
    }

    25% {
        transform: translateY(-5px) translateX(2px) rotate(0.5deg);
        box-shadow: none;
    }

    50% {
        transform: translateY(-10px) translateX(0px) rotate(1deg);
        box-shadow: none;
    }

    75% {
        transform: translateY(-5px) translateX(-2px) rotate(0.5deg);
        box-shadow: none;
    }

    100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        box-shadow: none;
    }
}

.client-tile-3d {
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: float 6s ease-in-out infinite;
    backdrop-filter: blur(5px);
}

.client-tile-3d:nth-child(1) {
    animation-delay: 0s;
}

.client-tile-3d:nth-child(2) {
    animation-delay: 1s;
}

.client-tile-3d:nth-child(3) {
    animation-delay: 2s;
}

.client-tile-3d:nth-child(4) {
    animation-delay: 3s;
}

.client-tile-3d:nth-child(5) {
    animation-delay: 4s;
}

.client-tile-3d:nth-child(6) {
    animation-delay: 5s;
}

.quarry-main-card-left {
    max-width: 446px !important;
}

.quarry-main-card-right .elementor-shortcode {
    max-height: 290px !important;
}

.quarry-main-card-right iframe {
    border-radius: 8px;
}

.footer-nav {
    max-width: 183px !important;
}

.footer-quarry-block {
    min-width: 250px !important;
}

.footer-quarry-link svg {
    stroke: var(--text-2) !important;
}

.footer-quarry-link-icon .elementor-icon-wrapper {
    max-height: 24px !important;
}

.footer-quarry-link-fill svg {
    fill: var(--text-2) !important;
}

.footer-quarry-link-icon {
    min-width: 24px !important;
}

.footer-form-block {
    max-width: 390px !important;
}

.footer-quarry-link-text span {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: var(--text-2);
}

/*----------------------------Callback form----------------------------------------------*/

.subscription-form {
    background: var(--p3);
    border-radius: 16px;
    padding: 20px;
    font-family: "Geologica", Sans-serif;
}

.subscription-form h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--p4-zagolovok-1);
    margin-bottom: 12px !important;
}

.subscription-form p {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: var(--text-4-svetlyy-dlya-temnogo);
    margin-bottom: 16px !important;
}

.form-group {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.form-group input {
    flex: 1;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    background: var(--p4-zagolovok-1);
    color: var(--tekst-1);
    font-size: 16px;
    border: 2px solid transparent !important;
    transition: border .3s linear;
}

.form-group input:hover {
    border: 2px solid var(--hover) !important;
}

.form-group input::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: var(--text-3);
    transition: color .3s linear;
}

.form-group input:hover::placeholder {
    color: var(--tekst-1);
}

.form-group input:focus-visible {
    outline: none !important;
}

.form-group button {
    background: #FFA800;
    border: none;
    border-radius: 8px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s linear;
}

.form-group button:hover {
    background: var(--hover);
}

.form-group button:focus {
    background: #FFA800 !important;
}

.form-group input.error {
    border: 2px solid #F93428 !important;
}

.form-group input.error::placeholder {
    color: #F93428 !important;
}

.input-error-message {
    display: none;
    font-weight: 300;
    font-size: 10px;
    color: #F93428;
    margin-top: 5px;
}

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

.checkbox-group {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.checkbox-group input[type="checkbox"]:hover {
    border: 2px solid var(--hover) !important;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #fff;
    border: 2px solid transparent;
    position: relative;
    margin-top: 2px;
    transition: border .3s linear;
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: #FFA800;
    border-color: #FFA800 !important;
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox-group input[type="checkbox"]:focus {
    outline: none;
    border: 1px solid #FFA800;
}

.checkbox-group input[type="checkbox"]:disabled {
    background-color: #E0E0E0;
    cursor: not-allowed;
}

.checkbox-group input[type="checkbox"].error {
    border: 1px solid #F93428 !important;
}

.checkbox-group label {
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: var(--text-4-svetlyy-dlya-temnogo);
}

.checkbox-group label a {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--text-4-svetlyy-dlya-temnogo);
    transition: all .3s linear;
}

.checkbox-group label a:hover {
    color: var(--p4-zagolovok-1);
    text-decoration: none;
    /* font-weight: 500; */
}

#form-message {
    font-weight: 300;
    font-size: 10px;
    margin-top: 5px;
}

#form-message.error {
    color: #F93428;
}

/*---------------------------------------*/
.footer-logo svg {
    fill: #FFA800 !important;
    transition: all .2s linear;
}

.footer-logo svg,
.footer-logo .elementor-icon-wrapper {
    max-height: 105px !important;
}

.footer-logo svg:hover {
    fill: var(--p4-zagolovok-1) !important;
}

/*-----------------------------------------Review Slider----------------------------------------------------------*/
.review-viewport {
    overflow-x: hidden !important;
}

.reviews-slider {
    overflow: visible !important;
    position: relative;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.reviews-header-buttons {
    position: relative;
    width: 84px;
    height: 36px;
}

.reviews-slider .swiper-button-next,
.reviews-slider .swiper-button-prev {
    color: #333;
    background: var(--podlozhka);
    border-radius: 6px;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    top: 0 !important;
    transition: background 0.3s linear, border 0.3s linear;
    border: 1px solid transparent;
}

.reviews-slider .swiper-button-next:hover,
.reviews-slider .swiper-button-prev:hover {
    background: var(--p4-zagolovok-1);
    border: 1px solid var(--hover);
}

.reviews-slider .swiper-button-prev {
    left: 0 !important;
    transform: rotate(180deg);
}

.reviews-slider .swiper-button-next {
    right: 0 !important;
}

.reviews-slider .swiper-button-next:after,
.reviews-slider .swiper-button-prev:after {
    content: '';
    width: 10px;
    height: 10px;
    font-size: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='%23a9a7a3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.96967 0.46967C1.26256 0.176777 1.73744 0.176777 2.03033 0.46967L6.03033 4.46967C6.32322 4.76256 6.32322 5.23744 6.03033 5.53033L2.03033 9.53033C1.73744 9.82322 1.26256 9.82322 0.96967 9.53033C0.676777 9.23744 0.676777 8.76256 0.96967 8.46967L4.43934 5L0.96967 1.53033C0.676777 1.23744 0.676777 0.762563 0.96967 0.46967Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.3s ease;
}

.reviews-slider .swiper-button-next:hover:after,
.reviews-slider .swiper-button-prev:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='%23e18701' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.96967 0.46967C1.26256 0.176777 1.73744 0.176777 2.03033 0.46967L6.03033 4.46967C6.32322 4.76256 6.32322 5.23744 6.03033 5.53033L2.03033 9.53033C1.73744 9.82322 1.26256 9.82322 0.96967 9.53033C0.676777 9.23744 0.676777 8.76256 0.96967 8.46967L4.43934 5L0.96967 1.53033C0.676777 1.23744 0.676777 0.762563 0.96967 0.46967Z'/%3E%3C/svg%3E");
}

h2.reviews-header-title {
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    line-height: 110%;
    color: var(--zagolovok-2);
}

.reviews-slider .swiper-slide.swiper-slide-active .review-card {
    border: 1px solid transparent !important;
}

.reviews-slider .swiper-slide {
    max-width: 488px;
}

.review-card {
    background: var(--p4-zagolovok-1);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
    min-height: 287px;
    transition: background 0.5s linear;
}

.review-text-title {
    font-family: "Geologica", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--zagolovok-2);
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.review-text {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--text-2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    max-height: 70px;
    transition: max-height 0.3s ease-out;
}

.review-text.expanded {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.review-text-content {
    display: inline;
}

.review-info {
    margin-top: auto;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--disabled);
}

.review-company {
    font-family: "Geologica", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--zagolovok-2);
}

.review-author {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--tekst-1);
}

.review-author span {
    color: var(--text-3);
}


.reviews-slider .swiper-slide-active .review-card {
    background: var(--p1);
}

.reviews-slider .swiper-slide-active .review-text-title {
    color: var(--p4-zagolovok-1);
}

.reviews-slider .swiper-slide-active .review-text,
.reviews-slider .swiper-slide-active .review-author,
.reviews-slider .swiper-slide-active .review-author span,
.reviews-slider .swiper-slide-active .read-more {
    color: var(--tekst-svetlyy-dlya-oranzhevogo);
}

.reviews-slider .swiper-slide-active .review-company {
    color: var(--p4-zagolovok-1);
}

.reviews-slider .swiper-slide-active .review-info {
    border-bottom: 1px solid var(--tekst-svetlyy-dlya-oranzhevogo);
}

.reviews-slider .swiper-slide-active .review-more-block a.review-link {
    color: var(--tekst-svetlyy-dlya-oranzhevogo);
}

.reviews-slider .swiper-slide-active .read-more:hover {
    color: var(--tekst-1);
}

.reviews-slider .swiper-slide-active .review-more-block a.review-link:hover {
    color: var(--tekst-1);
}

.review-more-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    min-height: 24px;
}

.review-more-block a.review-link {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: var(--text-3);
    text-decoration: underline dashed;
    transition: color 0.3s linear;
}

.review-more-block a.review-link:hover {
    color: var(--hover);
}

.read-more {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: var(--text-3);
    transition: color 0.3s linear;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, color 0.3s linear;
}

.reviews-slider .swiper-slide-active .read-more {
    opacity: 1;
    visibility: visible;
}

.reviews-slider .swiper-slide-active .read-more svg {
    fill: var(--tekst-svetlyy-dlya-oranzhevogo) !important;
    transition: fill 0.3s linear, transform 0.3s ease;
}

.reviews-slider .swiper-slide-active .read-more:hover svg {
    fill: var(--tekst-1) !important;
}

.read-more.expanded svg {
    transform: rotate(180deg);
}

/*-----------------------------------------Certificate Slider----------------------------------------------------------*/
.certificate-bg {
    background-image: url('../../uploads/2025/04/certifiacate-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    position: relative;
}


.certificate-title h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: var(--p4-zagolovok-1);
    margin-bottom: 35px !important;
}

.certificate-container {
    position: relative;
    max-width: 100%;
    padding: 0 35px;
}

.certificate-slide {
    display: flex !important;
    justify-content: center;
    z-index: 9992 !important;
    position: relative !important;
}

.certificate-swiper {
    width: 100%;
    height: 100%;
    padding: 10px 5px !important;
    z-index: 9995 !important;
}

.certificate-slide-content {
    width: 262px;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: border 0.3s linear, transform 0.3s ease, z-index 0.1s;
    padding: 15px 14px 7px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 9px;
    position: relative;
}

.certificate-slide-content-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 18, 15, 0.8);
    transition: opacity .3s linear;
    opacity: 0;
}

.certificate-slide-content.overlayed .certificate-slide-content-img::after {
    opacity: 1 !important;
}

.certificate-slide-content.overlayed .certificate-slide-content-title,
.certificate-slide-content.overlayed .certificate-slide-content-title span {
    color: #373634;
}

.certificate-slide-content-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #14141444;
    background-image: url('../..//uploads/2025/04/search-icon.svg');
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
}

.certificate-slide-content:hover {
    border: 1px solid var(--p1);
    cursor: pointer;
    transform: scale(1.04);
    z-index: 995 !important;
}

.certificate-slide:hover {
    z-index: 995 !important;
}

.certificate-slide-content-img {
    background-position: center center;
    background-size: 104%;
    background-repeat: no-repeat;
    width: 234px;
    height: 333px;
    position: relative;
}

.certificate-slide-content-title {
    font-family: "Geologica", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--p4-zagolovok-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: color 0.3s linear;
}


.certificate-slide-content:hover .certificate-slide-content-title,
.certificate-slide-content:hover .certificate-slide-content-title span {
    color: var(--hover);
}

.certificate-slide-content-title span {
    font-weight: 300;
    text-align: center;
    color: var(--text-4-svetlyy-dlya-temnogo);
    transition: color 0.3s linear;
}

.certificate-swiper-button-next,
.certificate-swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px;
    background: var(--p4-zagolovok-1);
    opacity: 0.6;
    border: 1px solid transparent;
    transition: opacity 0.3s linear, border 0.3s linear;
    cursor: pointer;
}

.certificate-swiper-button-next {
    right: 0 !important;
}

.certificate-swiper-button-prev {
    left: 0 !important;
}

.certificate-swiper-button-next:hover,
.certificate-swiper-button-prev:hover {
    opacity: 1;
    border: 1px solid var(--hover);
}

.certificate-swiper-button-next::after,
.certificate-swiper-button-prev::after {
    font-weight: 900 !important;
    font-size: 13px !important;
    color: var(--tekst-1) !important;
    transition: color 0.3s linear;
}

.certificate-swiper-button-next:hover::after,
.certificate-swiper-button-prev:hover::after {
    color: var(--hover) !important;
}

.certificate-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.certificate-lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 18, 15, 0.8);
    cursor: pointer;
}

.certificate-lightbox-content {
    position: relative;
    z-index: 1;
    width: 65vh;
    height: 90vh;
    padding: 20px;
}

.certificate-lightbox-close {
    position: absolute;
    top: 20px;
    right: -20px;
    cursor: pointer;
    z-index: 9999;
}

.certificate-lightbox-close svg {
    width: 40px;
    height: 40px;
    stroke: #A9A7A3;
    transition: stroke .3s linear;
}

.certificate-lightbox-close:hover svg {
    stroke: var(--hover);
}

.certificate-lightbox-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.certificate-download-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14141444;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.certificate-download-link svg {
    width: 40px;
    height: 40px;
    fill: var(--p1);
    stroke: var(--p1);
    transition: fill 0.3s linear, stroke 0.3s linear;
}

.certificate-lightbox-image:hover .certificate-download-link {
    opacity: 1;
}

.certificate-download-link:hover svg {
    fill: var(--hover);
    stroke: var(--hover);
}

/* Добавление стилей для эффекта наведения */
.site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 18, 15, 0.8);
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none !important;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.main-yellow-block-info {
    max-width: 370px !important;
}

.main-yellow-block-btns {
    max-width: 355px !important;
}

.main-yellow-block-left {
    /* max-width: 530px !important; */
    min-width: 530px !important;
}

.main-map-container {
    border-radius: 16px;
    overflow: hidden;
}

.footer-rules-block {
    max-width: 230px !important;
}

.footer-menu .elementor-nav-menu>li>a {
    transition: color .3s linear;
}

.footer-menu .elementor-nav-menu>li:hover>a {
    color: var(--hover) !important;
}

.footer-menu ul.sub-menu {
    padding: 12px !important;
    margin-left: 0 !important;
    border-radius: 8px !important;
    min-width: 215px !important;
}

.footer-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 8px !important;
}

.footer-contacts-container a,
.footer-contacts-container a .elementor-heading-title,
.footer-contacts-container a svg {
    transition: color .3s linear, fill .3s linear, stroke .3s linear !important;
    cursor: pointer;
}

.footer-contacts-container a:hover .elementor-heading-title,
.footer-contacts-container a:hover {
    color: var(--hover) !important;
}

.footer-quarry__title h3 {
    transition: color .3s linear;
}

.footer-quarry__title:hover h3,
.footer-quarry__title:hover h3 a {
    color: var(--p4-zagolovok-1) !important;
}

.footer-contacts-container a:hover svg:not(.footer-quarry-link svg) {
    fill: var(--hover) !important;
}

.footer-contacts-container a.footer-quarry-link:hover svg {
    stroke: var(--hover) !important;
}

.quarry-page__image {
    min-height: 313px !important;
}

.quarry-page__map iframe {
    border-radius: 16px !important;
    max-height: 230px !important;
}

.quarry-page__left-block {
    max-width: 490px !important;
}

.quarry-page__contacts a .elementor-icon-wrapper {
    max-height: 26px;
}

.quarry-page__contacts-phone a,
.quarry-page__contacts-email .elementor-heading-title,
.quarry-page__contacts-whatsup .elementor-heading-title {
    transition: color .3s linear;
}

.quarry-page__contacts a:hover .elementor-heading-title {
    color: var(--hover) !important;
}

.quarry-page__contacts-whatsup svg {
    transition: fill .3s linear;
}

.quarry-page__contacts .quarry-page__contacts-whatsup:hover svg {
    fill: var(--hover) !important;
}


.quarry-page__contacts .quarry-page__contacts-email svg {
    stroke: var(--p1) !important;
    transition: stroke .3s linear;

}

.quarry-page__contacts .quarry-page__contacts-email:hover svg {
    stroke: var(--hover) !important;
}

.find-block__left p {
    max-width: 354px !important;
}

.find-block__left-btn a {
    width: 354px !important;
}

.find-block__right-double {
    max-width: 183px !important;
}

.find-block__right-double-image:first-child {
    height: 179px;
}

.find-block__right-double-image:last-child {
    height: 102px;
}

.products-main__right-image {
    height: 480px !important;
}

.products-main__left {
    max-width: 460px !important;
}

.products-main__left-info {
    max-width: 426px !important;
}

.products-main__left-info span {
    color: var(--p1);
}

.products-main__left-possibility {
    max-width: 240px !important;
}

.products-main__left-btn {
    width: 285px !important;
}

.about-main__info span {
    color: var(--p1) !important;
}

.about-main__info {
    max-width: 489px !important;
}

.about-main__image-left {
    height: 355px !important;
}

.about-main__right {
    max-width: 487px !important;
}

.about-main__image-right {
    height: 325px !important;
}

.about-main__right-info {
    max-width: 386px !important;
}

.double-slider__left-title span {
    color: var(--p1) !important;
}

.double-slider__left-info {
    max-width: 537px !important;
}

.base-blocks__block {
    min-height: 160px !important;
}

.base-blocks__block:first-child {
    min-width: 250px !important;
}

.base-blocks__block svg,
.base-blocks__block-bottom svg,
.base-blocks__block .elementor-icon-wrapper,
.base-blocks__block-bottom .elementor-icon-wrapper {
    max-height: 19px !important;
}

.base-blocks__block-bottom {
    min-height: 229px !important;
}

.base-blocks__block-bottom-text {
    max-width: 300px !important;
}

.base-blocks__block-bottom:last-child {
    max-width: 445px !important;
}

.about-video__title {
    max-width: 1065px !important;
}

.about-video__title span {
    color: var(--p1) !important;
}

.about-video__player {
    border-radius: 16px;
}

.about-know__title {
    max-width: 485px !important;
}

.table-row__first-column {
    max-width: 200px !important;
}

.table-row__second-column {
    max-width: 284px !important;
}

.table-row__third-column {
    max-width: 490px !important;
}

.table-row__third-column span {
    color: var(--p1) !important;
}

.about-know__btn-block {
    max-width: 488px !important;
}

.about-know__btn a {
    width: 285px !important;
}

.about-today__title {
    max-width: 810px !important;
}

.about-today__title span {
    color: var(--p1) !important;
}

.about-today__btn a {
    width: 386px !important;
}

.about-choice__left-bottom {
    height: 222px !important;
    width: 49% !important;
}

.about-choice__left-top {
    height: 488px !important;
    max-width: 590px !important;
}

.about-choice__left-top span {
    color: var(--p1) !important;
}

.about-choice__left-top-info {
    max-width: 355px !important;
}

.about-choice__left-top svg,
.about-choice__left-top .elementor-icon-wrapper {
    height: 40px !important;
}

.about-choice__right-top svg,
.about-choice__right-top .elementor-icon-wrapper {
    height: 140px !important;
}

.about-choice__right-top-video {
    width: auto !important;
    height: 100% !important;
}

.loop-quarry-contact__image {
    height: 207px !important;
}

.loop-quarry-contact__btns .elementor-widget-button {
    height: 50px !important;
}

.loop-quarry-contact__btns .elementor-widget-button a {
    width: 255px !important;
    height: 50px !important;
}

.loop-quarry-contact__btns .elementor-widget-button:last-child a span {
    line-height: 1 !important;
}

.contacts__address-text {
    max-width: 300px !important;
}

.vacancy-main__btn a {
    width: 254px !important;
}

.vacancy-job-cards__left,
.vacancy-job-cards__right {
    min-height: 335px !important;
    max-width: 285px !important;
}

.vacancy-job-cards__right h3 {
    max-width: 150px !important;
}

.vacancy-job-cards__middle-block {
    max-width: 468px !important;
}

.vacancy-callback__yellow {
    max-width: 464px !important;
}

.vacancy-page__main-left {
    min-height: 250px !important;
}

.vacancy-page__main-btn a {
    width: 279px !important;
}

.vacancy-page__main-right {
    max-width: 387px !important;
}

.vacancy-urls-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    border: 1px solid var(--p3);
    border-radius: 16px;
}

.vacancy-urls-wrapper h3 {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--text-4-svetlyy-dlya-temnogo);
}

.vacancy-urls-container {
    display: flex;
    gap: 12px;
    align-items: center;
}

.vacancy-url-item {
    min-height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacancy-url-item a {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--p1) !important;
    border: 1px solid var(--p1);
    border-radius: 8px;
    padding: 10px 20px;
    transition: color .3s linear, background-color .3s linear;
}

.vacancy-url-item a:hover {
    color: var(--p4-zagolovok-1) !important;
    background-color: var(--hover);
}

#vacancyContent {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--tekst-1);
    max-width: 793px !important;
}

#vacancyContent h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--zagolovok-2);
    margin-bottom: 20px !important;
}

#vacancyContent ul {
    padding-left: 30px !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 80px;
}

.coop-page__main-image {
    min-height: 460px !important;
}

.coop-page__main-info span {
    color: var(--p1);
}

.coop-page__main-btn a {
    width: 285px !important;
}

.coop-loop__top {
    max-width: 575px !important;
}

.cooperation:nth-child(5) .coop-loop__image {
    background-size: contain !important;
    background-position: top center !important;
}

.coop-loop__content {
    max-width: 488px !important;
}

.coop-loop__content hr {
    opacity: 0.2 !important;
}

.coop-loop__content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 12px !important;
}

.coop-loop__content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 20px;
}

.coop-loop__content ul:not(:last-child) {
    margin-bottom: 20px;
}

.coop-loop__content ul li::marker {
    font-size: 20px !important;
    color: var(--text-3) !important;
}

.coop-loop__btn a {
    width: 285px;
}

.coop-yellow__container {
    max-width: 792px !important;
}

.coop-yellow__title span {
    color: var(--tekst-1);
}

.thanks-popup__info {
    max-width: 226px !important;
}

.thanks-popup__info span {
    color: var(--p1);
}

.callback-popup__text {
    max-width: 440px !important;
}

.logo404 svg {
    fill: var(--p1) !important;
}

.logo404 svg,
.logo404 .elementor-icon-wrapper {
    max-height: 36px !important;
}

.vacancy-contacts__link p {
    transition: color .3s linear;
}

.vacancy-contacts__link svg {
    transition: fill .3s linear, stroke .3s linear;
}

.vacancy-contacts__link:hover p {
    color: var(--zagolovok-2) !important;
}

.vacancy-contacts__link:not(.email-link):hover svg {
    fill: var(--zagolovok-2) !important;
}

.vacancy-contacts__link.email-link:hover svg {
    stroke: var(--zagolovok-2) !important;
}


.contacts-office__link h3,
.contacts-page__link h3 {
    transition: color .3s linear;
}

.contacts-office__link svg,
.contacts-page__link svg {
    transition: fill .3s linear, stroke .3s linear;
}

.contacts-office__link:hover h3,
.contacts-page__link:hover h3 {
    color: var(--hover) !important;
}

.contacts-office__link:not(.email-link):hover svg,
.contacts-page__link:not(.email-link):hover svg {
    fill: var(--hover) !important;
}

.contacts-page__link.email-link svg {
    stroke: var(--p1) !important;
}

.contacts-office__link.email-link:hover svg,
.contacts-page__link.email-link:hover svg {
    stroke: var(--hover) !important;
}


.count-blocks .count-block:nth-child(1) {
    max-width: 205px !important;
}

.count-blocks .count-block:nth-child(1) .count-block__text {
    min-width: 205px;
}

.count-blocks .count-block:nth-child(3) {
    max-width: 160px !important;
}

.count-blocks .count-block:nth-child(3) .count-block__text {
    min-width: 160px;
}

.single-product__container .e-con-inner {
    position: relative !important;
}

.single-product__back-btn .elementor-icon-wrapper {
    max-height: 24px !important;
}

.single-product__back-btn svg {
    transition: fill .3s linear;
}

.single-product__back-btn h2 {
    transition: color .3s linear;
}

.single-product__back-btn:hover svg {
    fill: var(--hover) !important;
}

.single-product__back-btn:hover h2 {
    color: var(--hover) !important;
}

.mobile-label {
    display: none !important;
}

.header-menu-container {
    width: auto !important;
}

.dob-block {
    width: auto !important;
}

.quarry-phone {
    display: flex;
    align-items: center;
}

.dob-form-block {
    border: 1px solid var(--text-2);
    border-radius: 4px;
    padding: 4px 6px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-left: 6px;
    font-family: "Geologica", sans-serif !important;
}

.dob-form-block__title {
    font-weight: 300;
    font-size: 14px;
    color: var(--text-2);
}

.dob-form-block__num {
    font-weight: 700;
    font-size: 16px;
    color: var(--text-4-svetlyy-dlya-temnogo);
}

.page-id-1304,
.page-id-3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.report-btn {
    max-width: 387px !important;
    width: 100%;
}

.zp-block {
    min-width: 150px !important;
}

@media screen and (max-width: 1279px) {
    .reviews-container {
        padding: 0 30px;
    }

    .footer__other-item {
        max-width: 260px !important;
    }

    .main-second-left {
        max-width: 320px !important;
    }

    .main-second-right .main-second-right-row:nth-child(1) .main-second-right-row-box:nth-child(1),
    .main-second-right .main-second-right-row:nth-child(2) .main-second-right-row-box:nth-child(2) {
        max-width: 40% !important;
    }

    .quarry-main-card-left {
        max-width: 325px !important;
    }

    .logistics-content-image {
        max-width: 40% !important;
    }

    .loop-quarry-contact__btns .elementor-widget-button a {
        width: 100% !important;
    }

    .vacancy-job-cards__middle {
        min-width: 50% !important;
    }

    .coop-page__main-image {
        max-width: 45% !important;
    }

    .about-main__right {
        max-width: 40% !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 108px !important;
    }

    .about-choice__left-top {
        max-width: 49% !important;
    }

    .about-choice__right-top {
        max-width: 49% !important;
    }

    .header-menu-container {
        width: 100% !important;
    }
}

@media screen and (max-width: 1040px) {
    .about-know__btn-block {
        max-width: 481px !important;
    }
}



@media screen and (max-width: 1023px) {
    .certificate-title h2 {
        margin-bottom: 40px !important;
    }

    .certificate-bg {
        padding: 20px 5px;
    }

    .main-page__main-title {
        max-width: 600px !important;
    }

    .footer-logo svg,
    .footer-logo .elementor-icon-wrapper {
        max-height: 76px !important;
    }

    .footer-form-block {
        max-width: 438px !important;
    }

    .footer-quarry-block {
        max-width: 258px !important;
    }

    .footer-loop__container {
        max-width: 528px !important;
    }

    .footer__mobile-links {
        max-width: 260px !important;
    }

    .main-second-left {
        max-width: 436px !important;
    }

    .logistics-content-image {
        max-width: 100% !important;
    }

    .logistics-content-type {
        max-width: 100% !important;
    }

    .logistics-content-type-text {
        max-width: 526px !important;
    }

    h2.reviews-header-title {
        font-size: 30px;
    }

    .reviews-header {
        margin-bottom: 40px;
    }

    .main-yellow-block-left {
        max-width: 438px !important;
        min-width: 0 !important;
    }

    .quarry-page__left-block {
        max-width: 49% !important;
    }

    .products-main__left {
        max-width: 348px !important;
    }

    .products-main__right-image {
        height: 411px !important;
    }

    .vacancy-main__content {
        max-width: 360px !important;
    }

    .vacancy-job-cards__right,
    .vacancy-job-cards__left {
        min-width: 49% !important;
        max-width: 348px !important;
        min-height: 282px !important;
    }

    .vacancy-job-cards__middle {
        min-height: 335px !important;
        min-width: 100% !important;
    }

    .vacancy-urls-wrapper {
        padding: 20px;
    }

    .vacancy-page__main-right {
        max-width: 40% !important;
    }

    .coop-page__main-image {
        max-width: 40% !important;
        min-height: 377px !important;
    }

    .about-main__right {
        max-width: 35% !important;
    }

    .about-main__image-left {
        height: 312px !important;
    }

    .about-main__image-right {
        height: 226px !important;
    }

    .about-double-slider__text {
        max-width: 40% !important;
    }

    .base-blocks__block:first-child {
        min-width: 0 !important;
    }

    .base-blocks__block-bottom,
    .base-blocks__block {
        min-height: 200px !important;
    }

    .table-row__first-column {
        max-width: 78px !important;
    }

    .table-row__second-column {
        max-width: 284px !important;
    }

    .table-row__third-column {
        max-width: 490px !important;
    }

    .about-know__btn-block {
        max-width: 490px !important;
    }

    .about-choice__right-top svg {
        width: 100% !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 108px !important;
    }

    .about-choice__left-top {
        max-width: 49% !important;
        height: 395px !important;
    }

    .about-choice__left-bottom {
        height: 236px !important;
    }

    .header-menu-container {
        width: 100% !important;
    }

    #vacancyContent ul {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 959px) {
    .reviews-container .swiper-slide {
        max-width: 350px !important;
    }

    .review-card {
        min-height: 322px;
        padding: 16px;
    }

    .review-company {
        font-weight: 700;
    }

    .review-text-title,
    .review-company,
    .review-text,
    .review-author {
        font-size: 14px;
    }

    .reviews-slider .swiper-slide-active .read-more:hover {
        color: var(--tekst-svetlyy-dlya-oranzhevogo);
    }

    .reviews-slider .swiper-slide-active .read-more:hover svg {
        fill: var(--tekst-svetlyy-dlya-oranzhevogo) !important;
    }

    .main-second-right .main-second-right-row:nth-child(1) .main-second-right-row-box:nth-child(1),
    .main-second-right .main-second-right-row:nth-child(2) .main-second-right-row-box:nth-child(2) {
        max-width: 300px !important;
    }

    .quarry-main-card-left {
        max-width: 306px !important;
    }

    .main-yellow-block-right {
        max-width: 35%;
    }

    .find-block__right {
        max-width: 40% !important;
    }

    .vacancy-callback__yellow {
        max-width: 379px !important;
    }

    .coop-loop__image {
        min-height: 210px !important;
    }


    .cooperation:nth-child(5) .coop-loop__image {
        min-height: 230px !important;
    }

    .about-main__right {
        max-width: 40% !important;
    }

    .base-blocks__block-bottom,
    .base-blocks__block {
        min-height: 130px !important;
    }

    .base-blocks__block-bottom:last-child {
        max-width: 62% !important;
    }

    .base-blocks-mobile {
        max-width: 36%;
    }

    .base-blocks__block:nth-child(3) {
        max-width: 22% !important;
    }

    .table-row__third-column {
        max-width: 346px !important;
    }

    .about-know__btn-block {
        max-width: 346px !important;
    }

    .report-btn {
        max-width: 258px !important;
    }
}

@media screen and (max-width: 767px) {
    .certificate-title h2 {
        font-size: 26px;
        margin-bottom: 30px !important;
    }

    .certificate-bg {
        padding: 20px 15px 30px 15px;
    }

    .certificate-lightbox-close {
        right: 20px;
    }

    .certificate-slide-content {
        width: 262px;
        border: none;
        padding: 0;
    }

    .certificate-slide-content:hover {
        border: none;
        transform: none;
    }

    .site-overlay.active {
        opacity: 0;
        visibility: hidden;
    }

    .certificate-slide-content:hover .certificate-slide-content-title,
    .certificate-slide-content:hover .certificate-slide-content-title span {
        color: var(--p4-zagolovok-1);
    }

    .certificate-slide-content-img::before {
        opacity: 1;
        visibility: visible;
    }

    .footer-form-block {
        max-width: none !important;
        width: 100%;
    }

    .main-first-image {
        min-height: 549px !important;
    }


    .main-first-block {
        max-width: none !important;
        width: 49% !important;
        min-height: 86px !important;
    }

    .main-first-blocks .main-first-block:nth-child(2) {
        min-width: 100% !important;
    }

    .main-second-right .main-second-right-row:nth-child(1) .main-second-right-row-box:nth-child(1),
    .main-second-right .main-second-right-row:nth-child(2) .main-second-right-row-box:nth-child(2) {
        max-width: none !important;

    }

    .main-second-right-row-box,
    .main-second-right-row {
        min-height: 158px !important;
    }

    .quarry-main-card-left {
        max-width: none !important;
    }

    .logistics-content-type-text {
        max-width: 100% !important;
    }

    .logistics-content-image {
        min-height: 250px !important;
    }

    .reviews-header-buttons {
        display: none !important;
    }

    .reviews-container {
        padding: 0 15px;
    }

    h2.reviews-header-title {
        font-size: 26px !important;
    }

    .reviews-header {
        margin-bottom: 30px;
    }

    .main-yellow-block-right-icon svg,
    .main-yellow-block-right-icon .elementor-icon-wrapper {
        max-height: 74px !important;
    }

    .quarry-page__left-block {
        max-width: 100% !important;
    }

    .quarry-page__image {
        min-height: 287px !important;
    }

    .find-block__right {
        min-height: 270px !important;
        max-width: 100% !important;
    }

    .find-block__left-btn a {
        width: 100% !important;
        min-width: 100%;
    }

    .products-main__left {
        max-width: 100% !important;
    }

    .products-main__right-image {
        height: 301px !important;
    }

    .products-main__left-btn {
        width: 100% !important;
    }

    .vacancy-main__content {
        max-width: 100% !important;
    }

    .vacancy-job-cards__right,
    .vacancy-job-cards__left {
        min-width: 100% !important;
        max-width: 100% !important;
        min-height: 230px !important;
    }

    .vacancy-job-cards__middle {
        min-height: 280px !important;
        min-width: 100% !important;
    }

    .vacancy-page__main-btn a {
        width: 100% !important;
    }

    .vacancy-page__main-right {
        max-width: 100% !important;
    }

    .vacancy-urls-wrapper {
        padding: 16px;
    }

    .vacancy-urls-container {
        flex-direction: column;
    }

    .vacancy-url-item,
    .vacancy-url-item a {
        width: 100% !important;
    }

    .vacancy-page__main-btn a {
        width: 100% !important;
    }

    .coop-page__main-btn a {
        width: 100% !important;
    }

    .coop-page__main-image {
        max-width: 100% !important;
        min-height: 271px !important;
    }

    .coop-loop__content {
        max-width: 100% !important;
    }

    .about-main__image-left {
        height: 246px !important;
    }

    .about-main__right {
        max-width: 100% !important;
    }

    .about-main__right-info {
        max-width: 45% !important;
    }

    .about-main__image-right {
        height: auto !important;
        min-height: 120px !important;
    }

    .base-blocks__block-bottom,
    .base-blocks__block {
        min-height: 170px !important;
    }

    .base-blocks__block-bottom:last-child {
        max-width: 60% !important;
    }

    .base-blocks-mobile {
        max-width: 38%;
    }

    .base-blocks__block:nth-child(3) {
        max-width: 40% !important;
    }

    .table-row__second-column,
    .table-row__third-column,
    .about-know__btn-block,
    .about-know__btn-block a {
        max-width: 100% !important;
    }

    .about-know__btn,
    .about-know__btn a {
        width: 100% !important;
    }

    .video-container {
        padding-bottom: 137%;
    }

    .about-today__btn,
    .about-today__btn a {
        width: 100% !important;
    }

    .about-choice__left-top {
        max-width: 100% !important;
        height: 395px !important;
    }

    .about-choice__left-bottom {
        height: 236px !important;
        width: 100% !important;
    }

    .about-choice__right-top-video {
        width: auto !important;
        height: 100% !important;
        min-height: 207px !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 129px !important;
    }

    .about-choice__left-top-info {
        max-width: 100% !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 150px !important;
    }

    .about-choice__right-top {
        max-width: 100% !important;
    }

    .report-btn {
        max-width: 100% !important;
    }

    .zp-block {
        max-width: 100px !important;
        min-width: 0 !important;
    }
}

@media screen and (max-width: 650px) {
    .logistics-content-image {
        min-height: 210px !important;
    }

    .loop-quarry-contact__image {
        height: 128px !important;
    }

    .about-choice__left-top {
        height: 300px !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 126px !important;
    }
}

@media screen and (max-width: 550px) {
    .reviews-header-buttons {
        display: none !important;
    }

    h2.reviews-header-title {
        font-size: 26px;
        max-width: 290px;
    }

    .reviews-header {
        margin-bottom: 30px;
    }

    .swiper-slide {
        max-width: 310px !important;
    }

    .review-card {
        min-height: 360px;
    }

    .review-text {
        max-height: 90px;
    }

    .review-more-block {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 16px;
    }

    .logistics-content-image {
        min-height: 190px !important;
    }

    .quarry-page__image {
        min-height: 187px !important;
    }

    .base-blocks__block-bottom,
    .base-blocks__block {
        min-height: 130px !important;
    }

    .base-blocks__block-bottom:last-child {
        max-width: 54% !important;
    }

    .base-blocks-mobile {
        max-width: 43%;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 107px !important;
    }

    .reviews-container .swiper-slide {
        max-width: 310px !important;
    }

    .vacancy-job__title {
        max-width: 290px !important;
    }

    .vacancy-callback__title {
        max-width: 250px !important;
    }

    .desktop-label {
        display: none !important;
    }

    .mobile-label {
        display: block !important;
    }

    .find-block__left-text {
        max-width: 230px !important;
    }


}

@media screen and (max-width: 499px) {
    .vacancy-callback__container {
        min-height: 795px !important;
    }

    .vacancy-callback__container {
        background-size: 305% auto !important;
    }
}

@media screen and (max-width: 474px) {
    .logistics-content-image {
        min-height: 170px !important;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 95px !important;
    }

    .vacancy-callback__container {
        background-size: 325% auto !important;
    }
}


@media screen and (max-width: 424px) {
    .logistics-content-image {
        min-height: 140px !important;
    }

    .certificate-bg {
        padding: 20px 5px 30px 5px;
    }

    .about-choice__right-top svg,
    .about-choice__right-top .elementor-icon-wrapper {
        height: 82px !important;
    }

    .vacancy-callback__container {
        background-size: 400% auto !important;
    }
}


@media screen and (max-width: 374px) {
    .certificate-slide-content-img {
        width: 170px;
        height: 250px;
    }

    .footer-logo svg,
    .footer-logo .elementor-icon-wrapper {
        max-height: 63px !important;
    }

    .footer-logo svg {
        font-size: 290px !important;
    }

    .form-group input::placeholder {
        font-size: 12px !important;
    }

    .main-first-block {
        width: 100% !important;
    }

    .main-page__main-title h1 {
        font-size: 34px !important;
    }

    .main-plan__grid h3 {
        font-size: 13px !important;
    }

    .logistics-content-image {
        min-height: 125px !important;
    }

    .clients-blocks {
        min-height: 300px !important;
    }

    .clients-block:nth-child(3) {
        left: 9% !important;
    }

    .clients-block:nth-child(6) {
        left: 0% !important;
    }

    .clients-block:nth-child(5) {
        left: 30% !important;
        bottom: 20% !important;
    }

    .quarry-page__btns a span {
        font-size: 13px !important;
    }

    .cooperation__title h1 {
        font-size: 28px !important;
    }

    .count-block__num h3 {
        font-size: 50px !important;
    }

    .base-blocks__block-bottom p,
    .base-blocks__block p {
        font-size: 12px !important;
    }

    .base-blocks__block-bottom:last-child {
        max-width: 53% !important;
    }

    .about-choice__left-top h2 {
        font-size: 24px !important;
    }

    .vacancy-callback__container {
        min-height: 610px !important;
        background-size: 370% auto !important;
    }

    .vacancy-gray__item {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .zp-block {
        min-width: 150px !important;
    }
}