* {
    box-sizing: border-box;
}

h2,
p,
ul,
ul li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

ul li {
    list-style: none;
}

ul {
    padding-left: 30px;
}

.content ul li {
    list-style: disc;
    /*list-style: disc inside;*/
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000000;
}

body {
    display: block;
    width: 100%;
    background: #F2F2F2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wrapper {
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000000;
}

header {
    background: #fff;
    margin-bottom: 15px;
}

header .top {
    display: flex;
    align-items: center;
    background: #F72210;
    min-height: 120px;
}

header .top .logo {
    display: inline-block;
    /*width: 100%;*/
    max-width: 642px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.menu-ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.menu-ul li {
    padding: 16px 18px;
    position: relative;
}

.menu-ul li:hover {
    background-color: rgb(255, 230, 224);
}

.menu-ul li::after {
    content: " ";
    height: 25px;
    width: 0;
    background: #C0C0C0;
    border-right: 1px solid #C0C0C0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}


.menu-ul li:last-child::after {
    content: none;
}

.menu-ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}

.content {
    background: #fff;
    padding: 30px 50px;
}

.current-category {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #F72210;
}

.title {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
}

.post-date {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    position: relative;
    padding: 0 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
}

.post-date::before {
    content: " ";
    height: 14px;
    width: 0;
    border-left: 1px solid #000000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.post-date::after {
    content: " ";
    height: 14px;
    width: 0;
    border-right: 1px solid #000000;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.content .image {
    display: block;
    margin: 15px auto;
    border-top: 5px solid #F72210;
}

.content .image.horizontal {
    width: 100%;
    max-width: 600px;
}

.content .image.vertical {
    width: 100%;
    max-width: 420px;
}

.content .prod-img {
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
    display: block;
}

.bottom_form {
    width: 100%;
    max-width: 320px;
}

.red {
    color: red;
    font-weight: 700;
}

.hu {
    margin-bottom: 5px;
    font-size: 16px;
}

* {
    font-family: sans-serif;
    box-sizing: border-box;
}

.form {
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.form img {
    max-width: 230px;
}

.form form .prices {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 0 15px;
}

.form form .prices .new {

    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    text-transform: uppercase;
    margin: 5px;


}

.form form .prices .new p {
    font-size: 30px;
    margin: 0 auto;
    color: red;
    font-weight: bold;
}

.form form .prices .old {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: rgb(178, 178, 178);
    margin: 5px;
}

.form form .prices .old p {
    font-size: 20px;
    margin: 0 auto;
    color: rgb(178, 178, 178);
}

h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #F72210;
}

a {
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

.prod-img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
}

.button {
    display: block;
    background: rgb(222, 116, 116);
    background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px 15px;
}

@media screen and (max-width: 1150px) {
    .title {
        font-size: 36px;
        line-height: 1.2;
    }

    .menu-ul li:nth-child(5),
    .menu-ul li:nth-child(6),
    .menu-ul li:nth-child(7) {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .content .prod-img {
        max-width: 240px;
    }

    .title {
        font-size: 34px;
        line-height: 1.1;
    }

    .menu-ul li:nth-child(9), .menu-ul li:nth-child(8) {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .form img {
        max-width: 220px;
    }

    .content .prod-img {
        max-width: 230px;
    }

    .current-category {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .title {
        font-size: 32px;
        line-height: 1.1;
    }

    .menu-ul li:nth-child(10) {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .content .prod-img {
        max-width: 220px;
    }

    .menu-ul li:nth-child(4) {
        display: none;
    }


    header .top {
        padding: 0;
        min-height: auto;
        max-height: 75px;
    }

    header .top .logo {
        max-width: 320px;
        font-size: 26px;
        line-height: 90px;
    }

    .content {
        padding: 20px 15px;
    }

    .title {
        font-size: 30px;
        line-height: 1.2;
    }

    .post-date {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
    }

    .content .image.horizontal {
        max-width: 400px;
    }

    .content .image.vertical {
        max-width: 250px;
    }

    .content .image {
        margin: 15px auto;
        border-top: 4px solid #F72210;
    }

    p,
    .content ul li {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 480px) {
    .btn {
        font-size: 17px;
    }

    .form img {
        max-width: 180px;
    }

    .content .prod-img {
        max-width: 190px;
    }

    .content .image.horizontal {
        max-width: 300px;
    }

    .content .image.vertical {
        max-width: 230px;
    }

    .menu-ul li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    .button {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 400px) {
    .menu-ul li {
        padding: 15px;
    }

    .button {
        font-size: 24px;
        line-height: 30px;
    }
}

form input {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 16px;
    border: 1px solid rgb(231, 231, 231);
    background: rgb(248, 249, 249) none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    padding-left: 15px;
    height: 40px;
}

.btn {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    cursor: pointer;
    padding: 15px 10px;
    background: #F72210;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}


.btn:hover {
    transform: scale(1.1);
    background: #F72210;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 479px) {
    p, .content ul li {
        font-size: 17px;
    }

    .title {
        font-size: 25px;
    }
}

.comments {
    display: block;
}

.comm {
    border-bottom: 4px solid #ff0000;
    border-left: none;
    display: inline-block;
    padding-left: 0;
}

.comment {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
}

.last {
    border-bottom: 0;
}

.comment.ans {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
    padding-left: 35px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
}

.comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%;
}

.comment p {
    margin-left: 70px;
    font-size: 18px;
    line-height: 1.3;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comment .comm-date {
    color: #A8ABAE;
}

.comment .comm-img {
    max-width: 400px;
    width: 100%;
    margin-left: 70px;
    margin-top: 0;
}

.comment .comm-vertical {
    max-width: 300px;
}

.bot-btn {
    margin-top: 35px;
}

.fn__item {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.fn__item:not(:last-child) {
    margin-bottom: 5px;
}

.img-caption {
    margin: 0 auto 15px;
    max-width: 600px;
    text-align: center;
    font-style: italic;
}

footer {
    padding: 15px;
}

footer p {
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 700px) {


    h1 {
        font-size: 28px;
    }

    .comment .comm-img {
        max-width: 270px;
    }

    .form {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .btn {
        font-size: 16px;
    }

    h1 {
        font-size: 26px;
    }

    .comment .ava {
        margin-right: 10px;
    }

}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 23px;
    }

    .comment .comm-img {
        max-width: 230px;
    }
}

@media screen and (max-width: 375px) {
    .comment .comm-img {
        max-width: 210px;
    }

}