body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section_up {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 200;
}
.upbtn {
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.btn-show {
    opacity: 1;
}
.section {
    width: 100%;
    min-width: 1170px;
    position: relative;
    line-height: 1.2;
    background-position: center center;
    background-repeat: repeat;
    transition: .5s;
    opacity: 1;
    color: white;
    text-align: center;
}
.section_home.max_height {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.section_home{
    position: relative;
    border-bottom: none;
    overflow: hidden;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(255,255,255,0.50));
    z-index: 1;
}
.section_home .w450h60 .btn1 {
    width: 350px;
    min-height: 60px;
    line-height: 1;
    font-size: 20px;
}
.image_home {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 0 !important;
    display: flex;
    align-items: center;
    animation: zoomInOut 5s infinite alternate;
}
.section_inner {
    --section-inner-width: 940px;
    width: var(--section-inner-width);
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.section_about,
.title_delo,
.subtitle_delo,
.arr1,
.title_chart,
.sub_title_chart,
.title_pros,
.sub_title_pros,
.catalog_items {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.text_contacts1,
.text_contacts2,
.text_contacts3,
.text_contacts4,
.title_supply,
.sub_title_supply {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.canvas {
    opacity: 0;
    transform: rotate(90deg);
    transition: opacity 0.7s ease-in-out, transform 0.8s ease-in-out;
}
.legend {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.show {
    opacity: 1;
    transform: translateY(0);
}
.section_home .section_inner {
    width: 80%;
}
a.btn1 {
    margin:0 auto;
    width: 300px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.5s;
}
a.btn1:hover {
    background-position: right center;
}
a.btn1, a.btn2, a.btn3, a.btn4, a.btn5 {
    text-decoration: none;
    display: block;
}
.btn1:hover,.btn1x:hover,.btn2:hover,.btn2x:hover,.btn3:hover,.btn3x:hover,.btn4:hover,.btn4x:hover,.btn5:hover,.btn5x:hover {
    background: rgba(0,0,0,.2);
    box-shadow: none!important
}
.section .surround.dark, .section.dark {
    color: #fff;
}
.section_home .dark {
    background: rgba(0,0,0,.4);
}
.btn1,.btn1x,.btn2,.btn2x,.btn3,.btn3x,.btn4,.btn4x,.btn5,.btn5x,.btn6,.btn6x,.submit_btn {
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    word-break: normal;
    height: auto;
    padding: 1rem 1.5rem;
    transition: .3s
}
.btn1:not(.hidden),.btn1x:not(.hidden),.btn2:not(.hidden),.btn2x:not(.hidden),.btn3:not(.hidden),.btn3x:not(.hidden),.btn4:not(.hidden),.btn4x:not(.hidden),.btn5:not(.hidden),.btn5x:not(.hidden),.btn6:not(.hidden),.btn6x:not(.hidden),.submit_btn:not(.hidden) {
    position: relative;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content {
    position: relative;
    z-index: 2;
}
.big-text {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 20px;
}
.small-text {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.section335 {
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.section335 .line.simple_w {
    width: 470px;
}
.section335 .section_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    width: 100%;
}
.section335 .line:not(.line_text) {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}
p {
    padding: 0;
    margin: 0;
}
.title {
    text-align: center;
    font-size:48px;
    margin-bottom: var(--title_margin,10px);
}
.section_about {
    padding: 80px;
}
.section_about .sub_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: var(--sub_title_margin,24px);
}
.section .sub_title, .section .title {
    line-height: normal;
}
.section_about .text {
    box-sizing: border-box;
    width: 100%;
    margin: 25px auto 0;
    font-size: 20px;
    word-break: break-word;
}
.header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 20;
    padding: 30px;
    box-sizing: border-box;
}
.section_about {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gradient_slider {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(72, 72, 72, 0.2), rgba(225, 225, 225, 0.2));
    z-index: 1;
}
.dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.section_slider {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.logo-text {
    font-size:26px;
}
.slider-text {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}
.slider-one .slider_title,
.slider-two .slider_title,
.slider-three .slider_title,
.slider-four .slider_title {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    padding-bottom: 10px;
}
.slider-one .slider_sub,
.slider-two .slider_sub,
.slider-three .slider_sub,
.slider-four .slider_sub {
    text-align: left!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.slider-one,
.slider-two,
.slider-three,
.slider-four {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    animation: slider-one 12s linear infinite;

    .slider-one-image,
    .slider-two-image,
    .slider-three-image,
    .slider-four-image {
        width: 110%;
        height: 100%;

        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        animation: zoom-out 3s linear infinite;

        .slider-text {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            top: 40%;
            left: 5%;
            color: #ffffff;
            text-align: left;
            animation: text-up 12s linear infinite;
            transform: translateY(20px);
            animation-delay: 0s;

            h1 {
                font-size: 54px;
                margin: 50px auto 20px;
                line-height: normal;
            }
            p {
                margin: 0 auto 30px;
                font-size: 20px;
            }
        }
    }
}

.slider-two {
    animation: slider-two 12s linear infinite;

    .slider-two-image {

        .slider-text {
            animation-delay: 3s;
        }
    }
}

.slider-three {
    animation: slider-three 12s linear infinite;

    .slider-three-image {

        .slider-text {
            animation-delay: 6s;
        }
    }
}

.slider-four {
    animation: slider-four 12s linear infinite;

    .slider-four-image {

        .slider-text {
            animation-delay: 9s;
            z-index: 1;
        }
    }
}
@keyframes text-up {
    10% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes zoom-out {
    100% {
        width: 100%;
    }
}
@keyframes slider-one {
    0% {
        visibility: visible;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes slider-two {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slider-three {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slider-four {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
.section_delo {
    padding-top:80px;
    padding-bottom:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_delo .section_inner {
    width: 940px;
    font-size: 16px;
}
.section_delo .title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: black;
}
.section_delo .sub_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    color: black;
}
.section_delo .width1170 .arr1 {
    position: relative;
    justify-content: center;
    margin: auto;
}
.section_delo .arr1 {
    margin-top: 35px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.section_delo .width1170 .col_4 {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 20px;
    justify-content: center;
}
.section_delo .col_4 {
    width: 220px;
    float: left;
    margin-right: 20px;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 10px;
    align-content: flex-start;
}
.section_delo .image_move .image1, .section_delo .image_move .image2, .section_delo .image_move .image3, .section_delo .image_move .image4 {
    perspective: 400px;
    perspective-origin: center;
}
.section_delo.img_zoom .image1, .section_delo.img_zoom .image2, .section_delo.img_zoom .image3, .section_delo.img_zoom .image4 {
    cursor: pointer;
}
.section_delo .image1, .section_delo .image2, .section_delo .image3, .section_delo .image4 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: var(--img_radius,0);
}
.section_delo .image_move .image1 img, .section_delo .image_move .image2 img, .section_delo .image_move .image3 img, .section_delo .image_move .image4 img {
    transition: .3s cubic-bezier(1, 0, 0, 0);
    transform: rotateY(0);
}
.section_delo .image1 img, .section_delo .image2 img, .section_delo .image3 img, .section_delo .image4 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
img {
    border: 0;
}
.section_delo .overlay_image_box {
    padding: 0;
    box-sizing: border-box;
    transition: top 1s ease-out 3s;
    width: 100%;
}
.border {
    padding-bottom: 10px;
    border-top: 1px solid #e2e2e2;
}
.section_delo .text_as_caption .overlay_image_title {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    text-align: center;
    height: 85px;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1.4;
}
.section_delo .overlay_image_title {
    font-size: 24px;
    margin-bottom: 10px;
}
.section_delo .text_as_caption .overlay_image_subtitle {
    color: #606060;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}
.image1, .image2, .image3, .image4 {
    position: relative;
    overflow: auto;
}

.hover-image-scale {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
}
.hover-image-scale img {
    transition: 0.7s;
    display: block;
}
.hover-image-scale img:hover {
    transform: scale(1.2);
}

.section_pie_chart {
    padding: 80px 0;
}
.container_pie {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}
.section_pie_chart .sub_title_chart, .section_pie_chart .title_chart {
    text-align: center;
    color: black;
}
.section_pie_chart .title_chart {
    font-size: 42px;
    margin-bottom: 10px;
}
.pie_headliner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    width: 100%;
}
.section .sub_title, .section .title_chart {
    line-height: normal;
}
.section_pie_chart .sub_title_chart {
    font-size: 24px;
    margin-bottom: 24px;
}
.legend {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 400px;
}
.canvas {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 800px
}
.section_pros .catalog_items, .section_pros.get_item_from_category .catalog_items_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: black;
}
.section_pros .catalog_items {
    margin-top: 24px;
    transition: .3s ease-out;
}
.section_pros .c_ico1 {
    position: relative;
    margin: 0 auto 28px;
    width: 128px;
    height: 128px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.section_pros .title1 {
    font-size: 20px;
    margin: 10px 18px 15px;
    text-align: center;
    max-width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.section_pros .txt1 {
    line-height: 150%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.section_pros .title {
    text-align: center;
    font-size: 42px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    line-height: normal;
    color: black;
}
.section_pros .sub_title {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    line-height: normal;
    color: black;
}
.section_pros .catalog_items.count5 .arr2 {
    width: 19%;
    margin-left: 1%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.section_pros .catalog_items .arr2 {
    width: 24%;
    margin-bottom: 30px;
}
.section_pros {
    padding: 80px 0;
}

.section_supply {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    height: 100vh;
    overflow: hidden;
}
.section_supply .section_inner.flex_center {
    align-items: center;
}
.section_supply .section_inner {
    display: flex;
    height: 100vh;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
.section_supply .form_wrapper {
    float: right;
    width: 320px;
    padding: 35px;
    position: relative;
    border: 5px solid #e2e2e2;
    color: #333;
    overflow: hidden;
}
.section_supply .headliner {
    float: left;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 520px;
    min-width: calc(100% - 440px);
    position: relative;
}
.title_supply {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 60px;
}
.sub_title_supply {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 24px;
}
.section .section_inner.width1170, .section.inner_width .section_inner {
    --section-inner-width: 1170px;
    width: 1170px;
}
.section_supply .form_title {
    text-align: center;
    color: #333;
    font-size: 20px;
}
.section_supply .form_sub_title {
    text-align: center;
    color: #333;
    font-size: 12px;
    margin: 10px 0;
}
.section .field {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.section .field .field_title {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: inherit;
    text-align: left;
}
.section_supply .field_p {
    font-size: 16px;
}
.section_supply .form_input {
    font-size: 15px!important;
}
.section_supply .text_area {
    height: auto!important;
}
.section_supply .form_text, .section_supply .form_text span {
    font-size: 12px!important;
    line-height: 16px;
    color: #333;
}
.section_supply .form_btn_text {
    font-size: 16px!important;
}
.section_supply .form_btn {
    height: 45px!important;
    width: 100%;
}
.section_supply .form_text {
    margin-top: 1rem;
}

.section_contact_info {
    padding-top: 70px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_contacts {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.section_contacts .map_inner {
    height: 100%;
    width: 100%;
}
.section_contacts.text_right .image, .section_contacts.text_right .text {
    left: 50%;
}
.map_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.section_contacts .text {
    padding: 0 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 1;
}
.sub_title_contact {
    font-size: 16px;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}