@media (max-width: 1800px) {
    body {
        font-size: 17px;
    }

    .font-size-sm {
        font-size: 15px;
    }

    h1 {
        font-size: 45px;
        margin-bottom: 38px;
    }

    .new_portfolio_subttl {
        margin-bottom: 38px;
        font-size: 32px;
    }

    h2 {
        font-size: 38.333px;
        margin-bottom: 72px;
    }

    h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 106%;
        margin-bottom: 35px;
    }

    h3 strong {
        color: #FFEE02;
        font-weight: 600;
    }

    .wp-pagenavi {
        margin-top: 40px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 46px;
        height: 46px;
    }

    .btn {
        font-size: 17px;
        height: 80px;
        padding: 0 10px 0 34px;
        border-radius: 110px;
    }

    .btn i {
        margin-left: 20px;
        width: 60px;
        height: 60px;
    }

    .btn2 {
        font-size: 15px;
        height: 45px;
        padding: 0 35px;
        border-radius: 110px;
    }

    input.inputbox,
    textarea.messagebox {
        height: 74px;
        padding: 0 30px;
        font-size: 16px;
    }

    .form__row {
        margin-bottom: 25px;
    }

    .form__title {
        font-size: 32px;
    }

    .form__accept label span {
        font-size: 13px;
    }

    .form__accept label span:before {
        width: 25px;
        height: 25px;
        margin-right: 17px;
    }

    table {
        margin-bottom: 38px;
    }

    table th,
    table td {
        font-size: 16px;
    }

    table th:nth-child(n+2),
    table td:nth-child(n+2) {
        padding-left: 15px;
    }

    .modal__close {
        top: 41px;
        right: 49px;
        width: 29px;
        height: 27px;
    }

    .modal.quiz-modal .modal__content {
        max-width: 1270px;
        height: calc(100vh - 30px);
        max-height: none;
    }

    .modal.modal-feedback .modal__close {
        top: 26px;
        right: 26px;
        width: 16px;
        height: 16px;
    }

    .modal.modal-feedback .modal__content {
        max-width: 484px;
        padding: 44px 64px;
        border-radius: 20px;
    }

    .modal.modal-feedback input.inputbox,
    .modal.modal-feedback textarea.messagebox {
        height: 76px;
        border-radius: 16px;
    }

    .modal.modal-thanks .modal__content {
        max-width: 484px;
        padding: 86px;
    }

    .modal.modal-thanks .modal-thanks__title {
        font-size: 32px;
    }

    .modal.modal-product .modal__product-image {
        max-width: 600px;
        margin-right: 100px;
    }

    .modal.modal-product .modal__product-content {
        max-width: 440px;
    }

    .modal.modal-product .modal__product-content h2 {
        font-size: 44px;
        margin-bottom: 32px;
    }

    .modal.modal-product .modal__product-content h4 {
        font-size: 21px;
        margin-bottom: 25px;
        margin-top: 28px;
    }

    .modal-design .modal__content {
        padding: 35px 44px !important;
        max-width: 1110px;
    }

    .modal-design .modal__design-left {
        padding-right: 44px;
    }

    .modal-design .modal__design-left h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .modal-design .modal__design-image {
        max-width: 322px;
        margin-bottom: 40px;
    }

    .modal-design .modal__design-btn {
        max-width: 322px;
    }

    .modal-design .modal__design-btn .btn {
        height: 66px;
        padding-left: 60px;
        padding-right: 8px;
        font-size: 15px;
    }

    .modal-design .modal__design-btn .btn i {
        width: 50px;
        height: 50px;
    }

    .modal-design .modal__design-block {
        margin-bottom: 30px;
    }

    .modal-design .modal__design-block-title {
        font-size: 17px;
        margin-bottom: 28px;
    }

    .modal-design .modal__design-block-fields p {
        font-size: 16px;
        letter-spacing: 0.473px;
    }

    .modal-design .modal__design-block-fields p strong {
        margin-right: 4px;
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: 12px;
        width: 15px;
        position: relative;
        top: 3px;
    }

    .modal-design .modal__design-block-functions span {
        font-size: 14px;
        margin-right: 30px;
    }

    .modal-design .modal__design-block-functions span i {
        width: 50px;
        height: 46px;
        margin-bottom: 6px;
    }

    .modal-design .modal__design-block-functions span i img {
        max-width: 70%;
        max-height: 70%;
    }

    .wrap {
        max-width: 1296px;
    }

    .socials a {
        width: 34px;
        height: 34px;
        margin-right: 10px;
    }

    .socials a:last-child {
        margin-right: 0 !important;
    }

    .header__top-inner {
        padding: 23px 0;
    }

    .header__block span svg {
        width: 17px;
        margin-right: 20px;
    }

    .header__block span strong {
        font-size: 17px;
    }

    .header__block span strong + strong {
        padding-left: 20px;
        margin-left: 20px;
    }

    .header__bottom {
        padding-top: 15px;
    }

    .navbar__logo {
        width: 180px;
    }

    .navbar__menu {
        padding-top: 8px;
    }

    .navbar__menu ul {
        gap: 15px 30px;
    }

    .navbar__menu ul li {
        font-size: 15px;
        line-height: 15px;
    }

    .navbar__menu ul.block-menu > li > a {
        gap: calc(15px * 0.83);
        font-size: calc(21px * 0.83);
        padding: calc(22px * 0.83);
    }

    .navbar__menu ul.block-menu > li:first-child a {
        border-radius: calc(15px * 0.83) calc(15px * 0.83) 0 0;
    }

    .navbar__menu ul.block-menu > li:last-child a {
        border-radius: 0 0 calc(15px * 0.83) calc(15px * 0.83);
    }

    .navbar__menu ul.block-menu > li > a i {
        width: calc(53px * 0.83);
        height: calc(53px * 0.83);
    }

    .navbar__menu ul.block-menu > li .block-menu__lvl2 {
        left: calc(100% - calc(15px * 0.83));
        padding: calc(35px * 0.83);
        border-radius: 0 calc(15px * 0.83) calc(15px * 0.83) 0;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 {
        gap: calc(20px * 0.83) !important;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li.block-menu__title {
        font-size: calc(21px * 0.83);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li:not(.block-menu__title) {
        font-size: calc(19px * 0.83);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul {
        padding: calc(8px * 0.83) 0 0;
        margin-bottom: calc((12px * 0.83) * -1);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li {
        padding-left: calc(15px * 0.83);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li a {
        font-size: calc(17px * 0.83);
    }

    .navbar__btn {
        margin-left: 28px;
    }

    .hero {
        margin-top: 30px;
        margin-bottom: 126px;
    }

    .hero .eclipse {
        zoom: 0.83);
    }

    .hero .eclipse2 {
        position: absolute;
        zoom: 0.83);
    }

    .hero .wrap {
        max-width: 1470px;
    }

    .hero__content {
        width: 796px;
        height: 646px;
        margin-right: 25px;
        padding: 70px 20px 0 85px;
    }

    .hero__list span {
        margin-bottom: 27px;
    }

    .hero__list span:last-child {
        margin-bottom: 0 !important;
    }

    .hero__list span i {
        width: 67px;
        height: 67px;
        margin-right: 21px;
        border-radius: 13px;
    }

    .hero__list span i:after {
        width: 60px;
        height: 60px;
        top: -15px;
        right: -11px;
    }

    .hero__list span i img {
        zoom: 0.84;
    }

    .hero__list span b {
        font-size: 22px;
    }

    .hero__price {
        bottom: 22px;
        right: 30px;
        font-size: 32px;
    }

    .hero__btn {
        left: 89px;
    }

    .hero__video {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
    }

    .hero__play {
        left: -118px;
        bottom: 89px;
        width: 210px;
        height: 220px;
    }

    .hero__play-btn {
        width: 20px;
        height: 20px;
    }

    .hero__image {
        border-radius: calc(46px * 0.83);
    }

    .sliders {
        margin-bottom: 125px;
    }

    .sliders .wrap {
        max-width: 1470px;
    }

    .sliders__title {
        margin-bottom: 50px;
    }

    .sliders__title span {
        font-size: 25px;
        padding-top: 7px;
    }

    .sliders__inner {
        border-radius: 38px;
        padding: 66px 86px 63px;
    }

    .sliders__slider {
        margin: 0 -86px;
    }

    .sliders__slide {
        padding: 0 86px;
    }

    .slider-images {
        margin-right: 105px;
    }

    .slider-image {
        margin-bottom: 25px;
    }

    .slider-image__item {
        border-radius: 34px;
        height: 340px;
    }

    .slider-image .slick-arrow {
        width: 38px;
        height: 38px;
    }

    .slider-image .slick-arrow.slick-prev {
        left: -53px;
    }

    .slider-image .slick-arrow.slick-next {
        right: -53px;
    }

    .slider-thumbs .slick-list {
        margin: 0 -12px;
    }

    .slider-thumbs .slick-slide {
        padding: 0 12px;
    }

    .slider-thumbs__item {
        border-radius: 12px;
        height: 116px;
    }

    .slider-content {
        width: calc(51.012145749% - 105px);
    }

    .slider-content__nav {
        margin-bottom: 21px;
    }

    .slider-content .slick-arrow {
        width: 30px;
    }

    .slider-content__num {
        margin: 0 22px;
    }

    .slider-content__num strong {
        font-size: 38px;
    }

    .slider-content__num small {
        font-size: 25px;
    }

    .slider-content__item span {
        font-size: 20px;
        padding: 17px 0;
    }

    .slider-content__item strong {
        width: 170px;
    }

    .slider-content__item small {
        font-size: 20px;
    }

    .about {
        margin-bottom: 125px;
    }

    .about .eclipse {
        zoom: 0.83);
    }

    .about__inner {
        border-radius: 38px;
        padding: 67px 81px 84px;
    }

    .about__img {
        top: 38px;
        right: 84px;
        width: 95px;
        height: 95px;
    }

    .about__img:before {
        width: 75px;
        height: 75px;
        top: -8px;
        right: -14px;
    }

    .about h2 {
        margin-bottom: 38px;
    }

    .about p {
        font-size: 20px;
        margin-bottom: 48px;
        max-width: 654px;
    }

    .about .btn {
        padding-left: 70px;
    }

    .about .btn i {
        margin-left: 70px;
    }

    .steps {
        margin-bottom: 66px;
    }

    .steps .eclipse {
        zoom: 0.83);
    }

    .steps .wrap {
        max-width: 1470px;
    }

    .steps__inner {
        border-radius: 36px;
        padding: 66px 86px 84px;
        position: relative;
    }

    .steps h2 {
        margin-bottom: 57px;
    }

    .steps__item {
        margin-bottom: 100px;
    }

    .steps__item:last-child {
        margin-bottom: 0 !important;
    }

    .steps__item:nth-child(2n) .steps__item-content {
        padding-left: 105px;
    }

    .steps__item:nth-child(2n) .steps__item-image span:after {
        margin-left: 20px;
        margin-top: -20px;
    }

    .steps__inner:nth-child(1) .steps__item-image span {
        left: 101px;
        top: 89px;
    }

    .steps__inner:nth-child(2) .steps__item-image span {
        right: 78px;
        top: 95px;
    }

    .steps__inner:nth-child(3) .steps__item-image span {
        left: 30px;
        top: 171px;
    }

    .steps__inner:nth-child(4) .steps__item-image span {
        left: 195px;
        bottom: 35px;
    }

    .category .steps__item:nth-child(1) .steps__item-image span {
        left: 101px;
        top: 89px;
    }

    .category .steps__item:nth-child(2) .steps__item-image span {
        right: 78px;
        top: 95px;
    }

    .category .steps__item:nth-child(3) .steps__item-image span {
        left: 30px;
        top: 171px;
    }

    .category .steps__item:nth-child(4) .steps__item-image span {
        left: 195px;
        bottom: 35px;
    }

    .steps__item-content {
        padding-right: 60px;
    }

    .steps ul {
        max-width: 480px;
    }

    .steps ul li {
        padding: 17px 0;
    }

    .steps ul li i {
        margin-right: 17px;
        width: 36px;
    }

    .steps__item-image {
        width: 605px;
    }

    .steps__item-image span {
        width: 72px;
        height: 72px;
    }

    .steps__item-image span:before {
        font-size: 22px;
    }

    .steps__item-image span:after {
        margin-left: -20px;
        margin-top: 20px;
        zoom: 0.83);
    }

    .sinks {
        margin-bottom: calc(100px * 0.83);
    }

    .sinks__decore-left {
        width: calc(683 * 0.83);
        margin-top: calc(calc(130px * 0.83) + calc(60px * 0.83));
    }

    .sinks__decore-right {
        width: calc(669px * 0.83);
    }

    .sinks__item-image a {
        border-radius: calc(10px * 0.83);
    }

    .sinks .eclipse {
        zoom: 0.83);
    }

    .sinks h2 {
        margin-bottom: 61px;
    }

    .sinks__items {
        gap: 25px;
    }

    .sinks__item-image {
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .sinks__item-title {
        padding-top: 22px;
        font-size: 26px;
    }

    .sinks__item-title:before {
        width: 45px;
        height: 45px;
        font-size: 17px;
        margin-right: 30px;
    }

    .sinks__btn {
        margin-top: 95px;
    }

    .objects {
        margin-bottom: 125px;
    }

    .objects h2 {
        margin-bottom: 50px;
    }

    .objects__map {
        border-radius: 40px;
        height: 575px;
    }

    .hero2 {
        margin-top: 25px;
        margin-bottom: 125px;
    }

    .hero2 .eclipse {
        zoom: 0.83);
    }

    .hero2 .eclipse img {
        width: 100%;
        height: auto;
    }

    .hero2 .eclipse2 {
        top: 155px;
        zoom: 0.83);
    }

    .hero2 .eclipse2 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .hero2 .eclipse3 {
        top: 82px;
        margin-right: -85px;
        zoom: 0.83);
    }

    .hero2 .eclipse3 img {
        width: 100%;
    }

    .hero2 .wrap {
        max-width: 1470px;
    }

    .hero2__inner {
        height: 647px;
    }

    .hero_new {
        margin-bottom: calc(80px * 0.83);
    }

    .hero_new .wrap {
        max-width: calc(1760px * 0.83);
    }

    .hero_new .hero_new_inner {
        min-height: calc(776px * 0.83);
        border-radius: calc(46px * 0.83);
    }

    .new_hero_content {
        padding: calc(46px * 0.83) calc(102px * 0.83);
    }

    .new_hero_content .breadcrumbs {
        margin-bottom: calc(40px * 0.83);
    }

    .hero_new h1 {
        margin-bottom: 35px;
        font-size: 52px;
    }

    .hero_new .harakt_container {
        border-radius: calc(42px * 0.83);
    }

    .hero_new .harakt {
        padding: calc(60px * 0.83) calc(36px * 0.83);
        border-radius: calc(42px * 0.83);
    }

    .new_hero_right_bottom {
        gap: calc(30px * 0.83);
    }

    .new_hero_right_video {
        border-radius: calc(42px * 0.83);
    }

    .new_hero_right_video span {
        font-size: calc(32px * 0.83);
    }

    .new_hero_right_video a img {
        width: calc(143px * 0.83);
    }

    .hero_new_btns {
        margin-bottom: calc(44px * 0.83);
    }

    .hero_new_btn .btn {
        padding: 0 calc(10px * 0.83) 0 calc(34px * 0.83);
        height: calc(65px * 0.83);
        font-size: calc(17px * 0.83);
    }

    .hero_new_btn .btn i {
        height: calc(50px * 0.83);
        width: calc(50px * 0.83);
    }

    .new_prod_sliders {
        gap: calc(42px * 0.83);
    }

    .new_hero_content_inner {
        gap: calc(80px * 0.83);
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: calc(431px * 0.83);
        max-height: calc(590px * 0.83);
    }

    .single_prod_image {
        padding: calc(26px * 0.83);
    }

    .thumb_img_slider {
        width: calc(163px * 0.83);
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: calc(175px * 0.83);
    }

    .new_hero_left {
        width: calc(636px * 0.83);
        min-width: calc(636px * 0.83);
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: calc(32px * 0.83);
    }

    .hero2__content {
        padding: 99px 20px 0 85px;
    }

    .hero2__text {
        max-width: 470px;
    }

    .hero2 p {
        font-size: 22px;
    }

    .hero2__btn {
        left: 87px;
    }

    .hero2__image {
        /*		margin-top: 72px;*/
        margin-right: 90px;
        width: 594px;
    }

    .hero2.style2 .hero2__content {
        padding-top: 80px;
        padding-bottom: 170px;
    }

    .hero2.style2 .hero2__image {
        width: 468px;
    }

    .hero2.style2 .hero2__image .hero__play.hero2__play {
        width: 215px;
        height: 215px;
    }

    .video-top {
        margin-bottom: 85px;
    }

    .video-top__inner {
        gap: 25px;
    }

    .video-top__item {
        border-radius: 36px 36px 0px 0px;
    }

    .video-top__item-image {
        margin-bottom: -17px;
        height: 310px;
    }

    .video-top__item-bottom {
        border-radius: 17px;
        padding: 0 39px;
        height: 105px;
    }

    .video-top__item-bottom h3 {
        font-size: 22px;
    }

    .video-top__item-bottom i {
        width: 55px;
        height: 55px;
    }

    .video-top__item-bottom i img {
        width: 15px;
        height: auto;
    }

    .video-top.style2 .video-top__item-image {
        height: 274px;
    }

    .vorota {
        margin-bottom: 125px;
    }

    .vorota__inner {
        gap: calc(44px * 0.83);
    }

    .vorota__item {
        height: calc(600px * 0.83);
    }

    .vorota__item-image {
        height: calc((600px * 0.83) - (85px * 0.83));
        padding: calc(40px * 0.83) 0;
    }

    .vorota__item-btn .btn {
        height: calc(66px * 0.83);
        width: calc(341px * 0.83);
        border-radius: calc(131px * 0.83);
        padding: 0 calc(11px * 0.83) 0 calc(100px * 0.83);
    }

    .vorota__item-btn .btn i {
        width: calc(46px * 0.83);
        height: calc(46px * 0.83);
    }

    .vorota__item-title {
        bottom: 15px;
        font-size: 17px;
    }

    .advantages {
        margin-bottom: 125px;
    }

    .advantages .eclipse {
        position: absolute;
        right: 0;
        top: -118px;
        zoom: 0.83);
    }

    .advantages__inner {
        gap: 25px;
    }

    .advantages .advantage__btn {
        margin-top: 62px;
    }

    .advantages.style2 .wrap {
        max-width: 1470px;
    }

    .advantages.style2 .advantages__inner {
        padding: 66px 86px 83;
        gap: 60px;
    }

    .advantages.style2 .advantages__head span,
    .news__head span {
        font-size: 25px;
    }

    .advantages.style2 .advantage:before {
        font-size: 22px;
        top: 30px;
        right: 30px;
    }

    .advantage {
        border-radius: 27px;
        padding: 35px 15px 40px 33px;
        position: relative;
    }

    .advantage__head {
        margin-bottom: 22px;
    }

    .advantage__head i {
        border-radius: 13px;
        width: 78px;
        height: 78px;
        margin-right: 22px;
    }

    .advantage__head i:before {
        width: 50px;
        height: 50px;
        right: -10px;
    }

    .advantage__head i img {
        max-width: 60%;
        max-height: 60%;
    }

    .advantage__head span {
        font-size: 23px;
    }

    .advantage__content {
        font-size: 18px;
    }

    .bg-dark {
        margin-bottom: 110px;
    }

    .bg-dark .eclipse {
        top: -236px;
        zoom: 0.83);
    }

    .bg-dark .wrap {
        max-width: 1470px;
    }

    .bg-dark__inner {
        border-radius: 38px;
        padding: 66px 86px 83;
    }

    .gates-3d {
        margin-bottom: 128px;
    }

    .gates-3d .wrap {
        max-width: 1470px;
    }

    .gates-3d__item {
        width: 648px;
    }

    .gates-3d__item:first-child .gates-3d__image:after {
        right: -44px;
        top: 31px;
        bottom: 57px;
    }

    .gates-3d__title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .gates-3d__robot-label-1 {
        bottom: calc(271px * 0.83);
        right: calc(98px * 0.83);
    }

    .gates-3d__robot-label-2 {
        bottom: calc(161px * 0.83);
        right: calc(221px * 0.83);
    }

    .gates-3d__robot-label-3 {
        top: calc(90px * 0.83);
        left: calc(230px * 0.83);
    }

    .gates-3d__robot-label-4 {
        top: calc(192px * 0.83);
        right: calc(212px * 0.83);
    }

    .gates-3d__robot-label-5 {
        top: calc(195px + 15px);
        right: 142px;
    }

    .gates-3d__myself-label-1 {
        bottom: calc(183 - 24px);
        left: 179px;
    }

    .gates-3d__myself-label-2 {
        top: calc(163px - 24px);
        left: 195px;
    }

    .gates-3d__myself-label-3 {
        top: calc(97px - 24px);
        left: 213px;
    }

    .gates-3d__myself-label-4 {
        bottom: calc(180px - 24px);
        left: 230px;
    }

    .gates-3d__myself-label-5 {
        top: calc(112px - 24px);
        left: 279px;
    }

    .gates-3d__myself-label-6 {
        top: calc(88px - 24px);
        left: 321px;
    }

    .gates-3d__myself-label-7 {
        bottom: calc(212px - 24px);
        right: 193px;
    }

    .gates-3d__myself-label-8 {
        top: calc(154px - 24px);
        left: 312px;
    }

    .gates-3d__myself-label-9 {
        bottom: calc(358px - 24px);
        right: 116px;
    }

    .gates-3d-equip {
        margin-bottom: 42px;
    }

    .gates-3d-equip__item {
        width: 1014px;
    }

    .gates-3d-equip__label-1 {
        left: 281px;
        bottom: calc(288px - 26px);
    }

    .gates-3d-equip__label-2 {
        left: 306px;
        bottom: calc(532px - 26px);
    }

    .gates-3d-equip__label-3 {
        left: 333px;
        bottom: calc(636px - 26px);
    }

    .gates-3d-equip__label-4 {
        left: 360px;
        bottom: calc(283 - 26px);
    }

    .gates-3d-equip__label-5 {
        left: 437px;
        bottom: calc(613px - 26px);
    }

    .gates-3d-equip__label-6 {
        left: 482px;
        bottom: calc(547px - 26px);
    }

    .gates-3d-equip__label-7 {
        left: 502px;
        bottom: calc(650px - 26px);
    }

    .gates-3d-equip__label-8 {
        left: 685px;
        bottom: calc(342px - 26px);
    }

    .gates-3d-equip__label-9 {
        left: 800px;
        bottom: calc(561px - 26px);
    }

    .complectaions {
        margin-bottom: 60px;
    }

    .complectaions__head {
        margin-bottom: 62px;
    }

    .complectaions__head span {
        font-size: 25px;
    }

    .complectaions__inner {
        margin: 0 -12px -24px;
    }

    .complectaion {
        width: calc(50% - 24px);
        margin: 0 12px 24px;
        border-radius: 33px;
        height: 220px;
    }

    .complectaion__content {
        padding: 36px 0 36px 30px;
    }

    .complectaion__content strong {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .complectaion__content strong small {
        font-size: 18px;
    }

    .complectaion__content strong:before {
        margin-right: 22px;
        width: 56px;
        height: 56px;
        border-radius: 10px;
        font-size: 21px;
    }

    .complectaion__content p {
        font-size: 18px;
    }

    .complectaion__image {
        height: 100%;
    }

    .complectaion__image img {
        height: 100%;
        max-width: unset;
    }

    .complectaion:nth-child(1) .complectaion__image {
        padding-bottom: 10px;
    }

    .complectaion:nth-child(2) .complectaion__image {
        padding-top: 20px;
    }

    .complectaion:nth-child(3) .complectaion__image {
        padding: 0;
    }

    .complectaion:nth-child(4) .complectaion__image {
        padding-top: 15px;
        padding-right: 15px;
    }

    .gallery__inner {
        gap: 25px;
    }

    .gallery__btn {
        margin-top: 25px;
    }

    .gallery-item {
        height: 350px;
    }

    .gallery-item a {
        border-radius: 33px;
    }

    .gallery-item.gallery-video {
        height: 457px;
    }

    .gallery-item.gallery-video span i {
        width: 96px;
        height: 96px;
    }

    .gallery-item.gallery-video span i img {
        width: 25px;
        height: 25px;
    }

    .certs {
        margin-bottom: 100px;
    }

    .certs .btn {
        padding: 0 10px 0 83;
    }

    .certs .btn i {
        margin-left: 60px;
    }

    .designes {
        margin-bottom: 120px;
    }

    .designes__head {
        margin-bottom: 37px;
    }

    .designes__head span {
        font-size: 25px;
    }

    .designes__inner {
        gap: 25px;
    }

    .designes__item-content {
        border-radius: 34px;
        padding: 42px 20px 48px;
    }

    .designes__item-title {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .designes__item-label {
        border-radius: 12px;
        padding: 9px 4px;
        font-size: 17px;
    }

    .designes__item-play {
        position: absolute;
        right: -17px;
        bottom: -17px;
        width: 194px;
        height: 194px;
    }

    .designes__item-play-btn {
        width: 20px;
        height: 20px;
    }

    .designes__item-image__slide {
        height: 280px;
    }

    .designes__item .slick-arrow {
        width: 46px;
        height: 46px;
    }

    .designes__item .slick-arrow.slick-prev {
        left: -5px;
    }

    .designes__item .slick-arrow.slick-next {
        right: -5px;
    }

    .designes__item-btn {
        margin-top: 18px;
    }

    .designes__item-btn a {
        height: 58px;
        border-radius: 35px;
        font-size: 23px;
    }

    .designes__item-btn a i {
        margin-left: 9px;
        width: 14px;
    }

    .designes__item-btn.btn-quick a i {
        width: 20px;
    }

    .designes__item-btn a i img {
        width: 100%;
    }

    .designes__btn {
        margin-top: 56px;
    }

    .equipments {
        margin-bottom: 110px;
    }

    .equipments .wrap {
        max-width: 1470px;
    }

    .equipments__inner {
        border-radius: 38px;
        padding: 66px 86px 80px;
    }

    .equipments__items {
        gap: 25px;
    }

    .equipments__btn {
        margin-top: 62px;
    }

    .equipment {
        border-radius: 27px;
        padding: 40px 25px 25px;
    }

    .equipment__image {
        margin-bottom: 3px;
    }

    .equipment__title {
        font-size: 20px;
        margin-bottom: 17px;
    }

    .equipment__price {
        font-size: 25px;
    }

    .equipment__label {
        border-radius: 12px;
        padding: 9px 4px;
        font-size: 17px;
        top: 80px;
    }

    .complects {
        margin-bottom: 120px;
    }

    .complects__inner {
        gap: 25px;
    }

    .complect__image {
        border-radius: 27px;
        height: 360px;
        margin-bottom: 25px;
    }

    .complect__title {
        margin-bottom: 22px;
        font-size: 25px;
    }

    .complect__price {
        font-size: 27px;
    }

    .complect__list {
        margin-top: 25px;
        padding-top: 20px;
    }

    .complect__list ul li {
        margin-bottom: 13px;
        font-size: 18px;
    }

    .complect__list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .complect__list ul li i {
        width: 36px;
        margin-right: 22px;
        font-size: 17px;
    }

    .complect__btn {
        margin-top: 22px;
    }

    .complect .btn {
        padding-left: 90px;
    }

    .news {
        margin-bottom: 110px;
    }

    .news .wrap {
        max-width: 1470px;
    }

    .news__inner {
        border-radius: 38px;
        padding: 66px 86px 35px;
    }

    .news__items {
        gap: 25px;
    }

    .news__item-image {
        border-radius: 27px;
        margin-bottom: 25px;
    }

    .news__item-content {
        padding: 25px 33px 33px;
        border-radius: 27px;
    }

    .news__item-title {
        font-size: 23px;
        margin-right: -17px;
        margin-bottom: 25px;
    }

    .news__item-bottom span {
        font-size: 18px;
    }

    .news__item-bottom span small {
        margin-top: 10px;
        font-size: 14px;
    }

    .news__item-bottom a {
        width: 40px;
        height: 40px;
    }

    .news__more {
        margin-top: 30px;
    }

    .news__more a {
        font-size: 16px;
    }

    .services {
        margin-bottom: 150px;
    }

    .services h2 {
        margin-bottom: 85px;
    }

    .services__items {
        gap: 60px 90px;
    }

    .services__item-content a {
        border-radius: 30px;
        padding: 30px 20px 17px;
    }

    .services .services__item-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .services__item-text {
        font-size: 18px;
    }

    .services__item-image {
        height: 260px;
    }

    .services__item-btn {
        margin-top: 20px;
    }

    .services__item-btn a {
        border-radius: 35px;
        height: 46px;
        font-size: 24px;
    }

    .services__item-btn a i {
        margin-left: 8px;
        width: 10px;
        top: 2px;
    }

    .more {
        margin-top: 24px;
    }

    .more a {
        font-size: 25px;
        font-weight: 300;
    }

    .feedback {
        margin-bottom: 100px;
    }

    .feedback__form {
        margin: 0 17px;
        border-radius: 38px;
        padding: 80px 56px 32px;
    }

    .feedback .form__col {
        margin-right: 22px;
    }

    .feedback .inputbox {
        height: 80px;
        margin-top: 0;
        border-radius: 110px;
    }

    .feedback .form__accept {
        margin-top: 22px;
    }

    .how-work {
        margin-bottom: 140px;
    }

    .how-work__items {
        gap: 48px 74px;
    }

    .how-work__item {
        gap: 28px;
        border-radius: 35px;
        padding: 24px 10px 24px 40px;
    }

    .how-work__item:before {
        width: 72px;
        height: 72px;
        font-size: 22px;
    }

    .how-work__item span {
        font-size: 23px;
    }

    .quiz-main {
        margin-bottom: 100px;
    }

    .quiz-main .quiz__form {
        min-height: 800px;
    }

    .quiz-main .quiz__nav {
        margin-top: 30px;
    }

    .gallery {
        margin-bottom: 140px;
    }

    .gallery__items {
        display: grid;
        gap: 15px 25px;
    }

    .gallery__item a {
        border-radius: 32px;
    }

    .content {
        font-size: 21px;
    }

    .content h2 {
        margin-bottom: 36px;
    }

    .contacts {
        margin: 25px 95px 60px;
        padding: 25px 0 50px;
        border-radius: 38px;
    }

    .contacts h1 {
        margin-bottom: 33px;
    }

    .contacts__item-inner {
        gap: 21px;
    }

    .contacts__item-field {
        gap: 20px;
    }

    .contacts__item-field i {
        width: 14px;
    }

    .contacts__item-field span {
        font-size: 18px;
    }

    .requisites {
        margin-bottom: 70px;
    }

    .requisites__inner {
        padding-right: 50px;
    }

    .requisites__content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        font-size: 21px;
        margin-bottom: 21px;
    }

    .requisites__form {
        width: 370px;
        border-radius: 25px;
        padding: 25px 44px 36px;
    }

    .requisites .form__title {
        font-size: 21px;
    }

    .requisites input.inputbox,
    .requisites textarea.messagebox {
        border-radius: 16px;
        height: 60px;
        padding: 0 24px;
    }

    .requisites .form__row {
        margin-bottom: 17px;
    }

    .requisites .form .btn {
        height: 56px;
        padding-right: 9px;
    }

    .requisites .form .btn i {
        width: 45px;
        height: 45px;
    }

    .about-page {
        margin: 0 0 70px;
    }

    .docs {
        margin-bottom: 65px;
    }

    .docs__items {
        gap: 30px;
    }

    .docs__item {
        max-width: 300px;
    }

    .docs__btn {
        gap: 20px;
    }

    .docs__btn {
        margin-top: 65px;
    }

    .docs .btn {
        min-width: 400px;
    }

    .docs__btn span {
        font-size: 18px;
    }

    .protfolio {
        margin-bottom: calc(90px * 0.83);
    }

    .protfolio__items {
        gap: calc(40px * 0.83) calc(142px * 0.83);
    }

    .protfolio__item {
        border-radius: calc(46px * 0.83)
    }

    .protfolio__item-image a {
        border-radius: calc(46px * 0.83);
    }

    .protfolio__item-content {
        padding: calc(20px * 0.83) calc(30px * 0.83) calc(30px * 0.83);
    }

    .protfolio__item-fields {
        gap: 8px;
        font-size: 19px;
        margin-bottom: 18px;
    }

    .protfolio__item-fields strong {
        font-size: 22px;
    }

    .protfolio__item-btn a {
        padding: 0 50px;
        border-radius: calc(42px * 0.83);
        font-size: 20px;
        height: 40px;
    }

    .footer {
        padding-top: 26px;
    }

    .footer__top {
        padding-bottom: 28px;
    }

    .footer p {
        margin-bottom: 14px;
    }

    .footer p:last-child {
        margin-bottom: 0 !important;
    }

    .footer span {
        margin-bottom: 14px;
    }

    .footer span:last-child {
        margin-bottom: 0 !important;
    }

    .footer span svg {
        width: 14px;
        margin-right: 20px;
    }

    .footer__worktime {
        line-height: 150%;
        margin-top: -5px;
    }

    .footer__worktime svg {
        margin-top: 0;
    }

    .footer__phones {
        margin-top: -5px;
        line-height: 160%;
    }

    .footer__phones svg {
        margin-top: 0;
    }

    .footer__phones a:nth-child(1) {
        letter-spacing: 0.333px;
    }

    .footer__phones a:nth-child(3) {
        letter-spacing: 0.533px;
    }

    .footer__contacts {
        margin-top: -5px;
    }

    .footer__contacts svg {
        margin-top: 0;
    }

    .footer__bottom {
        padding: 17px 0 28px;
    }

    .footer__developer {
        padding: 20px 0 25px;
    }

    .equipment-page.modal-design {
        margin-bottom: calc(64px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block {
        margin-bottom: calc(50px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-title {
        font-size: calc(64px * 0.83);
        margin-bottom: calc(34px * 0.83);
    }

    .equipment-page.modal-design .new_modal__design-block-title {
        font-size: calc(48px * 0.83);
        margin-bottom: calc(54px * 0.83);
    }

    .funktion_row {
        gap: calc(100px * 0.83);
    }

    .funktion_item {
        font-size: calc(30px * 0.83);
    }

    .funktion_item_icon {
        width: calc(115px * 0.83);
        height: calc(64px * 0.83);
        min-height: calc(64px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-fields.new_about_equipment_txt p {
        font-size: calc(27px * 0.83);
    }

    .hero_new h1 {
        margin-bottom: calc(41px * 0.83);
        font-size: calc(56px * 0.83);
    }

    .hero_new .hero__price {
        font-size: calc(30px * 0.83);
        margin-bottom: calc(41px * 0.83);
    }

    .options_list {
        gap: 61px 40px;
    }

    .hero_new .harakt {
        font-size: calc(20px * 0.83);
    }

    .hero_new .harakt strong {
        font-size: calc(20px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-fields p {
        font-size: calc(32px * 0.83);
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: calc(20px * 0.83);
        width: calc(24px * 0.83);
        top: calc(7px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-functions {
        gap: calc(40px * 0.83) calc(100px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-functions span {
        font-size: calc(24px * 0.83);
    }

    .equipment-page.modal-design .modal__design-block-functions span i {
        width: calc(104px * 0.83);
        height: calc(104px * 0.83);
        padding: calc(20px * 0.83);
        border-radius: calc(10px * 0.83);
        margin-bottom: calc(20px * 0.83);
    }

    .faq {
        margin-bottom: calc(120px * 0.83);
    }

    .accordion__title {
        gap: calc(40px * 0.83);
        font-size: calc(46px * 0.83);
        padding: calc(45px * 0.83) 0;
    }

    .accordion__title svg {
        width: calc(64px * 0.83);
    }

    .accordion__content {
        margin-top: calc(-20px * 0.83);
        padding: 0 calc(45px * 0.83) calc(45px * 0.83) calc(45px * 0.83);
    }

    .hero__price {
        margin-top: 25px;
    }

    .hero2.style2 .hero__price {
        font-size: 34px;
    }

    /* Страница раздела строительство Старт 19.09.2025 */

    .hero.hero-construction-single {
        margin-bottom: calc(100px * 0.83);
    }

    .hero.hero-construction-single .breadcrumbs {
        margin-bottom: 15px;
    }

    .hero.hero-construction-single .hero__content {
        height: calc(495px * 0.83);
        padding-top: calc(39px * 0.83);
    }

    .hero.hero-construction-single h1 {
        margin-bottom: calc(25px * 0.83);
    }

    .hero.hero-construction-single .hero__list {
        gap: calc(20px * 0.83);
    }

    .hero.hero-construction-single .hero__list span:first-child {
        width: calc(647px * 0.83);
    }

    .hero.hero-construction-single .hero__btn {
        width: calc(476px * 0.83);
    }

    .hero.hero-construction-single .hero__price {
        left: calc(770px * 0.83);
        bottom: calc(46px * 0.83);
        font-size: calc(35px * 0.83);
    }

    .slider-fluid {
        margin-bottom: calc(100px * 0.83);
    }

    .slider-fluid__decore-left {
        width: calc(683 * 0.83);
    }

    .slider-fluid__decore-right {
        width: calc(669px * 0.83);
        margin-top: calc(60px * 0.83);
    }

    .slider-fluid__js {
        border-radius: calc(10px * 0.83);
    }

    .slider-fluid__nav .slick-arrow {
        width: calc(73px * 0.83);
    }

    .slider-fluid__prev {
        left: calc((36px * 0.83) * -1);
    }

    .slider-fluid__next {
        right: calc((36px * 0.83) * -1);
    }

    .fields-table {
        margin-bottom: calc(100px * 0.83);
    }

    .fields-table ul {
        /*		justify-content: center;*/
    }

    .fields-table ul li {
        gap: calc(20px * 0.83);
        padding: calc(20px * 0.83) 0;
        font-size: calc(24px * 0.83);
        max-width: calc(630px * 0.83);
    }

    .steps__tabs-titles {
        gap: calc(50px * 0.83);
        margin-bottom: calc(50px * 0.83);
    }

    .steps__tabs-title {
        gap: calc(30px * 0.83);
        padding: calc(20px * 0.83) calc(36px * 0.83);
        border-radius: calc(15px * 0.83);
        font-size: calc(20px * 0.83);
    }

    .steps__tabs-title:before {
        width: calc(62px * 0.83);
        height: calc(62px * 0.83);
        -webkit-filter: drop-shadow(0px calc(17px * 0.83) calc(16.9px * 0.83) rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 calc(11px * 0.83) calc(30.3px * 0.83) rgba(0, 0, 0, 0.25));
        font-size: calc(26px * 0.83);
    }

    /* Страница раздела строительство Конец */

    /* Страница Робот-мойки Начало */

    .hero-robot-moyki h1 {
        font-size: calc(44px * 0.83);
    }

    .about-robot-moyki {
        margin-bottom: calc(80px * 0.83);
    }

    .about-robot-moyki .wrap {
        max-width: calc(1750px * 0.83);
    }

    .about-robot-moyki__inner {
        gap: calc(30px * 0.83);

    }

    .about-robot-moyki__content {
        width: calc(50% - calc(15px * 0.83));
        padding-left: calc(102px * 0.83);
    }

    .about-robot-moyki__content h2 {
        font-size: calc(44px * 0.83);
        margin-bottom: calc(55px * 0.83);
    }

    .about-robot-moyki__content p {
        font-size: calc(31px * 0.83);
        margin-bottom: calc(40px * 0.83);
    }

    .about-robot-moyki__image {
        width: calc(50% - 15px * 0.83));
        border-radius: calc(20px * 0.83);
    }

    .advantages-robot-moyki {
        margin-bottom: calc(90px * 0.83);
    }

    .advantages-robot-moyki__items {
        gap: calc(30px * 0.83);
        padding-left: calc(50px * 0.83);
    }

    .advantages-robot-moyki__item {
        padding: calc(40px * 0.83) calc(40px * 0.83) calc(50px * 0.83);
        border-radius: calc(40px * 0.83);
    }

    .advantages-robot-moyki__item-title {
        gap: calc(26px * 0.83);
        font-size: calc(30px * 0.83);
        margin-bottom: calc(30px * 0.83);
    }

    .advantages-robot-moyki__item-title:before {
        width: calc(69px * 0.83);
        height: calc(69px * 0.83);
        border-radius: calc(12px * 0.83);
        font-size: calc(26px * 0.83);
    }

    .advantages-robot-moyki__item-text {
        font-size: calc(22px * 0.83);
    }

    .for-who-robot-moyki {
        margin-bottom: calc(90px * 0.83);
    }

    .for-who-robot-moyki h2 {
        margin-bottom: calc(36px * 0.83);
    }

    .for-who-robot-moyki__items {
        gap: calc(30px * 0.83);
    }

    .for-who-robot-moyki__item-image {
        height: calc(180px * 0.83);
    }

    .for-who-robot-moyki__item-title {
        font-size: calc(28px * 0.83);
        margin-bottom: calc(20px * 0.83);
    }

    .for-who-robot-moyki__item-text {
        font-size: calc(28px * 0.83);
    }

    .reasons-robot-moyki {
        margin-bottom: calc(90px * 0.83);
    }

    .reasons-robot-moyki .wrap {
        max-width: calc(1750px * 0.83);
    }

    .reasons-robot-moyki__inner {
        border-radius: calc(46px * 0.83);
        padding: calc(60px * 0.83) calc(100px * 0.83) calc(100px * 0.83);
    }

    .reasons-robot-moyki__items {
        gap: calc(30px * 0.83);
    }

    .reasons-robot-moyki__item {
        gap: calc(30px * 0.83);
        border-radius: calc(33px * 0.83);
        padding: calc(40px * 0.83);
    }

    .reasons-robot-moyki__item-head {
        gap: calc(26px * 0.83);
    }

    .reasons-robot-moyki__item-image {
        width: calc(94px * 0.83);
        height: calc(94px * 0.83);
        padding: calc(14px * 0.83);
        border-radius: calc(16px * 0.83);
    }

    .reasons-robot-moyki__item-title {
        font-size: calc(28px * 0.83);
    }

    .reasons-robot-moyki__item-text {
        font-size: calc(22px * 0.83);
    }

    .finance-robot-moyki {
        margin-bottom: calc(80px * 0.83);
    }

    .finance-robot-moyki__inner {
        gap: calc(30px * 0.83);
    }

    .finance-robot-moyki__items {
        gap: calc(50px * 0.83);
    }

    .finance-robot-moyki__item {
        gap: calc(36px * 0.83);
    }

    .finance-robot-moyki__item-image {
        width: calc(94px * 0.83);
        height: calc(94px * 0.83);
        padding: calc(13px * 0.83);
        border-radius: calc(16px * 0.83);
    }

    .finance-robot-moyki__item-content {
        gap: calc(20px * 0.83);
    }

    .finance-robot-moyki__item-title {
        font-size: calc(28px * 0.83);
    }

    .finance-robot-moyki__item-text {
        font-size: calc(28px * 0.83);
    }

    .finance-robot-moyki__btn {
        margin-top: calc(115px * 0.83);
    }

    .model3d-robot-moyki {
        margin-bottom: calc(80px * 0.83);
    }

    .model3d-robot-moyki h2 {
        margin-bottom: calc(50px * 0.83);
    }

    .model3d-robot-moyki__image {
        max-width: calc(1145px * 0.83);
    }

    .model3d-robot-moyki__robot-label-1 {
        bottom: calc(394px * 0.83);
        right: calc(155px * 0.83);
    }

    .model3d-robot-moyki__robot-label-2 {
        bottom: calc(250px * 0.83);
        right: calc(316px * 0.83);
    }

    .model3d-robot-moyki__robot-label-3 {
        top: calc(136px * 0.83);
        left: calc(340px * 0.83);
    }

    .model3d-robot-moyki__robot-label-4 {
        top: calc(293px * 0.83);
        right: calc(314px * 0.83);
    }

    /* Страница Робот-мойки Конец */

    /* Коиплект терминалы старт */

    .complect-custom {
        gap: calc(70px * 0.83) calc(206px * 0.83);
    }

    .complect-custom__item {
        border-radius: calc(12px * 0.83);
        border-radius: calc(18px * 0.83);
        padding: calc(40px * 0.83) calc(10px * 0.83) calc(17px * 0.83);
    }

    .complect-custom__item i {
        height: calc(113px * 0.83);
    }

    .complect-custom__item span {
        padding-left: calc(50px * 0.83);
        gap: calc(9px * 0.83);
    }

    .complect-custom__item strong {
        font-size: calc(28px * 0.83);
    }

    .complect-custom__item small {
        font-size: calc(19px * 0.83);
    }

    /* Коиплект терминалы Конец */

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    .category-21 .hero2.style2 .hero2__image,
    .category-6 .hero2.style2 .hero2__image {
        margin-right: calc(60px * 0.83);
        width: calc(720px * 0.83);
    }

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    /* Новый стиль карточек в оборудовании Старт */

    .equipment.new-style .equipment__image {
        margin: -40px -25px calc(24px * 0.83);
    }

    /* Новый стиль карточек в оборудовании Конец */

    .single_prod_image-zoom {
        width: calc(500px * 0.83);
        height: calc(500px * 0.83);
    }

}

@media (max-width: 1500px) {
    body {
        font-size: 15px;
    }

    .font-size-sm {
        font-size: 14px;
    }

    h1 {
        font-size: 38px;
        margin-bottom: 32px;
    }

    .new_portfolio_subttl {
        margin-bottom: 32px;
        font-size: 26px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 52px;
    }

    h3 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    p {
        margin-bottom: 20px;
    }

    .wp-pagenavi {
        margin-top: 30px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    .btn {
        font-size: 15px;
        height: 68px;
        padding: 0 8px 0 29px;
        border-radius: 93px;
    }

    .btn i {
        margin-left: 20px;
        width: 60px;
        height: 60px;
    }

    .btn2 {
        font-size: 13px;
        height: 36px;
        padding: 0 30px;
        border-radius: 90px;
    }

    input.inputbox,
    textarea.messagebox {
        height: 64px;
        padding: 0 26px;
        font-size: 14px;
    }

    .form__row {
        margin-bottom: 21px;
    }

    .form__title {
        font-size: 24px;
    }

    .form__accept label span {
        font-size: 13px;
    }

    .form__accept label span:before {
        width: 25px;
        height: 25px;
        margin-right: 17px;
    }

    table {
        margin-bottom: 30px;
    }

    table th,
    table td {
        font-size: 14px;
    }

    table th:nth-child(n+2),
    table td:nth-child(n+2) {
        padding-left: 10px;
    }

    .alert__error {
        font-size: 14px;
    }

    .modal__close {
        top: 35px;
        right: 41px;
        width: 25px;
        height: 23px;
    }

    .modal.quiz-modal .modal__content {
        max-width: 1080px;
        height: calc(100vh - 25px);
    }

    .modal.modal-feedback .modal__close {
        top: 20px;
        right: 20px;
    }

    .modal.modal-feedback .modal__content {
        max-width: 414px;
        padding: 34px 48px;
        border-radius: 16px;
    }

    .modal.modal-feedback input.inputbox,
    .modal.modal-feedback textarea.messagebox {
        height: 58px;
        border-radius: 13px;
    }

    .modal.modal-thanks .modal__content {
        max-width: 414px;
        padding: 70px;
    }

    .modal.modal-thanks .modal-thanks__title {
        font-size: 24px;
    }

    .modal.modal-product .modal__product-image {
        max-width: 500px;
        margin-right: 80px;
    }

    .modal.modal-product .modal__product-content {
        max-width: 400px;
    }

    .modal.modal-product .modal__product-content h2 {
        font-size: 36px;
        margin-bottom: 27px;
    }

    .modal.modal-product .modal__product-content h4 {
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 28px;
    }

    .modal-design .modal__content {
        padding: 30px 35px !important;
        max-width: 950px;
    }

    .modal-design .modal__design-left {
        padding-right: 35px;
    }

    .modal-design .modal__design-left h3 {
        font-size: 25px;
        margin-bottom: 34px;
    }

    .modal-design .modal__design-image {
        max-width: 276px;
        margin-bottom: 34px;
    }

    .modal-design .modal__design-btn {
        max-width: 276px;
    }

    .modal-design .modal__design-btn .btn {
        height: 56px;
        padding-left: 50px;
        padding-right: 7px;
        font-size: 13px;
    }

    .modal-design .modal__design-btn .btn i {
        width: 42px;
        height: 42px;
    }

    .modal-design .modal__design-block {
        margin-bottom: 25px;
    }

    .modal-design .modal__design-block-title {
        font-size: 15px;
        margin-bottom: 23px;
    }

    .modal-design .modal__design-block-fields p {
        font-size: 14px;
        letter-spacing: 0.405px;
    }

    .modal-design .modal__design-block-fields p strong {
        margin-right: 3px;
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: 12px;
        width: 15px;
        position: relative;
        top: 3px;
    }

    .modal-design .modal__design-block-functions span {
        margin-right: 20px;
        font-size: 13px;
    }

    .modal-design .modal__design-block-functions span i {
        width: 44px;
        height: 42px;
        margin-bottom: 5px;
    }

    .modal-design .modal__design-block-functions span i svg {
        max-width: 70%;
        max-height: 70%;
    }

    .wrap {
        max-width: 1114px;
    }

    .socials a {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .header__top-inner {
        padding: 20px 0;
    }

    .header__block span svg {
        width: 12px;
        margin-right: 20px;
    }

    .header__block span strong {
        font-size: 14px;
    }

    .header__block span strong + strong {
        padding-left: 16px;
        margin-left: 16px;
    }

    .header__bottom {
        padding-top: 13px;
    }

    .navbar__logo {
        width: 150px;
    }

    .navbar__menu ul li {
        font-size: 13px;
        line-height: 13px;
    }

    .navbar__menu {
        padding-top: 8px;
        gap: 12px;
    }

    .navbar__menu ul {
        gap: 10px 26px;
    }

    .navbar__btn {
        margin-left: 10px;
    }

    .navbar__menu ul.block-menu > li > a {
        gap: calc(15px * 0.83);
        font-size: calc(21px * 0.75);
        padding: calc(22px * 0.75);
    }

    .navbar__menu ul.block-menu > li:first-child a {
        border-radius: calc(15px * 0.75) calc(15px * 0.75) 0 0;
    }

    .navbar__menu ul.block-menu > li:last-child a {
        border-radius: 0 0 calc(15px * 0.75) calc(15px * 0.75);
    }

    .navbar__menu ul.block-menu > li > a i {
        width: calc(53px * 0.75);
        height: calc(53px * 0.75);
    }

    .navbar__menu ul.block-menu > li .block-menu__lvl2 {
        left: calc(100% - calc(15px * 0.75));
        padding: calc(35px * 0.75);
        border-radius: 0 calc(15px * 0.75) calc(15px * 0.75) 0;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 {
        gap: calc(20px * 0.75) !important;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li.block-menu__title {
        font-size: calc(21px * 0.75);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li:not(.block-menu__title) {
        font-size: calc(19px * 0.75);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul {
        padding: calc(8px * 0.75) 0 0;
        margin-bottom: calc((12px * 0.75) * -1);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li {
        padding-left: calc(15px * 0.75);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li a {
        font-size: calc(17px * 0.75);
    }

    main.alted {
        margin-top: 50px;
    }

    .hero {
        margin-top: 25px;
        margin-bottom: 100px;
    }

    .hero .eclipse {
        zoom: 0.71;
    }

    .hero .eclipse2 {
        zoom: 0.71;
    }

    .hero .wrap {
        max-width: 1260px;
    }

    .hero__content {
        width: 680px;
        height: 552px;
        margin-right: 20px;
        padding: 60px 20px 0 70px;
    }

    .hero__list span {
        margin-bottom: 23px;
    }

    .hero__list span i {
        width: 56px;
        height: 56px;
        margin-right: 18px;
        border-radius: 11px;
    }

    .hero__list span i:after {
        width: 50px;
        height: 50px;
        top: -12px;
        right: -9px;
    }

    .hero__list span i img {
        zoom: 0.72;
    }

    .hero__list span b {
        font-size: 18px;
    }

    .hero__price {
        bottom: 20px;
        right: 26px;
        font-size: 26px;
    }

    .hero__btn {
        left: 56px;
    }

    .hero__play {
        left: -100px;
        bottom: 77px;
        width: 180px;
        height: 189px;
    }

    .hero__play-btn {
        width: 17px;
        height: 17px;
    }

    .hero__image {
        border-radius: calc(46px * 0.75);
    }

    .sliders {
        margin-bottom: 100px;
    }

    .sliders .wrap {
        max-width: 1260px;
    }

    .sliders__inner {
        border-radius: 32px;
        padding: 56px 74px 50px;
    }

    .sliders__slider {
        margin: 0 -74px;
    }

    .sliders__slide {
        padding: 0 74px;
    }

    .slider-images {
        margin-right: 90px;
    }

    .slider-image {
        margin-bottom: 20px;
    }

    .slider-image__item {
        border-radius: 29px;
        height: 290px;
    }

    .slider-image .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .slider-image .slick-arrow.slick-prev {
        left: -50px;
    }

    .slider-image .slick-arrow.slick-next {
        right: -50px;
    }

    .slider-thumbs .slick-list {
        margin: 0 -10px;
    }

    .slider-thumbs .slick-slide {
        padding: 0 10px;
    }

    .slider-thumbs__item {
        border-radius: 10px;
        height: 100px;
    }

    .slider-content {
        width: calc(51.012145749% - 90px);
    }

    .slider-content__title {
        height: 120px;
        font-size: 21px;
        padding-top: 10px;
    }

    .slider-content__nav {
        margin-bottom: 21px;
    }

    .slider-content .slick-arrow {
        width: 26px;
    }

    .slider-content__num {
        margin: 0 20px;
    }

    .slider-content__num strong {
        font-size: 32px;
    }

    .slider-content__num small {
        font-size: 21px;
    }

    .slider-content__item span {
        font-size: 17px;
        padding: 12px 0;
    }

    .slider-content__item strong {
        width: 150px;
    }

    .slider-content__item small {
        font-size: 17px;
    }

    .about {
        margin-bottom: 100px;
    }

    .about .eclipse {
        zoom: 0.71;
    }

    .about__inner {
        border-radius: 32px;
        padding: 57px 70px 70px;
    }

    .about__img {
        top: 32px;
        right: 70px;
        width: 80px;
        height: 80px;
    }

    .about__img:before {
        width: 64px;
        height: 64px;
        top: -7px;
        right: -12px;
    }

    .about h2 {
        margin-bottom: 32px;
    }

    .about p {
        font-size: 17px;
        margin-bottom: 40px;
        max-width: 560px;
    }

    .about .btn {
        padding-left: 60px;
    }

    .about .btn i {
        margin-left: 60px;
    }

    .steps {
        margin-bottom: 66px;
    }

    .steps .eclipse {
        zoom: 0.71;
    }

    .steps .wrap {
        max-width: 1260px;
    }

    .steps__inner {
        border-radius: 32px;
        padding: 56px 74px 70px;
    }

    .steps h2 {
        margin-bottom: 49px;
    }

    .steps__item {
        margin-bottom: 86px;
    }

    .steps__item:nth-child(2n) .steps__item-content {
        padding-left: 90px;
    }

    .steps__item:nth-child(2n) .steps__item-image span:after {
        margin-left: 17px;
        margin-top: -17px;
    }

    .steps__inner:nth-child(1) .steps__item-image span {
        left: 86px;
        top: 76px;
    }

    .steps__inner:nth-child(2) .steps__item-image span {
        right: 66px;
        top: 80px;
    }

    .steps__inner:nth-child(3) .steps__item-image span {
        left: 25px;
        top: 146px;
    }

    .steps__inner:nth-child(4) .steps__item-image span {
        left: 165px;
        bottom: 30px;
    }

    .category .steps__item:nth-child(1) .steps__item-image span {
        left: 86px;
        top: 76px;
    }

    .category .steps__item:nth-child(2) .steps__item-image span {
        right: 66px;
        top: 80px;
    }

    .category .steps__item:nth-child(3) .steps__item-image span {
        left: 25px;
        top: 146px;
    }

    .category .steps__item:nth-child(4) .steps__item-image span {
        left: 165px;
        bottom: 30px;
    }

    .steps__item-content {
        padding-right: 50px;
    }

    .steps ul {
        max-width: 410px;
    }

    .steps ul li {
        padding: 14px 0;
    }

    .steps ul li i {
        margin-right: 14px;
        width: 30px;
    }

    .steps__item-image {
        width: 516px;
    }

    .steps__item-image span {
        width: 60px;
        height: 60px;
    }

    .steps__item-image span:before {
        font-size: 18px;
    }

    .steps__item-image span:after {
        margin-left: -17px;
        margin-top: 17px;
        zoom: 0.71;
    }

    .sinks {
        margin-bottom: calc(100px * 0.75);
    }

    .sinks__decore-left {
        width: calc(683 * 0.75);
        margin-top: calc(calc(130px * 0.75) + calc(60px * 0.75));
    }

    .sinks__decore-right {
        width: calc(669px * 0.75);
    }

    .sinks__item-image a {
        border-radius: calc(10px * 0.75);
    }

    .sinks .eclipse {
        zoom: 0.71;
    }

    .sinks h2 {
        margin-bottom: 42px;
    }

    .sinks__items {
        gap: 20px;
    }

    .sinks__item-image {
        border-radius: 17px;
        margin-bottom: 25px;
    }

    .sinks__item-title {
        padding-top: 18px;
        font-size: 22px;
    }

    .sinks__item-title:before {
        width: 38px;
        height: 38px;
        font-size: 14px;
        margin-right: 30px;
    }

    .sinks__btn {
        margin-top: 80px;
    }

    .objects {
        margin-bottom: 100px;
    }

    .objects h2 {
        margin-bottom: 40px;
    }

    .objects__map {
        border-radius: 34px;
        height: 490px;
    }

    .hero2 {
        margin-top: 22px;
        margin-bottom: 105px;
    }

    .hero2 .eclipse {
        width: auto;
        zoom: 0.71;
    }

    .hero2 .eclipse2 {
        top: 125px;
        zoom: 0.71;
    }

    .hero2 .eclipse3 {
        top: 62px;
        margin-right: -65px;
        zoom: 0.71;
    }

    .hero2 .wrap {
        max-width: 1260px;
    }

    .hero2__inner {
        height: 552px;
    }

    .hero2__content {
        padding: 84px 10px 0 72px;
    }

    .hero2__text {
        max-width: 400px;
    }

    .hero2 p {
        font-size: 18px;
    }

    .hero2__btn {
        left: 74px;
    }

    .hero2__image {
        /*		margin-top: 60px;*/
        margin-right: 76px;
        width: 507px;
    }

    .hero2.style2 .hero2__content {
        padding-top: 68px;
        padding-bottom: 140px;
    }

    .hero2.style2 .hero2__image {
        width: 400px;
    }

    .hero2.style2 .hero2__image .hero__play.hero2__play {
        width: 184px;
        height: 184px;
    }

    .video-top {
        margin-bottom: 73px;
    }

    .video-top__inner {
        gap: 21px;
    }

    .video-top__item {
        border-radius: 31px 31px 0px 0px;
    }

    .video-top__item-image {
        margin-bottom: -15px;
        height: 262px;
    }

    .video-top__item-bottom {
        border-radius: 15px;
        padding: 0 33px;
        height: 89px;
    }

    .video-top__item-bottom h3 {
        font-size: 18px;
    }

    .video-top__item-bottom i {
        width: 47px;
        height: 47px;
    }

    .video-top__item-bottom i img {
        width: 13px;
    }

    .video-top.style2 .video-top__item-image {
        height: 233px;
    }

    .vorota {
        margin-bottom: 106px;
    }

    .vorota__inner {
        gap: calc(44px * 0.75);
    }

    .vorota__item {
        height: calc(572px * 0.75);
    }

    .vorota__item-image {
        height: calc((572px * 0.75) - (107px * 0.75));
        padding: calc(40px * 0.75) 0;
    }

    .vorota__item-btn .btn {
        height: calc(66px * 0.75);
        width: calc(324px * 0.75);
        border-radius: calc(131px * 0.75);
        padding: 0 calc(11px * 0.75) 0 calc(100px * 0.75);
    }

    .vorota__item-btn .btn i {
        width: calc(46px * 0.83);
        height: calc(46px * 0.83);
    }

    .vorota__item-title {
        bottom: 12px;
        font-size: 15px;
    }

    .advantages {
        margin-bottom: 106px;
    }

    .advantages .eclipse {
        top: -100px;
        zoom: 0.71;
    }

    .advantages__inner {
        gap: 21px;
    }

    .advantages .advantage__btn {
        margin-top: 52px;
    }

    .advantages.style2 .wrap {
        max-width: 1260px;
    }

    .advantages.style2 .advantages__inner {
        padding: 56px 74px 71px;
        gap: 54px;
    }

    .advantages.style2 .advantages__head span,
    .news__head span {
        font-size: 21px;
    }

    .advantages.style2 .advantage:before {
        font-size: 18px;
        top: 25px;
        right: 25px;
    }

    .advantage {
        border-radius: 23px;
        padding: 28px 15px 40px 28px;
        position: relative;
    }

    .advantage__head {
        margin-bottom: 20px;
    }

    .advantage__head i {
        border-radius: 11px;
        width: 66px;
        height: 66px;
        margin-right: 18px;
    }

    .advantage__head i:before {
        width: 42px;
        height: 42px;
        right: -9px;
    }

    .advantage__head span {
        font-size: 20px;
    }

    .advantage__content {
        font-size: 16px;
    }

    .bg-dark {
        margin-bottom: 90px;
    }

    .bg-dark .eclipse {
        top: -200px;
        zoom: 0.71;
    }

    .bg-dark .wrap {
        max-width: 1260px;
    }

    .bg-dark__inner {
        border-radius: 32px;
        padding: 56px 74px 70px;
    }

    .gates-3d {
        margin-bottom: 110px;
    }

    .gates-3d .wrap {
        max-width: 1260px;
    }

    .gates-3d__item {
        width: 554px;
    }

    .gates-3d__item:first-child .gates-3d__image:after {
        right: -37px;
        top: 26px;
        bottom: 49px;
    }

    .gates-3d__title {
        font-size: 21px;
        margin-bottom: 21px;
    }

    .gates-3d__robot-label-1 {
        bottom: calc(255px * 0.75);
        right: calc(92px * 0.75);
    }

    .gates-3d__robot-label-2 {
        bottom: calc(145px * 0.75);
        right: calc(212px * 0.75);
    }

    .gates-3d__robot-label-3 {
        top: calc(81px * 0.75);
        left: calc(219px * 0.75);
    }

    .gates-3d__robot-label-4 {
        top: calc(176px * 0.75);
        right: calc(202px * 0.75);
    }

    .gates-3d__robot-label-5 {
        top: calc(134px + 15px);
        right: 95px;
    }

    .gates-3d__myself-label-1 {
        bottom: calc(157px - 20px);
        left: 153px;
    }

    .gates-3d__myself-label-2 {
        top: calc(140px - 20px);
        left: 167px;
    }

    .gates-3d__myself-label-3 {
        top: calc(83 - 20px);
        left: 182px;
    }

    .gates-3d__myself-label-4 {
        bottom: calc(154px - 20px);
        left: 196px;
    }

    .gates-3d__myself-label-5 {
        top: calc(96px - 20px);
        left: 239px;
    }

    .gates-3d__myself-label-6 {
        top: calc(76px - 20px);
        left: 274px;
    }

    .gates-3d__myself-label-7 {
        bottom: calc(182px - 20px);
        right: 165px;
    }

    .gates-3d__myself-label-8 {
        top: calc(128px - 20px);
        left: 267px;
    }

    .gates-3d__myself-label-9 {
        bottom: calc(307px - 20px);
        right: 98px;
    }

    .gates-3d-equip {
        margin-bottom: 36px;
    }

    .gates-3d-equip__item {
        width: 867px;
    }

    .gates-3d-equip__image span img {
        width: 20px;
    }

    .gates-3d-equip__image span b {
        top: calc(-100% - 5px);
        padding: 0 10px;
        height: 19px;
        border-radius: 4px;
        font-size: 12px;
    }

    .gates-3d-equip__label-1 {
        left: 240px;
        bottom: calc(246px - 20px);
    }

    .gates-3d-equip__label-2 {
        left: 262px;
        bottom: calc(456px - 20px);
    }

    .gates-3d-equip__label-3 {
        left: 285px;
        bottom: calc(544px - 20px);
    }

    .gates-3d-equip__label-4 {
        left: 308px;
        bottom: calc(242px - 20px);
    }

    .gates-3d-equip__label-5 {
        left: 374px;
        bottom: calc(524px - 20px);
    }

    .gates-3d-equip__label-6 {
        left: 412px;
        bottom: calc(467px - 20px);
    }

    .gates-3d-equip__label-7 {
        left: 430px;
        bottom: calc(556px - 20px);
    }

    .gates-3d-equip__label-8 {
        left: 586px;
        bottom: calc(293px - 20px);
    }

    .gates-3d-equip__label-9 {
        left: 684px;
        bottom: calc(480px - 20px);
    }

    .complectaions {
        margin-bottom: 60px;
    }

    .complectaions__head {
        margin-bottom: 52px;
    }

    .complectaions__head span {
        font-size: 21px;
    }

    .complectaions__inner {
        margin: 0 -10px -20px;
    }

    .complectaion {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        border-radius: 28px;
        height: 185px;
    }

    .complectaion__content {
        padding: 28px 0 28px 25px;
    }

    .complectaion__content strong {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .complectaion__content strong small {
        font-size: 16px;
        margin-left: 5px;
    }

    .complectaion__content strong:before {
        margin-right: 18px;
        width: 48px;
        height: 48px;
        border-radius: 8px;
        font-size: 18px;
    }

    .complectaion__content p {
        font-size: 16px;
    }

    .gallery__inner {
        gap: 21px;
    }

    .gallery__btn {
        margin-top: 21px;
    }

    .gallery-item {
        height: 300px;
    }

    .gallery-item a {
        border-radius: 28px;
    }

    .gallery-item.gallery-video {
        height: 390px;
    }

    .gallery-item.gallery-video span i {
        width: 83;
        height: 83;
    }

    .gallery-item.gallery-video span i img {
        width: 20px;
        height: 20px;
    }

    .certs {
        margin-bottom: 88px;
    }

    .certs .btn {
        padding: 0 8px 0 70px;
    }

    .certs .btn i {
        margin-left: 50px;
    }

    .designes {
        margin-bottom: 100px;
    }

    .designes__head {
        margin-bottom: 32px;
    }

    .designes__head span {
        font-size: 21px;
    }

    .designes__inner {
        gap: 21px;
    }

    .designes__item-content {
        border-radius: 30px;
        padding: 36px 15px 37px;
    }

    .designes__item-title {
        font-size: 23px;
        margin-bottom: 18px;
    }

    .designes__item-label {
        border-radius: 10px;
        padding: 8px 3px;
        font-size: 14px;
    }

    .designes__item-play {
        position: absolute;
        right: -14px;
        bottom: -14px;
        width: 166px;
        height: 166px;
    }

    .designes__item-play-btn {
        width: 17px;
        height: 17px;
    }

    .designes__item-image__slide {
        height: 240px;
    }

    .designes__item .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .designes__item .slick-arrow.slick-prev {
        left: 0;
    }

    .designes__item .slick-arrow.slick-next {
        right: 0;
    }

    .designes__item-btn {
        margin-top: 16px;
    }

    .designes__item-btn a {
        height: 48px;
        border-radius: 30px;
        font-size: 20px;
    }

    .designes__item-btn a i {
        margin-left: 8px;
        width: 12px;
    }

    .designes__item-btn.btn-quick a i {
        width: 18px;
    }

    .designes__btn {
        margin-top: 48px;
    }

    .equipments {
        margin-bottom: 90px;
    }

    .equipments .wrap {
        max-width: 1260px;
    }

    .equipments__inner {
        border-radius: 22px;
        padding: 56px 74px 68px;
    }

    .equipments__items {
        gap: 21px;
    }

    .equipments__btn {
        margin-top: 52px;
    }

    .equipment {
        border-radius: 22px;
        padding: 34px 21px 21px;
    }

    .equipment__title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .equipment__price {
        font-size: 21px;
    }

    .equipment__btn a {
        height: 36px;
        font-size: 14px;
    }

    .equipment__btn a img {
        height: 20px;
    }

    .equipment__more a {
        font-size: 14px;
        height: 36px;
    }

    .equipment__label {
        border-radius: 10px;
        padding: 8px 3px;
        font-size: 14px;
        top: 68px;
    }

    .complects {
        margin-bottom: 100px;
    }

    .complects__inner {
        gap: 21px;
    }

    .complect__image {
        border-radius: 23px;
        height: 300px;
        margin-bottom: 21px;
    }

    .complect__title {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .complect__price {
        font-size: 22px;
    }

    .complect__list {
        margin-top: 21px;
        padding-top: 17px;
    }

    .complect__list ul li {
        margin-bottom: 11px;
        font-size: 16px;
    }

    .complect__list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .complect__list ul li i {
        width: 30px;
        margin-right: 18px;
        font-size: 15px;
    }

    .complect__btn {
        margin-top: 17px;
    }

    .complect .btn {
        padding-left: 76px;
    }

    .news {
        margin-bottom: 90px;
    }

    .news .wrap {
        max-width: 1260px;
    }

    .news__inner {
        border-radius: 32px;
        padding: 56px 74px 30px;
    }

    .news__items {
        gap: 21px;
    }

    .news__item-image {
        border-radius: 23px;
        margin-bottom: 21px;
    }

    .news__item-content {
        padding: 21px 28px 28px;
        border-radius: 27px;
    }

    .news__item-title {
        font-size: 19px;
        margin-right: -15px;
        margin-bottom: 21px;
    }

    .news__item-bottom span {
        font-size: 16px;
    }

    .news__item-bottom span small {
        margin-top: 8px;
        font-size: 12px;
    }

    .news__item-bottom a {
        width: 34px;
        height: 34px;
    }

    .news__more {
        margin-top: 25px;
    }

    .news__more a {
        font-size: 14px;
    }

    .services {
        margin-bottom: 130px;
    }

    .services h2 {
        margin-bottom: 70px;
    }

    .services__items {
        gap: 50px 78px;
    }

    .services__item-content a {
        border-radius: 28px;
        padding: 24px 20px 16px;
    }

    .services__item-image {
        height: 230px;
    }

    .services .services__item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .services__item-text {
        font-size: 16px;
    }

    .services__item-btn {
        margin-top: 20px;
    }

    .services__item-btn a {
        border-radius: 30px;
        font-size: 20px;
    }

    .more a {
        font-size: 21px;
    }

    .feedback {
        margin-bottom: 85px;
    }

    .feedback__form {
        margin: 0 15px;
        border-radius: 33px;
        padding: 70px 48px 28px;
    }

    .feedback .form__col {
        margin-right: 20px;
    }

    .feedback .inputbox {
        height: 68px;
        border-radius: 93px;
    }

    .feedback .form__accept {
        margin-top: 18px;
    }

    .how-work {
        margin-bottom: 120px;
    }

    .how-work__items {
        gap: 40px 64px;
    }

    .how-work__item {
        gap: 24px;
        border-radius: 30px;
        padding: 20px 10px 20px 34px;
    }

    .how-work__item:before {
        width: 62px;
        height: 62px;
        font-size: 18px;
    }

    .how-work__item span {
        font-size: 19px;
    }

    .quiz-main {
        margin-bottom: 85px;
    }

    .quiz-main .quiz__form {
        min-height: 650px;
    }

    .quiz-main .quiz__nav {
        margin-top: 30px;
    }

    .gallery {
        margin-bottom: 140px;
    }

    .gallery__items {
        display: grid;
        gap: 15px 21px;
    }

    .gallery__item a {
        border-radius: 28px;
    }

    .contacts {
        margin: 25px 80px 54px;
        padding: 25px 0 40px;
        border-radius: 33px;
    }

    .contacts h1 {
        margin-bottom: 28px;
    }

    .contacts__item-inner {
        gap: 18px;
    }

    .contacts__item-field {
        gap: 17px;
    }

    .contacts__item-field span {
        font-size: 16px;
    }

    .requisites {
        margin-bottom: 60px;
    }

    .requisites__inner {
        padding-right: 40px;
    }

    .requisites__content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .requisites__form {
        width: 320px;
        border-radius: 21px;
        padding: 25px 34px 30px;
    }

    .requisites .form__title {
        font-size: 18px;
    }

    .requisites input.inputbox,
    .requisites textarea.messagebox {
        border-radius: 16px;
        height: 52px;
        padding: 0 20px;
    }

    .requisites .form__row {
        margin-bottom: 15px;
    }

    .requisites .form .btn {
        height: 48px;
        padding-right: 7px;
    }

    .requisites .form .btn i {
        width: 39px;
        height: 39px;
    }

    .content {
        font-size: 18px;
    }

    .about-page {
        margin: 0 0 60px;
    }

    .docs {
        margin-bottom: 55px;
    }

    .docs__items {
        gap: 25px;
    }

    .docs__item {
        max-width: 250px;
    }

    .docs__btn {
        gap: 15px;
    }

    .docs__btn {
        margin-top: 55px;
    }

    .docs .btn {
        min-width: 340px;
    }

    .docs__btn span {
        font-size: 16px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .hero2 .breadcrumbs {
        margin-top: -25px;
    }

    .hero .breadcrumbs {
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .hero .breadcrumbs ul li {
        font-size: 14px;
    }

    .protfolio {
        margin-bottom: calc(90px * 0.74);
    }

    .protfolio__items {
        gap: calc(40px * 0.74) calc(142px * 0.74);
    }

    .protfolio__item {
        border-radius: calc(46px * 0.74)
    }

    .protfolio__item-image a {
        border-radius: calc(46px * 0.74);
    }

    .protfolio__item-content {
        padding: calc(20px * 0.74) calc(30px * 0.74) calc(30px * 0.74);
    }

    .protfolio__item-fields {
        gap: 8px;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .protfolio__item-fields strong {
        font-size: 20px;
    }

    .protfolio__item-btn a {
        padding: 0 40px;
        border-radius: calc(42px * 0.74);
        font-size: 18px;
        height: 35px;
    }

    .footer {
        padding-top: 22px;
    }

    .footer__top {
        padding-bottom: 20px;
    }

    .footer p {
        margin-bottom: 14px;
    }

    .footer p:last-child {
        margin-bottom: 0 !important;
    }

    .footer span {
        margin-bottom: 14px;
    }

    .footer span:last-child {
        margin-bottom: 0 !important;
    }

    .footer span svg {
        width: 14px;
        margin-right: 20px;
    }

    .footer__worktime {
        line-height: 150%;
        margin-top: -5px;
    }

    .footer__worktime svg {
        margin-top: 0;
    }

    .footer__phones {
        margin-top: -5px;
        line-height: 160%;
    }

    .footer__phones svg {
        margin-top: 0;
    }

    .footer__contacts {
        margin-top: -5px;
    }

    .footer__contacts svg {
        margin-top: 0;
    }

    .footer__bottom {
        padding: 17px 0 28px;
    }

    .footer__developer {
        padding: 20px 0 25px;
    }

    .equipment-page.modal-design {
        margin-bottom: calc(64px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-functions {
        margin-bottom: calc(50px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-title {
        font-size: calc(64px * 0.75);
        margin-bottom: calc(34px * 0.75);
    }

    .equipment-page.modal-design .new_modal__design-block-title {
        font-size: calc(48px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-fields p {
        font-size: calc(32px * 0.75);
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: calc(20px * 0.75);
        width: calc(24px * 0.75);
        top: calc(7px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-functions {
        gap: calc(40px * 0.75) calc(100px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-functions span {
        font-size: calc(24px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-functions span i {
        width: calc(104px * 0.75);
        height: calc(104px * 0.75);
        padding: calc(20px * 0.75);
        border-radius: calc(10px * 0.75);
        margin-bottom: calc(20px * 0.75);
    }

    .faq {
        margin-bottom: calc(120px * 0.75);
    }

    .accordion__title {
        gap: calc(40px * 0.75);
        font-size: calc(46px * 0.75);
        padding: calc(45px * 0.75) 0;
    }

    .accordion__title svg {
        width: calc(64px * 0.75);
    }

    .accordion__content {
        margin-top: calc(-20px * 0.75);
        padding: 0 calc(45px * 0.75) calc(45px * 0.75) calc(45px * 0.75);
    }

    .hero__list.style2 {
        gap: 20px 20px;
    }

    .hero2.style2 .hero__price {
        font-size: 30px;
    }

    .hero_new h1 {
        font-size: calc(54px * 0.75);
        margin-bottom: calc(41px * 0.75);
    }

    .funktion_item_icon {
        width: calc(115px * 0.75);
        height: calc(64px * 0.75);
        min-height: calc(64px * 0.75);
    }

    .equipment-page.modal-design .modal__design-block-fields.new_about_equipment_txt p {
        font-size: calc(27px * 0.75);
    }

    .hero_new .harakt_container {
        border-radius: calc(42px * 0.75);
    }

    .hero_new .harakt {
        font-size: calc(20px * 0.75);
        padding: calc(60px * 0.75) calc(36px * 0.75);
        border-radius: calc(42px * 0.75);
        letter-spacing: calc(0.87px * 0.75);
    }

    .hero_new .harakt strong {
        font-size: calc(20px * 0.75);
    }

    .new_hero_right_bottom {
        gap: calc(30px * 0.75);
    }

    .new_hero_right_video {
        border-radius: calc(42px * 0.75);
    }

    .new_hero_right_video span {
        font-size: calc(32px * 0.75);
    }

    .new_hero_right_video a img {
        width: calc(143px * 0.75);
    }

    .funktion_row {
        gap: calc(100px * 0.75)
    }

    .funktion_item {
        font-size: calc(30px * 0.75);
    }

    .options_list {
        gap: 40px;
    }

    .hero_new .hero__price {
        font-size: calc(30px * 0.75);
        margin-bottom: calc(42px * 0.75);
    }

    .hero_new_btns {
        margin-bottom: calc(44px * 0.75);
    }

    .hero_new_btn .btn {
        padding: 0 calc(10px * 0.75) 0 calc(34px * 0.75);
        height: calc(65px * 0.75);
        font-size: calc(17px * 0.75);
    }

    .hero_new_btn .btn i {
        height: calc(50px * 0.75);
        width: calc(50px * 0.75);
    }

    .option_li_content {
        font-size: calc(27px * 0.75);
        padding: calc(38px * 0.75);
        min-height: calc(124px * 0.75);
        gap: calc(22px * 0.75);
    }

    .option_li_icon {
        height: calc(40px * 0.75);
        width: calc(40px * 0.75);
        min-width: calc(40px * 0.75);
    }

    .option_li_icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .hero_new .wrap {
        max-width: calc(1680px * 0.75);
    }

    .hero_new .hero_new_inner {
        min-height: calc(776px * 0.75);
        border-radius: calc(46px * 0.75);
    }

    .new_hero_content_inner {
        gap: calc(80px * 0.75);
    }

    .new_hero_content {
        padding: calc(46px * 0.75) calc(102px * 0.75);
    }

    .new_hero_content .breadcrumbs {
        margin-bottom: calc(40px * 0.75);
    }

    .new_prod_sliders {
        gap: calc(42px * 0.75);
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: calc(431px * 0.75);
        max-height: calc(590px * 0.75);
    }

    .single_prod_image {
        padding: calc(26px * 0.75);
    }

    .thumb_img_slider {
        overflow: hidden;
    }

    .new_hero_left {
        width: calc(636px * 0.75);
        min-width: calc(636px * 0.75);
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: calc(175px * 0.75);
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: calc(32px * 0.75);
    }

    .hero_new {
        margin-top: 22px;
        margin-bottom: calc(80px * 0.75);
    }

    /* Страница раздела строительство Старт 19.09.2025 */

    .hero.hero-construction-single {
        margin-bottom: calc(100px * 0.75);
    }

    .hero.hero-construction-single .hero__content {
        height: calc(495px * 0.75);
        padding-top: calc(39px * 0.75);
    }

    .hero.hero-construction-single h1 {
        margin-bottom: calc(25px * 0.75);
    }

    .hero.hero-construction-single .hero__list {
        gap: calc(20px * 0.75);
    }

    .hero.hero-construction-single .hero__list span:first-child {
        width: calc(647px * 0.75);
    }

    .hero.hero-construction-single .hero__btn {
        width: calc(476px * 0.75);
        bottom: 7px;
    }

    .hero.hero-construction-single .hero__price {
        left: calc(770px * 0.75);
        bottom: calc(46px * 0.75);
        font-size: calc(35px * 0.75);
    }

    .slider-fluid {
        margin-bottom: calc(100px * 0.75);
    }

    .slider-fluid__decore-left {
        width: calc(683 * 0.75);
    }

    .slider-fluid__decore-right {
        width: calc(669px * 0.75);
        margin-top: calc(60px * 0.75);
    }

    .slider-fluid__js {
        border-radius: calc(10px * 0.75);
    }

    .slider-fluid__nav .slick-arrow {
        width: calc(73px * 0.75);
    }

    .slider-fluid__prev {
        left: calc((36px * 0.75) * -1);
    }

    .slider-fluid__next {
        right: calc((36px * 0.75) * -1);
    }

    .fields-table {
        margin-bottom: calc(100px * 0.75);
    }

    .fields-table ul li {
        gap: calc(20px * 0.75);
        padding: calc(20px * 0.75) 0;
        font-size: calc(24px * 0.75);
        max-width: calc(630px * 0.75);
    }

    .steps__tabs-titles {
        gap: calc(50px * 0.75);
        margin-bottom: calc(50px * 0.75);
    }

    .steps__tabs-title {
        gap: calc(30px * 0.75);
        padding: calc(20px * 0.75) calc(36px * 0.75);
        border-radius: calc(15px * 0.75);
        font-size: calc(20px * 0.75);
    }

    .steps__tabs-title:before {
        width: calc(62px * 0.75);
        height: calc(62px * 0.75);
        -webkit-filter: drop-shadow(0px calc(17px * 0.75) calc(16.9px * 0.75) rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 calc(11px * 0.75) calc(30.3px * 0.75) rgba(0, 0, 0, 0.25));
        font-size: calc(26px * 0.75);
    }

    /* Страница раздела строительство Конец */

    /* Страница Робот-мойки Начало */

    .hero-robot-moyki h1 {
        font-size: calc(44px * 0.75);
    }

    .about-robot-moyki {
        margin-bottom: calc(80px * 0.75);
    }

    .about-robot-moyki .wrap {
        max-width: 1260px;
    }

    .about-robot-moyki__inner {
        gap: calc(30px * 0.75);

    }

    .about-robot-moyki__content {
        width: calc(50% - calc(15px * 0.75));
        padding-left: calc(102px * 0.75);
    }

    .about-robot-moyki__content h2 {
        font-size: 30px;
        margin-bottom: calc(55px * 0.75);
    }

    .about-robot-moyki__content p {
        font-size: calc(31px * 0.75);
        margin-bottom: calc(40px * 0.75);
    }

    .about-robot-moyki__image {
        width: calc(50% - 15px * 0.75));
        border-radius: calc(20px * 0.75);
    }

    .advantages-robot-moyki {
        margin-bottom: calc(90px * 0.75);
    }

    .advantages-robot-moyki__items {
        gap: calc(30px * 0.75);
        padding-left: calc(50px * 0.75);
    }

    .advantages-robot-moyki__item {
        padding: calc(40px * 0.75) calc(40px * 0.75) calc(50px * 0.75);
        border-radius: calc(40px * 0.75);
    }

    .advantages-robot-moyki__item-title {
        gap: calc(26px * 0.75);
        font-size: calc(30px * 0.75);
        margin-bottom: calc(30px * 0.75);
    }

    .advantages-robot-moyki__item-title:before {
        width: calc(69px * 0.75);
        height: calc(69px * 0.75);
        border-radius: calc(12px * 0.75);
        font-size: calc(26px * 0.75);
    }

    .advantages-robot-moyki__item-text {
        font-size: calc(22px * 0.75);
    }

    .for-who-robot-moyki {
        margin-bottom: calc(90px * 0.75);
    }

    .for-who-robot-moyki h2 {
        margin-bottom: calc(36px * 0.75);
    }

    .for-who-robot-moyki__items {
        gap: calc(30px * 0.75);
    }

    .for-who-robot-moyki__item-image {
        height: calc(180px * 0.75);
    }

    .for-who-robot-moyki__item-title {
        font-size: calc(28px * 0.75);
        margin-bottom: calc(20px * 0.75);
    }

    .for-who-robot-moyki__item-text {
        font-size: calc(28px * 0.75);
    }

    .reasons-robot-moyki {
        margin-bottom: calc(90px * 0.75);
    }

    .reasons-robot-moyki .wrap {
        max-width: 1260px;
    }

    .reasons-robot-moyki__inner {
        border-radius: calc(46px * 0.75);
        padding: calc(60px * 0.75) calc(100px * 0.75) calc(100px * 0.75);
    }

    .reasons-robot-moyki__items {
        gap: calc(30px * 0.75);
    }

    .reasons-robot-moyki__item {
        gap: calc(30px * 0.75);
        border-radius: calc(33px * 0.75);
        padding: calc(40px * 0.75);
    }

    .reasons-robot-moyki__item-head {
        gap: calc(26px * 0.75);
    }

    .reasons-robot-moyki__item-image {
        width: calc(94px * 0.75);
        height: calc(94px * 0.75);
        padding: calc(14px * 0.75);
        border-radius: calc(16px * 0.75);
    }

    .reasons-robot-moyki__item-title {
        font-size: calc(28px * 0.75);
    }

    .reasons-robot-moyki__item-text {
        font-size: calc(22px * 0.75);
    }

    .finance-robot-moyki {
        margin-bottom: calc(80px * 0.75);
    }

    .finance-robot-moyki__inner {
        gap: calc(30px * 0.75);
    }

    .finance-robot-moyki__items {
        gap: calc(50px * 0.75);
    }

    .finance-robot-moyki__item {
        gap: calc(36px * 0.75);
    }

    .finance-robot-moyki__item-image {
        width: calc(94px * 0.75);
        height: calc(94px * 0.75);
        padding: calc(13px * 0.75);
        border-radius: calc(16px * 0.75);
    }

    .finance-robot-moyki__item-content {
        gap: calc(20px * 0.75);
    }

    .finance-robot-moyki__item-title {
        font-size: calc(28px * 0.75);
    }

    .finance-robot-moyki__item-text {
        font-size: calc(28px * 0.75);
    }

    .finance-robot-moyki__btn {
        margin-top: calc(115px * 0.75);
    }

    .model3d-robot-moyki {
        margin-bottom: calc(80px * 0.75);
    }

    .model3d-robot-moyki h2 {
        margin-bottom: calc(50px * 0.75);
    }

    .model3d-robot-moyki__image {
        max-width: calc(1145px * 0.75);
    }

    .model3d-robot-moyki__robot-label-1 {
        bottom: calc(394px * 0.75);
        right: calc(155px * 0.75);
    }

    .model3d-robot-moyki__robot-label-2 {
        bottom: calc(250px * 0.75);
        right: calc(316px * 0.75);
    }

    .model3d-robot-moyki__robot-label-3 {
        top: calc(136px * 0.75);
        left: calc(340px * 0.75);
    }

    .model3d-robot-moyki__robot-label-4 {
        top: calc(293px * 0.75);
        right: calc(314px * 0.75);
    }

    /* Страница Робот-мойки Конец */

    /* Коиплект терминалы старт */

    .complect-custom {
        gap: calc(70px * 0.75) calc(206px * 0.75);
    }

    .complect-custom__item {
        border-radius: calc(12px * 0.75);
        border-radius: calc(18px * 0.75);
        padding: calc(40px * 0.75) calc(10px * 0.75) calc(17px * 0.75);
    }

    .complect-custom__item i {
        height: calc(113px * 0.75);
    }

    .complect-custom__item span {
        padding-left: calc(50px * 0.75);
        gap: calc(9px * 0.75);
    }

    .complect-custom__item strong {
        font-size: calc(28px * 0.75);
    }

    .complect-custom__item small {
        font-size: calc(19px * 0.75);
    }

    /* Коиплект терминалы Конец */

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    .category-21 .hero2.style2 .hero2__image,
    .category-6 .hero2.style2 .hero2__image {
        margin-right: calc(60px * 0.75);
        width: calc(720px * 0.75);
    }

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    /* Новый стиль карточек в оборудовании Старт */

    .equipment.new-style .equipment__image {
        margin: -34px -21px calc(24px * 0.75);
    }

    /* Новый стиль карточек в оборудовании Конец */
    .single_prod_image-zoom {
        width: calc(500px * 0.75);
        height: calc(500px * 0.75);
    }
}

@media (max-width: 1240px) {
    body {
        font-size: 14px;
    }

    .font-size-sm {
        font-size: 12px;
    }

    h1 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .new_portfolio_subttl {
        margin-bottom: 24px;
        font-size: 22px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .wrap {
        max-width: 1000px !important;
    }

    .wp-pagenavi {
        margin-top: 30px;
        gap: 15px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .btn {
        font-size: 14px;
        height: 50px;
        padding: 0 4px 0 25px;
        border-radius: 70px;
    }

    .btn i {
        margin-left: 16px;
        width: 38px;
        height: 38px;
    }

    .btn2 {
        font-size: 13px;
        height: 36px;
        padding: 0 20px;
        border-radius: 90px;
    }

    input.inputbox,
    textarea.messagebox {
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }

    .form__row {
        margin-bottom: 16px;
    }

    .form__accept label span {
        font-size: 12px;
    }

    .form__accept label span:before {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .modal__close {
        top: 26px;
        right: 30px;
        width: 18px;
        height: 17px;
    }

    .modal.modal-feedback .modal__content {
        max-width: 360px;
        padding: 30px 40px;
    }

    .modal.modal-thanks .modal__content {
        max-width: 360px;
        padding: 50px;
    }

    .modal.quiz-modal .modal__content {
        max-width: 810px;
        height: calc(100vh - 30px);
        max-height: 600px;
    }

    .modal.modal-product .modal__product-image {
        max-width: 400px;
        margin-right: 40px;
    }

    .modal.modal-product .modal__product-content {
        max-width: 420px;
    }

    .modal.modal-product .modal__product-content h2 {
        font-size: 32px;
    }

    .modal.modal-product .modal__product-content h4 {
        font-size: 17px;
    }

    .modal-design .modal__design-image .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .modal-design .modal__design-image .slick-arrow.slick-prev {
        left: -50px;
    }

    .modal-design .modal__design-image .slick-arrow.slick-next {
        right: -50px;
    }

    .navbar__logo {
        width: 120px;
    }

    main.alted {
        margin-top: 40px;
    }

    .navbar__menu {
        padding-top: 8px;
        gap: 6px;
    }

    .navbar__menu ul {
        gap: 8px 20px;
    }

    .hero {
        margin-bottom: 80px;
    }

    .hero .eclipse {
        zoom: 0.61;
    }

    .hero .eclipse2 {
        zoom: 0.61;
    }

    .hero__content {
        width: 510px;
        height: 414px;
        padding: 40px 20px 0 40px;
    }

    .hero__list span {
        margin-bottom: 17px;
    }

    .hero__list span i {
        width: 40px;
        height: 40px;
        margin-right: 14px;
        border-radius: 10px;
    }

    .hero__list span i:after {
        width: 40px;
        height: 40px;
    }

    .hero__list span i img {
        zoom: 0.54;
    }

    .hero__list span b {
        font-size: 14px;
    }

    .hero__price {
        bottom: 14px;
        right: 20px;
        font-size: 20px;
    }

    .hero__btn {
        left: 5px;
    }

    .hero__image {
        height: 414px;
        border-radius: calc(46px * 0.53);
    }

    .hero__play {
        left: -80px;
        bottom: 77px;
        width: 134px;
        height: 141px;
    }

    .hero__play-btn {
        width: 13px;
        height: 13px;
    }

    .sliders {
        margin-bottom: 80px;
    }

    .sliders__title {
        margin-bottom: 40px;
    }

    .sliders__title span {
        font-size: 18px;
    }

    .sliders__inner {
        border-radius: 24px;
        padding: 40px 50px 30px 60px;
    }

    .sliders__slider {
        margin: 0 -50px 0 -60px;
    }

    .sliders__slide {
        padding: 0 50px 0 60px;
    }

    .slider-images {
        margin-right: 65px;
    }

    .slider-image {
        margin-bottom: 16px;
    }

    .slider-image__item {
        border-radius: 24px;
        height: 220px;
    }

    .slider-image .slick-arrow {
        width: 24px;
        height: 24px;
    }

    .slider-image .slick-arrow.slick-prev {
        left: -40px;
    }

    .slider-image .slick-arrow.slick-next {
        right: -40px;
    }

    .slider-thumbs .slick-list {
        margin: 0 -8px;
    }

    .slider-thumbs .slick-slide {
        padding: 0 8px;
    }

    .slider-thumbs__item {
        border-radius: 10px;
        height: 76px;
    }

    .slider-content {
        width: calc(51.012145749% - 65px);
    }

    .slider-content__nav {
        margin-bottom: 16px;
    }

    .slider-content .slick-arrow {
        width: 22px;
    }

    .slider-content__num {
        margin: 0 16px;
    }

    .slider-content__num strong {
        font-size: 24px;
    }

    .slider-content__num small {
        font-size: 16px;
    }

    .slider-content__item span {
        font-size: 14px;
        padding: 10px 0;
    }

    .slider-content__item strong {
        width: 130px;
    }

    .slider-content__item small {
        font-size: 14px;
    }

    .navbar__menu ul.block-menu > li > a {
        gap: calc(15px * 0.53);
        font-size: calc(21px * 0.53);
        padding: calc(22px * 0.53);
    }

    .navbar__menu ul.block-menu > li:first-child a {
        border-radius: calc(15px * 0.53) calc(15px * 0.53) 0 0;
    }

    .navbar__menu ul.block-menu > li:last-child a {
        border-radius: 0 0 calc(15px * 0.53) calc(15px * 0.53);
    }

    .navbar__menu ul.block-menu > li > a i {
        width: calc(53px * 0.53);
        height: calc(53px * 0.53);
    }

    .navbar__menu ul.block-menu > li .block-menu__lvl2 {
        left: calc(100% - calc(15px * 0.53));
        padding: calc(35px * 0.53);
        border-radius: 0 calc(15px * 0.53) calc(15px * 0.53) 0;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 {
        gap: calc(20px * 0.53) !important;
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li.block-menu__title {
        font-size: calc(21px * 0.53);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li:not(.block-menu__title) {
        font-size: calc(19px * 0.53);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul {
        padding: calc(8px * 0.53) 0 0;
        margin-bottom: calc((12px * 0.53) * -1);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li {
        padding-left: calc(15px * 0.53);
    }

    .navbar__menu ul.block-menu > li ul.block-menu__lvl2 li ul li a {
        font-size: calc(17px * 0.53);
    }

    .about {
        margin-bottom: 80px;
    }

    .about .wrap {
        max-width: 900px;
    }

    .about .eclipse {
        zoom: 0.6;
    }

    .about__inner {
        border-radius: 24px;
        padding: 40px 50px 70px;
    }

    .about__img {
        top: 32px;
        right: 70px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .about__img:before {
        width: 50px;
        height: 50px;
    }

    .about h2 {
        margin-bottom: 30px;
    }

    .about p {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 560px;
    }

    .about .btn {
        padding-left: 40px;
    }

    .about .btn i {
        margin-left: 40px;
    }

    .steps {
        margin-bottom: 60px;
    }

    .steps .eclipse {
        zoom: 0.6;
    }

    .steps__inner {
        border-radius: 24px;
        padding: 40px 55px 50px;
    }

    .steps h2 {
        margin-bottom: 40px;
    }

    .steps p {
        font-size: 12px;
    }

    .steps__item {
        margin-bottom: 60px;
    }

    .steps__item:nth-child(2n) .steps__item-content {
        padding-left: 50px;
    }

    .steps__item:nth-child(2n) .steps__item-image span:after {
        margin-left: 13px;
        margin-top: -13px;
    }

    .steps__inner:nth-child(1) .steps__item-image span {
        left: 60px;
        top: 50px;
    }

    .steps__inner:nth-child(2) .steps__item-image span {
        right: 50px;
        top: 60px;
    }

    .steps__inner:nth-child(3) .steps__item-image span {
        left: 25px;
        top: 120px;
    }

    .steps__inner:nth-child(4) .steps__item-image span {
        left: 165px;
        bottom: 30px;
    }

    .category .steps__item:nth-child(1) .steps__item-image span {
        left: 60px;
        top: 50px;
    }

    .category .steps__item:nth-child(2) .steps__item-image span {
        right: 50px;
        top: 60px;
    }

    .category .steps__item:nth-child(3) .steps__item-image span {
        left: 25px;
        top: 120px;
    }

    .category .steps__item:nth-child(4) .steps__item-image span {
        left: 165px;
        bottom: 30px;
    }

    .steps__item-content {
        padding-right: 20px;
    }

    .steps ul {
        max-width: 320px;
    }

    .steps ul li {
        font-size: 12px;
        padding: 10px 0;
    }

    .steps__item-image {
        width: 390px;
    }

    .steps__item-image span {
        width: 46px;
        height: 46px;
    }

    .steps__item-image span:before {
        font-size: 14px;
    }

    .steps__item-image span:after {
        margin-left: -13px;
        margin-top: 13px;
        zoom: 0.6;
    }

    .sinks {
        margin-bottom: calc(100px * 0.53);
    }

    .sinks__decore-left {
        width: calc(683 * 0.53);
        margin-top: calc(calc(130px * 0.53) + calc(60px * 0.53));
    }

    .sinks__decore-right {
        width: calc(669px * 0.53);
    }

    .sinks__item-image a {
        border-radius: calc(10px * 0.53);
    }

    .sinks .eclipse {
        zoom: 0.6;
    }

    .sinks h2 {
        margin-bottom: 40px;
    }

    .sinks__items {
        gap: 16px;
    }

    .sinks__item-image {
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .sinks__item-title {
        padding-top: 14px;
        font-size: 17px;
    }

    .sinks__item-title:before {
        width: 32px;
        height: 32px;
        font-size: 12px;
        margin-right: 20px;
    }

    .sinks__btn {
        margin-top: 60px;
    }

    .objects {
        margin-bottom: 80px;
    }

    .objects h2 {
        margin-bottom: 30px;
    }

    .objects__map {
        border-radius: 28px;
        height: 368px;
    }

    .hero2,
    .hero_new {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .hero2 .eclipse,
    .hero_new .eclipse {
        zoom: 0.53;
    }

    .hero2 .eclipse2 {
        top: 110px;
        zoom: 0.53;
    }

    .hero2 .eclipse3 {
        top: 50px;
        margin-right: -45px;
        zoom: 0.53;
    }

    .hero2__inner {
        height: 432px;
    }

    .hero2__content {
        padding: 40px 40px 0px;
    }

    .hero2__text {
        max-width: 300px;
    }

    .hero2 p {
        font-size: 16px;
    }

    .hero2__btn {
        left: 0;
    }

    .hero2__image {
        /*		margin-top: 50px;*/
        margin-right: 40px;
        max-width: 400px;
    }

    .hero2.style2 .hero2__content {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    .hero2.style2 .hero2__image {
        width: 300px;
    }

    .hero2.style2 .hero2__image .hero__play.hero2__play {
        width: 136px;
        height: 136px;
    }

    .video-top {
        margin-bottom: 60px;
    }

    .video-top__inner {
        gap: 20px;
    }

    .video-top__item {
        border-radius: 25px 25px 0px 0px;
    }

    .video-top__item-bottom {
        padding: 0 20px;
        height: 80px;
    }

    .video-top__item-bottom h3 {
        font-size: 16px;
    }

    .video-top__item-bottom i {
        width: 40px;
        height: 40px;
    }

    .video-top__item-bottom i img {
        width: 10px;
    }

    .video-top.style2 .video-top__item-image {
        height: 174px;
    }

    .vorota {
        margin-bottom: 80px;
    }

    .vorota__inner {
        gap: calc(44px * 0.53);
    }

    .vorota__item {
        height: calc(727px * 0.53);
    }

    .vorota__item-image {
        height: calc((727px * 0.53) - (85px * 0.53));
        padding: calc(40px * 0.53) 0;
    }

    .vorota__item-btn .btn {
        height: calc(83px * 0.53);
        width: calc(407px * 0.53);
        border-radius: calc(131px * 0.53);
        padding: 0 calc(11px * 0.53) 0 calc(100px * 0.53);
    }

    .vorota__item-btn .btn i {
        width: calc(46px * 0.53);
        height: calc(46px * 0.53);
    }

    .vorota__item-title {
        font-size: 14px;
    }

    .advantages {
        margin-bottom: 80px;
    }

    .advantages__inner {
        gap: 10px;
    }

    .advantages .advantage__btn {
        margin-top: 40px;
    }

    .advantages.style2 .advantages {
        border-radius: 20px;
    }

    .advantages.style2 .advantages__inner {
        padding: 40px;
        gap: 20px;
    }

    .advantages.style2 .advantages__head span,
    .news__head span {
        font-size: 16px;
    }

    .advantages.style2 .advantage:before {
        font-size: 14px;
        top: 20px;
        right: 20px;
    }

    .advantage {
        border-radius: 20px;
        padding: 20px 15px 30px 20px;
    }

    .advantage__head {
        margin-bottom: 15px;
    }

    .advantage__head i {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .advantage__head i:before {
        width: 30px;
        height: 30px;
    }

    .advantage__head span {
        font-size: 18px;
    }

    .advantage__content {
        font-size: 14px;
    }

    .bg-dark {
        margin-bottom: 80px;
    }

    .bg-dark__inner {
        border-radius: 20px;
        padding: 40px;
    }

    .gates-3d h2 {
        text-align: center;
    }

    .gates-3d__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gates-3d__item {
        width: 648px;
    }

    .gates-3d__item:first-child {
        margin-bottom: 60px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

    .gates-3d__item:first-child .gates-3d__image:after {
        display: none;
    }

    .gates-3d__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .gates-3d__robot-label-1 {
        bottom: calc(417px * 0.53);
        right: calc(153px * 0.53);
    }

    .gates-3d__robot-label-2 {
        bottom: calc(247px * 0.53);
        right: calc(342px * 0.53);
    }

    .gates-3d__robot-label-3 {
        top: calc(134px * 0.53);
        left: calc(355px * 0.53);
    }

    .gates-3d__robot-label-4 {
        top: calc(291px * 0.53);
        right: calc(327px * 0.53);
    }

    .gates-3d__robot-label-5 {
        top: calc(159px + 20px);
        right: 115px;
    }

    .gates-3d__myself-label-1 {
        bottom: calc(183 - 23px);
        left: 179px;
    }

    .gates-3d__myself-label-2 {
        top: calc(163px - 23px);
        left: 195px;
    }

    .gates-3d__myself-label-3 {
        top: calc(97px - 23px);
        left: 213px;
    }

    .gates-3d__myself-label-4 {
        bottom: calc(180px - 23px);
        left: 230px;
    }

    .gates-3d__myself-label-5 {
        top: calc(112px - 23px);
        left: 279px;
    }

    .gates-3d__myself-label-6 {
        top: calc(88px - 23px);
        left: 321px;
    }

    .gates-3d__myself-label-7 {
        bottom: calc(212px - 23px);
        right: 193px;
    }

    .gates-3d__myself-label-8 {
        top: calc(154px - 23px);
        left: 312px;
    }

    .gates-3d__myself-label-9 {
        bottom: calc(358px - 23px);
        right: 116px;
    }

    .gates-3d-equip {
        margin-bottom: 36px;
    }

    .gates-3d-equip__item {
        width: 647px;
    }

    .gates-3d-equip__label-1 {
        left: 179px;
        bottom: calc(183 - 18px);
    }

    .gates-3d-equip__label-2 {
        left: 195px;
        bottom: calc(340px - 18px);
    }

    .gates-3d-equip__label-3 {
        left: 213px;
        bottom: calc(406px - 18px);
    }

    .gates-3d-equip__label-4 {
        left: 230px;
        bottom: calc(180px - 18px);
    }

    .gates-3d-equip__label-5 {
        left: 280px;
        bottom: calc(391px - 18px);
    }

    .gates-3d-equip__label-6 {
        left: 307px;
        bottom: calc(349px - 18px);
    }

    .gates-3d-equip__label-7 {
        left: 321px;
        bottom: calc(415px - 18px);
    }

    .gates-3d-equip__label-8 {
        left: 437px;
        bottom: calc(219px - 18px);
    }

    .gates-3d-equip__label-9 {
        left: 511px;
        bottom: calc(358px - 18px);
    }

    .complectaions {
        margin-bottom: 60px;
    }

    .complectaions__head {
        margin-bottom: 40px;
    }

    .complectaions__head span {
        font-size: 16px;
    }

    .complectaions__inner {
        margin: 0 -5px -10px;
    }

    .complectaion {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        border-radius: 20px;
        height: 170px;
    }

    .complectaion__content {
        padding: 20px 0 20px 20px;
    }

    .complectaion__content strong {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .complectaion__content strong small {
        font-size: 14px;
    }

    .complectaion__content strong:before {
        margin-right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .complectaion__content p {
        padding-right: 10px;
        font-size: 12px;
    }

    .gallery__inner {
        gap: 10px;
    }

    .gallery__btn {
        margin-top: 21px;
    }

    .gallery-item {
        height: 250px;
    }

    .gallery-item a {
        border-radius: 20px;
    }

    .gallery-item.gallery-video {
        height: 350px;
    }

    .gallery-item.gallery-video span i {
        width: 70px;
        height: 70px;
    }

    .gallery-item.gallery-video span i img {
        width: 14px;
        height: 14px;
    }

    .certs {
        margin-bottom: 60px;
    }

    .certs .btn {
        padding: 0 8px 0 50px;
    }

    .certs .btn i {
        margin-left: 40px;
    }

    .designes {
        margin-bottom: 70px;
    }

    .designes__head {
        margin-bottom: 24px;
    }

    .designes__head span {
        font-size: 16px;
    }

    .designes__inner {
        gap: 16px;
    }

    .designes__item-content {
        border-radius: 22px;
        padding: 27px 10px 30px;
    }

    .designes__item-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .designes__item .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .designes__item .slick-arrow.slick-prev {
        left: 0;
    }

    .designes__item .slick-arrow.slick-next {
        right: 0;
    }

    .designes__item-label {
        border-radius: 8px;
        padding: 9px 4px;
        font-size: 12px;
    }

    .designes__item-play {
        position: absolute;
        right: -12px;
        bottom: -12px;
        width: 124px;
        height: 124px;
    }

    .designes__item-play-btn {
        width: 12px;
        height: 12px;
    }

    .designes__item-btn {
        margin-top: 12px;
    }

    .designes__item-btn a {
        height: 46px;
        border-radius: 22px;
        font-size: 15px;
    }

    .designes__item-btn a i {
        margin-left: 6px;
        width: 11px;
    }

    .designes__btn {
        margin-top: 36px;
    }

    .equipments {
        margin-bottom: 70px;
    }

    .equipments__inner {
        border-radius: 20px;
        padding: 40px;
    }

    .equipments__items {
        gap: 16px;
    }

    .equipments__btn {
        margin-top: 40px;
    }

    .equipment {
        border-radius: 20px;
        padding: 30px 15px 15px;
    }

    .equipment__title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .equipment__price {
        font-size: 19px;
    }

    .equipment__btn a {
        gap: 5px;
    }

    .equipment__btn a img {
        height: 16px;
    }

    .equipment__label {
        border-radius: 8px;
        padding: 9px 4px;
        font-size: 12px;
        top: 60px;
    }

    .complects {
        margin-bottom: 70px;
    }

    .complects__inner {
        gap: 16px;
    }

    .complect__image {
        border-radius: 18px;
        height: 230px;
        margin-bottom: 16px;
    }

    .complect__title {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .complect__price {
        font-size: 18px;
    }

    .complect__list {
        margin-top: 16px;
        padding-top: 12px;
    }

    .complect__list ul li {
        margin-bottom: 9px;
        font-size: 14px;
    }

    .complect__list ul li:last-child {
        margin-bottom: 0 !important;
    }

    .complect__list ul li i {
        width: 23px;
        margin-right: 13px;
        font-size: 13px;
    }

    .complect__btn {
        margin-top: 16px;
    }

    .complect .btn {
        padding-left: 70px;
    }

    .news {
        margin-bottom: 70px;
    }

    .news__inner {
        border-radius: 20px;
        padding: 40px;
    }

    .news__items {
        gap: 16px;
    }

    .news__item-image {
        border-radius: 17px;
        margin-bottom: 16px;
    }

    .news__item-content {
        padding: 16px 21px 21px;
        border-radius: 17px;
    }

    .news__item-title {
        font-size: 15px;
        margin-right: -10px;
        margin-bottom: 16px;
    }

    .news__item-bottom span {
        font-size: 14px;
    }

    .news__item-bottom span small {
        margin-top: 5px;
        font-size: 12px;
    }

    .news__item-bottom a {
        width: 26px;
        height: 26px;
    }

    .news__item-bottom a img {
        width: 30%;
    }

    .news__more {
        margin-top: 20px;
    }

    .news__more a {
        font-size: 14px;
    }

    .services {
        margin-bottom: 100px;
    }

    .services h2 {
        margin-bottom: 54px;
    }

    .services__items {
        gap: 40px 54px;
    }

    .services__item-content a {
        border-radius: 22px;
        padding: 20px 10px 15px;
    }

    .services__item-image {
        height: 190px;
    }

    .services .services__item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .services__item-text {
        font-size: 16px;
    }

    .services__item-btn {
        margin-top: 16px;
    }

    .services__item-btn a {
        border-radius: 22px;
        font-size: 16px;
        height: 36px;
    }

    .more a {
        font-size: 16px;
    }

    .feedback {
        margin-bottom: 65px;
    }

    .feedback__form {
        margin: 0 10px;
        border-radius: 24px;
        padding: 50px 36px 20px;
    }

    .feedback .form__col {
        margin-right: 15px;
    }

    .feedback .inputbox {
        height: 50px;
        border-radius: 70px;
    }

    .feedback .form__accept {
        margin-top: 15px;
    }

    .how-work {
        margin-bottom: 90px;
    }

    .how-work__items {
        gap: 30px 42px;
    }

    .how-work__item {
        gap: 18px;
        border-radius: 22px;
        padding: 15px 10px 15px 24px;
    }

    .how-work__item:before {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .how-work__item span {
        font-size: 16px;
    }

    .quiz-main {
        margin-bottom: 65px;
    }

    .quiz-main .quiz__form {
        min-height: 500px;
    }

    .quiz-main .quiz__nav {
        margin-top: 20px;
    }

    .gallery {
        margin-bottom: 90px;
    }

    .gallery__items {
        gap: 10px 16px;
    }

    .gallery__item a {
        border-radius: 21px;
    }

    .content {
        font-size: 16px;
        margin: 70px 0;
    }

    .contacts {
        margin: 25px 60px 40px;
        padding: 20px 0 30px;
        border-radius: 24px;
    }

    .contacts h1 {
        margin-bottom: 20px;
    }

    .contacts__item-inner {
        gap: 15px;
    }

    .contacts__item-field {
        gap: 15px;
    }

    .requisites {
        margin-bottom: 50px;
    }

    .requisites__inner {
        padding-right: 20px;
        gap: 20px;
    }

    .requisites__content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .requisites__form {
        width: 260px;
        border-radius: 16px;
        padding: 25px 25px 30px;
    }

    .requisites .form__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .requisites input.inputbox,
    .requisites textarea.messagebox {
        border-radius: 10px;
        height: 40px;
        padding: 0 15px;
    }

    .requisites .form__row {
        margin-bottom: 10px;
    }

    .requisites .form .btn {
        height: 40px;
        padding-right: 6px;
    }

    .requisites .form .btn i {
        width: 30px;
        height: 30px;
    }

    .about-page {
        margin: 0 0 46px;
    }

    .docs {
        margin-bottom: 40px;
    }

    .docs__items {
        gap: 20px;
    }

    .docs__item {
        max-width: 200px;
    }

    .docs__btn {
        margin-top: 40px;
    }

    .docs .btn {
        min-width: 320px;
    }

    .article-page__head {
        margin-bottom: 25px;
    }

    .hero .breadcrumbs {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .hero .breadcrumbs li {
        font-size: 12px;
    }

    .protfolio {
        margin-bottom: calc(90px * 0.54);
    }

    .protfolio__items {
        gap: calc(40px * 0.54) calc(142px * 0.54);
    }

    .protfolio__item {
        border-radius: calc(46px * 0.54)
    }

    .protfolio__item-image a {
        border-radius: calc(46px * 0.54);
    }

    .protfolio__item-content {
        padding: calc(20px * 0.54) calc(30px * 0.54) calc(30px * 0.54);
    }

    .protfolio__item-fields {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .protfolio__item-fields strong {
        font-size: 18px;
    }

    .protfolio__item-btn a {
        padding: 0 30px;
        border-radius: calc(42px * 0.54);
        font-size: 14px;
        height: 30px;
    }

    .footer {
        padding-top: 22px;
    }

    .footer__top {
        padding-bottom: 20px;
    }

    .footer p {
        margin-bottom: 14px;
    }

    .footer p:last-child {
        margin-bottom: 0 !important;
    }

    .footer span {
        margin-bottom: 14px;
    }

    .footer span:last-child {
        margin-bottom: 0 !important;
    }

    .footer span svg {
        width: 14px;
        margin-right: 20px;
    }

    .footer__worktime {
        line-height: 150%;
        margin-top: -5px;
    }

    .footer__worktime svg {
        margin-top: 0;
    }

    .footer__phones {
        margin-top: -5px;
        line-height: 160%;
        letter-spacing: 0.4px;
    }

    .footer__phones svg {
        margin-top: 0;
    }

    .footer__phones a:nth-child(1) {
        letter-spacing: 0.6px;
    }

    .footer__phones a:nth-child(3) {
        letter-spacing: 0.9px;
    }

    .footer__contacts {
        margin-top: -5px;
    }

    .footer__contacts svg {
        margin-top: 0;
    }

    .footer__bottom {
        padding: 17px 0 28px;
    }

    .footer__developer {
        padding: 20px 0 25px;
    }

    .hero2 .slick-arrow {
        width: 38px;
        height: 38px;
    }

    .equipment-page.modal-design {
        margin-bottom: calc(64px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-functions {
        margin-bottom: calc(50px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-title {
        font-size: calc(48px * 0.53);
        margin-bottom: calc(34px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-fields p {
        font-size: calc(32px * 0.53);
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: calc(20px * 0.53);
        width: calc(24px * 0.53);
        top: calc(7px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-functions {
        gap: calc(40px * 0.53) calc(100px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-functions span {
        font-size: calc(24px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-functions span i {
        width: calc(104px * 0.53);
        height: calc(104px * 0.53);
        padding: calc(20px * 0.53);
        border-radius: calc(10px * 0.53);
        margin-bottom: calc(20px * 0.53);
    }

    .faq {
        margin-bottom: calc(120px * 0.53);
    }

    .accordion__title {
        gap: calc(40px * 0.53);
        font-size: calc(46px * 0.53);
        padding: calc(45px * 0.53) 0;
    }

    .accordion__title svg {
        width: calc(64px * 0.53);
    }

    .accordion__content {
        margin-top: calc(-20px * 0.53);
        padding: 0 calc(45px * 0.53) calc(45px * 0.53) calc(45px * 0.53);
    }

    .hero2.style2 .hero__price {
        font-size: 24px;
    }

    .hero_new h1,
    .hero_new .new_hero_ttl_mob {
        font-size: calc(56px * 0.53);
        font-weight: 500;
    }

    .funktion_item_icon {
        width: calc(115px * 0.53);
        height: calc(64px * 0.53);
        min-height: calc(64px * 0.53);
    }

    .equipment-page.modal-design .modal__design-block-fields.new_about_equipment_txt p {
        font-size: calc(27px * 0.53);
    }

    .hero_new .harakt {
        font-size: calc(20px * 0.53);
        padding: calc(60px * 0.53) calc(36px * 0.53);
        border-radius: calc(42px * 0.53);
    }

    .hero_new .harakt_container {
        border-radius: calc(42px * 0.53);
    }

    .hero_new .harakt strong {
        font-size: calc(20px * 0.53);
    }

    .new_hero_right_bottom {
        gap: calc(30px * 0.53);
    }

    .new_hero_right_video {
        border-radius: calc(42px * 0.53);
    }

    .new_hero_right_video span {
        font-size: calc(32px * 0.53);
    }

    .new_hero_right_video a img {
        width: calc(143px * 0.53);
    }

    .new_hero_content_inner {
        gap: calc(80px * 0.53);
    }

    .funktion_item {
        font-size: calc(30px * 0.53);
    }

    .options_list {
        gap: 40px;
    }

    .hero_new .hero__price {
        font-size: calc(30px * 0.53);
        margin-bottom: calc(42px * 0.53);
    }

    .option_li_content {
        font-size: calc(27px * 0.53);
        padding: calc(38px * 0.53);
        min-height: calc(124px * 0.53);
        gap: calc(22px * 0.53);
    }

    .option_li_icon {
        height: calc(40px * 0.53);
        width: calc(40px * 0.53);
        min-width: calc(40px * 0.53);
    }

    .hero_new {
        margin-top: 20px;
        margin-bottom: calc(80px * 0.53);
    }

    .hero_new .wrap {
        max-width: 1100px !important;
    }

    .hero_new .hero_new_inner {
        min-height: 342px;
    }

    .new_hero_content {
        padding: calc(46px * 0.53) calc(102px * 0.53);
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: calc(460px * 0.53);
        max-height: calc(640px * 0.53);
    }

    .single_prod_image {
        padding: calc(26px * 0.53);
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: 17px;
    }

    .thumb_img_slider {
        max-height: 400px;
        overflow: hidden;
    }

    .new_hero_left {
        width: calc(690px * 0.53);
        min-width: calc(690px * 0.53);
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: 101px;
    }

    .thrumb_prod_image {
        padding: 5px;
    }

    .new_prod_sliders {
        gap: calc(42px * 0.53);
    }

    .hero_new_btns {
        gap: 10px;
        margin-bottom: 20px;
    }

    .hero_new_btn .btn {
        font-size: 14px;
        height: 50px;
        padding: 0 4px 0 25px;
        border-radius: 70px;
    }

    .hero_new_btn .btn i {
        margin-left: 16px;
        width: 38px;
        height: 38px;
    }

    /* Страница раздела строительство Старт 19.09.2025 */

    .hero.hero-construction-single {
        margin-bottom: calc(100px * 0.53);
    }

    .hero.hero-construction-single .hero__content {
        height: calc(525px * 0.53);
        padding-top: calc(39px * 0.53);
    }

    .hero.hero-construction-single h1 {
        margin-bottom: calc(25px * 0.53);
    }

    .hero.hero-construction-single .hero__list {
        gap: calc(20px * 0.53);
    }

    .hero.hero-construction-single .hero__list span:first-child {
        width: calc(647px * 0.53);
    }

    .hero.hero-construction-single .hero__btn {
        width: calc(476px * 0.53);
        bottom: 0;
        left: 40px;
    }

    .hero.hero-construction-single .hero__price {
        left: calc(770px * 0.53);
        bottom: calc(46px * 0.53);
        font-size: calc(35px * 0.53);
    }

    .slider-fluid {
        margin-bottom: calc(100px * 0.53);
    }

    .slider-fluid__decore-left {
        width: calc(683 * 0.53);
    }

    .slider-fluid__decore-right {
        width: calc(669px * 0.53);
        margin-top: calc(60px * 0.53);
    }

    .slider-fluid__js {
        border-radius: calc(10px * 0.53);
    }

    .slider-fluid__nav .slick-arrow {
        width: calc(73px * 0.53);
    }

    .slider-fluid__prev {
        left: calc((36px * 0.53) * -1);
    }

    .slider-fluid__next {
        right: calc((36px * 0.53) * -1);
    }

    .fields-table {
        margin-bottom: calc(100px * 0.53);
    }

    .fields-table ul li {
        gap: calc(20px * 0.53);
        padding: calc(20px * 0.53) 0;
        font-size: calc(24px * 0.53);
        max-width: calc(630px * 0.53);
    }

    .steps__tabs-titles {
        gap: calc(50px * 0.53);
        margin-bottom: calc(50px * 0.53);
    }

    .steps__tabs-title {
        gap: calc(30px * 0.53);
        padding: calc(20px * 0.53) calc(36px * 0.53);
        border-radius: calc(15px * 0.53);
        font-size: calc(20px * 0.53);
    }

    .steps__tabs-title:before {
        width: calc(62px * 0.53);
        height: calc(62px * 0.53);
        -webkit-filter: drop-shadow(0px calc(17px * 0.53) calc(16.9px * 0.53) rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 calc(11px * 0.53) calc(30.3px * 0.53) rgba(0, 0, 0, 0.25));
        font-size: calc(26px * 0.53);
    }

    /* Страница раздела строительство Конец */

    /* Страница Робот-мойки Начало */

    .hero-robot-moyki h1 {
        font-size: calc(44px * 0.53);
    }

    .about-robot-moyki {
        margin-bottom: calc(80px * 0.53);
    }

    .about-robot-moyki .wrap {
        max-width: calc(1750px * 0.53);
    }

    .about-robot-moyki__inner {
        gap: calc(30px * 0.53);

    }

    .about-robot-moyki__content {
        width: calc(50% - calc(15px * 0.53));
        padding-left: calc(102px * 0.53);
    }

    .about-robot-moyki__content h2 {
        font-size: calc(44px * 0.53);
        margin-bottom: calc(55px * 0.53);
    }

    .about-robot-moyki__content p {
        font-size: calc(31px * 0.53);
        margin-bottom: calc(40px * 0.53);
    }

    .about-robot-moyki__image {
        width: calc(50% - 15px * 0.53));
        border-radius: calc(20px * 0.53);
    }

    .advantages-robot-moyki {
        margin-bottom: calc(90px * 0.53);
    }

    .advantages-robot-moyki__items {
        gap: calc(30px * 0.53);
        padding-left: calc(50px * 0.53);
    }

    .advantages-robot-moyki__item {
        padding: calc(40px * 0.53) calc(40px * 0.53) calc(50px * 0.53);
        border-radius: calc(40px * 0.53);
    }

    .advantages-robot-moyki__item-title {
        gap: calc(26px * 0.53);
        font-size: calc(30px * 0.53);
        margin-bottom: calc(30px * 0.53);
    }

    .advantages-robot-moyki__item-title:before {
        width: calc(69px * 0.53);
        height: calc(69px * 0.53);
        border-radius: calc(12px * 0.53);
        font-size: calc(26px * 0.53);
    }

    .advantages-robot-moyki__item-text {
        font-size: calc(22px * 0.53);
    }

    .for-who-robot-moyki {
        margin-bottom: calc(90px * 0.53);
    }

    .for-who-robot-moyki h2 {
        margin-bottom: calc(36px * 0.53);
    }

    .for-who-robot-moyki__items {
        gap: calc(30px * 0.53);
    }

    .for-who-robot-moyki__item-image {
        height: calc(180px * 0.53);
    }

    .for-who-robot-moyki__item-title {
        font-size: calc(28px * 0.53);
        margin-bottom: calc(20px * 0.53);
    }

    .for-who-robot-moyki__item-text {
        font-size: calc(28px * 0.53);
    }

    .reasons-robot-moyki {
        margin-bottom: calc(90px * 0.53);
    }

    .reasons-robot-moyki .wrap {
        max-width: calc(1750px * 0.53);
    }

    .reasons-robot-moyki__inner {
        border-radius: calc(46px * 0.53);
        padding: calc(60px * 0.53) calc(100px * 0.53) calc(100px * 0.53);
    }

    .reasons-robot-moyki__items {
        gap: calc(30px * 0.53);
    }

    .reasons-robot-moyki__item {
        gap: calc(30px * 0.53);
        border-radius: calc(33px * 0.53);
        padding: calc(40px * 0.53);
    }

    .reasons-robot-moyki__item-head {
        gap: calc(26px * 0.53);
    }

    .reasons-robot-moyki__item-image {
        width: calc(94px * 0.53);
        height: calc(94px * 0.53);
        padding: calc(14px * 0.53);
        border-radius: calc(16px * 0.53);
    }

    .reasons-robot-moyki__item-title {
        font-size: calc(28px * 0.53);
    }

    .reasons-robot-moyki__item-text {
        font-size: calc(22px * 0.53);
    }

    .finance-robot-moyki {
        margin-bottom: calc(80px * 0.53);
    }

    .finance-robot-moyki__inner {
        gap: calc(30px * 0.53);
    }

    .finance-robot-moyki__items {
        gap: calc(50px * 0.53);
    }

    .finance-robot-moyki__item {
        gap: calc(36px * 0.53);
    }

    .finance-robot-moyki__item-image {
        width: calc(94px * 0.53);
        height: calc(94px * 0.53);
        padding: calc(13px * 0.53);
        border-radius: calc(16px * 0.53);
    }

    .finance-robot-moyki__item-content {
        gap: calc(20px * 0.53);
    }

    .finance-robot-moyki__item-title {
        font-size: calc(28px * 0.53);
    }

    .finance-robot-moyki__item-text {
        font-size: calc(28px * 0.53);
    }

    .finance-robot-moyki__btn {
        margin-top: calc(115px * 0.53);
    }

    .model3d-robot-moyki {
        margin-bottom: calc(80px * 0.53);
    }

    .model3d-robot-moyki h2 {
        margin-bottom: calc(50px * 0.53);
    }

    .model3d-robot-moyki__image {
        max-width: calc(1145px * 0.53);
    }

    .model3d-robot-moyki__robot-label-1 {
        bottom: calc(394px * 0.53);
        right: calc(155px * 0.53);
    }

    .model3d-robot-moyki__robot-label-2 {
        bottom: calc(250px * 0.53);
        right: calc(316px * 0.53);
    }

    .model3d-robot-moyki__robot-label-3 {
        top: calc(136px * 0.53);
        left: calc(340px * 0.53);
    }

    .model3d-robot-moyki__robot-label-4 {
        top: calc(293px * 0.53);
        right: calc(314px * 0.53);
    }

    /* Страница Робот-мойки Конец */

    /* Коиплект терминалы старт */

    .complect-custom {
        gap: calc(70px * 0.53) calc(206px * 0.53);
    }

    .complect-custom__item {
        border-radius: calc(12px * 0.53);
        border-radius: calc(18px * 0.53);
        padding: calc(40px * 0.53) calc(10px * 0.53) calc(17px * 0.53);
    }

    .complect-custom__item i {
        height: calc(113px * 0.53);
    }

    .complect-custom__item span {
        padding-left: calc(50px * 0.53);
        gap: calc(9px * 0.53);
    }

    .complect-custom__item strong {
        font-size: calc(28px * 0.53);
    }

    .complect-custom__item small {
        font-size: calc(19px * 0.53);
    }

    /* Коиплект терминалы Конец */

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    .category-21 .hero2.style2 .hero2__image,
    .category-6 .hero2.style2 .hero2__image {
        margin-right: calc(60px * 0.53);
        width: calc(720px * 0.83);
    }

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    /* Новый стиль карточек в оборудовании Старт */

    .equipment.new-style .equipment__image {
        margin: -30px -15px calc(24px * 0.53);
    }

    /* Новый стиль карточек в оборудовании Конец */
    .single_prod_image-zoom {
        width: calc(500px * 0.53);
        height: calc(500px * 0.53);
    }
}

@media (max-width: 1023px) {

    html,
    body {
        /*
		overscroll-behavior: none !important;
		touch-action: none !important;
*/
    }

    input.inputbox,
    textarea.messagebox {
        height: 50px;
        padding: 0 20px;
        font-size: 14px;
    }

    .form__row {
        margin-bottom: 16px;
    }

    .form__accept label span {
        font-size: 12px;
    }

    .form__accept label span:before {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .modal {
        height: 100%;
    }

    .modal__content {
        height: 100%;
    }

    .modal__close {
        top: 26px;
        right: 30px;
        width: 18px;
        height: 17px;
    }

    .modal.quiz-modal .modal__content {
        max-width: 100vw;
        width: calc(100vw - 60px);
        height: 100vh;
    }

    .modal.modal-product .modal__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal.modal-product .modal__product-image {
        max-width: 240px;
    }

    .modal.modal-product .modal__product-content {
        max-width: 100%;
    }

    .modal-design .modal__design-block-functions span {
        width: 120px;
    }

    .modal-design .modal__design-image {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal-design .modal__design-image .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .modal-design .modal__design-image .slick-arrow.slick-prev {
        left: -24px;
    }

    .modal-design .modal__design-image .slick-arrow.slick-next {
        right: -24px;
    }

    .mobile-menu {
        position: fixed;
        left: -110%;
        top: 0;
        height: 100vh;
        height: 100svh;
        overflow: auto;
        z-index: 999;
        background: #222;
        display: block;
        padding: 20px;
        width: 430px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 4px;
        background: #434343;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background: #616161;
    }

    .mobile-menu::-webkit-scrollbar-track {
        background: #434343;
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu__close {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 34px;
        height: 34px;
    }

    .mobile-menu__close svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mobile-menu__close path {
        stroke: #FFEE02;
    }

    .mobile-menu__top {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .mobile-menu .socials a {
        margin-right: 8px;
    }

    .mobile-menu__btn {
        margin-left: 20px;
    }

    .mobile-menu__nav {
        margin-bottom: 30px;
    }

    .mobile-menu__nav ul {
        margin-bottom: 15px;
    }

    .mobile-menu__nav ul:last-child {
        margin-bottom: 0 !important;
    }

    .mobile-menu__nav ul li {
        list-style-type: none;
        margin-bottom: 15px;
    }

    .mobile-menu__nav ul li:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__nav ul li a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }

    .mobile-menu__nav ul li.current-menu-item > a,
    .mobile-menu__nav ul li.current-menu-parent > a {
        color: #FFEE02;
    }

    .mobile-menu__nav ul ul {
        margin-top: 10px;
        margin-left: 20px;
    }

    .mobile-menu__nav ul li.disabled {
        pointer-events: none;
    }

    .mobile-menu__bottom {
        margin-top: auto;
    }

    .mobile-menu__block {
        margin-bottom: 15px;
    }

    .mobile-menu__block:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__block p {
        margin-bottom: 17px;
    }

    .mobile-menu__block p:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__block a {
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mobile-menu__block a:hover {
        color: #FFEE02;
    }

    .mobile-menu__block span {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 17px;
    }

    .mobile-menu__block span:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__block span svg {
        width: 20px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
    }

    .mobile-menu__block strong {
        font-weight: 300;
    }

    .mobile-menu__worktime {
        line-height: 150%;
    }

    .mobile-menu__phones {
        line-height: 160%;
    }

    .mobile-menu__phones a {
        display: block;
    }

    .mobile-menu__phones a:nth-child(1) {
        letter-spacing: 0.25px;
    }

    .mobile-menu__phones a:nth-child(3) {
        letter-spacing: 0.48px;
    }

    h1 {
        font-size: 26px;
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 300;
        padding-bottom: 13px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header.active {
        background: rgba(34, 34, 34, 0.9);
    }

    .header__top {
        display: none;
    }

    .header__bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .navbar__menu {
        display: none;
    }

    .header .navbar .socials {
        display: none;
    }

    .header .navbar .header__block {
        margin: 0 auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .navbar__btn {
        margin-left: 0;
    }

    .header .navbar__burger {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 100;
        margin-left: 30px;
        width: 34px;
        height: 34px;
    }

    .header .navbar__burger svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header .navbar__burger path {
        stroke: #FFEE02;
    }

    main {
        padding-top: 60px;
    }

    .hero__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero__content {
        background: linear-gradient(130deg, #343434 24.65%, #393939 113.51%) !important;
        width: 100%;
        height: auto;
        margin: 0 0 40px;
        border-radius: 24px;
        padding: 20px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__content h1 {
        text-align: center;
    }

    .hero__price {
        position: relative;
        right: unset;
        bottom: unset;
        font-size: 18px;
        text-align: center;
        margin-top: 30px;
    }

    .hero__btn {
        position: relative;
        left: auto;
        margin-top: 30px;
    }

    .hero__play {
        bottom: auto;
        top: -60px;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
    }

    .hero__image {
        border-radius: 24px;
    }

    .sliders__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-top: 50px;
    }

    .sliders__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .sliders__title span {
        font-size: 16px;
    }

    .sliders h2 {
        margin-bottom: 20px;
    }

    .sliders__slider {
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
    }

    .slider-images {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .slider-image__item {
        height: 380px;
    }

    .slider-thumbs__item {
        height: 130px;
    }

    .slider-content {
        width: 100%;
    }

    .slider-content__title {
        padding-left: 0;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
    }

    .slider-content__slider {
        margin-bottom: 30px;
    }

    .slider-content__nav {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .slider-content__btn {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about__inner {
        padding: 40px;
    }

    .about__img {
        width: 50px;
        height: 50px;
        right: 20px;
        top: 20px;
    }

    .steps h2 {
        text-align: center;
    }

    .steps__item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .steps__item-image {
        width: 100%;
        max-width: 390px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }

    .steps__item-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .steps__item-content {
        padding: 0 !important;
    }

    .steps__item-content {
        width: 100%;
        max-width: 342px;
    }

    .steps p {
        margin-bottom: 5px;
    }

    .hero2__inner {
        height: auto;
        background: linear-gradient(98deg, #3A3A3A 22.81%, #333232 96.26%) !important;
        display: block;
        padding-bottom: 90px;
        border-radius: 20px;
        position: relative;
        border: 1px solid #555;
    }

    .hero2__content {
        text-align: center;
        position: static;
    }

    .hero2__content br {
        display: none;
    }

    .hero2__text {
        max-width: 100%;
    }

    .hero2__btn {
        bottom: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .hero2__image {
        margin: 30px auto 0;
        width: auto !important;
    }

    .hero2.style2 h1 br {
        display: block;
    }

    .hero2.style2 .hero2 {
        position: relative;
    }

    .hero2.style2 .hero2__inner {
        padding-bottom: 300px;
    }

    .hero2.style2.hero2-main .hero2__inner {
        padding-bottom: 270px;
    }

    .hero2.style2 .hero2__content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .hero2.style2 .hero__list {
        position: absolute;
        bottom: 170px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 600px;
    }

    .hero2.style2 .hero__price {
        position: absolute !important;
        bottom: 130px !important;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        max-width: 600px;
        text-align: center;
    }

    .vorota__item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: linear-gradient(98deg, #3A3A3A 22.81%, #333232 96.26%) !important;
        border: 1px solid #555;
        border-radius: 20px;
        height: auto;
        padding-bottom: 20px !important;
    }

    .vorota__item-image {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        padding-bottom: 20px;
    }

    .vorota__item-title {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .vorota__item-btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages__inner {
        display: block;
    }

    .advantages__inner br {
        display: none;
    }

    .advantages.style2 .advantages__head,
    .news__head {
        margin-bottom: 20px;
    }

    .advantages.style2 .advantage {
        width: calc(50% - 30px) !important;
    }

    .advantages.style2 .advantage:last-child {
        width: calc(100% - 30px) !important;
    }

    .advantage {
        margin-bottom: 20px;
    }

    .advantage:last-child {
        margin-bottom: 0;
    }

    .complectaions__inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
        margin: 0;
    }

    .complectaion {
        margin: 0 0 20px;
        max-width: 550px;
        width: 100%;
    }

    .complectaion:last-child {
        margin-bottom: 0;
    }

    .complectaion__content p br {
        display: none;
    }

    .gallery-item {
        height: 25vw;
    }

    .gallery-item.gallery-video {
        height: 40vw;
    }

    .designes__inner {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .designes__item .slick-arrow {
        width: 46px;
        height: 46px;
    }

    .designes__item .slick-arrow.slick-prev {
        left: 10px;
    }

    .designes__item .slick-arrow.slick-next {
        right: 10px;
    }

    .equipments__items {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .complect .btn {
        padding-left: 30px;
    }

    .news__inner {
        padding: 40px 20px;
    }

    .services__items {
        gap: 30px;
    }

    .services .services__item-title {
        font-size: 16px;
    }

    .services__item-text {
        font-size: 14px;
    }

    .feedback__form {
        padding: 40px 20px 20px;
    }

    .how-work__items {
        gap: 15px;
    }

    .how-work__item {
        padding: 15px 10px 15px 15px;
    }

    .contacts {
        margin-left: 30px;
        margin-right: 30px;
    }

    .requisites__inner {
        padding-right: 0;
    }

    .hero .breadcrumbs ul,
    .hero2 .breadcrumbs ul,
    .hero_new .breadcrumbs ul {
        justify-content: center;
    }

    .hero .breadcrumbs {
        margin-top: 0;
    }

    .article-page__gallery {
        gap: 18px;
    }

    .article-page__gallery a {
        border-radius: 25px;
    }

    .protfolio {
        margin-bottom: 60px;
    }

    .protfolio__items {
        gap: 40px;
    }

    .protfolio__item {
        border-radius: 20px;
    }

    .protfolio__item-image a {
        border-radius: 20px;
    }

    .protfolio__item-content {
        padding: 15px;
    }

    .protfolio__item-fields {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .protfolio__item-fields strong {
        font-size: 16px;
    }

    .protfolio__item-btn a {
        padding: 0 30px;
        border-radius: 20px;
        font-size: 14px;
    }

    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 40px;
        position: relative;
    }

    .footer__block {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer__block:last-child {
        margin-bottom: 0;
    }

    .footer__block p {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .footer__block p:last-child {
        margin-right: 0;
    }

    .footer__block span {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
    }

    .footer__block span:last-child {
        margin-right: 0;
    }

    .footer__block span svg {
        margin-right: 10px;
    }

    .footer__block strong {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__block strong br {
        display: none;
    }

    .footer__block a {
        margin-right: 30px;
    }

    .footer__block a:last-child {
        margin-right: 0;
    }

    .footer__requizites p:last-child {
        position: absolute;
        bottom: 20px;
        left: 0;
    }

    .footer .navbar__logo {
        display: none;
    }

    .footer .navbar .socials {
        display: none;
    }

    .footer .navbar__menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .navbar__btn {
        display: none;
    }

    .hero2 .slick-arrow {
        width: 46px;
        height: 46px;
    }

    .hero2 .slick-arrow.slick-prev {
        left: -100px;
    }

    .hero2 .slick-arrow.slick-next {
        right: -100px;
    }

    .equipment-page.modal-design .modal__design-block-functions {
        gap: 30px 50px;
    }

    .new_hero_ttl_mob {
        display: block;
        text-align: center;
    }

    .new_hero_ttl {
        text-align: center;
        font-size: calc(56px * 0.53);
        margin-bottom: 30px !important;
    }

    .new_hero_content_inner {
        flex-direction: column;
        align-items: center;
    }

    .hero_new_btns .hero2__btn.hero_new_btn {
        transform: translate(0, 0);
    }

    .hero_new_btns {
        justify-content: center;
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: 380px;
        max-height: 460px;
    }

    .thumb_img_slider {
        width: 140px;
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: 140px;
    }

    .new_hero_left {
        width: 540px;
        margin: 0 auto;
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: 19px;
    }

    .single_prod_image img {
        max-height: 420px;
    }

    .thumb_img_slider {
        max-height: 460px;
    }

    .hero_new .harakt {
        font-size: calc(20px * 0.75);
    }

    .hero_new .harakt strong {
        font-size: calc(20px * 0.75);
    }

    .new_hero_right_bottom {
        gap: 20px;
    }

    .new_hero_right_video span {
        font-size: calc(32px * 0.75);
    }

    .new_hero_right_video a img {
        width: calc(143px * 0.75);
    }

    .hero.hero-construction-single .hero__content {
        height: auto;
    }

    .hero.hero-construction-single .hero__list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .hero.hero-construction-single .hero__list span {
        width: 100% !important;
    }

    .hero.hero-construction-single .hero__price {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 30px;
    }

    .hero.hero-construction-single .hero__btn {
        width: auto;
        left: auto;
    }

    .steps__tabs-title {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    /* Страница Робот-мойки Начало */
    .hero__content h1 strong {
        display: block;
    }

    .about-robot-moyki__content {
        padding-left: 0;
    }

    .reasons-robot-moyki__inner {
        padding: 40px 20px;
    }

    .about-robot-moyki__content h2 {
        font-size: 21px;
    }

    .advantages-robot-moyki__items {
        padding-left: 0;
    }

    /* Страница Робот-мойки Конец */


    /* Коиплект терминалы старт */

    .complect-custom {
        gap: 40px;
    }

    .complect-custom__item {
        border-radius: 8px;
        padding: 30px 10px 15px;
    }

    .complect-custom__item i {
        height: 80px;
    }

    .complect-custom__item span {
        padding-left: 10px;
        gap: 6px;
    }

    .complect-custom__item strong {
        font-size: 20px;
    }

    .complect-custom__item small {
        font-size: 14px;
    }

    /* Коиплект терминалы Конец */



    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    .category-21 .hero2.style2 .hero2__image,
    .category-6 .hero2.style2 .hero2__image {
        margin-right: auto;
        width: auto;
    }

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    /* Новый стиль карточек в оборудовании Старт */
    .equipment.new-style {
        padding: 0 0 15px;
    }

    .equipment.new-style .equipment__image {
        margin: 0 0 24px;
        width: 100%;
    }

    .equipment.new-style > div:not(.equipment__image) {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Новый стиль карточек в оборудовании Конец */
    .single_prod_image-zoom {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer__worktime {
        -ms-align-items: center;
        align-items: center;
    }

    .footer__block span {
        margin-bottom: 0;
    }
}

@media (max-width: 860px) {
    .slider-image__item {
        height: 38vw;
    }

    .slider-thumbs__item {
        height: 15vw;
    }

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

    .funktion_row,
    .opczii_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .mobile-menu {
        width: calc(100% - 40px);
    }

    .mobile-menu__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mobile-menu__btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
        margin-left: 0;
    }

    h1 {
        font-size: 22px;
    }

    .new_portfolio_subttl {
        margin-bottom: 24px;
        font-size: 18px;
    }

    h2 {
        font-size: 20px;
    }

    .btn i {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(252, 236, 3, 0.5);
        box-shadow: 0px 0px 15px 0px rgba(252, 236, 3, 0.5);
    }

    .modal__close {
        top: 0;
        right: 10px;
        width: 18px;
        height: 17px;
    }

    .modal-design .modal__close {
        right: 10px;
        top: 0;
    }

    .modal.quiz-modal {
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100vw;
        height: 100vh;
    }

    .modal.quiz-modal .modal__content {
        border-radius: 0;
        height: calc(100% - 2px) !important;
        max-height: unset !important;
        width: calc(100% - 2px) !important;
        max-width: unset !important;
        overflow: hidden !important;
        /*        overflow: unset;*/
    }

    .quiz .add-functions .quiz__items-other,
    .quiz .add-functions .quiz__items-prime {
        padding-left: 0;
        padding-right: 0;
    }

    .modal.modal-product .modal__content {
        padding: 30px 20px !important;
        margin: 0;
        border-radius: 0;
        max-height: calc(100vh - 2px);
        height: 100%;
        max-width: calc(100vw - 2px);
        width: 100vw;
    }

    .modal.modal-product .modal__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal.modal-product .modal__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal.modal-product .modal__product-image {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .modal.modal-product .modal__product-content {
        max-width: 100%;
    }

    .modal-design .modal__content {
        padding: 30px 20px !important;
        margin: 0;
        border-radius: 0;
        max-height: calc(100vh - 2px);
        height: 100%;
        max-width: calc(100vw - 2px);
        width: 100vw;
    }

    .modal-design .modal__design {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-design .modal__design-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .modal-design .modal__design-left h3 {
        font-size: 25px;
        margin-bottom: 34px;
    }

    .modal-design .modal__design-image {
        max-width: 276px;
        margin-bottom: 34px;
    }

    .modal-design .modal__design-btn {
        max-width: 276px;
    }

    .modal-design .modal__design-btn .btn {
        height: 56px;
        padding-left: 50px;
        padding-right: 7px;
        font-size: 13px;
    }

    .modal-design .modal__design-btn .btn i {
        width: 42px;
        height: 42px;
    }

    .modal-design .modal__design-block {
        margin-bottom: 25px;
    }

    .modal-design .modal__design-block-title {
        font-size: 15px;
        margin-bottom: 23px;
    }

    .modal-design .modal__design-block-fields p {
        font-size: 14px;
        letter-spacing: 0.405px;
    }

    .modal-design .modal__design-block-fields p strong {
        margin-right: 3px;
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: 12px;
        width: 15px;
        position: relative;
        top: 3px;
    }

    .modal-design .modal__design-block-functions span {
        margin-right: 20px;
        font-size: 13px;
    }

    .modal-design .modal__design-block-functions span i {
        width: 44px;
        height: 42px;
        margin-bottom: 5px;
    }

    .modal-design .modal__design-block-functions span i svg {
        max-width: 70%;
        max-height: 70%;
    }

    .wrap {
        padding: 0 20px;
    }

    .header .navbar .socials {
        display: none;
    }

    .header .navbar__btn {
        display: none;
    }

    .header .navbar__burger {
        margin-left: auto;
    }

    main.alted {
        margin-top: 30px;
    }

    .hero {
        margin-bottom: 50px;
    }

    .hero2__content h1 {
        padding: 0 15px;
    }

    .sliders {
        margin-bottom: 50px;
    }

    .sliders__inner {
        border-radius: 24px;
        padding: 20px 20px 0;
    }

    .sliders__slide {
        padding: 0 20px;
    }

    .sliders__title {
        display: block;
        margin-bottom: 30px;
    }

    .sliders h2 {
        margin-bottom: 20px;
    }

    .sliders__slider {
        max-width: 500px;
    }

    .sliders__slide {
        padding: 50px 40px 0;
    }

    .slider-images {
        margin-bottom: 30px;
    }

    .slider-image__item {
        height: 260px;
    }

    .slider-thumbs__item {
        height: 90px;
    }

    .slider-content__title {
        margin-bottom: 20px;
    }

    .about {
        margin-bottom: 50px;
    }

    .about__inner {
        border-radius: 24px;
        padding: 20px 50px 20px 20px;
    }

    .about__inner h2,
    .about__inner p {
        z-index: 40;
    }

    .about__inner h2 {
        margin-bottom: 10px;
    }

    .about__img {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }

    .about__btn {
        position: relative;
        z-index: 100;
    }

    .about .btn {
        padding-left: 25px;
    }

    .about .btn i {
        margin-left: 25px;
    }

    .steps {
        margin-bottom: 50px;
    }

    .steps__inner {
        padding: 20px;
    }

    .steps h2 {
        margin-bottom: 30px;
    }

    .steps__item {
        margin-bottom: 40px;
    }

    .steps__item:nth-child(3) .steps__item-image span {
        top: auto;
        bottom: 30px;
    }

    .steps__item-content p br {
        display: none !important;
    }

    .sinks {
        margin-bottom: 50px;
        margin-bottom: calc(100px * 0.2);
    }

    .sinks h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .sinks__items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .sinks__item {
        width: 100%;
        margin-bottom: 40px;
    }

    .sinks__item:last-child {
        margin-bottom: 0;
    }

    .sinks__btn {
        margin-top: 40px;
    }

    .objects {
        margin-bottom: 50px;
    }

    .objects__map {
        border-radius: 24px;
        height: 320px;
    }

    .hero2__btn {
        width: 100%;
    }

    .hero2__image {
        max-width: calc(100% - 60px);
        height: auto !important;
    }

    .hero2.style2 .hero2__inner {
        padding-bottom: 360px;
    }

    .hero2.style2.hero2-main .hero2__inner {
        padding-bottom: 380px;
    }

    .hero2.style2 .hero2__content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero2.style2 .hero2__image {
        margin-top: 15px !important;
    }

    .hero2.style2 .hero2__btn {
        max-width: calc(100% - 40px);
    }

    .hero2.style2 .hero__list {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
    }

    .hero2.style2 .hero__list span {
        margin-bottom: 17px !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .hero2.style2 .hero__list span:last-child {
        margin-bottom: 0 !important;
    }

    .advantages.style2 .advantages__head,
    .news__head {
        display: block;
    }

    .advantages.style2 .advantages__head h2,
    .news__head h2 {
        margin-bottom: 10px;
    }

    .news__head span {
        display: block;
        text-align: center;
    }

    .advantages.style2 .advantages__inner {
        display: block;
        padding: 20px;
        border-radius: 20px !important;
        gap: 20px;
    }

    .advantages.style2 .advantages__inner-items {
        display: block;
        border-radius: 20px;
        margin: 0;
    }

    .advantages.style2 .advantage {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .advantages.style2 .advantage:before {
        top: 10px;
    }

    .advantages.style2 .advantage:last-child {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .video-top__inner {
        display: block;
    }

    .video-top__item {
        margin-bottom: 20px;
    }

    .video-top__item:last-child {
        margin-bottom: 0;
    }

    .vorota__inner {
        display: block;
    }

    .vorota__item {
        margin-bottom: 20px;
    }

    .vorota__item:last-child {
        margin-bottom: 0;
    }

    .vorota__item-image {
        height: 200px;
    }

    .bg-dark__inner {
        padding: 20px;
        border-radius: 20px;
    }

    .gates-3d {
        margin-bottom: 60px;
        overflow: hidden;
    }

    .gates-3d h2 {
        text-align: center;
    }

    .gates-3d__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gates-3d__item {
        width: 410px;
    }

    .gates-3d__item:first-child {
        margin-bottom: 60px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

    .gates-3d__item:first-child .gates-3d__image:after {
        display: none;
    }

    .gates-3d__image span i {
        width: 16px;
        display: block;
    }

    .gates-3d__image span i svg {
        width: 100%;
        height: auto;
    }

    .gates-3d__robot-label-1 {
        bottom: 140px;
        right: 50px;
    }

    .gates-3d__robot-label-2 {
        bottom: 80px;
        right: 114px;
    }

    .gates-3d__robot-label-2 span b {
        left: unset !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        right: 0 !important;
    }

    .gates-3d__robot-label-3 {
        top: calc(43px + 7px);
        left: 131px;
    }

    .gates-3d__robot-label-4 {
        top: calc(85px + 7px);
        right: 108px;
    }

    .gates-3d__robot-label-5 {
        top: calc(98px + 7px);
        right: 69px;
    }

    .gates-3d__myself-label-1 {
        bottom: calc(117px - 20px);
        left: 114px;
    }

    .gates-3d__myself-label-2 {
        top: calc(104px - 20px);
        left: 125px;
    }

    .gates-3d__myself-label-3 {
        top: calc(62px - 20px);
        left: 136px;
    }

    .gates-3d__myself-label-4 {
        bottom: calc(115px - 20px);
        left: 147px;
    }

    .gates-3d__myself-label-5 {
        top: calc(71px - 20px);
        left: 178px;
    }

    .gates-3d__myself-label-6 {
        top: calc(56px - 20px);
        left: 205px;
    }

    .gates-3d__myself-label-7 {
        bottom: calc(136px - 20px);
        right: 123px;
    }

    .gates-3d__myself-label-8 {
        top: calc(95px - 20px);
        left: 198px;
    }

    .gates-3d__myself-label-9 {
        bottom: calc(226px - 20px);
        right: 71px;
    }

    .gates-3d-equip {
        overflow: hidden;
    }

    .gates-3d-equip .wrap {
        padding: 0;
    }

    .gates-3d-equip h2 {
        text-align: center;
    }

    .gates-3d-equip__item {
        width: 400px;
    }

    .gates-3d-equip__image span i {
        width: 16px;
        display: block;
    }

    .gates-3d-equip__image span i svg {
        width: 100%;
        height: auto;
    }

    .gates-3d-equip__image span i b {
        top: calc(-100% - 15px);
    }

    .gates-3d-equip__label-1 {
        left: 111px;
        bottom: calc(113px - 14px);
    }

    .gates-3d-equip__label-2 {
        left: 120px;
        bottom: calc(210px - 14px);
    }

    .gates-3d-equip__label-3 {
        left: 131px;
        bottom: calc(251px - 14px);
    }

    .gates-3d-equip__label-4 {
        left: 142px;
        bottom: calc(111px - 14px);
    }

    .gates-3d-equip__label-5 {
        left: 172px;
        bottom: calc(242px - 14px);
    }

    .gates-3d-equip__label-6 {
        left: 190px;
        bottom: calc(215px - 14px);
    }

    .gates-3d-equip__label-7 {
        left: 198px;
        bottom: calc(256px - 14px);
    }

    .gates-3d-equip__label-8 {
        left: 270px;
        bottom: calc(135px - 14px);
    }

    .gates-3d-equip__label-9 {
        left: 315px;
        bottom: calc(221px - 14px);
    }

    .complectaions__head {
        display: block;
        margin-bottom: 30px;
    }

    .complectaions__head h2 {
        margin-bottom: 10px;
    }

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

    .gallery__inner {
        display: block;
    }

    .gallery-item {
        height: 45vw;
        margin-bottom: 20px;
    }

    .gallery-item:last-child {
        margin-bottom: 0;
    }

    .designes__head {
        display: block;
        text-align: center;
    }

    .designes__head h2 {
        margin-bottom: 10px;
    }

    .designes__inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .designes__item {
        margin-bottom: 30px;
        max-width: 400px;
        width: 100%;
    }

    .designes__item:last-child {
        margin-bottom: 0;
    }

    .equipments__inner {
        padding: 40px 20px;
    }

    .equipments h2 {
        text-align: center !important;
    }

    .equipments__items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .equipment {
        margin-bottom: 30px;
        max-width: 400px;
        width: 100%;
    }

    .equipment:last-child {
        margin-bottom: 0;
    }

    .complects__inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .complects h2 {
        text-align: center;
    }

    .complect {
        margin-bottom: 30px;
        max-width: 400px;
        width: 100%;
    }

    .complect:last-child {
        margin-bottom: 0;
    }

    .complect__image {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }

    .complect__image img {
        max-height: 100%;
    }

    .news h2 {
        text-align: center;
    }

    .news__items {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .news__item {
        margin-bottom: 30px;
        max-width: 400px;
        width: 100%;
    }

    .news__item:last-child {
        margin-bottom: 0;
    }

    .news__item-image {
        border-radius: 30px;
        margin-bottom: 8px;
    }

    .how-work__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .contacts {
        margin-left: 20px;
        margin-right: 20px;
    }

    .contacts .wrap {
        padding: 0 10px;
    }

    .contacts__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

    .contacts__item:nth-child(2) {
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    .contacts__item-inner {
        gap: 10px;
    }

    .contacts__item-field {
        gap: 10px;
    }

    .requisites__inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .requisites__form {
        width: 100%;
    }

    .docs__item {
        max-width: unset;
        width: calc(50% - 10px);
    }

    .docs .btn {
        min-width: unset;
        width: 100%;
        max-width: 360;
    }

    .breadcrumbs ul li {
        font-size: 14px;
    }

    .article-page__fields {
        gap: 15px;
        margin-bottom: 40px;
    }

    .article-page__gallery {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 40px;
    }

    .content h2 {
        margin-bottom: 20px;
    }

    .protfolio {
        margin-bottom: 50px;
    }

    .protfolio__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }

    .protfolio__item-content {
        padding: 20px 25px 25px;
    }

    .hero2 .modal__design-image {
        padding: 0 40px;
    }

    .hero2 .slick-arrow {
        width: 38px;
        height: 38px;
    }

    .hero2 .slick-arrow.slick-prev {
        left: -15px;
    }

    .hero2 .slick-arrow.slick-next {
        right: -15px;
    }

    .equipment-page.modal-design {
        margin-bottom: 60px;
    }

    .equipment-page.modal-design .modal__design-block-functions {
        margin-bottom: 30px;
    }

    .equipment-page.modal-design .modal__design-block-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .equipment-page.modal-design .modal__design-block-fields p {
        font-size: 14px;
    }

    .modal-design .modal__design-block-fields.fields-icons p i {
        margin-right: 10px;
        width: 14px;
        top: 2px;
    }

    .equipment-page.modal-design .modal__design-block-functions {
        gap: 30px 20px;
        justify-content: center;
    }

    .equipment-page.modal-design .modal__design-block-functions span {
        font-size: 14px;
    }

    .equipment-page.modal-design .modal__design-block-functions span i {
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 6px;
        margin-bottom: 8px;
    }

    .faq {
        margin-bottom: 60px;
    }

    .accordion__title {
        gap: 20px;
        font-size: 18px;
        padding: 20px 0;
    }

    .accordion__title svg {
        width: 30px;
    }

    .accordion__content {
        margin-top: -10px;
        padding: 0 20px 20px 20px;
    }

    .hero2.style2 .hero__price {
        text-align: left;
        padding: 0 20px;
        font-size: 20px;
    }

    .hero_new .harakt {
        font-size: calc(29px * 0.53);
    }

    .hero_new .harakt strong {
        font-size: calc(31px * 0.53);
    }

    .new_hero_right_bottom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .new_hero_right_video {
        height: 250px;
    }

    .funktion_row,
    .opczii_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: 230px;
        max-height: 300px;
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: 10px;
    }

    .thumb_img_slider {
        max-height: 400px;
        overflow: hidden;
    }

    .single_prod_image img {
        max-height: 260px;
    }

    .new_hero_left {
        width: 300px;
        min-width: 300px;
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: 91px;
    }

    .thrumb_prod_image {
        padding: 5px;
    }

    .new_prod_sliders {
        gap: 10px;
    }

    hero_new {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .new_hero_content {
        padding: 40px 20px;
    }

    .hero_new h1 {
        margin-bottom: 0;
    }

    .options_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .option_li_icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

    .option_li_icon svg {
        width: 100%;
        height: auto;
    }

    .option_li_content {
        min-height: 80px;
        padding: 10px;
        gap: 8px;
    }

    .steps__tabs-titles {
        gap: 20px;
        position: relative;
        flex-wrap: wrap;
    }

    .steps__tabs-title {
        gap: 10px;
        width: calc(50% - 10px);
        padding: 10px;
        flex-shrink: 0;
    }

    .slider-fluid__decore-left {
        width: calc(683 * 0.2);
    }

    .slider-fluid__decore-right {
        width: calc(669px * 0.2);
        margin-top: calc(60px * 0.2);
    }

    .sinks__decore-left {
        width: calc(683 * 0.2);
        margin-top: calc(calc(130px * 0.2) + calc(60px * 0.2));
    }

    .sinks__decore-right {
        width: calc(669px * 0.2);
    }

    /* Страница Робот-мойки Начало */

    .about-robot-moyki__inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .about-robot-moyki__content {
        width: 100%;
    }

    .about-robot-moyki__content h2 {
        font-size: 19px;
    }

    .about-robot-moyki__image {
        height: 300px;
        width: 100%;
    }

    .advantages-robot-moyki__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .for-who-robot-moyki__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .reasons-robot-moyki__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .finance-robot-moyki h2 strong {
        display: block;
    }

    .finance-robot-moyki__inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .finance-robot-moyki__image {
        width: 100%;
    }

    .model3d-robot-moyki {
        overflow: hidden;
    }

    .model3d-robot-moyki .wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .model3d-robot-moyki__image {
        width: 410px;
        margin: unset;
        position: relative;
        /*		left: -30px;*/
    }

    .model3d-robot-moyki__robot-label-1 {
        bottom: 141px;
        right: 51px;
    }

    .model3d-robot-moyki__robot-label-1 b {
        left: unset !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        right: 0 !important;
    }

    .model3d-robot-moyki__robot-label-2 {
        bottom: 80px;
        right: 110px;
    }

    .model3d-robot-moyki__robot-label-3 {
        top: 44px;
        left: 126px;
    }

    .model3d-robot-moyki__robot-label-4 {
        top: 88px;
        right: 106px;
    }

    /* Страница Робот-мойки Конец */

    /* Коиплект терминалы старт */

    .complect-custom {
        gap: 20px 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .complect-custom__item i {
        height: 50px;
    }

    .complect-custom__item span {
        padding-left: 0;
    }

    .complect-custom__item strong {
        font-size: 14px;
    }

    .complect-custom__item small {
        font-size: 12px;
    }

    /* Комплект терминалы Конец */

    /* Увеливеличение контейнера фотографии верхнего блока Старт */

    .category-21 .hero2.style2 .hero2__image,
    .category-6 .hero2.style2 .hero2__image {
        padding-bottom: 40px;
        padding-top: 0;
        margin-top: 0;
    }

    /* Увеливеличение контейнера фотографии верхнего блока Старт */
}

@media (min-width: 500px) and (max-width: 767px) {
    .option_li_content {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .modal.modal-feedback .modal__close {
        top: 14px;
        right: 14px;
    }

    .modal.modal-feedback .modal__content {
        width: calc(100vw - 40px);
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal.modal-thanks .modal__close {
        top: 14px;
        right: 14px;
    }

    .modal.modal-thanks .modal__content {
        width: calc(100vw - 40px);
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero_new_btns {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .hero_new_btns .btn {
        width: 100%;
        position: relative;
        padding-right: 40px;
        height: 56px;
    }

    .hero_new_btns .btn i {
        position: absolute;
        right: 4px;
    }
}

@media (max-width: 560px) {
    .header .navbar .header__block {
        display: none;
    }

    .sliders__slider {
        margin: 0 -20px;
        max-width: unset;
        width: calc(100% + 40px);
        position: relative;
    }

    .sliders__slide {
        padding: 50px 20px 0;
    }

    .slider-image .slick-arrow {
        display: none !important;
    }

    .slider-image__item {
        height: 50vw;
    }

    .slider-thumbs__item {
        height: 18vw;
    }


    .services {
        margin-bottom: 70px;
    }

    .services__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .feedback {
        margin-bottom: 60px;
    }

    .feedback .form__row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

    .feedback .form__col {
        margin-right: 0;
    }

    .quiz-main .wrap {
        padding: 0;
    }

    .quiz-main .quiz__form {
        min-height: unset;
    }

    .quiz-main .quiz__step {
        padding-bottom: 0;
    }

    .quiz-main .quiz__nav {
        margin-top: 40px;
    }

    .gallery {
        margin-bottom: 70px;
    }

    .gallery__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .footer__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__block p {
        margin-right: 0;
    }

    .footer__block p + p {
        margin-top: 10px;
    }

    .footer__block p:last-child {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 15px;
        white-space: nowrap;
    }

    .footer__block a {
        margin-right: 0;
    }

    .footer__block span {
        margin-right: 0;
    }

    .footer strong {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .navbar__menu {
        margin: 0 auto;
    }

    .footer .navbar__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .funktion_row,
    .options_list,
    .opczii_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .complectaion {
        height: auto;
        position: relative;
        margin-top: 70px;
        overflow: visible;
    }

    .complectaion__content {
        margin-right: 10px;
    }

    .complectaion__content strong {
        position: absolute;
        top: -60px;
    }

    .complectaion__content strong:before {
        margin-bottom: 0;
    }

    .complectaion__content p br {
        display: none;
    }

    .complectaion__image {
        max-height: 100%;
    }

    .complectaion__image img {
        height: auto;
        max-height: 100%;
    }

    .complectaion:nth-child(1) .complectaion__image {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 80px;
    }

    .complectaion:nth-child(1) .complectaion__image img {
        width: 100%;
    }

    .complectaion:nth-child(2) .complectaion__image {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 80px;
    }

    .complectaion:nth-child(2) .complectaion__image img {
        width: 100%;
    }

    .complectaion:nth-child(3) .complectaion__image {
        -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
        max-height: none;
        width: 80px;
        height: auto;
    }

    .complectaion:nth-child(3) .complectaion__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .complectaion:nth-child(4) .complectaion__image {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 80px;
    }

    .complectaion:nth-child(4) .complectaion__image img {
        width: 100%;
    }

    .complectaion:nth-child(5) .complectaion__image {
        width: 80px;
    }

    .complectaion:nth-child(5) .complectaion__image img {
        width: 100%;
    }

    .how-work__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .steps__inner:nth-child(3) .steps__item-image span {
        top: auto;
        bottom: 15px;
    }
}


@media (max-width: 450px) {

    .gates-3d__item:first-child {
        border-bottom: 0;
    }

    .gates-3d__item:first-child:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100vw - 40px);
        bottom: 0;
        border-bottom: 1px solid #fff;
    }

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

    .funktion_item_icon {
        width: 60px;
        height: 60px;
        min-height: 60px;
    }

    .new_hero_content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .single_prod_image,
    .big_img_slider,
    .single_prod_image {
        width: 200px;
        max-height: 280px;
    }

    .thumb_img_slider .slick-slide {
        margin-bottom: 10px;
    }

    .thumb_img_slider {
        max-height: 300px;
        overflow: hidden;
    }

    .single_prod_image img {
        max-height: 240px;
    }

    .new_hero_left {
        width: 260px;
        min-width: 260px;
    }

    .thumb_img_slider .slick-slide,
    .thrumb_prod_image {
        height: 84px;
    }

    .thrumb_prod_image {
        padding: 5px;
    }

    .new_prod_sliders {
        gap: 15px;
    }
}

@media (max-width: 360px) {
    .hero2__content h1 {
        font-size: 20px;
    }

    .gates-3d-equip {
        overflow: hidden;
    }

    .gates-3d-equip .wrap {
        padding: 0;
    }

    .gates-3d-equip h2 {
        text-align: center;
    }

    .gates-3d-equip__item {
        width: 400px;
        position: relative;
        left: -30px;
    }

    /* Страница Робот-мойки Начало */

    .advantages-robot-moyki__item-text br {
        display: none !important;
    }

    /* Страница Робот-мойки Конец */
}

@media (max-width: 336px) {
    .model3d-robot-moyki__image {
        left: -5px;
    }
}
