body {
    background-color: #f3f4f5;
}

.content {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    border: 1px solid rgba(34, 36, 38, .15);
}

.cont__text {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: justify;
}

.cont__img {
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.cont__img.product {
    width: 50%;
}

.cont__img img {
    width: 100%;
}

.cont__img.group {
    display: flex;
}

.img__float {
    float: right;
    margin-left: 30px;
    max-width: 400px;
}

.necessary__list li {
    font-size: 22px;
}

.comments__text {
    position: relative;
    font-size: 16px;
}

.comment__block-grey {
    position: relative;
    margin-bottom: 10px;
}

.comment__block {
    position: relative;
}

.container {
    max-width: 960px;
}

.like__block {
    position: relative;
    width: 65px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    margin-left: 81%;
    margin-bottom: -21px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.4);
}

.like__finger {
    position: absolute;
    z-index: 2;
}

.like__heart {
    position: absolute;
    left: 19px;
    z-index: 0;

}

.like__block img {
    width: 100%;
    border-radius: 50%;
    width: 30px;
}

.like__block_text {
    font-size: 15px;
    /* margin-left: 15px; */
}

img.like__heart {
    width: 28px;
}

.like__block_text.change {
    position: absolute;
    top: 2px;
    right: 5px;
}

.comment_add_img {
    max-width: 300px;
    margin-left: 15%;
}

.comment_add_img img {
    width: 100%;
    height: 100%;
}

.comment {
    margin-top: 40px !important;
}

.comment__block {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.comment__img {
    max-width: 60px;
    margin-right: 17px;
}

.comment__img img {
    min-width: 60px;
    width: 100%;
    border-radius: 50%;
}

.comment p {
    text-indent: 0;
}

.comment__block-grey {
    width: 100%;
}

.answer__text {
    font-size: 16px;
    font-weight: bold;
}

.answer__text.time {
    font-weight: normal;
}

.comment__block_wrapper {
    width: 100%;
    margin-bottom: 10px;
}

.comment__block-grey {
    padding: 7px;
    border-radius: 14px;
    background-color: #f0f2f5;
    margin-top: 15px;
    box-sizing: border-box;
}

.box-blue-light {
    background-color: #ff0000;
    color: #444;
    border-radius: 20px;
    padding: 10px;
}

@media screen and (max-width: 570px) {
    .like__block {
        margin-left: 70%;
    }
}

.navbar.navbar-expand-md.navbar-light {
    padding: 0.8rem;
}

.collapse__title {
    font-weight: bold;
    font-size: 15px;
    /* color: red; */
    margin-right: 10px;
    color: #fff;
}

.collapse.navbar-collapse {
    justify-content: space-between;
}

.collapse__title-link {
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.collapse__title-link:hover {
    color: rgb(241, 235, 235);

}

.nav-link {
    text-decoration: underline;
}

#HeaderItems {
    width: 100%;
}

.content__text {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 20px;
}

.navbar-nav li:last-child {
    order: 2;
    margin-left: auto;
}

.second__header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text__img-block {
    margin-bottom: 20px;
}

.dialog__block {
    display: flex;
    align-items: end;
}

.dialog__block img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.img__float.float__left {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.border_block {
    display: inline-block;
    border: 4px solid red;
}

.bg-read {
    background-color: #1fbcd2;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #fff;
    padding: 15px 10px 15px;
}

.pContent {
    text-align: left;
}

.usageGuide {
    background: url(..images/blockUseLG.jpg)no-repeat top center;
    background-size: 610px;
    min-height: 340px;
    margin-bottom: 30px;
}

.form-block {
    max-width: 600px;
    margin: 0 auto;
}

.form-block form {
    padding: 20px 10px;
    border: 3px rgba(128, 128, 128, 0.25);
    border-style: dashed;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.form-block input {
    display: block;
    margin: 10px auto;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    max-width: 400px;
}

.form-block button {
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    max-width: 424px;
    background-color: #e3060f;
    border: none;
    color: #fff;
    font-weight: 600;
    font-family: arial, sans-serif;
    line-height: 1.5;
    margin: 30px auto 0;
    cursor: pointer;
    transition: .3s;
}

.comment_top_img {
    border-top: 2px solid rgba(148, 146, 146, 0.4);
    border-bottom: 2px solid rgba(148, 146, 146, 0.4);
    margin-bottom: 5px;
}

.comment_top_img img {
    max-width: 50%;
}

.most_actual {
    position: relative;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(95, 93, 93, 0.8);
}

.most_actual::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    /* background-color: #000; */
    color: rgba(95, 92, 92, 0.7);
    top: 5px;
    right: 10px;
    transform: rotate(45deg);
    background: linear-gradient(-45deg, rgb(71, 71, 71) 0%, rgb(100, 99, 99) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.middle img {
    width: 60%;
}

.float {
    max-width: 500px;
    float: right;
    margin-left: 20px;
}