* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content {
    flex: 1 0 auto;
    margin-top: 40px;
}

.footer {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-bg {
    background-color: #000000;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 48px 10px;
    color: #FFFFFF;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-col .footer-text {
    color: #FFFFFF;
}

.footer-col--accreditation .mintsifra-logo {
    max-width: 160px;
    height: auto;
}

.footer-col--brand .footer-brand-logo {
    max-width: 130px;
    height: auto;
    margin-bottom: 4px;
}

.footer-col--brand .footer-slogan {
    color: #F2D34C;
    font-weight: 600;
}

.footer-col--brand .footer-copyright {
    color: #BDBDBD;
    font-size: 12px;
    margin-top: auto;
}

.footer-col--links {
    gap: 12px;
}

.footer-col--links a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
    width: fit-content;
    line-height: 1.35;
}

.footer-col--links a:hover {
    border-bottom-color: #F2D34C;
    color: #F2D34C;
}

.footer-col--contacts {
    align-items: flex-end;
    text-align: right;
    gap: 10px;
}

.footer-col--contacts a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-col--contacts .footer-email {
    color: #F2D34C;
}

.vacancy {
    display: flex;
}

.vacancy-title{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    width: 100%;
}

.vacancy-title-container {
    width: 100%;
}

.vacancy-list li::marker {
    color: #F2D34C;
}
.vacancy-list li.active a {
    color: #F2D34C;
}
.vacancy-list li a {
    color: black;
    text-decoration: black;
}

.vacancy-list {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 140px;
}

.vacancy-info {
    font-weight: 600;
    font-size: 24px;

}

.info-table {
    font-weight: 500;
    font-size: var(--font-size-p);
    color: #636363;
}

.info-table li::marker {
    font-size: 0.5em;
}

.vacancy-info img {
    max-height: 64px;
}

.vacancy-info-column {
    display: flex;
    flex-direction: column;
}

.table-text-info {
    flex: 1;
}

.about-title {
    font-weight: 700;
    font-size: 38px;
}

.about-img {
    max-width: 644px;
}

.thumb-saving__pic img {
    /*margin-right: 30px;*/
}

.tech-badge {
    display: grid;
    text-align: center;
    font-weight: 500;
    font-size: var(--font-size-p);
    color: #636363;
}

.tech-badge img {
    max-height: 100px;
    max-width: 100px;
}

.tech-container {
    display: flex;
    justify-content: space-between;
}

.col-4.tech-container {
    justify-content: space-around;
}

.stack-bar {
    margin-top: 90px;
    margin-bottom: 90px;
}

.prod-banner {
    display: flex;
    justify-content: center;
    background-image: url("/assets/img/product-banner.png");
    align-items: center;
    height: 563px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: calc(1695px + 108px + 108px);
    margin: auto;
}

.prod-banner-bg {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}

.prod-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 56px;
    position: absolute;
    top: 30%;
}

.prod-description {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 55%;
    line-height: 200%
}

.web-tsd-logo {
    position: absolute;
    top: 441px;
    max-width: 100px;
}

.map-logo {
    position: absolute;
    top: 400px;
    max-width: 100px;
}

.cloud {
    position: absolute;
    top: 83%;
    left: 35%;
}

.prod-img {
    margin-top: 0;
    position: relative;
}

.prod-img-wrapper {
    position: absolute;
    top: -112px;
    width: calc(100% - 15px);
    overflow: hidden;
    text-align: right;
}

.prod-img img {

}

.boxes {
    padding-top: 200px;
}

.small-text {
    font-weight: 500;
    font-size: 14px;
    color: #636363;
}

.big-black-button {
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    width: 174px;
    height: 40px;

    background: #000000;
    border: 1px solid #636363;
    border-radius: 32px;

    flex: none;
    order: 1;
    flex-grow: 0;
}

.text-with-button {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    margin-top: -22px;
    padding: 24px 0;
    margin-left: 10px;
}
.button-placeholder {
    margin-top: 5px;
}
.demo {
    margin-top: 65px;
}

.variants {
    display: flex;
    justify-content: space-around;
    font-weight: 500;
    font-size: 22px;
}

.marked {
    background: #D5DEF6;
    border-radius: 24px;
    padding: 10px 10px 14px;
}

