
body {
    background: #C7C6C6;
    font-family: "Poppins", sans-serif;
    color: #66686D;
    margin: 0 0 10px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
p,h1,h2,h3,h4,h5,h6 {
margin:0;
}
h1 {
    color: #B06E52;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}
h2 {
    font-family: 'Rubik';
    font-size: 32px;
    font-weight: 600;
    line-height: 37.92px;
   color: #423636;
    margin:16px 0px 12px;
}
h3 {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 600;
    line-height: 28.44px;
    color: #423636;
}
h4 {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: rgba(66, 54, 54, 1);
    margin-top:24px;
}
    h4 span {
        font-weight: 700;
        color: rgba(176, 110, 82, 1);
    }
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

        .img {
            margin: 16px 0px 12px;
            max-width: 100%;
        }
a {
    text-decoration: none;
    color: #423636;
}
.link{
    font-weight:700;
}
    .link:hover {
       color: #B06E52;
    }
a:hover{
    text-decoration:underline;
}
.wrapper {
    max-width: 1296px;
    margin: -140px auto 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
}
header {
    background: url(../img/header_left.png) no-repeat center left, url(../img/header_right.png) no-repeat center right,  #EDEEED;
}
    header .container {
        max-width: 1256px;
        margin: auto;
        padding:60px 20px 170px;
    }
.header__content{
    display:flex;
    justify-content:space-between;
   align-items:center;
   margin-bottom:24px;
}

.header__nav{
    display:flex;
    align-items:center;
}
    .header__nav a {
        color: #423636;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        text-transform: none;
        margin-right: 24px;
    }
.header__search{
    display:flex;
    align-items:center;
}
    .header__search input {
        height: 50px;
        width: 247px;
        border-radius: 6px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        border: none;
        padding: 0px 20px;
        color: #66686D;
        background: url(../img/svg/search.svg) no-repeat center right 22px,rgba(255, 255, 255, 1);
    }
        .header__search input::placeholder {
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: #66686D;
        }
.header__search_icon{
    margin-left:36px;
}
    .header__search_icon a{
        margin-left:12px;
    }
.author__content{
    display:flex;
    align-items:center;
}
    .author__content .name {
       color: #423636;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .author__content .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
       color: #66686D;
        margin-top: 8px;
    }
.author__text{
    margin-left:24px;
}
.main {
    display: flex;
    justify-content: space-between;
    padding:34px 24px 34px 34px;
}
.main__right {
    max-width: 316px;
    border-left: 1px solid rgba(189, 187, 187, 1);
    padding-left:24px;
    margin-left: 24px;
    box-sizing: border-box;
}
.column .item{
    margin-top:24px;
}

    .column .item p {
        color: rgba(66, 54, 54, 1);
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        margin-top: 12px;
    }
    .column .item img{
        width:100%;
    }
.main__left {
    width:100%;
    box-sizing:border-box;
}
.text{
    margin-bottom:8px;
}


.comment_block__comm {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 600;
    line-height: 28.44px;
    margin-top: 96px;
    margin-bottom: -16px;
   color: rgba(66, 54, 54, 1);
}
.comment {
    margin: 40px 0px 0px;
    padding-top: 40px;
    border-top: 1px solid rgba(189, 187, 187, 1);
    display:flex;
}
.comment__img{
    min-width:62px;
}
.comment__img img {
    width: 100%;
}
.comment .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
   color: rgba(66, 54, 54, 1);
}
.comment__main{
    padding:0px 0px 0px 24px;
    width:100%;
}
    .comment .text {
        margin: 12px 0px 0px;
    }
.comm__date {
    color: rgba(102, 104, 109, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 2px;
}
.comm_btn {
    display: flex;
    align-items: center;
    color: rgba(66, 54, 54, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-right: 24px;
}
    .comm_btn img{
        margin-right:8px;
    }
    .comment .data {
        color: #757575;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.09px;
        padding-right: 24px;
    }
.comment__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:48px;

}
    .comment__bottom div{
        display:flex;
    }
    .comment__bottom div a:first-child {
        margin-right: 24px;
    }
.comment .answer {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgba(176, 110, 82, 1);
    text-transform: uppercase;
    text-align: right;
}
.comment_ans{
   margin-left:84px;
}
.flex_comm{
    display:flex;
    margin-top:12px;
}
    .flex_comm a:last-child{
        margin-left:12px;
    }
    .dop_comm {
        margin-top: 12px;
        width: 100%;
        max-width: fit-content;
    }
.added_comment {
    border-top: 1px solid rgba(189, 187, 187, 1);
    padding: 24px 0px 0px;
    margin-top: 40px;
}
    .added_comment p {
        font-family: 'Rubik';
        font-size: 24px;
        font-weight: 600;
        line-height: 28.44px;
        color: rgba(66, 54, 54, 1);
    }
    .added_comment textarea {
        width: 100%;
        resize: none;
        border: 1px solid rgba(189, 187, 187, 1);
        border-radius: 4px;
        min-height: 100px;
        margin: 12px 0px;
    }
    a{
        cursor:pointer;
    }

.answer_btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgba(66, 54, 54, 1);
    border-radius: 4px;
    padding: 6px 12px;
    width: fit-content;
    display: block;
    background: rgba(229, 229, 229, 1);
    text-transform:uppercase;
    margin-left:auto;
}
@media (max-width:1200px) {
    .main__right{
        max-width:250px;
    }
    header {
        background: url(../img/header_right.png) no-repeat center right -250px, #EDEEED;
    }
}
@media (max-width:1100px) {
    .header__content{
        flex-direction:column;
        align-items:start;
    }
    .header__search{
        margin-top:24px;
    }
  
}
    @media (max-width:1000px) {
        .main__right {
            max-width: 200px;
        }
        header {
            background: #EDEEED;
        }
        .main {
            flex-direction: column;
            padding: 20px;
        }

        .main__right {
            max-width: 400px;
            height: fit-content;
            border-left: none;
            padding-left: 0px;
            margin: 48px auto 0px;
        }
    }

    @media (max-width:769px) {
        .header__content{
            display:none;
        }
        .flex_comm{
            flex-direction:column;
        }
            .flex_comm img{
                width:100%;
                max-width:fit-content;
            }
            .flex_comm a:last-child {
                margin: 12px 0px 0px;
            }
        .comment_ans {
            margin-left: 0px;
        }
    }
@media (max-width:500px) {
    h1 {
        font-size: 24px;
        line-height:1.1;
    }
    h2 {
        font-size: 24px;
        line-height: 1.1;
    }
    h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    .author__content img{
        max-width:70px;
    }
}
@media (max-width:400px) {
    .comment__bottom{
        flex-direction:column;
        align-items:start;
        margin-top:12px;
    }
    .comment .answer{
        margin-top:12px;
    }
    .comment__main{
        padding-left:12px;
    }
}


