body.path-frontpage .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.left-blue-border {
    padding-left: 32px;
    border-left-width: 2px;
    border-left-style: solid;
    border-image: linear-gradient(to top left, #2E5E4E, #89B77B) 1 100%;
}

.path-frontpage article.page.full .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.path-frontpage article.page.full .content > div {
    max-width: 40%;
    min-width: 400px;
}

.path-frontpage article.page.full .content svg {
    max-width: 100%;
    max-height: 400px;
}

.path-frontpage article.page.full footer {
    display: none;
}

#block-bootstrap-techabantuvalues {
    font-family: 'pt_mono', monospace;
    font-weight: 700;
    color: white;
    font-size: 28px;
    background-image: linear-gradient(to right, #2E5E4E, #89B77B);
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;}

#block-bootstrap-techabantuvalues p,
#block-techabantu-2-techabantu-contact-front-en p,
#block-techabantu-2-techabantu-contact-front-ru p {
    margin: 0;
}

.view-product-teasers .view-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: transparent;
}

.view-product-teasers .views-field-title .field-content {
    color: #2E5E4E;
    font-family: 'pt_mono', monospace;
    font-weight: 700;
    font-size: 26px;
    line-height: 33.8px;
}

.view-product-teasers .views-field-body .field-content {
    color: #1E1E1E;
    font-family: 'pt_sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
}

.view-product-teasers .views-row {
    border: 1px solid #89B77B;
    background-color: #FAF7F2;
    padding: 32px;
    width: 40%;
    margin: 32px;
}

#ellipse-624 {
    display: none;
}

#fade-624 {
    display: none;  /* TODO */
}

.view-product-teasers .view-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0);
}

#block-bootstrap-techabantufrontcontacten,
#block-bootstrap-techabantufrontcontactru {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
    background-image: linear-gradient(to right, #2E5E4E, #89B77B);
}

#block-13-inner-ru {
    background-image: url('images/contact-us.png');
    background-repeat: repeat-x;
    height: 26px;
    width: 100%;
}

#block-13-inner-en {
    background-image: url('images/contact-us-en.png');
    background-repeat: repeat-x;
    height: 26px;
    width: 100%;
}

#block-bootstrap-views-block-sector-blocks-block-1 .block-title {
    color: #A23B2A;
    font-family: 'pt_mono', monospace;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
}

.view-sector-blocks .owl-carousel .owl-stage-outer {
    height: 540px;
}

.view-sector-blocks .owl-item {
    border: 1px solid #89B77B;
    background-color: #FAF7F2;
    height: 540px;
    margin-right: 24px;
    width: 352px !important;
}

.view-sector-blocks .owl-carousel .owl-item img {
    /* Do not let owlcarousel override the width */
    width: auto;
}

.view-sector-blocks .views-field-field-image .field-content {
    display: flex;
    flex-direction: column;
    height: 190px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #89B77B;
    background-color: #D9C7A6;
    background-image: url('images/hexagram.png');
    background-repeat: no-repeat;
    background-position: center;
}

.view-sector-blocks .views-field-title {
    color: #2E5E4E;
    font-family: 'pt_mono', monospace;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
}

.view-sector-blocks .views-field-body {
    color: #1e1e1e;
    font-family: 'pt_mono', monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 16px;
    padding-left: 16px;
    width: 352px;
}

.view-sector-blocks .views-field-body ul {
    list-style: none;
}

.view-sector-blocks .views-field-body li::before {
    content: "●";
    color: #2E5E4E;
    display: inline-block; 
    width: 1em;
    margin-left: -1em
}

.view-sector-blocks .owl-theme .owl-dots .owl-dot {
    width: 14%;
}

.view-sector-blocks .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background: #2E5E4E;
    opacity: 30%;
    border-radius: 0;
    width: 100%;
}

.view-sector-blocks .owl-theme .owl-dots .owl-dot.active span {
    background: #2E5E4E;
    opacity: 1;
    border-radius: 30px;
}

@media all and (min-width: 1201px) {
    .view-product-teasers .view-content,
    .view-sector-blocks .owl-dots {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .view-product-teasers .view-header,
    #block-bootstrap-views-block-sector-blocks-block-1 > div {
        max-width: 100%;
        width: 100%;
    }
}

@media all and (max-width: 700px) {
    .view-product-teasers .views-row {
        width: 80%;
    }
}
