
body {
    background: rgba(234, 233, 237, 1);
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 20px;
}
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 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    max-width: 730px;
}
h2 {
    font-family: "Tinos", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin:60px 0px 30px;
}
h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width:fit-content;
}
    p span {
        font-weight: 700;
    }
    .text{
        margin-bottom:16px;
    }
    .italic{
        font-style:italic;
        margin-top:-20px;
    }
.title{
    margin:10px 0px 20px;
    font-weight:700;
}
.title:after {
    content: "";
    background:rgba(0, 0, 0, 1);
    height:2px;
    width:100%;
    display:block;
}
.img{
    margin-top:14px;
    margin-bottom:30px;
    max-width:100%;
}

a {
text-decoration:none;
color:black;
}
.link{
    font-weight:700;
    display:contents;
}
    .link:hover {
        color: rgba(255, 122, 0, 1);
    }
a:hover{
    text-decoration:underline;
} 
.wrapper {
    max-width: 1140px;
    margin: -242px auto 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
header {
    background: url(../images/header.png) no-repeat top right, rgba(234, 233, 237, 1);
}
    header .container {
        max-width: 1160px;
        margin: auto;
        padding:60px 20px 270px;
    }
.header__content{
    display:flex;
    justify-content:space-between;
   align-items:center;
}

.header__nav{
    display:flex;
    align-items:center;
}
    .header__nav a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        text-transform: none;
        color: rgba(0, 0, 0, 1);
        margin-right: 20px;
    }
.header__search{
    display:flex;
    align-items:center;
}
    .header__search input {
        height: 50px;
        width: 290px;
        border-radius: 4px;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        border: none;
        padding: 0px 20px;
        color: #C7C7C7;
        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: #C7C7C7;
        }
.header__search_icon{
    margin-left:10px;
}
    .header__search_icon a{
        margin-left:8px;
    }
.author__content{
    display:flex;
    align-items:center;
}
    .author__content .name {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom:12px;
    }
    .author__content .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin-top:12px;
    }
.author__text{
    margin-left:30px;
}
.main {
    display: flex;
    justify-content: space-between;
    padding:80px 22px 50px 50px;
}
.main__right {
    max-width:248px;
    height:fit-content;
    margin-left:70px;
    box-sizing:border-box;
}


.column .item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 40px 0px 20px;
}
    .column .item img{
        width:100%;
    }
.main__left {
    width:100%;
    box-sizing:border-box;
}
.order-wrapper p{
    text-align:start;
    margin-top:60px;
}
.comment_block__top {
    display: flex;
    justify-content: space-between;
}
    .comment_block__top p {
        font-weight: 700;
        color: rgba(118, 118, 118, 1);
    }
        .comment_block {
        margin: 60px 0px 0px;
    }
        .comment_block h5 {
            font-size: 36px;
            font-weight: 500;
            line-height: 47.99px;
            color: #01216A;
          
        }
.comment_block__name{
    font-weight:700;
    margin-top:25px;
}
.comment_block__comm {
    font-weight: 700;
   color: rgba(118, 118, 118, 1);
   margin-top:60px;
   margin-bottom:-10px;
}
.comment {
    margin: 50px 0px 0px;
    padding-top: 40px;
    border-top: 1px solid rgba(229, 229, 229, 1);
    display:flex;
}
.comment__img{
    min-width:66px;
}
.comment__img img {
    width: 100%;
}
.comment .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.comment__main{
    padding:0px 0px 0px 25px;
}
.answer_comm{
    margin-left:82px;
}
    .comment .text {
        margin: 20px 0px 30px;
    }
.comm__date {
    color: rgba(118, 118, 118, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-top:5px;
}
.comm_btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background: rgba(229, 229, 229, 1);
    border-radius: 4px;
    padding: 7px 30px;
    width: fit-content;
    display: block;
}
.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;
}
    .comment__bottom div{
        display:flex;
    }
    .comment__bottom div a:first-child {
        margin-right: 30px;
    }
.comment .answer {
   color: rgba(196, 196, 196, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
}
.dop_comm{
    margin-bottom:30px;
    width:100%;
    max-width:fit-content;
}
.added_comment {
    border-top: 1px solid rgba(229, 229, 229, 1);
    padding:30px 0px 60px;
    margin-top:60px;
}
    .added_comment p {
        font-weight: 700;
        color: rgba(118, 118, 118, 1);
    }
    .added_comment textarea {
        width: 100%;
        resize: none;
        border: 1px solid rgba(229, 229, 229, 1);
        border-radius: 4px;
        min-height: 100px;
        margin: 20px 0px;
    }
    .added_comment .comm_btn {
        margin-left: auto;
    }
    a{
        cursor:pointer;
    }
.bottom_main .column{
    display:flex;
    margin:0px -10px;
}
    .bottom_main .column a {
        width: calc(26% - 20px);
        margin:0px 10px;
    }
    .header__nav a:last-child {
        margin: 0;
    }
.bottom_main h2 {
  margin:0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: rgba(118, 118, 118, 1);
}
.bottom_main .column .item{
    display:flex;
    flex-direction:column;
}
.bottom_main .column .item img {
    order: -1;
    height:170px;
    object-fit:cover;
    margin:10px 0px;
}
    .bottom_main .column .item p {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        margin:0px;
    }


@media (max-width:1150px) {
    header {
        background: url(../images/header.png) no-repeat top right -200px, rgba(234, 233, 237, 1);
    }
    .header__content{
        flex-direction:column;
        align-items:start;
    }
    .header__nav{
        margin-bottom:20px;
    }
    .main__right {
        margin-left:40px;
    }
}
@media (max-width:1000px) {
    .main__right {
        display: none;
    }
    .main {
        padding: 20px ;
    }

}
    @media (max-width:769px) {
        header {
            background: rgba(234, 233, 237, 1);
        }
        .header__content {
            display: none;
        }
        .order-wrapper p{
            margin-top:30px;
        }
        .comment__main{
            padding-left:10px;
        }
        h1 {
            font-size: 24px;
            line-height: 30px;
        }
        h2{
            font-size:24px;
            line-height:1.2;
            margin:30px 0px 15px;
        }
        .author__text {
            margin-right: 10px;
        }
        .author__content img {
            width: 70px;
        }
        .answer_comm{
            margin-left:0px;
        }
        .comment__bottom {
            flex-direction: column;
            align-items: start;
        }

            .comment__bottom div {
                flex-direction: column;
            }

                .comment__bottom div a:last-child {
                    margin: 20px 0px;
                }

        .bottom_main .column {
            flex-direction: column;
            align-items: center;
            margin: auto;
        }
        .bottom_main{
            max-width:400px;
            margin:auto;
        }
        .bottom_main .column a {
            width: 100%;
            margin: 0px 0px 10px;
        }
            .bottom_main h2{
                margin-bottom:20px;
            }
            .bottom_main .column .item img {
                height: 100%;
            }

        header .container {
            padding: 20px 10px 270px;
        }
    }
