@import "reset.css"; .header-menu-item-hover {
    background: white;
    color: black;
}

body {
    font-size: 16px;
    font-family: Roboto;
    background: #E9F0F4;
}

.limit {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

header {
    position: relative;
    background: #2E3641;
    z-index: 99;
    padding: 20px 0;
}

header .menu {
    display: table;
    font-size: 0;
}

header .menu .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
}

header .menu .item.logotype {
    font-size: 45px;
    font-weight: 500;
}

header .menu .item a {
    text-decoration: none;
    display: block;
}

header .menu .item a {
    background: #2E3641;
}

header .limit {
    position: relative;
}

header {
    text-align: left;
}

header .menu {
    margin: 0 auto 0 0;
}

header .menu {
    position: relative;
    top: 0;
}

.logo {
    display: block;
    border: 0;
    text-decoration: none;
}

.logo img {
    border: 0;
}

main .content {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding: 10px;
    margin-bottom: 20px;
}

main .content .imageCont {
    text-align: center;
    margin: 10px auto;
}

main .content .imageCont img {
    vertical-align: middle;
    display: inline-block;
    max-width: 300px;
}

main .content .text h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

main .sidebar {
    display: inline-block;
    width: 26%;
    float: right;
    vertical-align: top;
    text-align: justify;
}

main .sidebar .imageCont img {
    border: none;
    width: 100%;
}

main {
    padding-top: 10px;
}

