

body {
    min-width: 320px;
}


/* ЛОГОТИП */

.logo {
    display: inline-block;
    margin-top: 20px;
}

.logo a:hover {
    text-decoration: none;
}

@media screen and (max-width: 320px) {
    .logo {
        margin-top: 10px;
    }
}


.sm {
    font-size:55px;
    font-weight:bold;
    font-family:comic sans ms,comic-sans-w01-regular,comic-sans-w02-regular,comic-sans-w10-regular,Ubuntu Neue,Ubuntu;
}

.sm_1 {
    color:#EA4335;
}

.sm_2 {
    color:#4285F4;
}

.sm_3 {
    color:#FBBC05;
}

.sm_4 {
    color:#34A853;
}

@media screen and (max-width: 320px) {
    .sm {
        margin-left: 5px;
        font-size: 40px;
    }
}


/* НАЗВАНИЕ ГОРОДА */

.gorod {
    color: #000;
    font-size: 12px;
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 1;
    width: 104px;
    text-align: center!important;
}

@media screen and (max-width: 1199px) {
    .gorod {
        color: #000;
        font-size: 12px;
        position: fixed;
        right: 0px;
        bottom: 75px;
    }
}

@media screen and (max-width: 714px) {
    .gorod {
        top: 10px;
        left: 0px;
/*        left: 25px;*/
        position: absolute;
        height: 20px;
/*        width: 50px;*/
        width: unset;
        text-align: unset!important;
    }
}

@media screen and (max-width: 320px) {
    .gorod {
        top: 0px;
        left: 0px;
        margin-top: 0px;
        margin-left: 5px;
    }
}


/* СТАРЫЕ СТИЛИ */

.nav {
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 320px) {
    .nav {
        margin: 0px 0;
    }
}


/* ПУНКТЫ МЕНЮ */

.nav_items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav_item {
    margin-right: 4px;
    margin-left: 28px;
    display: inline-block;
}

.nav_item a:hover {
    text-decoration: none;
    color:#AB0535;
}

@media screen and (max-width: 800px) {
    .nav_item {
        margin-left: 0px;
        margin-right: 14px;
    }
}

@media screen and (max-width: 641px) {
    .nav_item {
        margin-right: 11px;
    }
}

@media screen and (max-width: 632px) {
    .nav_items {
        display: block;
        text-align: left;
    }
    .nav_item {
        margin-right: 0px;
        display: block;
    }
    .nav_item a {
        white-space: nowrap;
    }
}


.menu {
    display: inline-block;
}

@media screen and (max-width: 632px) {
    .menu {
        display: block;
    }
}


.spec {
    font-size: 30px;
    color: #555;
}

@media screen and (max-width: 320px) {

    .spec {
        font-size: 20px;
    }
}


.thk {
    margin-top: 37px;
    margin-right: 10px;
}

@media screen and (max-width: 550px) {

    .thk {
        margin-top: 37px;
        margin-right: 10px;
        position: fixed!important;
        top: 0;
        left: 280px;
        z-index: 10;
    }
}

@media screen and (max-width: 320px) {

    .thk {
        margin-top: 17px;
    }
}


@media screen and (max-width: 550px) {

    .pull-right {
        float: none;
    }    
}

