@charset "UTF-8";
.logotyp {
    background: url(/web-studio.sochi.webp) no-repeat 0 0;
    color: #f6f6f6;
    text-decoration: none;
    text-indent: -9999px;
    height: 220px;
    width: 220px;
    display: block;
    margin: auto;
    margin-top: -290px;
    margin-bottom: 10px;
    z-index: 5;
    position: relative;
    background-size: 220px;
}
@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans Light'),
         url('woff/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans Regular'),
         url('woff/FiraSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans Medium'),
         url('woff/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}