.imageInText.top {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.imageInText.left {
    float: left;
    max-width: 300px;
    margin: 5px 10px 0 0;
}

.imageInText.right {
    float: right;
    max-width: 300px;
    margin: 5px 0 0 10px;
}

.imageInText.center {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.imageInText.center._check {
    width: 100%;
}

.commentView {
    display: none;
}

main .commentsCont {
    font-family: 'Helvetica Neue';
    margin-top: 30px;
    background: white;
    padding: 15px;
    border-radius: 4px;
    border-top: 3px solid #F69087;
}

main .commentsCont .avatar {
    width: 48px;
    height: 48px;
    float: left;
}

main .commentsCont .line-1 {
    border-bottom: 2px solid #ccc;
}

main .commentsCont .line-1 .active {
    font-weight: 600;
    color: black;
    border-bottom: 2px solid #42a98b;
}

main .commentsCont .line-1 span {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #7f919e;
    font-weight: 600;
}

main .commentsCont .line-1 .login div {
    display: inline-block;
}

main .commentsCont .line-1 .login .countLogin {
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-top: 3px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    background: #f55567;
    color: white;
    cursor: pointer;
}

main .commentsCont .line-1 .login .countLogin:hover {
    background: #f2253c;
}

main .commentsCont .line-2 .item {
    color: #7f919e;
    display: inline-block;
    padding: 20px 10px;
    cursor: pointer;
}

main .commentsCont .line-2 .item div {
    display: inline-block;
}

main .commentsCont .line-2 .item:hover {
    color: black;
}

main .commentsCont .line-2 .sort {
    color: #7f919e;
    cursor: pointer;
    padding: 20px 10px;
}

main .commentsCont .line-2 .sort:hover {
    color: black;
}

main .commentsCont .line-3:before, main .commentsCont .line-3:after {
    display: table;
    content: '';
    clear: both;
    width: 100%;
}

main .commentsCont .line-3 .bodyCont {
    padding-left: 55px;
    box-sizing: border-box;
}

main .commentsCont .line-3 .bodyCont textarea {
    width: 100%;
    height: 48px;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 9px;
    font-size: 17px;
    font-family: 'Open Sans';
}

main .commentsCont .commentsList {
    list-style: none;
}

main .commentsCont .commentsList .line-1 {
    border: none;
}

main .commentsCont .commentsList .line-1:before, main .commentsCont .commentsList .line-1:after {
    display: table;
    content: '';
    clear: both;
    width: 100%;
}

main .commentsCont .commentsList .comment {
    font-family: 'Helvetica';
    margin: 20px 0;
}

main .commentsCont .commentsList .comment:hover .line-1 .floatRight {
    display: block;
}

main .commentsCont .commentsList .comment .commentCont {
    padding-left: 55px;
    box-sizing: border-box;
    width: 100%;
}

main .commentsCont .commentsList .comment .line-1 {
    font-size: 13px;
    margin-bottom: 10px;
}

main .commentsCont .commentsList .comment .line-1:before, main .commentsCont .commentsList .comment .line-1:after {
    content: none;
}

main .commentsCont .commentsList .comment .line-1 .floatRight {
    cursor: pointer;
    color: #ccc;
    display: none;
}

main .commentsCont .commentsList .comment .line-1 .floatRight *:hover {
    color: #000000;
}

main .commentsCont .commentsList .comment .line-1 .floatRight .minus {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

main .commentsCont .commentsList .comment .line-1 .floatRight .minus:after {
    content: '|';
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #cccccc;
}

main .commentsCont .commentsList .comment .line-1 .userInfo .username {
    color: #42a98b;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

main .commentsCont .commentsList .comment .line-1 .userInfo .username:after {
    content: '•';
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #cccccc;
}

main .commentsCont .commentsList .comment .line-1 .userInfo .date {
    display: inline-block;
    color: #7f919e;
    cursor: pointer;
}

main .commentsCont .commentsList .comment .line-1 .userInfo .date:hover {
    color: #000000;
}

main .commentsCont .commentsList .comment .line-2 {
    font-size: 15px;
}

main .commentsCont .commentsList .comment .line-2 .commentBody img {
    max-width: 305px;
    width: 100%;
}

main .commentsCont .commentsList .comment .line-2 .commentBody .imageCont {
    text-align: center;
    margin: 10px 0;
}

main .commentsCont .commentsList .comment .line-3 {
    cursor: pointer;
    font-size: 13px;
    color: #cccccc;
    margin-top: 10px;
}

main .commentsCont .commentsList .comment .line-3 *:hover {
    color: #2a2e2e;
}

main .commentsCont .commentsList .comment .line-3 .up, main .commentsCont .commentsList .comment .line-3 .down {
    display: inline-block;
}

main .commentsCont .commentsList .comment .line-3 .up {
    position: relative;
    margin-right: 10px;
}

main .commentsCont .commentsList .comment .line-3 .up:after {
    content: '|';
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    color: #cccccc;
}

main .commentsCont .commentsList .comment .line-3 a {
    color: #ccc;
    text-decoration: none;
    margin-left: 10px;
}

main .floatRight {
    float: right;
}

main .floatLeft {
    float: left;
}

main .line {
    display: block;
}

main #commV1 {
    display: block;
}

header .mobileMenu {
    display: none;
}

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

@media screen and (max-width: 1058px) {
    main .sidebar {
        display: none;
    }

    .logo {
        position: relative;
        transform: none;
    }

    main .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    header .menu .item:not(.logotype) {
        display: none;
    }

    header a {
        text-decoration: none;
    }

    header .mobileMenu {
        display: block;
        color: white;
        font-size: 30px;
        top: 50%;
        text-align: left;
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .imageInText.left, .imageInText.right {
        float: none;
        display: block;
        max-width: 300px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 425px) {
    main .commentsCont .commentsList .comment .commentCont {
        padding-left: 0;
    }

    .commentBody {
        display: block;
        clear: both;
        padding-top: 10px;
    }

    .userInfo {
        padding-top: 16px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 410px) {
    main .commentsCont .line-2 .sort {
        display: none;
    }

    .commentsCont .login {
        display: none;
    }

    main .commentsCont .line-3 .bodyCont textarea {
        font-size: 15px;
    }

    main .content .imageCont img {
        width: 100%;
    }
}

.comment__img {
    display: block;
    max-width: 100%;
    max-height: 430px;
    margin: 10px auto;
}

.prodAnch {
    transition: color .2s ease-in-out;
}

.prodAnch:hover {
    color: red;
}
