body * {
    font-family: Arial, nimbus sans l, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #545252
}

body {
    background: url(./elegant_handpainted_flowers_vector.webp)repeat 50% 0;
    padding: 0;
    margin: 0
}

a {
    font-weight: 700;
    color: #f64;
    text-decoration: none
}

a:hover {
    border-bottom: 1px dotted #f64
}

a.prod-link:hover {
    border: none
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

header {
    width: 100%
}

.row {
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}

.logo {
    text-align: center;
    padding: 50px 0 0
}

.logo h1 {
    font-size: 65px;
    font-weight: 700;
    color: #000
}

.logo .menu li {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    color: #616161;
    padding: 20px
}

footer {
    text-align: center;
    color: #fff;
    width: 100%;
    background: #333;
    border-top: 4px solid #f64;
    padding: 30px
}

footer>span {
    color: #fff
}

.content {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    margin-bottom: 45px;
    padding-bottom: 45px
}

.logo-image {
    width: 100%;
    position: relative;
    overflow: hidden
}

.logo-image img {
    transition: .5s;
    width: 100%
}

.logo-image img:hover {
    transform: scale(1.3)
}

.logo-image::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 1000
}

h2 {
    color: #616161;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    margin: 25px
}

h3 {
    text-align: center;
    color: #545252;
    font-size: 24px;
    line-height: 1.4;
    margin: 20px
}

h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px
}

.line {
    border-bottom: 1px dotted #dadada;
    margin: 25px
}

.line div {
    display: block;
    margin: 0 auto -10px;
    background: #fff;
    width: 130px;
    text-align: center
}

.story {
    padding: 0 45px
}

.comments {
    padding: 0 45px
}

.content .story p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5
}

.heroes {
    text-align: center;
    margin: 10px 0
}

.heroes img {
    border: 10px solid #f1f1f1
}

.btn-wrap {
    height: 70px
}

.btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto;
    background: #f64;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    transition: .5s;
    border-radius: 5px
}

.btn:hover {
    transform: scale(1.1)
}

.comment {
    border-bottom: 1px dotted #dadada;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 70px;
    padding-bottom: 15px
}

.comment p {
    margin-bottom: 5px
}

.avatar {
    width: 60px;
    float: left
}

.name {
    color: #fb4834
}

.comment-data {
    color: #807f7e;
    padding-left: 15px
}

.text {
    margin-left: 80px
}

.children {
    margin-left: 80px;
    position: relative
}

.children::before {
    position: absolute;
    top: 3rem;
    left: 0;
    display: block;
    width: .85714rem;
    height: .85714rem;
    margin-left: -30px;
    content: "";
    border-bottom: 1px solid #807f7e;
    border-left: 1px solid #807f7e
}

.comments img {
    width: 400px
}

@media screen and (max-width:800px) {
    .menu {
        display: none
    }

    .logo {
        padding: 15px
    }

    .logo h1 {
        font-size: 33px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 22px;
        line-height: 1.2;
        margin: 0
    }

    .story {
        padding: 0 15px
    }

    .row {
        margin: 0
    }

    .content .story p {
        line-height: 1.2;
        font-size: 17px
    }

    .comments {
        padding: 0 15px
    }

    .mobile .text {
        margin: 0
    }

    .mobile .text p {
        margin-top: 50px
    }

    .avatar {
        margin-right: 10px
    }

    .children {
        margin-left: 30px
    }
}

@media screen and (max-width:500px) {
    .logo h1 {
        font-size: 17px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 18px
    }
}