@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,regular,500,600,700,800,900&display=swap);
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, sans-serif;
}
body {
  font-size: 18px;
  line-height: 1.5;
}
body * {
  box-sizing: border-box;
}

header {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.phone {
  margin-left: auto;
}
nav {
  width: 100%;
  text-align: center;
}
nav a {
  font-size: 18px;
  padding: 0 20px;
  color: #304e68;
  text-decoration: none;
}
.mob-visible {
  display: none;
}
.phone {
  flex: 0 0 auto;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  background: #e00024;
  border-radius: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-decoration: none;
}
.phone span {
  display: inline-block;
  background: #d50022;
  border-radius: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 6px 10px 2px;
}
.phone text {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  top: -5px;
}

footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
  background: #eadcd1;
}
footer img {
  max-width: 200px;
}

.container {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 15px 15px;
  background: #fff;
}

.container a {
  color: #304e68;
}
.container a:hover {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 20px 0 20px;
  font-weight: 600;
  color: #304e68;
  font-family: "Roboto Slab", sans-serif;
}

.red-txt {
  color: #b71c1c;
}
.border-dashed {
  border: 3px dashed #b71c1c;
}
p {
  margin: 0 0 20px;
}

.container > div {
  margin-bottom: 20px;
}

.doc-block {
  display: flex;
  align-items: center;
}

.doc-block div {
  padding-left: 20px;
}

.container img {
  max-width: 100%;
}
.container > video {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 650px;
}
.container > img {
  display: block;
  margin: 0 auto 20px;
}

.bold-txt,
.bold-txt * {
  font-weight: 700;
}

.i-txt {
  font-style: italic;
}

.color-2 {
  color: #cc0000;
}

.h2 {
  font-size: 1.2em;
  line-height: 1.3;
  font-family: "Roboto Slab", sans-serif;
}

.container ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.container li:not(:last-child) {
  padding-bottom: 10px;
}

figure {
  margin: 0 auto 20px;
  max-width: 700px;
  text-align: center;
}

figure img {
  margin-bottom: 0;
}

figcaption {
  font-style: italic;
}
.block-wa {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.block-wa img {
  flex: 1 1 auto;
  width: 100%;
  max-width: 360px;
}

.red-bg {
  background: rgb(255 0 0 / 11%);
  padding: 10px;
  border: 1px dashed #000;
}

.green-bg {
  background: #13a2132b;
}

.green-bg p {
  padding: 10px;
  margin: 0;
}

.gray-bg {
  background: rgba(128, 128, 128, 0.251);
}

.container > div {
  padding: 10px;
}
.container > div ul:last-child,
.container > div ol:last-child,
.container > div p:last-child {
  margin-bottom: 0;
}

.green-bg-2 {
  padding: 10px;
  background: #13a2132b;
  border: 3px red dotted;
  font-size: 1.1em;
}

table {
  border: 1px green solid;
  background: #2eaa2e2b;
}

table tr:nth-child(2n) {
  background: #13a2132b;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n) + tr td {
  border-top: 1px green solid;
}

table td:first-child {
  border-right: 1px green solid;
}

table td {
  padding: 10px;
}

.container ol {
  padding-left: 20px;
}

.imp-block {
  padding: 10px;
  border: 4px red dashed;
}

.upper {
  text-transform: uppercase;
}

.prod_left_val-block {
  background: red;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  padding: 0 10px 3px;
}

.price-block {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.price-block b {
  padding-left: 8px;
  color: #b71c1c;
}

.order_form {
  max-width: 350px;
  margin: 0 auto;
}

.inp {
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 10px;
  border: 1px #bbb solid;
  padding: 0 10px;
  height: 46px;
  font-size: 18px;
  box-sizing: border-box;
}

.btn {
  width: 100%;
  color: #fff;
  height: 46px;
  cursor: pointer;
  background: #b71c1c;
  border: 0;
  font-weight: 700;
  font-size: 20px;
}

.comm-ttl {
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 30px;
}

.comm-block {
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: #edeff4;
  display: flex;
  align-items: flex-start;
  font-size: 17px;
}

.comm-block p {
  margin: 0 0 2px;
}

.add-links {
  font-size: 13px;
}

.ava-img {
  width: 50px;
  height: 50px;
}

.comm-txt {
  width: 100%;
  margin-left: 10px;
  position: relative;
  margin-top: -3px;
}

.comm-txt img {
  display: block;
  margin-top: 6px;
  width: 80%;
  max-width: 350px;
}

.reply {
  padding-left: 30px;
}

.add-comm {
  height: 100%;
  overflow: hidden;
}

.textbox {
  width: 100%;
  font-size: 16px;
  padding: 4px 5px;
  border: 1px #bbb solid;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.sendcomment {
  text-decoration: underline;
  cursor: pointer;
}

.add-comm .comm-txt {
  margin-top: 0;
}
#first-comment {
  display: block;
}

.bot-btn {
  display: inline-block;
  color: #fff !important;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  background: #b71c1c;
}
.last-pack {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  background: #b71c1c;
  padding: 10px;
}
@media screen and (max-width: 1150px) {
  nav a:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mob-visible {
    display: block;
  }
  nav,
  .phone {
    display: none;
  }
  header {
    justify-content: space-between;
  }
  div.block-wa {
    display: block;
    padding: 0;
  }
  .block-wa img {
    width: auto;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  h1 {
    font-size: 28px;
  }

  .doc-block {
    display: block;
  }

  .doc-block img {
    display: block;
    margin: 0 auto 20px;
  }

  .doc-block div {
    padding: 0;
  }

  table {
    font-size: 16px;
  }

  .prod-circle {
    width: 80px;
    height: 80px;
    font-size: 20px;
    padding-top: 12px;
  }
}

.add-links {
  display: none;
}
