/**
 * JiS is “Images slider for jQuery framework”.
 *
 * @author demorfi <demorfi@gmail.com>
 * @version 1.0
 * @source https://github.com/demorfi/jis
 * @license http://opensource.org/licenses/MIT Licensed under MIT License
 */

@font-face {

    font-family: "HelveticaNeueCyrMedium";
    src: url("../fonts/HelveticaNeueCyr-Medium.otf");

}

*{

    font-family: "HelveticaNeueCyrMedium", serif;

}

*
{
    margin  : 0;
    padding : 0;
}
html{

    max-width: 100vw;
    overflow-x: hidden;

}
body
{

    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    /* overflow    : hidden; */
    /* margin     : 0 auto 0;
     background : url("data:image/gif;base64,R0lGODlhCAAIAJEAAMzMzP///////wAAACH5BAEHAAIALAAAAAAIAAgAAAINhG4nudroGJBRsYcxKAA7") #f1f1f1; */
}

.jis-trigger:not(.jis-init),
.jis-trigger:not(.jis-init) ~ .title:not(#build),


.title
{
    color      : #8b8b8b;
    font       : bold 12px Arial, Helvetica;
    margin     : 5px 0;
    text-align : right;
}

.title a
{
    color : #0080cf;
}




/*//slick */
.slick-slide img{

    max-width: 100%;

}