

/* Start:/ekskavator-pogruzchik-lgce-b877f-land/./css/style.css?175863717320049*/
@font-face {
    font-family: "Arial Narrow";
    src: url("/ekskavator-pogruzchik-lgce-b877f-land/./css/../fonts/arialnarrow.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Arial Narrow";
}

.grid-x:not(#menu .grid-x)>.large-3 {
    display: none;
}

.grid-container_wide {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0;
}

h1 {
    margin: 0 !important;
    color: #000000;
    font-size: 50px !important;
    font-weight: 400 !important;
    /*font-family: "Arial Narrow" !important;*/
    text-transform: uppercase;
}

h2 {
    margin: 0 !important;
    color: #000000;
    font-size: 40px !important;
    font-weight: 400 !important;
    /*font-family: "Arial Narrow" !important;*/
    line-height: 1;
    text-transform: uppercase;
}

.grid-container:not(.grid-container_wide) {
    max-width: 1354px !important;
    width: 100%;
    padding: 0;
}

.padding-top-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-top-bottom_half {
    padding-top: 50px;
    padding-bottom: 50px;
}

.excavator-details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 55px;
}

.excavator-details__header {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
}

.excavator-details__header p {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    max-width: 560px;
}

.excavator-details__wrapper-main-img {
    position: relative;
    width: 100%;
    height: auto;
}

.excavator-details__main-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.excavator-details__point {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.excavator-details__point.first {
    right: 19%;
    bottom: 20%;
}

.excavator-details__point.second {
    right: 38%;
    bottom: 21%;
}

.excavator-details__point.third {
    left: 31.5%;
    bottom: 35%;
}

.excavator-details__popup {
    position: absolute;
    z-index: -10;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: -7px 4px 36.6px 0px rgba(200, 200, 200, 0.25);
    opacity: 0;
    transition: opacity 0.3s, z-index 0.3s;
    
    max-height: 100%;
    height: max-content;
}

.excavator-details__popup.open {
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s, z-index 0.3s;
}

.excavator-details__popup-header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
}

.excavator-details__wrapper-img {
    width: 100%;
    height: auto;
}

.excavator-details__img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    object-position: center;
}