.demo-card-body {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: #636363;
    border-radius: 16px 16px 0 0;
    height: 100px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.demo-card-bottom {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.demo-card {
    margin-top: 30px;
}

.demo-menu {
    margin-top: 30px;
    box-shadow: 2px 0px 24px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 8px;
}

.demo-menu div {
    background: #F1F3F4;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D9D9D9;
}

.demo-menu div:nth-child(3) {
    background-color: #D9D9D9;
}

.banner__section {
    display: flex;
    width: 100%;
}
.medium-header {
    font-weight: 500;
    font-size: var(--font-size-p);
}

.medium-header.grey {
    color: #636363;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    line-height: 180%;
}

.small-header.grey {
    color: #636363;
    font-size: 16px;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    line-height: 180%;
    font-weight: 700;
    text-align: center;
}

.select-menu {
    color: #636363;
    display: none;
}

.thumb-saving__pic__small img {
    max-height: 45px;
}

.boxes-2-div {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.yellow-button {
    box-sizing: border-box;
    cursor: pointer;
    /* Auto layout */
    transform: rotate(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 32px 12px;

    position: absolute;
    width: 80px;
    height: 44px;
    left: calc(50% - 80px/2);
    top: calc(50% - 44px/2 - 42px);

    background: #F2D34C;
    border-radius: 24px;

    /* Inside auto layout */

    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;

    animation: light 4s ease infinite;
}

@keyframes light {
    0% {
        box-shadow: 0 0 0 0px #D5DEF650;
    }
    75% {
        box-shadow: 0 0 0 0px #D5DEF690;
    }
    100% {
        box-shadow: 0 0 0 15px #D5DEF600;
    }
}

.arrows {
    position: absolute;
    z-index: 4;
    left: calc(50% - 80px/2 + 31px);
    top: calc(50% - 44px/2 + 13px);
}
.banner-item {
    flex: 1;
    width: 100%;
    max-width: 560px;
    padding: 64px 48px 0 40px;
    position: relative;
}

/*.banner-plug {*/
/*    width: 100%;*/
/*    max-width: 100px;*/
/*    !*border: 1px dashed green;*!*/
/*}*/

.section-title__bg.grey {
    background-color: #636363;
}
.section-title__bg.grey .section-title__bg-figure {
    border-bottom-color: #000000;
}
.section-title__bg.grey .section-title__bg-figure:after {
    border-top-color: #000000;
}

.thumb-saving-text__desc.products {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
}

.drone-placeholder {
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center
}

.prod-func-img {
    width: 400px;
}

.advantage-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #D9D9D9;
}

.demo-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
}

.demo-navbar-item {
    padding: 12px 40px;
    color: #636363;
}

.demo-navbar-item-marked {
    color: #000000;
    padding: 12px 40px;
    background-color: #D5DEF6;
}

.tsd-demo-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.tsd-demo-card img {
    max-height: 510px;
    max-width: 301px;
}

.tsd-demo-menu {
    display: flex;
    justify-content: space-around;
    font-weight: 500;
    font-size: 18px;
}

.demo-tsd {
    display: none;
}

.stack-container {
    margin-top: 100px;
}

.marketplace-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D5DEF6;
    border-radius: 24px;
    width: 260px;
    height: 100px;
    filter: drop-shadow(2px 0px 24px rgba(0, 0, 0, 0.25));
}

.marketplace-badge img {
    max-width: 75%;
    max-height: 40%;
}

.marketplace-badge-panel {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.marketplace-badge:not(:first-child) {
    margin-left: -15px;
}

.badge-wrapper {
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.exchange-pics {
    margin-top: 5%;
    margin-bottom: 0;
    position: relative
}

.pyramid-exchange {
    margin-left: 5%;
    margin-top: 10%;
}

.globe-exchange-panel {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
}

.globe-exchange {
    position: absolute;
    top: -160px;
}

.triangles-exchange {
    position: absolute;
    top: 119%;
    left: 38%;
}

.warehouse {
    position: absolute;
    top: 40%;
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 24px 0px 40px;
    gap: 16px;
    isolation: isolate;
    width: 410px;
    height: 300px;
    background: #D5DEF6;
    box-shadow: -4px 12px 40px rgba(0, 0, 0, 0.25);
    border-radius: 24px 24px 0px 0px;
    text-align: center;
    margin-bottom: 1px;
}

.steps:nth-child(even) {
    box-shadow: -4px 12px 40px 0px #00000040;
    background: #FFFFFF;
}

.steps-h1 {
    font-weight: 700;
    font-size: 88px;
}

.steps-h2 {
    font-weight: 600;
    font-size: 24px;
    color: #636363;
    line-height: 100%;
}

.steps-h3 {
    font-weight: 500;
    font-size: 18px;
}

.steps-arrow {
        margin-top: 3%;
        margin-left: -0.6%;
    position: absolute;
}

.vacancy-pos {
    padding-bottom: 10px;
    padding-top: 10px;
}

.res320 {
    display: none;
}

.ship-placeholder {
    position: relative;
}
.pyramid {
     padding-top: 100px;
}

.banner-content-320 {
    display: none;
}

.tech-container.exchange {
    justify-content: space-around;
}

.tech-badge.exchange {
    padding-right: 75px;
}
.tech-badge.exchange:nth-child(1) {
    padding-left: 75px;
}

.data-exchange-full {
    width: 428px;
    position: relative;
    left: 310px;
}

.prod-description.management {
    margin-top: 40px;
}

.conveyor-img-canvas {
    position: relative;
    height: 300px;
}

.truck {
    position: absolute;
    left: 300px;
}

.flag {
    position: absolute;
    left: 600px;
    top: 120px;
}

.woman-counts {
    position: absolute;
    right: 300px;
    top: 90px;
}

.boxes-3 {
    position: absolute;
    left: 600px;
    top: -60px;
}

.sm-ts {
    font-size: 14px;
}

.conveyor-stack-title {
    margin-top: -100px;
}

.conveyor {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

.conveyor-img, .conveyor-img-1536, .conveyor-img-1280, .conveyor-img-720, .conveyor-img-320 {
    position: absolute;
    top: -50px;
}

.conveyor-img-1536 {
    display: none;
}

.conveyor-img-1280 {
    display: none
}

.conveyor-img-720 {
    display: none;
}

.conveyor-img-320 {
    display: none;
}

.images-sidebar-720 {
    display: none;
    max-width: 100%;
}

.images-sidebar-320 {
    display: none;
    max-width: 100%
}

.vacancy-navbar-720 {
    display: none;
}

.vacancy-img-placeholder-720 {
    display: none;
}

.map-white-img-720 {
    display: none;
}

.white-globe {
    display: none;
}

.white-logistics-720 {
    display: none;
}

.white-globe-exchange {
    display: none;
}

.vacancy-text {
    text-decoration: none;
}
