@keyframes loading {
   60% {
      text-shadow: 0.35em 0 0 currentColor;
   }
   to {
      text-shadow:
         0.35em 0 0 currentColor,
         0.75em 0 0 currentColor;
   }
}
@keyframes pop-up-appear {
   0% {
      transform: translateY(-2000px);
      -webkit-transform: translateY(-2000px);
      -moz-transform: translateY(-2000px);
      -ms-transform: translateY(-2000px);
      -o-transform: translateY(-2000px);
   }
   30% {
      transform: translateY(100px);
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
   }
   to {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
   }
}
@keyframes pop-up-appear-before {
   0% {
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
   }
   to {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
   }
}
@keyframes pop-up-appear-after {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}
.comment-write,
.comments > div {
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.comment-write {
   max-height: 100px;
   display: flex;
   align-items: center;
}
.comment-write img {
   margin-right: 20px;
}
.comment-write,
.comments {
   overflow: hidden;
}
.loading,
i {
   font-style: italic;
}
.loading:after {
   content: ".";
   animation: loading 1s ease alternate infinite;
   -webkit-animation: loading 1s ease alternate infinite;
}
.hi {
   left: 50% !important;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
}

.time_remains {
   color: red;
}
a {
   background: 0 0;
   text-decoration: none;
   color: #2fa9ce;
}
ol li,
ul li {
   line-height: 24px;
   margin-left: 21px;
}
h1 > a,
h2 > a {
   color: #000;
}
html {
   font-size: 10px;
   -webkit-tap-highlight-color: transparent;
}
img {
   border: 0;
   max-width: 100%;
   height: auto;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}
header,
main {
   position: relative;
}
main {
   box-sizing: border-box;
   width: 100%;
   background: #fff;
   padding: 20px 20px 40px;
   border-radius: 4px;
   border: 1px solid #e8e8e8;
   max-width: 1000px;
   margin: 0 auto 40px;
}
header {
   background: #f2f2f2;
   display: flex;
   justify-content: center;
   padding: 10px;
}
header:before {
   content: "";
   position: absolute;
   z-index: 1;
   bottom: -12px;
   width: 100%;
   height: 12px;
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
}
#content *,
main * {
   font-family: "PT Sans", serif;
}
main p,
main ul li {
   font-size: 22px !important;
   line-height: 1.4;
}
main ol,
main ul {
   margin-left: 0 !important;
}
main img {
   display: block;
   width: 100%;
}
.top-fl {
   display: flex;
   flex-direction: column;
}
.doc-foto {
   height: fit-content;
}
b,
strong {
   font-weight: 700;
}
.show {
   display: block !important;
}
.hidden {
   display: none !important;
}
body,
button,
input,
select {
   font-size: 1rem;
}
button,
select {
   line-height: 1.5;
}
ol,
ul {
   margin: 0 0 1.5em 3em;
   padding: 0;
}
ul {
   list-style: disc;
}
ol {
   list-style: decimal;
}
li > ol,
li > ul {
   margin-bottom: 0;
   margin-left: 1.5em;
}
p {
   font: 16px/30px "PT Sans";
   margin-top: 0;
   margin-bottom: 20px;
}
input:focus,
input[type]:focus {
   outline: 0;
}
h1,
h2 {
   clear: both;
   font-family: Roboto, sans-serif;
   color: #111;
   font-weight: 700;
}
* {
   outline: 0;
}
a:active,
a:hover {
   color: #000;
}
::-webkit-input-placeholder {
   color: #000;
   opacity: 1;
   font-style: italic;
}
::-moz-placeholder {
   color: #000;
   opacity: 1;
   font-style: italic;
}
input[type="button"],
input[type="submit"] {
   font:
      500 13px Roboto,
      sans-serif;
   background: #2fa9ce;
   -webkit-border-radius: 0;
   border-radius: 0;
   color: #fff;
   border: 0;
   padding: 8px 15px;
   -webkit-transition: background-color 0.4s;
   -o-transition: background-color 0.4s;
   transition: background-color 0.4s;
}
input[type="button"]:hover,
input[type="submit"]:hover {
   background: #2fa9ce;
   color: #fff;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
   background: gray;
}
a:focus,
a:hover {
   outline: 0;
}
a:focus {
   text-decoration: none;
   color: #000;
}
body,
html {
   height: 100%;
}
body {
   position: relative;
   font:
      18px/21px "PT Serif",
      Verdana,
      Geneva,
      sans-serif;
   background: #fff;
   color: #000;
   visibility: visible !important;
   margin: 0;
}
main {
   display: block;
}
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
[hidden] {
   display: none;
}
a:active,
a:hover {
   outline: 0;
}
h1 {
   font-size: 30px;
   line-height: 32px;
   text-transform: uppercase;
   margin: 0 0 20px;
}
button,
input,
select {
   color: inherit;
   font: inherit;
   margin: 0;
}
button {
   overflow: visible;
}
button,
select {
   text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}
input {
   line-height: normal;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.main-bcg {
   background: #f2f2f2 !important;
}
#content p,
.doc-block {
   font-size: 18px;
   line-height: 1.4;
}
h2 {
   font-size: 26px;
   line-height: 30px;
   margin: 15px 0;
}
.doc-block {
   display: flex;
   background: #ecf4f7;
   padding: 15px;
   margin-bottom: 20px;
}
.doc-block img {
   width: 300px;
}
.doc-txt {
   margin: auto 0 auto 20px;
}
.doc-txt p {
   margin: 10px 0;
}
.bold-txt {
   font-weight: 600;
}
.big-txt {
   font-size: 22px !important;
}
.red-txt {
   color: red;
}
.prod-img {
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   width: 100%;
}
.order_block * {
   font-size: 18px;
   line-height: 1.4;
}
.order_block {
   text-align: center;
}
.time_remains {
   font-weight: 600;
}
.price-bl {
   margin: 10px 0;
}
.price-bl b {
   color: red;
   padding-left: 10px;
}
.button,
.input-roulette {
   width: 100%;
   max-width: 300px;
   height: 46px;
}
.input-roulette {
   margin: 0 auto 15px;
   appearance: none;
   -webkit-appearance: none;
   border: 1px solid #e1e1e1;
   display: block;
   padding: 0 10px;
   font-size: 18px;
   font-style: initial;
}
.button {
   color: #fff;
   border: 0;
   background: red;
   font-weight: 600;
}
.vk-comment-load {
   border-bottom: 1px solid #dae1e8;
   padding: 15px 0;
   height: 100%;
   overflow: hidden;
}
.vk-avatar {
   float: left;
}
.vk-avatar img {
   width: 50px !important;
   height: 50px;
}
.vk-comment-name,
.vk-comment-text {
   margin-left: 65px;
   font-size: 18px;
}
.vk-comment-name {
   font-weight: 700;
}
.vk-comment-text img {
   display: block;
   margin-top: 10px;
   width: 100%;
   max-width: 300px;
}
.topbtn {
   display: inline-block;
   background: red;
   margin-top: 30px;
   color: #fff;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 600;
   padding: 10px;
}
.topbtn:hover {
   color: #fff;
   background: #6fcae5;
}
@media (max-width: 768px) {
   header {
      padding: 20px;
   }
   header img {
      width: 200px;
   }
   main {
      margin-top: 20px;
   }
   .top-fl h2 {
      order: 1;
   }
   .top-fl p {
      order: 2;
   }
}
@media (max-width: 767px) {
   input[type="tel"],
   input[type="text"] {
      font-size: 16px;
   }
   #content {
      padding-bottom: 26px;
   }
}
@media screen and (max-width: 640px) {
   .doc-block {
      display: block;
   }
   .doc-txt {
      margin: auto 0;
      text-align: center;
   }
   .doc-block img {
      display: block;
      margin: 0 auto 15px;
   }
}
@media screen and (max-width: 480px) {
   
   main p,
   main ul li {
      line-height: 1.4;
   }
}

main * {
   font-family: "PT Sans", serif;
}
.vk-comment-name {
   font-size: 22px !important;
}
.vk-comment-text {
   font-size: 20px !important;
}
.comment-write {
   transition: all 0.3s ease;
   max-height: 100px;
   overflow: hidden;
   display: flex;
   align-items: center;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.comments > div {
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.comment-hide {
   transform: translateY(calc(-100% - 15px));
   -webkit-transform: translateY(calc(-100% - 15px));
   -moz-transform: translateY(calc(-100% - 15px));
   -ms-transform: translateY(calc(-100% - 15px));
   -o-transform: translateY(calc(-100% - 15px));
}