.excavator-details__text-popup {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.excavator-details__popup-title {
    color: #f18a37;
    font-size: 35px;
    font-weight: 400;
}

.excavator-details__popup-description {
    width: 100%;
    max-width: 338px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Arial Narrow";
    opacity: 0.8;
}

.excavator-details__popup-button {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(0, 0, 0, 0.5);
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.excavator-details__popup-button:hover {
    background-color: #033D6D;
    border: 1px solid #033D6D;
    color: #ffffff;
}

.survey {
    background-color: #F1F1F1;
}

.survey__wrapper-content {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.survey__header {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.survey__link-section {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.survey__link-section:hover,
.survey__link-section.selected {
    border-bottom: 1px solid #ED6D05;
}

.survey__item {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.survey__wrapper-img {
    width: 100%;
    max-width: 782px;
    height: 594px;
}

.survey__img {
    width: 100%;
    max-width: 782px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.survey__description {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 15px;
    width: 100%;
    max-width: 39%;
}

.survey__offer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.survey__offer h2 {
    line-height: 1; 
}

.survey__wrapper-button {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.survey__button,
.survey__button[type=button] {
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px solid #033D6D;
    background-color: #033D6D;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.survey__button:hover {
    opacity: 0.9;
}

.survey__button_grey,
.survey__button_grey[type=button] {
    color: #033D6D;
    background-color: #F1F1F1;
}

.survey__button_grey:hover {
    background-color: #033D6D;
    color: #ffffff;
    opacity: 1;
}

.survey__characteristics-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #000000;
}

.survey__characteristics-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.survey__characteristics-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.survey__one-characteristic {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.survey__title-characteristic {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.5;
}

.survey__detail-characteristic {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.advantages-excavator {
    background-color: #033D6D;
}

.advantages-excavator h2 {
    color: #ffffff;
}

.advantages-excavator__wrapper-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.advantages-excavator_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.advantages-excavator__detail {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.advantages-excavator__wrapper-img {
    width: 100%;
    height: 100%;
    max-width: 438px;
    max-height: 263px;
}

.advantages-excavator__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.advantages-excavator__title {
    margin: 0;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.advantages-excavator__description {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
}

.characteristics {
    background-color: #ffffff;
}

.characteristics__wrapper-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.characteristics__wrapper-details {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.characteristics__list {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 667px;
    height: fit-content;
}

.characteristics__wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.characteristics__item {
    position: relative;
    padding: 10px 30px;
    background-color: rgb(241, 241, 241, 0.4);
    cursor: pointer;
}

.characteristics__item:hover {
    background-color: #F1F1F1;
}

.characteristics__item-text {
    display: flex;
    max-width: 424px;
    font-size: 16px;
}

.characteristics__wrapper-description {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 667px;
    opacity: 0;
    transition: z-index 0.3s, opacity 0.3s;
}

.characteristics__wrapper-description.open {
    position: relative;
    z-index: 10;
    opacity: 1;
    transition: z-index 0.3s, opacity 0.3s;
}

.characteristics__item.selected_mobile + .characteristics__wrapper-description {
    position: absolute;
    opacity: 0;
    z-index: -10;
    transition: z-index 0.3s, opacity 0.3s;
}

.characteristics__wrapper-img {
    width: 100%;
    height: 498px;
}

.characteristics__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.buy {
    background-color: #F1F1F1;
}

.buy__wrapper-content {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
}

.buy__wrapper-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buy__wrapper-title span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

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

.form.hidden {
    display: none;
}

.completion.hidden {
    display: none;
}

.form.hidden + .completion.hidden {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.buy__wrapper-content form.form {
    margin-top: 22px;
}

.completion__icon {
    margin: 0 auto;
}

.completion__icon path {
    fill: #033D6D;
}

.completion__title {
    margin-top: 10px;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    font-family: "Arial Narrow";
    line-height: 1;
    text-transform: uppercase;
}

.completion__text {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Arial Narrow";
    line-height: 1;
}

.form__wrapper-input {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form__wrapper-input span.text-warning {
    display: none;
}

.form__required {
    color: #ff000080;
    font-size: 16px;
    font-weight: 400;
}

.form__placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

input.form__input {
    margin: 0;
    width: 100%;
    height: 50px;
    border: 1px solid rgb(0, 0, 0, 0.5);
    outline: none;
    background-color: #F1F1F1;
}

input.form__input_error {
    border: 1px solid rgb(255, 0, 0, 0.5);
}

input.form__input:focus {
    background-color: #F1F1F1;
}

.form__textarea {
    resize: none;
    width: 100%;
    margin: 0;
    border: 1px solid rgb(0, 0, 0, 0.5);
    outline: none;
    background-color: #F1F1F1;
}

.form__textarea:focus {
    background-color: #F1F1F1;
}

.personal-data.hidden {
    position: absolute;
    z-index: -10;
    opacity: 0;
    width:10px;
    height:10px;
}

.form__label-checkbox {
    position: relative;
    margin: -3px 0 0 !important;
    padding-left: 20px;
    color: rgb(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
}

.form__label-checkbox a {
    text-decoration-line: underline;
    color: rgb(0, 0, 0, 0.5);
    transition: color 0s;
}

.form__label-checkbox:hover,
.form__label-checkbox:hover a {
    color: #000000;
    transition: color 0s;
}

.form__wrapper-input_error .form__label-checkbox,
.form__wrapper-input_error .form__label-checkbox a {
    color: rgb(255, 0, 0, 0.5);
}

input:checked + .form__label-checkbox,
input:checked + .form__label-checkbox a {
    color: #000000;
}

.form__label-checkbox::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    content: "";
}

input:checked + .form__label-checkbox::after {
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000000;
    width: 9px;
    height: 9px;
    content: "";
}

.form__wrapper-input_error .form__label-checkbox::before,
.form__wrapper-input_error .form__label-checkbox::after {
    border: 1px solid rgb(255, 0, 0, 0.5);
}

.form__button,
.form__button[type=submit] {
    margin-top: 9px;
    width: 120px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #033D6D;
    background-color: #033D6D;
    color: #ffffff;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.form__button:hover {
    opacity: 0.9;
}

@media (max-width: 1800px) {
    .excavator-details__popup {
        max-width: 550px;
    }

    .excavator-details__img {
        height: 300px;
    }
}

@media (max-width: 1600px) {
    .excavator-details__point {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 1550px) {
    .excavator-details__popup {
        max-width: 475px;
    }

    .excavator-details__img {
        height: 225px;
    }

    .grid-container:not(.grid-container_wide) {
        padding: 0 20px;
    }
}


@media (max-width: 1280px) {
    .excavator-details__point {
        width: 18px;
        height: 18px;
    }

    .excavator-details__popup {
        max-width: 400px;
    }

    .excavator-details__img {
        height: 175px;
    }   

    .excavator-details__popup-title {
        font-size: 24px;
    }
}

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

    .survey__wrapper-img {
        max-width: 100%;
    }

    .survey__description {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .excavator-details__header {
        flex-direction: column;
        gap: 10px;
    }

    .excavator-details {
        gap: 30px;
    }

    .excavator-details__popup {
        padding: 15px;
        max-width: 350px;
    }

    .excavator-details__img {
        height: 125px;
    }

    .advantages-excavator__wrapper-content h2 {
        text-align: center;
    }

    .advantages-excavator_list {
        grid-template-columns: repeat(1, 1fr);
        max-width: 600px;
        margin: auto;
    }

    .advantages-excavator__wrapper-img {
        max-width: 100%;
    }

    .buy__wrapper-content {
        flex-direction: column;
        gap: 25px;
    }

    .characteristics__list {
        max-width: 100%;
    }

    .characteristics__wrapper-description.open {
        position: absolute;
        opacity: 0;
        z-index: -10;
        transition: z-index 0.3s, opacity 0.3s;
    }

    .characteristics__item.selected_mobile + .characteristics__wrapper-description {
        position: relative;
        opacity: 1;
        z-index: 10;
        transition: z-index 0.3s, opacity 0.3s;
    }

    .characteristics__item::after,
    .characteristics__item::before {
        position: absolute;
        width: 7px;
        height: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #000000;
        content: '';
        transition: transform 0.3s;
    }


    .characteristics__item::after {
        right: 30px;
        transform: rotate(-230deg);
    }

    .characteristics__item::before {
        right: 34px;
        transform: rotate(230deg);
    }

    .characteristics__item.selected_mobile::after {
        transform: rotate(50deg);
        transition: transform 0.3s;
    }

    .characteristics__item.selected_mobile::before {
        transform: rotate(-50deg);
        transition: transform 0.3s;
    }

    .buy__wrapper-content form.form {
        margin-top: 0;
    }

    .form__wrapper-input {
        margin-top: 2px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    div.padding-bottom-5 {
        padding-bottom: 0 !important;
    }

    .padding-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-top-bottom_half {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .excavator-details {
        margin-top: 32px;
    }

    .excavator-details__popup,
    .excavator-details__point {
        display: none;
    }

    .survey__wrapper-button {
        flex-direction: column;
    }

    .survey__item {
        gap: 10px;
    }

    .survey__offer {
        gap: 16px;
    }

    .survey__header {
        grid-template-columns: repeat(1, 1fr);
    }

    .survey__link-section {
        padding: 11px 0;
        text-align: left;
        font-size: 12px;
    }

    .survey__wrapper-content {
        gap: 20px;
    }

    .survey__description {
        gap: 24px;
    }

    .survey__button {
        padding: 18px 0;
        font-size: 14px;
    }

    .advantages-excavator__wrapper-content h2 {
        text-align: left;
    }

    .advantages-excavator_list {
        max-width: 100%;
    }

    .advantages-excavator__wrapper-content {
        gap: 16px;
    }

    .advantages-excavator__detail {
        gap: 8px;
    }

    .advantages-excavator__wrapper-img {
        margin-bottom: 2px;
    }

    .advantages-excavator__title {
        font-size: 14px;
    }

    .advantages-excavator__description {
        font-size: 12px;
    }

    .buy__wrapper-title span {
        font-size: 12px;
    }

    .form__placeholder {
        font-size: 12px;
    }

    .buy__wrapper-title {
        gap: 10px;
    }

    .form {
        gap: 10px;
    }

    .form__button {
        margin-top: 22px;
        width: 100%;
        font-size: 14px;
    }

    .form.hidden + .completion.hidden {
        gap: 10px;
    }

    .completion__icon {
        width: 100px;
        height: 100px;
    }
    
    .completion__title {
        font-size: 20px;
    }
    
    .completion__text {
        font-size: 14px;
    }

    .form__label-checkbox::before {
        margin-top: 2px;
    }

    .form__label-checkbox::after {
        margin-top: 5px;
    }

    .characteristics__wrapper-content {
        gap: 16px;
    }

    .excavator-details__header p {
        font-size: 12px;
    }

    .characteristics__item-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .excavator-details__main-img {
        height: 241px;
    }

    .survey__wrapper-img,
    .characteristics__wrapper-img {
        height: 254px;
    }
}


.video-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.video-slider .video-slider-container {
    width: 100%;
    height: 100%;
}

.video-slider .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-slider .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    cursor: pointer;
}

.video-slider .video-overlay.hidden {
    display: none;
}

.video-slider .play-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.video-slider .play-button:hover {
    transform: scale(1.1);
}

.video-slider .play-button:hover circle {
    fill: #FFFFFF;
}

.video-slider .play-button:hover .play-triangle {
    fill: #003767;
}

.video-slider .swiper-button-prev,
.video-slider .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.video-slider .swiper-button-prev:hover,
.video-slider .swiper-button-next:hover {
    background: rgba(0,0,0,0.8);
}

.video-slider .swiper-button-prev:after,
.video-slider .swiper-button-next:after {
    font-size: 18px;
}

.video-slider .swiper-button-next.swiper-button-disabled, 
.video-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
}

.video-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.video-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}

.video-slider .swiper-pagination-bullet-active {
    background: #ed6d05;
}
/* End */


/* Start:/local/templates/.default/components/intec.universe/main.videos/slider/style.css?17477497662052*/
.video-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.video-slider .video-slider-container {
    width: 100%;
    height: 100%;
}

.video-slider .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-slider .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    cursor: pointer;
}

.video-slider .video-overlay.hidden {
    display: none;
}

.video-slider .play-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
}

.video-slider .play-button:hover {
    transform: scale(1.1);
}

.video-slider .play-button:hover circle {
    fill: #FFFFFF;
}

.video-slider .play-button:hover .play-triangle {
    fill: #003767;
}

.video-slider .swiper-button-prev,
.video-slider .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.video-slider .swiper-button-prev:hover,
.video-slider .swiper-button-next:hover {
    background: rgba(0,0,0,0.8);
}

.video-slider .swiper-button-prev:after,
.video-slider .swiper-button-next:after {
    font-size: 18px;
}

.video-slider .swiper-button-next.swiper-button-disabled, 
.video-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
}

.video-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.video-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}

.video-slider .swiper-pagination-bullet-active {
    background: #ed6d05;
}
/* End */
/* /ekskavator-pogruzchik-lgce-b877f-land/./css/style.css?175863717320049 */
/* /local/templates/.default/components/intec.universe/main.videos/slider/style.css?17477497662052 */
