
    @font-face {
        font-family: 'Myriad Pro Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Condensed';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Condensed Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Light';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Semibold';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Semibold Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Bold Condensed';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Bold Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
        }
        
    
        @font-face {
        font-family: 'Myriad Pro Bold Condensed Italic';
        font-style: normal;
        font-weight: normal;
        src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
        }

.static-layout {
    height: auto !important;
}

.static-layout .text {
    position: relative !important;
}

.photoBlock .slogan {
    font-family: "Myriad Pro Regular" !important;
    font-family: "Gotham Book" !important;
}

.photoBlock .text {
    z-index: 1;
}

.product-top .slider-nav .disableSave {
    border: none !important;
    border: transparent;
}

.disableSave {
    position: relative;
}

.disableSave:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-color: transparent;
    opacity: 0;
}

.product-features .container .item {
    margin-left: 4px;
    margin-right: 4px;
}

.product-features .container .item .pic .subtitle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 32px;
    white-space: pre;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.product-features .container .item .pic.sound::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #00000049;
    opacity: 0;
    transition: opacity 1s;
}

.product-features .container .item .pic.sound.playing::before {
    background: #00000080;
    opacity: 1;
}

.product-features .container .item .pic.sound::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(/styles/sound_play.png) 96% 97% no-repeat;
    background-size: 10%;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .4s;
}

.product-features .container .item .pic.sound.playing::after {
    background-image: url(/styles/sound_playing.gif);
    background-position: 96% 97%;
    background-size: 10%;
    transform: scale(1);
    opacity: 1;
}

.product-features .container .item .pic.sound:hover::before,
.product-features .container .item .pic.sound:hover::after {
    opacity: 1;
    transform: translateY(0);
    cursor: pointer;
}

.fitted {
    position: relative;
}

.fitted img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    min-width: auto;
    min-height: auto;
}

.solution-contents .materials .fitted img,
.solution-contents .technologies .fitted img {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.02);

}


.solution-contents .technologies .item .pic- {
    border-color: #ccc;
}

.solution-contents .photoBlock .slogan {
    display: none;
}

.solution-contents .photoBlock > .container {
    height: auto;
    overflow: hidden;
}

.home .wp #banner.hidden-xs {
    display: block !important;
}

.uploader .inputs {
    position: relative;
}

.uploader .inputs::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "…";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    background-color: #b2b2b2;
    color: #fff;
}

.uploader .inputs [name="uploads"] {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.uploader .inputs [name="uploads"].invalid {
    color: #ee0000;
}

.uploader .inputs [name="uploads"].valid {
    color: green;
}

.uploader .inputs [type="file"] {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.uploader .droplayer {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .9);
    font-size: 25px;
    font-weight: 1000;
    color: green;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
}

.uploader .droplayer.shown {
    opacity: 1;
}