body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
    margin: 0 auto;
    font-size: 18px;
    line-height: 29px;
    font-family: "Open Sans",Arial;
    box-sizing: border-box;
}

body img {
    width: 100%;
}

header {
    position: relative;
    z-index: 1;
}

content {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 32px;
    position: relative;
    z-index: 2;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 16px 0;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

.firstline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    max-width: 1100px;
    margin: 0 auto;
}
.main {
    max-width: 1000px;
    width: 100%; 
    background-color: #fff;
    padding: 20px;
    margin-top: -150px;
}

.main p {
    margin: 10px auto 16px auto;
}

.main a {
    color: #e74d4f;
    text-decoration: none;
    font-weight: 700;
}

.main a:hover {
    text-decoration: underline;
}

.cont-img {
    max-width: 600px;
    margin-top: 16px;
}

a:-webkit-any-link {
    color: #e74d4f;
}

a:visited {
    color: #e74d4f;
}

.caption {
    max-width: 600px;
    text-align: center;
    color: #000;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0!important;
}
.gray-bg {
    background-color: #F3F3F3;
    padding: 10px;
    margin: 10px 0;
}

.blue {
    color: #e74d4f;
    font-weight: bold;
}

.red {
    color: #e74d4f;
    font-weight: bold;
}

.order_block {
    margin: 40px 0;
}

.logo {
    width: 250px;
    font-size: 24px;
}

.order_btn {
    display: block;
    max-width: 220px;
    width: 100%;
    color: white!important;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 24px;
    background-color: #e74d4f;
    border-radius: 8px;
}


.message_btn {
    background-color: #e74d4f!important;
    color: white!important;
}
.main__author_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 24px;
}

.main__author_name {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1095px) {
    content {
        flex-direction: column;
        align-items: center;
    }

    .main {
       width: 90%;
       margin-top: -50px;
    }

    .mobhid {
        display: none;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
}


.mycomment {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.mycomment-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.mycomment-name {
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.mycomment-text {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0!important;
}

.mycomment-text img {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}

.mycomment-bottom {
    color: #929292;
    font-weight: 600;
    font-size: 12px!important;
    line-height: 10px!important;
    margin: 6px 0 0 12px!important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.loading {
    display: flex;
    align-items: center;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.25em 0 0 currentColor;
    }

    60% {
        100% {
            text-shadow: 0.25em 0 0 currentColor, 0.75em 0 0 currentColor;
        }
    }
}

@keyframes race {
    0% {
        transform: skew(0, -3deg);
    }

    25% {
        transform: skew(0, 3deg);
    }

    50% {
        transform: skew(0, -3deg);
    }

    75% {
        transform: skew(0, 3deg);
    }

    100% {
        transform: skew(0, );
    }
}

.mycomment-info {
    width: 100%;
    max-width: 100%;
}

.mycomment-info__inner {
    background-color: #ebedf0;
    border-radius: 18px;
    line-height: 16px;
    margin-top: 0;
    padding: 0.75rem 12px 1rem 12px;
    position: relative;
}
.textbox {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border: transparent;
    margin-bottom: 10px;
    outline: none;
    border: none;
}
.error {
    position: relative;
    margin-top: -10px;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
}
.sendcomment {
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}

.comments_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments_links, .comments_reposts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.comments_links {
    justify-content: space-around;
}

.link_icon{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7D7E81!important;
}
.icon {
    width: 22px;
    height: 22px;
}
.icon__small {
    width: 18px;
    height: 18px;
}

.like-count {
    position: absolute;
    right: 7px;
    bottom: -10px;
    width: 25px;
    background-color: white;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    cursor: pointer;
}

.liked {
    background-color: #3580ED!important;
}

.reply {
    padding-left: 16px;
}

.re-reply {
    padding-left: 32px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 20px 0 40px 0;
    max-width: 500px;
    width: 100%;
}
.buy_form {
    max-width: 400px;
    margin: 20px auto;
}
.order {
    max-width: 500px;
    width: 100%;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.old_price {
    text-decoration: line-through;
    font-size: 14px;
    text-align: center !important;
}

.new_price {
    font-size: 18px;
    color: #ec373f;
    text-align: center !important;
}

.form input, select {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgb(242, 121, 9);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    box-shadow: 0px 1px 0px rgb(158, 141, 132) inset, 0px 5px 0px 0px rgb(178, 90, 8), 0px 10px 5px rgb(153, 153, 153);
    border-radius: 10px;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: rgb(242, 121, 9);
}
.price__new{
    padding-left: 0px;
}