﻿.home-brand-logo {
    width: auto
}

#home-customer .home-brand-logo {
    max-height: 150px
}
#link-mobile{
    display: none;
}
.mobile-responsive {
    bottom: 0px !important;
}
@media only screen and (max-width:767px) {
    #home-partner .home-brand-logo {
        max-width: 200px
    }
    .mobile-responsive{
        bottom: -18px !important;
    }
}

.home-brand-card {
    min-height: 180px
}

.home-core-value__item p {
    height: 0;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    #link-mobile{
        display: block;
    }
    #home-core-values > h2 {
        background: none
    }

    .home-core-value__item, .core-value__mobile {
        max-width: 640px;
        height: 250px !important;
    }
}

@media only screen and (min-width:768px) {
    #home-core-values {
        background: white
    }

    .home-core-value__item::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #2f3035;
        transition: opacity 500ms cubic-bezier(0.25,0.46,0.45,0.9399999999999999);
        opacity: .1
    }

    .home-core-value__item:hover::after {
        opacity: .89
    }

    .home-core-value__item p {
        transition: all 500ms 0ms;
        opacity: 0;
        max-width: 100%;
        line-height: 1.25
    }

    .home-core-value__item:hover p {
        opacity: 1;
        height: 130px
    }
}

.home-process__left-panel > div {
    height: calc(33.33%)
}

.home-process__tab::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('../images/backgrounds/flower-left.png'),#176bd9;
    background-repeat: no-repeat;
    background-position: -35% 80%;
    background-size: 56%;
    transition: opacity 500ms cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 0;
    z-index: -1
}

.home-process__left-panel > div:nth-child(2) > .home-process__tab::after {
    background-position: 30% 6%;
    background-size: 53%
}

.home-process__left-panel > div:nth-child(3) > .home-process__tab::after {
    background-position: 105% 80%;
    background-size: 35%
}

.home-process__tab.tab-selected::after {
    opacity: 1
}

@media only screen and (max-width:639px) {
    #home-process .keen-slider__slide > img {
        max-height: 100%;
        object-fit: fill;
    }
}

.keen-slider__slide .home-process__mobile {
    background: url('../images/backgrounds/flower-right.png'),#176bd9;
    background-repeat: no-repeat;
    background-position: -35% 80%;
    background-size: 56%
}

.keen-slider__slide:nth-child(2) .home-process__mobile {
    background-position: 30% 6%;
    background-size: 53%
}

.keen-slider__slide:nth-child(3) .home-process__mobile {
    background-position: 105% 80%;
    background-size: 45%
}
#about-staff-slider .float-parent {
    margin-top: -3rem
}

#about__experience .photo-tile {
    height: calc(50% - .75rem)
}
/*.lifting {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}*/

/*   .lifting:hover {
        -webkit-transform: translate(0,-2px);
        -ms-transform: translate(0,-2px);
        transform: translate(0,-2px);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
        box-shadow: 0 0 6px rgba(0,0,0,0.15)
    }*/

@keyframes shine {
    to {
        background-position: 100% 0,0 0
    }
}

.dt-blog--post img,
.dt-product--post img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.dt-blog--post__body,
.dt-product--post__body {
    line-height: 1.7
}

    .dt-blog--post__body p,
    .dt-product--post__body p {
        margin-bottom: 1rem
    }

    .dt-blog--post__body a,
    .dt-product--post__body a {
        color: #1ec71e;
        border-bottom: 2px dashed currentColor
    }

article img:not([src$="svg"]) {
    object-fit: fill;
    width: 100%
}

.dt-blog__item-featured > .dt-blog__item-thumb,
.dt-blog__item > .dt-blog__item-thumb {
    width: 100%;
    overflow: hidden
}

    .dt-blog__item-featured > .dt-blog__item-thumb img {
        max-height: 428px
    }

.dt-blog__item-featured.at--home > .dt-blog__item-thumb img {
    max-height: 542px
}

@media only screen and (max-width:639px) {
    .dt-blog__item.at--home > .dt-blog__item-thumb {
        width: 170px
    }
}

