
body {
    background: rgba(229, 229, 229, 1);
    font-family: "Open Sans", sans-serif;
   color: rgba(0, 10, 17, 1);
    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;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 49.03px;
    margin:25px 0px 12px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
}
p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
}
        .img {
            margin: 0px 0px 12px;
            max-width: 100%;
        }
a {
    text-decoration: none;
    color: rgba(0, 10, 17, 1);
}
.link{
    font-weight:700;
}
    .link:hover {
        color: rgba(255, 93, 2, 1);
    }
a:hover{
    text-decoration:underline;
}
.wrapper {
    max-width: 1296px;
    margin: -128px auto 0px;
    background: rgba(255, 255, 255, 1);
    border-radius:12px;
}
header {
    background: url(../images/header_left.png) no-repeat center left,url(../images/header_right.png) no-repeat center right, rgba(0, 10, 17, 1);
}
    header .container {
        max-width: 1256px;
        margin: auto;
        padding:48px 20px 160px;
    }
.header__content{
    display:flex;
    justify-content:space-between;
   align-items:center;
   margin-bottom:54px;
}

.header__nav{
    display:flex;
    align-items:center;
}
    .header__nav a {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: white;
        text-transform: none;
        margin-right: 24px;
    }
.header__search{
    display:flex;
    align-items:center;
}
    .header__search input {
        height: 50px;
        width: 247px;
        border-radius: 4px;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        border: none;
        padding: 0px 20px;
       color: rgba(102, 102, 102, 1);
        background: url(../images/search.svg) no-repeat center right 22px,rgba(255, 255, 255, 1);
    }
        .header__search input::placeholder {
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: rgba(102, 102, 102, 1);
        }
.header__search_icon{
    margin-left:36px;
}
    .header__search_icon a{
        margin-left:12px;
    }
.author__content{
    display:flex;
    align-items:center;
}
    .author__content .name {
        font-size: 24px;
        font-weight: 500;
        line-height: 26px;
        color: white;
        margin-bottom: 8px;
    }
    .author__content .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: white;
    }
.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 {
    margin-top: 8px;
}
    .column .item img{
        width:100%;
    }
.main__left {
    width:100%;
    box-sizing:border-box;
}
.text{
    margin-bottom:12px;
}

        .comment_block {
        margin: 60px 0px 0px;
    }
        .comment_block h5 {
            font-size: 36px;
            font-weight: 500;
            line-height: 47.99px;
            color: #01216A;
          
        }
.comment_block__comm {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    margin-top: 96px;
    margin-bottom: -16px;
}
.comment {
    margin: 40px 0px 0px;
    padding-top: 40px;
    border-top: 1px solid rgba(189, 187, 187, 1);
    display:flex;
}
.comment__img{
    min-width:60px;
}
.comment__img img {
    width: 100%;
}
.comment .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.comment__main{
    padding:0px 0px 0px 25px;
    width:100%;
}
    .comment .text {
        margin: 12px 0px 0px;
    }
.comm__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 2px;
}
.comm_btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: rgba(28, 33, 52, 1);
    background: rgba(229, 229, 229, 1);
    border-radius: 4px;
    padding: 6px 12px;
    min-width:80px;
    width: fit-content;
    display: block;
    margin-left:auto;
}

.comment__bottom{
    display:flex;
    align-items:center;
    justify-content:end;
    margin-top:48px;

}
    .comment__bottom div{
        display:flex;
    }
    .comment__bottom div a:first-child {
        margin-right: 24px;
    }

.comment_ans{
   margin-left:84px;
}


    .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 {
      color: rgba(43, 43, 43, 1);
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
    }
    .added_comment textarea {
        width: 100%;
        border: 1px solid rgba(189, 187, 187, 1);
        border-radius: 4px;
        min-height: 100px;
        margin: 12px 0px;
        resize: none;
    }
    a{
        cursor:pointer;
    }

@media (max-width:1050px) {
    .header__content{
        flex-direction:column;
        align-items:start
    }
    .header__search{
        margin-top:24px;
    }
    header {
        background: url(../images/header_right.png) no-repeat top right, rgba(0, 10, 17, 1);
    }
    .main__right{
        max-width:200px;
    }
}
@media (max-width:769px) {
    .header__content{
        display:none;
    }
    header .container{
        padding:20px 10px 160px;
    }
    .author__content img{
        max-width:90px;
    }
    .author__text{
        margin-left:12px;
    }
    .main{
        flex-direction:column;
        padding:20px;
    }
    p{
        font-size:16px;
        line-height:1.2;
    }
    h2{
        font-size:24px;
        line-height:1.2;
    }
    .main__right{
        max-width:400px;
        margin:20px auto 0px;
        padding:0px;
        border:none;
    }
    .comment_ans{
        margin-left:0px;
    }
    .comment__main{
        padding:0px 0px 0px 10px;
    }
}
@media (max-width:360px) {
    .comment__bottom div{
        flex-direction:column;
    }
    .comment__bottom{
        justify-content:start;
        margin-top:20px;
    }
    .comm_btn{
        margin:0px 0px 10px;
    }
}
