body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
  color: rgb(84, 82, 82);
}

body {
  margin: 0;
  padding: 0;

  background: url(../img/elegant_handpainted_flowers_vector.jpg) repeat center top scroll;
}

a {
  font-weight: bold;
  color: rgb(255, 102, 68);
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted rgb(255, 102, 68);
}

a.prod-link:hover {
  border: none;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
}

.row {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.logo {
  padding: 50px 0 0 0;

  text-align: center;
}

.logo h1 {
  font-weight: bold;
  font-size: 65px;
  color: #000000;
}

.logo .menu li {
  display: inline-block;
  padding: 20px;

  font-size: 19px;
  color: rgb(97, 97, 97);
  text-transform: uppercase;
  text-decoration: none;
}

footer {
  width: 100%;
  padding: 30px;

  text-align: center;
  color: #ffffff;

  background: rgb(51, 51, 51);
  border-top: 4px solid rgb(255, 102, 68);
}

footer > span {
  color: #ffffff;
}

.content {
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;

  background: #ffffff;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.logo-image {
  position: relative;

  width: 100%;
  overflow: hidden;
}

.logo-image img {
  width: 100%;

  transition: 0.5s;
}

.logo-image img:hover {
  transform: scale(1.3);
}

.logo-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1000;

  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -10px;

  border-right: 15px solid transparent;
  border-bottom: 15px solid rgb(255, 255, 255);
  border-left: 15px solid transparent;
}

h2 {
  margin: 25px;

  font-weight: normal;
  font-size: 35px;
  text-align: center;
  color: rgb(97, 97, 97);
}

h3 {
  margin: 20px;

  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: rgb(84, 82, 82);
}

h4 {
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
}

.line {
  margin: 25px;

  border-bottom: 1px dotted rgb(218, 218, 218);
}

.line div {
  display: block;
  width: 130px;
  margin: 0 auto -10px auto;

  text-align: center;

  background: #ffffff;
}

.story {
  padding: 0 45px;
}

.comments {
  padding: 0 45px;
}

.content .story p {
  margin: 0 0 10px;

  font-size: 18px;
  line-height: 1.5;
}

.heroes {
  margin: 10px 0;

  text-align: center;
}

.heroes img {
  border: 10px solid rgb(241, 241, 241);
}

.btn-wrap {
  height: 70px;
}

.btn {
  display: block;
  max-width: 300px;
  margin: 20px auto;
  padding: 10px;

  font-size: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background: rgb(255, 102, 68);
  border-radius: 5px;

  transition: 0.5s;
}

.btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.comment {
  min-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 15px;

  font-size: 17px;
  line-height: 1.5;

  border-bottom: 1px dotted rgb(218, 218, 218);
}

.comment p {
  margin-bottom: 5px;
}

.avatar {
  float: left;
  width: 60px;
}

.name {
  color: rgb(251, 72, 52);
}

.comment-data {
  padding-left: 15px;

  color: rgb(128, 127, 126);
}

.text {
  margin-left: 80px;
}

.children {
  position: relative;

  margin-left: 80px;
}

.children::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;

  display: block;
  width: 0.85714rem;
  height: 0.85714rem;
  margin-left: -30px;

  border-bottom: 1px solid rgb(128, 127, 126);
  border-left: 1px solid rgb(128, 127, 126);
}

.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 {
    margin: 0;

    font-size: 22px;
    line-height: 1.2;
  }
  .story {
    padding: 0 15px;
  }
  .row {
    margin: 0;
  }
  .content .story p {
    font-size: 17px;
    line-height: 1.2;
  }
  .comments {
    padding: 0 15px;
  }
  /* .comment{ */
  /* display: none; */
  /* } */
  /* .comments .mobile{ */
  /* display: block; */
  /* } */
  .text {
    margin: 0;
  }
  /*.text p{
    margin-top:50px;
}*/
  .avatar {
    margin-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .logo h1 {
    font-size: 17px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 18px;
  }
}

.advertorial-top {
  padding: 8px 10px;

  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000000;

  background: #e4f2f5;
}

.footer-links {
  padding: 15px 10px;

  font-family: inherit;
  text-align: center;
}

@media(max-width:991px) {
  .comment:not(.mob) {
    display: none;
  }
  .children {
    margin-left: 0;
  }
  .comment-data {
    display: block;
    margin-bottom: 20px;
  }
}

.footer__notes {
  max-width: 980px;
  margin: 15px auto;
}

.footer__notes p {
  padding: 5px;

  font-size: 14px;
  line-height: 16px;
  color: white;
}
.vita_footer {
  display: none;
}