.menu-main {
    margin-bottom: 20px;
}

.menu-block-1 {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 10px;
}

.menu-block-1 > div {
    display: inline-block;
    padding-right: 40px;
}

.menu-block-1 a {
    font-size: 18px;
}

.menu-block-1 .active a {
    opacity: 1!important;
    color: black;
    text-decoration: underline;
}

/*.logotip {
    background-image: url("../images/logo6.jpg");
    width: 170px;
    height: 64px;
    background-size: 170px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0px 0px 0px 0px;
}*/

.logotip {
    background-color: #e80000;
    width: 170px;
    height: 64px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/logotip_vector.svg);
    background-size: 160%;
    background-position: -52px -40px;
    z-index: 999999;
    opacity: 1!important;
}

.logotip:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}


.logotip span {
    color: #FFFFFF;
    font-size: 24px;
    margin: 2px 0px 0px 82px;
    position: absolute;
    font-weight: bolder;
}

.logotip span + span {
    color: #FFFFFF;
    font-size: 24px;
    margin: 26px 0px 0px 82px;
    position: absolute;
    font-weight: bolder;
}




@media (max-width: 960px) {

    .logo {
        opacity: 1;
        font-size: 32px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding-top: 10px;
        position: relative;
    }

    #menu {
        z-index: 1001;
        width: 100%;
        height: 50px;
        position: fixed;
        background-color: #ffffff;
        left: 50%;
        transform: translate(-50%, 0);
        padding-top: 4px;
    }

    #menu-bar {
        width: 45px;
        height: 40px;
        margin: -32px 20px 10px 10px;
        cursor: pointer;
        right: 0;
        position: absolute;
    }

    #menu-bar.change {
        margin: -32px 20px 10px 46px;
    }

    .nav.change {
        /*margin-top: 80px;*/
        text-align: center;
    }

    .bar {
        height: 5px;
        width: 100%;
        background-color: #222222;
        display: block;
        border-radius: 5px;
        transition: 0.3s ease;
    }

    #bar1 {
        transform: translateY(-4px);
    }

    #bar3 {
        transform: translateY(4px);
    }

    .nav {
        transition: 0.3s ease;
        display: none;
    }

    .nav ul {
        padding: 0 0px;
        padding-top: 100px;
    }

    .nav li {
        list-style: none;
        padding: 12px 0;
    }

    .nav li a {
        color: #222222;
        font-size: 34px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav li a:hover {
        font-weight: bold;
    }

    .menu-bg, #menu {
        top: 0;
        right: 0;
        /*position: absolute;*/
        padding-left: 20px;
    }

    .menu-bg {
        z-index: 1000;
        width: 0;
        height: 0;
        margin: 30px 0 20px 20px;
        /*background: radial-gradient(circle, #DC052D, #DC052D);*/
        /*background-color: #4a6186;*/
        background: url("./../images/bg_green.jpg");
        border-radius: 50%;
        transition: 0.3s ease;
        position: absolute;
    }

    .change {
        display: block;
    }

    .change .bar {
        background-color: #222222;
    }

    .change #bar1 {
        transform: translateY(4px) rotateZ(-45deg);
    }

    .change #bar2 {
        opacity: 0;
    }

    .change #bar3 {
        transform: translateY(-6px) rotateZ(45deg);
    }

    .change-bg {
        /*width: 1200px;
        height: 1200px;
        transform: translate(56%, -22%);*/
        position: fixed;
        width: 100%;
        height: 1200px;
        transform: translate(0%, 0%);
        margin: 0% 0%;
        border-radius: 0%;
        /*border: 1px solid black;*/
        box-shadow: 0px 10px 14px -7px #333333 !important;

    }
}


@media (max-width: 767px) {

    .logo {
        background-color: #e80000;
        color: white;
        margin-left: -20px;
        padding: 4px 16px;
    }

    #menu {
        padding-top: 0px;
    }
}