﻿.logotype {
    background: url(/images/logotype.min.svg) no-repeat center/contain;
    text-indent: -999px;
    overflow: hidden;
    width: 140px;
    height: 70px;
    margin: 0 15px;
    transition: .3s height;

    @media screen {
        @media (min-width:1024px) {
            width: 190px;
            height: 85px;
            margin: 0 15px;
        }
    }
}

.logotype-wrapper{
    @media screen {
        @media (max-width:959px) {
            display:table;
            margin:0 auto;
        }
    }
}