@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
    url(https://l2-vegara-th.wowtop.shop/roboto-v20-latin-ext_latin_cyrillic-ext-regular.html) format("woff2"),
    url(../woff/roboto-v20-latin-ext_latin_cyrillic-ext-regular.woff)
      format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(https://l2-vegara-th.wowtop.shop/roboto-v20-latin-ext_latin_cyrillic-ext-700.html) format("woff2"),
    url(../woff/roboto-v20-latin-ext_latin_cyrillic-ext-700.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
ul li {
  list-style: none !important;
  font-size: 17px;
  margin-bottom: 10px;
}
a {
  color: #ec3d28;
}
h3 {
  margin: 25px 0 5px;
  line-height: 30px;
  font-size: 24px;
}
body {
  font-family: Roboto, sans-serif;
  background: url(../jpg/bg.jpg) bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 5px 20px 20px;
  box-sizing: border-box;
}
.comment-action {
  padding-left: 50px;
}
.like,
.like-count,
.reply {
  color: #365899;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  -moz-user-select: none;
}
.like::after,
.reply::after {
  content: " · ";
  position: absolute;
  font-weight: 400;
  right: -10px;
  top: 0;
  color: #90949c;
}
.like-count {
  padding-left: 20px !important;
  position: relative;
}
.like-count:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-image: url(../png/like.png);
}
.comment-date {
  font-size: 13px;
  color: #90949c;
  position: relative;
}
.comment-date::before {
  content: " · ";
  position: absolute;
  font-weight: 400;
  left: -10px;
  top: 0;
  color: #90949c;
}
@media screen and (max-width: 661px) {
  .img-special {
    float: none;
    height: auto;
    margin-bottom: 10px;
  }
}
header .line-1 {
  font-size: 14px;
  margin-top: 10px;
}
header .line-1:after,
header .line-1:before {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
header .line-1 .signIn:after,
header .line-1 .signIn:before {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
header .line-1 .signIn > span {
  padding: 5px 5px 7px;
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .line-1 .signIn > span:hover {
  color: #1f7380;
}
header .line-1 .signIn .create {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px 1px;
  background: #1f7380;
  color: #fff;
  border-radius: 4px;
}
header .line-1 .signIn .create span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .line-1 .signIn .create span:hover {
  color: #000;
}
header .line-1 .signIn .create img {
  display: inline-block;
  vertical-align: middle;
}
header .line-1 .signIn:after,
header .line-1 .signIn:before {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
header .line-2 {
  position: relative;
}
header .line-2 .logo {
  cursor: pointer;
  background-size: 180px auto;
  width: 242px;
  height: 110px;
}
header .line-2 .banner img {
  display: inline-block;
  vertical-align: middle;
}
header .line-2 .banner .cont {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
header .line-2 .banner .cont span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
header .line-3 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
header .line-3 .burger {
  display: none;
}
header .line-3 .menu {
  list-style: none !important;
  padding-top: 15px;
  border-bottom: 2px solid #000;
  padding-right: 0;
  text-align: center;
}
header .line-3 .menu .item {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 0 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  list-style: none !important;
}
header .line-3 .menu .item:last-child {
  padding: 0 0 0 17px;
}
header .line-3 .menu .item:first-child {
  padding-left: 0;
}
header .line-3 .menu .item.active {
  color: #1f7380;
}
header .line-3 .menu .item:hover {
  color: #1f7380;
}
header .line-3 .menu .item:before {
  content: "";
  position: absolute;
  margin-left: -11px;
  font-size: 16px;
}
header .line-3 .search {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .line-3 .search:hover {
  color: #1f7380;
}
header .line-3 .search .inscr {
  padding-right: 30px;
  display: inline-block;
}
header .line-3 .search .iconSearch {
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 16px;
  background: url(../png/icons.png) -25px -115px;
  width: 24px;
  height: 24px;
}
main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .leftContent {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
main .leftContent .line-1 {
  margin-top: 10px;
  position: relative;
}
main .leftContent .line-1 .filter {
  list-style: none;
}
main .leftContent .line-1 .filter .item {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  display: inline-block;
  color: #1f7380;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
}
main .leftContent .line-1 .filter .item.active {
  color: #000;
  text-transform: none;
  background: #ddf1e9;
}
main .leftContent .line-1 .postInfo {
  position: absolute;
  top: 3px;
  right: 0;
  color: #a5b1ad;
  font-size: 14px;
}
main .leftContent .line-1 .postInfo .shopName {
  color: #1f7380;
  text-decoration: none;
}
main .leftContent h2 {
  font-size: 33px;
  color: #1d211f;
  font-family: Roboto, sans-serif;
  line-height: 42px;
  text-align: center;
  margin: 0;
  padding-top: 10px;
}
main .leftContent p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}
main .leftContent .imageLeft {
  float: left;
  margin: 5px 15px 0 0;
  max-width: 200px;
  width: 100%;
}
main .leftContent .imageCont {
  display: block;
  margin: 15px auto;
  text-align: center;
}
main .leftContent .imageCont img {
  display: inline-block;
  vertical-align: middle;
  max-width: 490px;
  width: 250px;
  margin-right: 4px;
  margin-top: 4px;
}
main .leftContent .imageCont figure {
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #f2eef4;
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
  border-left: 5px solid #ec3d28;
  margin: 15px 0;
  box-sizing: border-box;
}
main .leftContent .product {
  display: block;
  max-width: 250px;
  margin: 10px auto;
  width: 100%;
}
.btnCont {
  text-align: center;
  margin: 50px 0;
}
.btnCont .btn {
  display: inline-block;
  padding: 12px 40px;
  background: red;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  background: #df0000;
  background: -moz-linear-gradient(top, #df0000 0, #ff5722 100%);
  background: -webkit-linear-gradient(top, #df0000 0, #ff5722 100%);
  background: -o-linear-gradient(top, #df0000 0, #ff5722 100%);
  background: -ms-linear-gradient(top, #df0000 0, #ff5722 100%);
  background: linear-gradient(to bottom, #df0000 0, #ff5722 100%);
}
main .leftContent .theEnd {
  display: block;
  margin: 10px auto;
  max-width: 645px;
  width: 100%;
}
main .leftContent .commentaries .line-1 {
  border-bottom: 1px solid #ccc;
}
main .leftContent .commentaries .line-1 .title {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
}
main .leftContent .commentaries .line-2 {
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 0;
  width: 100%;
  display: table;
}
main .leftContent .commentaries .line-2 form {
  background: inherit;
}
main .leftContent .commentaries .line-2 * {
  background: #e7e9e7;
  font-family: Roboto, sans-serif;
  padding: 0 0 10px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  line-height: 22px;
  max-width: 100%;
}
main .leftContent .commentaries .line-2 p {
  padding: 0;
  margin-bottom: 5px;
}
.commentaries .line-2 .comment-action span {
  font-size: 13px;
}
.commentaries .line-2 .name {
  width: 47%;
  box-sizing: border-box;
  font-size: 16px;
}
.commentaries .line-2 .email {
  width: 47%;
  margin-left: 6%;
  box-sizing: border-box;
  font-size: 16px;
}
.commentaries .line-2 .btnCont {
  padding: 0;
}
.commentaries .line-2 .btn {
  background: #5d6d6f;
  transition: all 0.3s ease;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  font-family: Roboto, sans-serif;
}
.commentaries .line-2 .btn:hover {
  background: #1f7380;
}
.commentaries .line-2 .commentBody {
  display: block;
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 10px;
}
.commentaries .commentsList {
  list-style: none;
}
.commentaries .commentsList .comment {
  padding: 20px 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.commentaries .commentsList .comment:first-child {
  border-top: 1px solid #ccc;
}
.commentaries .commentsList .comment .line-1 {
  box-sizing: border-box;
  border: none;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.commentaries .commentsList .comment .line-1 .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.commentaries .commentsList .comment .line-1 .commentInfo {
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.commentaries .commentsList .comment .line-1 .commentInfo .date {
  color: #a5b1ad;
  font-size: 11px;
}
.commentaries .commentsList .comment .line-2 {
  padding: 0;
}
.commentaries .commentsList .comment .line-2 .commentBody {
  padding: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.commentaries .commentsList .comment .line-2 .commentBody a {
  padding: 0;
}
.commentaries .commentsList .comment .line-2 .commentBody img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 10px auto 0;
  padding: 0;
  float: none;
}
.commentaries .commentsList .comment .line-2 * {
  background: inherit;
}
.commentaries .commentsList .comment .line-2 b {
  padding: 0;
}
footer .line-1 {
  color: #606565;
}
footer .line-1 .container {
  max-width: 1000px;
  margin: 0 auto;
}
footer .line-1 .container .list {
  list-style: none;
  text-align: center;
}
footer .line-1 .container .list .item {
  display: inline-block;
  margin: 0 20px;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
}
footer .line-1 .container .list .item .line-1 {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  border: none;
}
footer .line-1 .container .list .item .line-1 a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .line-1 .container .list .item .line-1 a:hover {
  color: #1f7380;
}
footer .line-1 .container .list .item .line-2 {
  text-align: center;
  padding: 20px 0 40px;
}
footer .line-1 .container .list .item .line-3 {
  text-align: center;
}
footer .line-1 .container .list .item .line-3 img {
  max-width: 300px;
  width: 100%;
  vertical-align: bottom;
}
footer .line-1 .container .copyright {
  text-align: center;
  padding: 8px 0 10px;
  letter-spacing: 2px;
  font-size: 11px;
}
.line {
  display: block;
}
.floatRight {
  float: right;
}
@media screen and (max-width: 1210px) {
  main .leftContent {
    margin: 0 auto;
    border-right: 0;
    padding: 5px;
  }
}
@media screen and (max-width: 590px) {
  header .line-3 .burger {
    display: block;
  }
  header .line-3 .menu {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  header .line-3 .menu {
    padding-right: 0;
  }
  header .line-2 .logo {
    margin: 0 auto;
  }
  main .leftContent .commentaries .line-2 {
    padding: 0;
  }
  main .leftContent .commentaries .line-2 form {
    padding: 10px 0;
  }
  main .leftContent .commentaries .line-2 .btn {
    font-size: 14px;
  }
  main .leftContent .line-1 .postInfo {
    display: none;
  }
  main .leftContent .imageLeft {
    float: none;
    display: block;
    margin: 10px auto;
  }
  main .leftContent h2 {
    font-size: 26px;
    line-height: 31px;
  }
  h3 {
    font-size: 26px;
    line-height: 33px;
  }
  main .leftContent .commentaries .line-1 .title {
    font-size: 28px;
    line-height: 38px;
  }
  main .leftContent p {
    text-align: left;
  }
}
.offers .offer {
  padding: 15px;
}
.border-red-dashed {
  border: dashed 1px #d72222;
  border-radius: 10px;
  text-align: center !important;
}
a img {
  border: 0;
}
@media (min-width: 1200px) {
  .offers .offer {
    width: 420px;
  }
}
@media (min-width: 992px) {
  .offers .offer:last-child {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .offers .offer {
    font-size: 16px;
  }
}
.offers .offer .description {
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .offers .offer .button {
    width: 270px;
  }
}
.offers .offer .button {
  display: inline-block;
  max-width: 200px;
  margin: 20px 0;
  text-align: center;
}
.btn-title {
  display: block;
  border-radius: 5px;
  text-align: center;
  background: #e32b26;
  background: -moz-linear-gradient(top, #e32b26 0, #cf1b1e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e32b26),
    color-stop(100%, #cf1b1e)
  );
  background: -webkit-linear-gradient(top, #e32b26 0, #cf1b1e 100%);
  background: -o-linear-gradient(top, #e32b26 0, #cf1b1e 100%);
  background: -ms-linear-gradient(top, #e32b26 0, #cf1b1e 100%);
  background: linear-gradient(to bottom, #e32b26 0, #cf1b1e 100%);
  color: #fff !important;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 5px;
  border-bottom: solid 1px #fff;
  box-shadow: 0 1px #000;
}
.btn-title {
  width: 200px;
  margin: 0 auto;
}
.description p {
  text-align: center !important;
}
.red-bg {
  background: #ff0;
  color: #35a9e0 !important;
}
.offers {
  position: relative;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .whole-width {
    margin-right: -280px;
  }
}
.article {
  margin: 20px 0;
  font-family: Roboto, sans-serif;
}
.offers-text {
  position: absolute;
  width: 100%;
  top: 12px;
  text-align: center;
}
@media (min-width: 767px) {
  .offers-text {
    top: 19px;
  }
}
.red {
  color: red;
}
.red.offers-title {
  text-align: center;
}
.note p {
  font-size: 14px !important;
  color: #000 !important;
}
.offers .update {
  background: #f7f7f7 url(../png/update.png) no-repeat 0 0;
  padding: 5px 15px 5px 30px;
}
@media (max-width: 466px) {
  header .line-3 .search {
    top: 8px;
  }
}
main .leftContent p.caption {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.color-block {
  padding: 15px;
  text-align: center;
  background: #fff391;
}
.color-block h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.color-block h3 span {
  color: #ec3d28;
  font-weight: 700;
}
form {
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  background: #f9c86a;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}
.form-control {
  padding: 10px;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
  width: 90%;
  max-width: 440px;
  border: 2px solid grey;
  border-radius: 5px;
  outline: 0;
}
.submit-form {
  display: block;
  margin: 20px auto 0;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  max-width: 300px;
  outline: 0;
  transition: 0.5s all ease;
}
.submit-form:hover {
  background-color: #a01101;
}
.add-info {
  font-size: 24px !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.add-info span {
  color: #de0606;
}
.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.top-nav-logo,
.top-nav-search,
.top-nav-socials {
  width: calc(33.33% - 10px);
}
.top-nav-search a input {
  height: 22px;
  outline: 0;
  background: url(../svg/search.svg) no-repeat;
  background-position: 5px;
  background-size: 20px 20px;
}
.top-nav-socials {
  text-align: right;
}
.top-nav-socials a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.top-nav-socials a img {
  max-width: 100%;
}
.top-nav-logo {
  text-align: center;
}
.top-nav-logo a {
  font-size: 32px;
  font-weight: 700;
}
.top-nav-logo img {
  max-width: 100%;
}
.leftContent {
  width: calc(75% - 10px);
  border: 1px solid #ddd;
  margin-top: 10px;
}
.rightContent {
  width: calc(25% - 10px);
  margin-top: 10px;
}
.rightContent-item {
  border: 1px solid #ddd;
}
.rightContent-header {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #cf1601;
}
.rightContent-article {
  padding: 15px 10px;
  border-bottom: 1px solid #cf1601;
}
.rightContent-article:last-child {
  border-bottom: none;
}
.rightContent-img {
  margin-bottom: 10px;
}
.rightContent-img img {
  max-width: 100%;
}
.rightContent-name {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.nav-health {
  border-bottom: 3px solid #cf1601;
  position: relative;
}
.nav-health ul {
  display: flex;
  align-items: baseline;
}
.nav-health ul li {
  margin-bottom: 0;
  margin-right: 3px;
}
.nav-health ul li a {
  color: #000;
  background: #ededed;
  padding: 10px 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
}
.nav-health ul li.active a {
  background: #cf1601;
  color: #fff;
}
.OtherMenu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
  width: 86px;
}
.OtherMenu a {
  padding: 10px;
  display: inline-block;
  text-align: left;
  background: #ff954f;
  color: #fff;
  height: 41px;
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sn-icon {
  color: #fff;
  -webkit-animation-name: moving;
  animation-name: moving;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  position: relative;
}
.sn-icon {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../svg/arrow.svg) no-repeat;
  background-size: contain;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(17%);
    -ms-transform: translateY(17%);
    transform: translateY(17%);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    transform: translateY(-17%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(17%);
    -ms-transform: translateY(17%);
    transform: translateY(17%);
  }
}
.x_price_previous {
  text-decoration: line-through;
  font-size: 24px;
  position: relative;
}
.x_price_current {
  font-size: 60px;
  color: #ec3b2e;
}
.x_currency + br {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-health ul li {
    margin-bottom: -1px;
  }
  .OtherMenu {
    top: -1px;
  }
  .nav-health ul li.li--podcasts {
    position: relative;
    top: -1px;
  }
  input::-ms-clear {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1024px) {
  li.mobile-1 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  body {
    background: #fff;
  }
  .rightContent {
    display: none;
  }
  .leftContent {
    width: 100%;
    border: none;
    box-sizing: border-box;
  }
  .top-nav-logo a {
    font-size: 28px;
  }
}
@media screen and (max-width: 885px) {
  li.mobile-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  li.mobile-3 {
    display: none;
  }
  .top-nav-logo {
    width: 100%;
  }
  .top-nav-search,
  .top-nav-socials {
    display: none;
  }
}
@media screen and (max-width: 665px) {
  header .line-3 .menu {
    padding-right: 0;
    text-align: center;
  }
  li.mobile-4 {
    display: none;
  }
  .nav-health ul li a {
    padding: 10px 5px;
    height: 40px;
  }
  .OtherMenu a {
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  li.mobile-5 {
    display: none;
  }
  .OtherMenu {
    width: 72px;
  }
}
@media screen and (max-width: 420px) {
  .x_currency + br {
    display: block;
  }
  #buyForm span {
    display: inline-block;
    line-height: normal;
  }
  .x_price_current {
    display: inline-block;
    margin-top: 15px;
  }
  li.mobile-6 {
    display: none;
  }
}
.lines__top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 0, 0, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 10px #666;
  padding: 10px;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
}
.lines__bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(243, 105, 58, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 10px #666;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
}
.lines__btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  background: #de0606;
  padding: 6px 12px;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
}
.lines__btn:hover {
  background-color: #a01101;
}