@media only screen and (max-width:767px) {
    .dt-blog__item-featured {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .dt-blog__item-featured > .dt-blog__item-thumb {
        width: 640px;
        height: 428px
    }

    .dt-blog__item-featured.at--home > .dt-blog__item-thumb {
        width: 650px;
        height: 542px
    }

    .dt-blog__item > .dt-blog__item-thumb {
        width: 240px;
        height: 192px
    }

    .dt-blog__item.at--home > .dt-blog__item-thumb {
        width: 204px;
        height: 170px
    }

    .dt-blog__item-thumb img {
        height: 100%
    }
}

@media only screen and (min-width:640px) and (max-width:1023px) {
    .dt-blog__item, .dt-blog__item-featured {
        max-width: 640px
    }
}

.dt-blog__item-box.disabled::after,
.dt-blog__item-box--overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.dt-blog__item-box.disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.dt-blog__item-box.disabled::after {
    background: darkgray;
    opacity: 0.5
}

.dt-blog__item-box:hover > .dt-blog__item-box--content {
    display: none
}

.dt-blog__item-box--overlay {
    transform: translateY(100%);
    transition: transform 750ms cubic-bezier(0.19,1,0.22,1)
}

.dt-blog__item-box:hover > .dt-blog__item-box--overlay {
    transform: translateY(0)
}

.dt-blog__item-box--overlay::after {
    opacity: .5;
    z-index: -1;
    transition: opacity 750ms cubic-bezier(0.19,1,0.22,1)
}

.dt-blog__item-box--overlay::after {
    background: linear-gradient(315deg,#222ae2 -0.14%,#00d1ff 100.14%);
    opacity: 0
}

.dt-blog__item-box:hover .dt-blog__item-box--overlay::after {
    opacity: .85
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    src: local(''),url('../../fonts/Averta-Bold.otf') format('opentype')
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    src: local(''),url('../../fonts/Averta-Semibold.otf') format('opentype')
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    src: local(''),url('../../fonts/Averta-Regular.otf') format('opentype')
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    src: local(''),url('../../fonts/Averta-Light.otf') format('opentype')
}

html {
    font-size: 16px;
    font-family: 'Averta',Arial,Helvetica,sans-serif
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em
}

main[class^="app-page"] {
    padding-top: 5.5rem
}

main.app-page-home {
    padding-top: 0
}

main.app-page-about {
    background-color: #f8f8f8
}

    main.app-page-about h1,
    main.app-page-about h2,
    main.app-page-about h3,
    main.app-page-about h4,
    main.app-page-about h5,
    main.app-page-about h6 {
        line-height: 1.5em
    }

a[href] {
    transition: all 150ms ease-in-out
}

    a[href]:not(.link-ghost):hover {
        /*color: #ffffff;*/
    }

[role=button] {
    cursor: pointer
}

a[href][role=button]:hover {
    background: orange;
    color: white
}

a[href][role=button].btn-borderless:hover {
    background-color: transparent
}

    a[href][role=button].btn-borderless:hover > * {
        transition: all 150ms ease-in-out
    }

    a[href][role=button].btn-borderless:hover > .btn--text {
        color: orange
    }

    a[href][role=button].btn-borderless:hover > .btn--icon-block {
        background-color: orange
    }

.turbolinks-progress-bar {
    background-color: orange
}

.bg-goline {
    background: url('../images/backgrounds/flower-left.png'),url('../images/backgrounds/flower-right.png'),#176bd9;
    background-repeat: no-repeat,no-repeat;
    background-position: 30% 35%,90% 60%;
    background-size: 15%,20%
}

.bg-goline-y {
    background: url('../images/backgrounds/flower-left.png'),url('../images/backgrounds/flower-left.png'),#176bd9;
    background-repeat: no-repeat,no-repeat;
    background-position: -20% -5%,150% 110%;
    background-size: 60%,80%
}

@media only screen and (max-width:767px) {
    #site-mobile-menu {
        transition: all 200ms cubic-bezier(0.55,0.055,0.675,0.19);
        transform: translateX(100%);
        background-color: #1A202C !important;
    }

        #site-mobile-menu.is-open {
            transform: translateX(0)
        }

    .img-phone {
        width: 40% !important;
    }

    .dt-header__nav-menu-item {
        /*display: flex !important;*/
        display: grid;
    }
}

#site-footer .partial-vr {
    position: absolute;
    top: 3rem;
    left: 10px;
    bottom: 2rem;
    width: 2px;
    background: darkgray;
}

img:not([src]):not([srcset]) {
    height: 180px;
    visibility: hidden
}

article img:not([src]):not([srcset]) {
    visibility: visible;
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 80%),#efefef;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite
}
.default-font{
    color: #fff;
}
.btn-default:hover{
    color: orange !important;
}
