
body {
    background: rgba(234, 233, 237, 1);
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 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;
}
h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    max-width: 730px;
}
h2 {
    font-family: 'Tinos';
    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;
}
p span{
    font-weight:700;
}
.italic {
    font-style: italic;
    margin-top:-25px;
}

        .img {
            margin: 14px 0px 30px;
            max-width: 100%;
        }
a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.link{
    font-weight:700;
}
    .link:hover {
       color: rgba(255, 65, 65, 1);
    }
a:hover{
    text-decoration:underline;
}
.wrapper {
    max-width: 1140px;
    margin: -278px 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 bottom right;
}
    header .container {
        max-width: 1140px;
        margin: auto;
        padding: 40px 20px 310px;
    }
.header__content{
    display:flex;
    justify-content:space-between;
   align-items:center;
   margin-bottom:10px;
}

.header__nav{
    display:flex;
    align-items:center;
}
    .header__nav a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        text-transform: none;
        margin-right: 30px;
    }
.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: rgba(199, 199, 199, 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(199, 199, 199, 1);
        }
.header__search_icon{
    margin-left:8px;
}
    .header__search_icon a{
        margin-left:10px;
    }
.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:32px;
}
.blog {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom:20px;
    position:relative;
    width:fit-content;
}
    .blog:before {
        content: "";
        width: 100%;
        height:2px;
        background: rgba(0, 0, 0, 1);
        position:absolute;
        bottom:0;
        left:0;
        right:0;
    }
    .main {
        display: flex;
        justify-content: space-between;
        padding: 80px 22px 0px 50px;
    }
.main__right {
    max-width: 318px;
    width:100%;
    border-left: 1px solid rgba(229, 229, 229, 1);
    padding-left:20px;
    margin-left: 50px;
    box-sizing: border-box;
   
}
.column .item{
    margin-top:40px;
}
.main__right h3{
    margin-top:0px;
}
.column .item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom:20px;
}
    .column .item img{
        width:100%;
    }
.main__left {
    width: 70%;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.text{
    margin-bottom:16px;
}

.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;
    max-width:66px;
}

    .comment__img img {
        width: 100%;
    }

.comment .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.comment__main {
    padding: 0px 0px 0px 24px;
    width: 100%;
}

.comment .text {
    margin: 20px 0px 25px;
}

.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;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background: rgba(229, 229, 229, 1);
    border-radius: 4px;
    padding: 14px 10px;
    min-width: 140px;
    display: block;
    width:fit-content;
}

.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: 25px;
    width: 100%;
    max-width: fit-content;
}
.added_comment {
    border-top: 1px solid rgba(229, 229, 229, 1);
    padding: 24px 0px 0px;
    margin-top: 40px;
}
    .added_comment p {
    color: rgba(118, 118, 118, 1);
        font-weight: 700;
    }
    .added_comment .comm_btn {
        width: fit-content;
        margin-left:auto;
    }
.added_comment textarea {
    width: 100%;
    border: 1px solid rgba(189, 187, 187, 1);
    border-radius: 4px;
    min-height: 100px;
    margin: 12px 0px;
    resize: none;
}
.comm_ans{
    margin-left:77px;
    border:none;
}
    a{
        cursor:pointer;
    }
@media (max-width:1200px) {
    .main__right{
        max-width:240px;
    }
    header{
        background:none;
    }
}
    @media (max-width:1000px) {
        .main__left{
            padding-bottom:20px;
        }
        .main {
            flex-direction: column;
        }
        .main__left{
            width:100%;
        }
        .main__right {
            border: none;
            padding: 0;
            margin: 48px auto 0px;
            max-width: 100%;
            max-width:400px;
            padding-bottom:50px;
        }

        .column {
            margin: 0px auto;
        }
            .column a {
                margin:12px auto 0px;
                width: 100%;
            }

        .header__content {
            flex-direction: column;
            align-items: start;
            margin-bottom: 24px;
        }

        .header__nav {
            margin-bottom: 24px;
        }

        header {
            background-size: cover;
        }
    }


    @media (max-width:750px) {
        .header__content {
            display: none;
        }

        .main {
            padding: 20px 10px;
        }
        .comm_ans{
            margin-left:0px;
        }
    }

    @media (max-width:600px) {
        h1 {
            font-size: 24px;
            line-height: 1.2;
        }

        h2 {
            font-size: 24px;
            line-height: 1.2;
        }

        .comment__main {
            padding-left: 12px;
        }

        #terra-wrapper .order-wrapper .terra-btn, .btn-wrapper .terra-btn {
            box-sizing: border-box;
        }

        #terra-wrapper .prod-wrapper img {
            width: 100%;
        }

        .author__content img {
            width: 80px;
        }

        .author__text {
            margin-left: 12px;
        }

        .column a {
            width: 100%;
            margin: 12px 0px 0px;
        }

        .comment__bottom {
            flex-direction: column;
            align-items: start;
        }

            .comment__bottom div {
                flex-direction: column;
            }

        .comm_btn {
            margin-bottom: 12px;
        }

        .comment_ans {
            margin-left: 0px;
        }

        .column {
            max-width: 400px;
            margin: auto;
        }

        .main__right h3 {
            margin-bottom: 0px;
        }
    }

    @media (max-width:450px) {
        .relative_block img {
            max-width: 300px;
        }

        .relative_block .abs-1 {
            top: 12px;
        }

        .relative_block .abs-2 {
            top: 12px;
            right: 12%;
        }

        .relative_block p {
            font-size: 10px;
            line-height: 1.1;
        }

        .relative_block .abs-3 {
            top: 50px;
            left: 25px;
        }

        .relative_block .abs-4 {
            top: 95px;
            left: 30px;
        }

        .relative_block .abs-5 {
            top: 130px;
            left: 10px;
        }

        .relative_block .abs-6 {
            bottom: 90px;
            left: 5px;
        }

        .relative_block .abs-7 {
            top: 53px;
            right: 5px;
        }

        .relative_block .abs-8 {
            top: 130px;
            right: 25px;
            max-width: 50px;
        }

        .relative_block .abs-9 {
            bottom: 80px;
            right: 10px;
        }
    }

