* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.limit {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}


ul {
    list-style: none;
}

.head ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
}

.head li {
    display: inline-block;
    vertical-align: middle;
}






.head li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #898989;
    padding: 10px;
    position: relative;
}

.head li a:before {
    content: url('../img/line.png');
    position: absolute;
    right: -3px;
    top: 6px;
}


.head li:nth-child(1) a:before {
    content: url('../img/line.png');
    position: absolute;
    right: -3px;
    top: 12px;
}


.head li a img {
    display: inline-block;
    vertical-align: middle;
}

.head .logo {
    position: relative;
    top: 40px;
    display: inline-block;
    vertical-align: middle;
}

.btmhead {
    background: url('../img/bg.png') no-repeat center center;
    width: 100%;
    height: 62px;
    background-size: cover;
    text-align: right;
    line-height: 33px;
}

.btmhead ul {
    display: inline-block;
    width: 560px;
    margin-right: 58px;
}

.datatime {
    font-size: 15px;
}

.btmhead li {
    display: inline-block;
    vertical-align: top;
}

.btmhead li span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #00565d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    padding: 14px;
    position: relative;
}

.btmhead li:first-child span:before {
    content: url('../img/light.png');
    position: absolute;
    left: 0;
    top: 16px;
}

.link .left {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 2px;
    margin-right: 70px;
}


.link .left a {
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
    text-decoration: none;
}

.social {
    display: inline-block;
    vertical-align: middle;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 2px;
}

.social a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: white;
    text-decoration: none;
    background: #929292;
    text-align: center;
}

.search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
}


.search input {
    border: 1px solid #929292;
    display: block;
    width: 100%;
    max-width: 200px;
    border-radius: 40px;
    padding: 7px;

}


.searchbtn {
    position: absolute;
    right: -1px;
    top: 0;
    text-align: center;
    background: #c0c0c0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    border-radius: 50%;
}

.main {
    font-family: 'Roboto Slab', serif;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main p {
    padding: 5px 0;
}

.img_center {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

h2 {
    padding: 10px 0;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
    font-size: 19px;
}

.about {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.main a {
    color: black;
    font-weight: bold;
}

.prod {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.btn {
    color: #00565d;
    background: url('../img/btn.png') no-repeat;
    background-size: cover;
    width: 256px;
    height: 99px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    line-height: 99px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.comment h3 {
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.comm {
    padding: 20px 0;
}

.ava {
    float: left;
}

.ava img {
    width: 100%;
    max-width: 50px;
}

.text {
    padding-left: 60px;
}

.text p {
    padding: 5px 0;
}

.text .name {
    font-weight: bold;
    color: #4c68a1;
    text-decoration: none;
}

.bottom a {
    text-decoration: none;
    color: #4c68a1;
}

.footer {
    background: #333333;
    border-top: 4px solid #79d7c1;
    padding: 20px 0;
}

.footer p {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer ul {
    float: right;
    margin-top: -20px;
}

.footer ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.burger {
    display: none;
}

.answer {
    padding-left: 60px;
}

@media screen and (max-width: 1000px) {
    .mobile {
        display: none;
    }

    .btmhead {
        background: none;
        height: auto;
    }

    .comment {
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer {
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .burger {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        color: black;
        text-decoration: none;
    }

    .btmhead ul {
        display: none;
    }

    .link {
        display: none;
    }

    .head ul {
        display: none;
    }

    .head .logo {
        display: block;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        position: static;
    }
}


@media screen and (max-width: 600px) {
    .footer ul {
        display: none;
    }

    .footer p {
        text-align: center;
    }

    h1 {
        font-size: 20px;
        padding: 10px 0;
    }
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

.main-lnk {
    text-decoration: none !important;
    color: inherit !important;
}