body {
  font-family: "Myriad Pro", Verdana, Arial, sans-serif;
}

main {
  min-height: 60vh;
}

.template-menu {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
  color: #333;
}
.template-menu ul li {
  padding: 8px;
}
.template-menu ul li a {
  color: #333;
  transition: color 0.25s ease-out;
}
.template-menu ul li a:hover, .template-menu ul li a:active, .template-menu ul li a:focus {
  color: #CF122E;
}

.template-mv {
  max-height: 574px;
  overflow: hidden;
}
.template-mv > img {
  width: 100%;
  height: auto;
}

.template-content {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto 78px;
  padding: 32px 50px;
}
.vertical-lyt .template-content {
  margin-right: 0;
  margin-left: 0;
}
.template-content img,
.template-content picture {
  max-width: 100%;
  height: auto;
}
.template-content p {
  margin: 0;
}
@media only screen and (max-width: 1099px) {
  .template-content {
    padding: 0 16px;
  }
}
