@font-face {
    font-family: 'Raleway';
    src: local("Raleway-Light"),
    url('/fonts/raleway-light-webfont.woff2') format('woff2'),
    url('/fonts/raleway-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway-Regular"),
    url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway-Bold"),
    url('/fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('/fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Raleway, sans-serif;
    font-weight: lighter;;
}

a, img, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}

.input-mail-send-2 {
    width: 50px;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    transition: border-bottom-color 0.3s ease;
}
.input-mail-send-2:focus-visible,
.input-mail-send-2:hover:not(:focus-visible),
.input-mail-send-2:active:not(:focus-visible) {
    outline: none;
    border-bottom: 1px solid #8a8a8a;
}

.width-100 {
    width: 100%;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}

.object-fit-cover {
    object-fit: cover;
}

.display-block {
    display: block;;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex;
}

.dropdown-menu {
    min-width: 15rem !important;
}

.navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease;
}

.navbar-header.out {
    transform: translateY(-100%);
}

.navbar-header.not-top {
    background-color: #000;
}

.input-label {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.input-text {
    width: 100%;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.width-1320 {
    max-width: 1200px;
}

.section-content {
    width: 100%;
}

.content-wrapper-header {
    width: 100%;
    height: 100%;
    padding: 80px calc(5px + 5vw) 28px;
}

.content-wrapper-4 {
    width: 100%;
#    height: 100%;
    padding: 140px 20px 28px;
}

.wrapper-600 {
    margin: 0 auto;
    max-width: 600px;
}

.content-wrapper-header-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrapper {
    max-width: 1220px;
    padding: 28px calc(5px + 5vw);
}

.content-wrapper-2 {
    max-width: 1220px;
    padding: 28px 3vw;
}

.content-wrapper-3 {
    margin-top: 3vw;
    padding: 0 3vw 3vw 3vw;
}

.content-wrapper-3-inner {
    width: 100%;
    padding: 29px 3vw;
}

.image-pos--bottom-card {
    width: 100%;
}

.image-pos-logos {
    width: 70px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.figcaption,
.figcaption-2 {
    margin-top: 10px;
}

.image-pos {
    width: 100%;
}

.section__block-text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section__block-text-2 {
    text-align: center;
    margin: 0 20px 20px;
    font-size: 18px;
    font-weight: 300;
}

.section__block-text-3 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin: 0 20px 20px;
}

.section-link {
    text-align: center;
    padding: 10px 20px;
    color: #2c3034;
    border: 1px solid #2c3034;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header-main {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/main-page.mp4");*/
    min-height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.header-main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-support {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-growcontrol {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-aboutus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-privacy {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-eula {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-warranty {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-product {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-iot {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-robotic {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-portal {
    background-color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-automation {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-service {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header-sendedmail {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/header-contact-logo.jpg");
    min-height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.header__logo {
    min-height: 16px;
}

.header__langselector{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
}

.header__langselector-option {
    color: #000;
}

.header__nav-link {
    color: #fff;
}

.header__nav-item {
    margin-right: 1.3rem;
}

.header__btn-text {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.header__login-nav {
    padding: 10px 20px;
    border: 2px solid #fff;
}

.header__text {
    text-align: center;
    line-height: 1.2em;
    font-size: 38px;
    color: #fff;
}

.header__text-contact {
    text-align: start;
    line-height: 1.2em;
    font-size: 32px;
    color: #fff;
}

.header__text-2 {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    color: #fff;
}

.header__btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: 2px solid #fff;
}

.accordion__list-item {
    border-top: 1px solid #fff;
    min-height: 100%;
}

.accordion__list-item:last-child {
    border-bottom: 1px solid #fff;
}

.accordion .ui-accordion-header {
    position: relative;
    margin: 10px 0 15px 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
}

.accordion .ui-accordion-header-icon {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url("/img/down-white.png") 50% 50% no-repeat;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url("/img/up-white.png");
}

.accordion .ui-accordion-content {
    margin: 10px 0 30px 0;
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
}

.accordion-white__list-item {
    border-top: 1px solid #000;
    min-height: 100%;
}

.accordion-white__list-item:last-child {
    border-bottom: 1px solid #000;
}

.accordion-white .ui-accordion-header {
    position: relative;
    margin: 10px 0 15px 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

.accordion-white .ui-accordion-header-icon {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url("/img/down-black.png") 50% 50% no-repeat;
}

.accordion-white .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url("/img/up-black.png");
}

.accordion-white .ui-accordion-content {
    margin: 10px 0 30px 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
}

.max-width-500 {
    max-width: 900px;
}

.figcaption-left-491w,
.figcaption-right-491w {
    float: bottom;
}

.link-show-hover div {
    opacity: 0%;
}

.img-pos {
    width: 100%;
}

.header__text-btn {
    justify-content: center;
}

.section {
    margin: 40px 40px 80px;
}

.bgcolor-grey {
    background-color: #373b3e;
}

.section-1__block {
    padding: 20px;
    line-height: 2rem;
    color: #fff;
}

.section-1__h3 {
    font-size: 32px;
    font-weight: 300;
    color: #9d9c9b;
    margin-bottom: 40px;
}

.section-1__submit {
    margin-top: 20px;
    font-size: 12px;
    padding: 7px 20px;
}

.section-2__header {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.section-2__text {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.card-list-item-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.card-list-item {
    padding: 20px;
    background-color: #f2f2f2;
}

.card-list-header {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 28px;
}

.card-list-item-text {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
}

.section-3 {
    padding: 30px 0;
}

.section-3__header {
    margin-top: 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
}

.how-we-grown-1 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.how-we-grown-2 {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}

.section-4__block {
    padding: 40px;
    line-height: 2rem;
    color: #000;
}

.section-4__h3 {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
}

.section-4__link {
    font-size: 16px;
    color: #9d9c9b;
    line-height: 1.5em;
    text-decoration: none;
}

.input-label-4 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.growcontrol-text-footer-descr {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
}

.input-textarea {
    resize: both;
}

.header__nav-item-bottom {
    margin-right: 0.5rem;
}

.footer {
    padding: 30px 0;
}

.footer__text {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer__link {
    color: #9d9c9b;
    text-decoration: none;
    border-bottom: 1px solid #9d9c9b;
}

.footer_icons {
    justify-content: center;
    margin-top: 15px;
}

.section-4__link:focus,
.section-4__link:hover,
.section-4__link:active {
    font-size: 16px;
    color: #9d9c9b;
    line-height: 1.5em;
    text-decoration: none;
}

.footer__link:focus,
.footer__link:hover,
.footer__link:active {
    color: #9d9c9b;
    text-decoration: none;
    border-bottom: 1px solid #9d9c9b;
}

.section-link:hover {
    color: #fff;
    background-color: #2c3034;
}

.link-show-hover:focus div,
.link-show-hover:hover div {
    transition: opacity 0.1s ease-in;
    opacity: 100;
}

@media (min-width: 149px) and (max-width: 290px) {

    .container-150 {
        margin-left: 1px !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .logo-img {
        width: 48vw;
        height: 1.8vh;
    }

    .section-2__header {
        font-size: 18px;
    }

    .section-4__block {
        padding: 1px;
    }

    .section-4__h3 {
        font-size: 20px;
    }

}

@media (min-width: 200px) and (max-width: 490px) {

    .figcaption,
    .figcaption-2 {
        margin-top: calc(8px + 3vw);
    }

    .footer {
        padding: calc(30px + 12vw) 0;
    }


}

@media (min-width: 490px) {

    .display-flex-491w {
        display: flex;
    }

    .figcaption,
    .figcaption-2 {
        margin-top: 0;
    }

    .figcaption-padding-left {
        margin-top: 0;
        padding-left: calc(15px + 2.2vw + (1.5vw));
    }

    .figcaption-padding-left-2 {
        margin-top: 0;
        padding-left: 0.2vw;
    }

    .figcaption-padding-right {
        margin-top: 0;
        padding-right: calc(15px + 2.2vw + (1.5vw));
    }

    .figcaption-padding-right-2 {
        margin-top: 0;
        padding-right: 0.2vw;
    }

    .figcaption-left-491w {
        float: left;
    }

    .figcaption-right-491w {
        float: right;
    }

    .content-wrapper-header,
    .content-wrapper-4 {
        max-width: 1220px;
    }

    .content-wrapper {
        max-width: 1300px;
        padding:
            calc(15px + 2vw);
            calc(5px + 2vw);
    }

    .content-wrapper-2 {
        max-width: 1220px;
        padding: calc(15px + 2vw);
    }

    .footer {
        padding: 90px 0;
    }

}

@media (min-width: 490px) and (max-width: 1299px) {

    .figure-size {
        width: 50%;
    }

    .figcaption,
    .figcaption-2 {
        width: 50%;
    }

}

@media (max-width: 470px) {

    .esm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}

@media (min-width: 800px) {

    .content-wrapper-4 {
        padding: 180px 20px 28px;
    }

    .image-pos-logos {
        width: 120px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .sps-block {
        padding: 0 0 17px;
    }

    .content-wrapper-3-inner {
        padding: calc((29px - 22px) + 2.8vw) 3vw;
    }

    .accordion .ui-accordion-content {
        padding: 0 200px;
    }

    .w-800-35 {
        width: 35%;
    }

}

@media (min-width: 870px) and (max-width: 1199px) {

    .header__text-contact {
        font-size: 3.5vw;
    }

    .header__text {
        font-size: calc(8vw - 32px);
    }

    .header__text-2 {
        font-size: calc(8px + 1vw);
    }

    .section-2__text {
        font-size: 2.3vw;
    }

    .section-1__h3 {
        font-size: 3.7vw;
    }

    .section-3__header {
        font-size: 3.7vw;
    }

    .section-2__header {
        font-size: 3.7vw;
    }

    .section-4__h3 {
        font-size: 3.7vw;
    }

    .section__block-text-3 {
        font-size: 3.3vw;
    }

    .card-list-header {
        font-size: 3.3vw;
    }

    .section-3 {
        padding: calc(50px + 1vw);
    }


}

@media (min-width: 1000px) {

    .section__block-text-3 {
        font-size: 33px;
    }

    .card-list-header {
        font-size: 33px;
    }

    .section-2__text {
        font-size: 23px;
    }

}

@media (min-width: 1200px) {

    .header__text-contact {
        font-size: 44px;
    }

    .header__text-contact {
        font-size: 36px;
    }

    .header__text {
        font-size: 64px;
    }

    .header__text-2 {
        font-size: 20px;
    }

    .section-1__h3 {
        font-size: 44px;
    }

    .section-3__header {
        font-size: 44px;
    }

    .section-2__header {
        font-size: 44px;
    }

    .section-4__h3  {
        font-size: 44px;
    }

    .card-list-item {
        padding: 70px;
    }

    .image-pos-logos {
        width: 150px;
        margin-right: 60px;
        margin-bottom: 60px;
    }

    .section-3 {
        padding: 61px;
    }

}

@media (min-width: 1240px) {

    .content-wrapper-header,
    .content-wrapper-4 {
        margin-left: auto;
        margin-right: auto;
    }

    .content-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .content-wrapper-2 {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1300px) {


    .figure-size {
        width: 590px;
    }

    .figcaption {
        width: 490px;
    }

    .figcaption-2 {
        width: 590px;
    }

}

@media (min-width: 1380px) {

    .content-wrapper-3-inner-2 {
        max-width: 1200px;
        margin: 0 auto;
    }

}

@media (min-width: 400px) and (max-width: 799px) {

    .accordion .ui-accordion-content {
        padding: 0 calc(((1vw / 2) * 100) - 200px);
    }

}

.mw-400px {
    max-width: 400px;
}

.mw-480px {
    max-width: 480px;
}

.mw-800px {
    max-width: 800px;
}

.mw-1000px {
    max-width: 1000px;
}
