
body {
    background: rgba(234, 233, 237, 1);
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    padding-bottom: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;
    margin:12px 0px;
    max-width:600px;
}
h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
h3 {
    font-family: "Tinos", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin:60px 0px 30px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width:fit-content;
}
    p span {
        font-weight: 700;
    }
.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:18px;
    margin-bottom:30px;
    max-width:100%;
}
ul li{
    list-style:none;
}
ul{
    padding:0;
}
li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}
    li:before {
        content: '';
        border-radius: 100%;
        min-width: 5px;
        height: 5px;
        display: block;
        background: rgba(0, 0, 0, 1);
        margin-right: 12px;
    }
a {
text-decoration:none;
color:black;
}
.link {
    font-weight: 700;
    display: contents;
    font-style: italic;
}
    .link:hover {
        color: #894B8E;
    }
a:hover{
    text-decoration:underline;
}
.wrapper {
    max-width: 1140px;
    margin: -142px auto 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
header {
    background:url(../img/header.png) no-repeat center, linear-gradient(90deg, rgba(255, 255, 255, 0) 27.37%, #FFFFFF 69.1%);
    background-size:cover;
}
    header .container {
        max-width: 1160px;
        margin: auto;
        padding:60px 20px 170px;
    }
.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: 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: #757575;
        background: url(../img/svg/search.svg) no-repeat center right 22px,rgba(255, 255, 255, 1), linear-gradient(90deg, rgba(240, 242, 244, 0) 21.81%, #F0F2F4 69.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;
    }
    .author__content .date {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        opacity:70%;
    }
.author__text{
    margin-left:30px;
}
.main {
    display: flex;
    justify-content: space-between;
    padding:80px 22px 50px 50px;
}
.img_text{
    font-style:italic;
    margin-top:-20px;
    margin-bottom:60px;
}
.main__right {
    max-width: 260px;
    height: fit-content;
    margin-left: 50px;
    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;
}
.text{
    margin-bottom:12px;
}

.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:62px;
}
.comment__img img {
    width: 100%;
}
.comment .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.comment__main{
    padding:0px 0px 0px 25px;
}
    .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;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background: rgba(229, 229, 229, 1);
    border-radius:4px;
    padding:14px 0px 14px 0px;
    width:140px;
    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%;
        max-width:750px;
        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 -5px;
}
    .bottom_main .column a {
        width: calc(25% - 10px);
        margin:0px 5px;
    }
    .header__nav a:last-child {
        margin: 0;
    }
.bottom_main h2 {
    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;
    }
.answer_comm{
    margin-left:79px;
}

@media (max-width:1050px) {
    .header__content{
        flex-direction:column;
        align-items:start;
    }
    .header__nav{
        margin-bottom:10px;
    }
    .main__right{
        display:none;
    }
    .added_comment textarea{
        max-width:100%;
    }
}
@media (max-width:769px) {
    .main{
        padding:20px 10px;
    }
    .header__content {
        display: none;
    }
    h1{
        font-size:24px;
        line-height:30px;
    }
    .author__content img{
        width:70px;
    }
    .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;
        max-width:320px;
        align-items:center;
        margin:auto;
    }
        .bottom_main .column a{
            width:100%;
            margin:0px 0px 10px;
        }
        .bottom_main .column .item img{
            height:100%;
        }

    .price{
        margin:-200px -40px 0px auto;
    }
    .form_block__right{
        margin-top:70px;
    }
    header .container{
        padding:20px 10px 170px;
    }
 
    #terra-wrapper .order-wrapper .terra-btn, .btn-wrapper .terra-btn{
        box-sizing:border-box;
    }
    .answer_comm{
        margin-left:0px;
    }
    header {
        background:linear-gradient(90deg, rgba(255, 255, 255, 0) 27.37%, #FFFFFF 69.1%);
    }
    }
@media (max-width:450px) {
    #terra-wrapper .prod-wrapper {
        background: url(../img/product_back.png) no-repeat center bottom -100px;
    }
}
@media (max-width:400px) {
    #terra-wrapper .prod-wrapper {
        background: url(../img/product_back.png) no-repeat center bottom -130px;
    }
}