@-webkit-keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.footer159__slot159 {
  text-align: left !important;
}
@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.container {
  width: 100%;
}

@media (min-width: 768px) {
  .mycontain {
    max-width: 957px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
main {
  display: block;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ul {
  list-style: none;
}
html {
  line-height: 1.5;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e5e5;
}
img {
  border-style: solid;
}
a {
  text-decoration: inherit;
}
img {
  display: block;
}
img {
  height: auto;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1152px) {
  .container {
    max-width: 72rem;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media only screen and (min-width: 768px) {
  .col-md-12,
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.col-md-12,
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.table {
  display: table;
}

@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@import url('stylesheet_1.css');
body,
html {
  font-family: Roboto, sans-serif;
  moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  font-size: 16px;
  --text-opacity: 1;
  color: rgba(38, 41, 46, var(--text-opacity));
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'pnum';
  font-variant-numeric: proportional-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: calc(100vh + 1px);
  display: flex;
  flex-direction: column;
}
h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3 {
  font-size: 1rem;
  line-height: 1.38rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
h4 {
  font-size: 1rem;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px !important;
    text-align: justify;
  }
}
a {
  --text-opacity: 1;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.center {
  text-align: center;
}
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0056ac;
}

figure {
  margin: 0;
  text-align: center;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  touch-action: manipulation;
}
table {
  width: 100%;
  color: #32313a;
  border-radius: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 23px;
  margin: 40px 0;
}
.yield {
  background: #fff;
  flex: 1 0 auto;
}
a:focus {
  background-color: none;
  outline: none;
  outline-offset: 0;
}
.title_h1 {
  margin-top: 0 !important;
  position: relative;
  background-color: rgba(255, 255, 255, 0.641);
  border-radius: 5px;
  padding: 10px 20px;
}
@import url('stylesheet_2.css');
a {
  background-color: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #404041;
  background-color: #fff;
}
a {
  color: #0b83ba;
  text-decoration: underline !important;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
ul {
  margin-top: 0;
  margin-bottom: 15px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1159px;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mymain {
    width: 100% !important;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-12,
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-8 {
    float: none;
    margin: 0 auto;
  }
  .col-md-8 {
    width: 85.7%;
  }
  .col-md-12 {
    width: 100%;
  }
}
table {
  background-color: transparent;
}
.table {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  h2,
  h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-viewport {
  width: device-width;
} /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
figure,
footer,
header,
main {
  display: block;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: sans-serif;
}
body {
  margin: 0;
}

h1 {
  font-size: 26px;
  margin: 12px 0;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 24px;
  margin: 15px 0;
}
h3 {
  margin: 1em 0;
}
h4 {
  font-size: 20px;
  margin: 1.33em 0;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
p {
  margin: 15px 0;
}
ul {
  margin: 15px 0;
}
ul {
  padding: 0 0 0 10px;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
} /*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
} /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
body,
html {
  height: 100%;
  display: block;
}
html {
  background-color: #fff;
}
body {
  font-weight: 300;
}
main {
  background-color: #fff;
}
b,
h1,
h2,
h3 {
  font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: none !important;
}

#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
#comments .coment_ava {
  margin-right: 15px;
  display: contents;
}
#comments .pg {
  font-family: Roboto, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  display: flex;
}
#content img {
  max-width: 100%;
  display: block;
  margin: 15px auto 10px;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: -1300px;
  }
}
@-webkit-keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 100px;
    opacity: 0.3;
  }
  100% {
    left: 180px;
    opacity: 0;
  }
}
@keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 100px;
    opacity: 0.3;
  }
  100% {
    left: 180px;
    opacity: 0;
  }
} /*! jQuery UI - v1.9.1 - 2012-10-29
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
*
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
.info {
  font:
    14px/16px Arial,
    Helvetica,
    sans-serif;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#comments p {
  display: inline-block !important;
  padding-left: 14px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-size: 16px;
  margin-bottom: 0;
}
.article_content {
  padding-top: 10px;
}
#comments .startdate {
  white-space: nowrap !important;
  font-size: 16px !important;
  color: #434343 !important;
  font-weight: 500 !important;
  margin-left: 12px !important;
}
.tauthor {
  position: relative;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  #comments .nowdate {
    display: block;
    font-size: 16px;
    margin-top: 3px;
    margin-left: 0 !important;
  }
}
@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1600deg);
    transform: rotate(1600deg);
  }
  100% {
    -webkit-transform: rotate(1574deg);
    transform: rotate(1574deg);
  }
}
@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1600deg);
    transform: rotate(1600deg);
  }
  100% {
    -webkit-transform: rotate(1574deg);
    transform: rotate(1574deg);
  }
}
@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Figure-caption {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  max-width: 520px;
  padding-top: 4px;
  color: #1a1a1a;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
}
.product {
  max-width: 90px;
  margin: 0 auto;
  
}
@media screen and (min-width: 640px) {
  .product {
    max-width: 99px;
  }
}
.Figure {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
} /*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
@media screen and (max-width: 500px) {
  #comments .startdate {
    display: block;
    margin-left: 0 !important;
    margin-top: 3px;
  }
}

.start {
  position: relative;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  margin-top: 6px;
}

.title_block_author {
  padding-left: 14px;
}

.title_bq {
  position: relative;
  font-weight: bold;
  background-color: #024476;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .title_bq {
    font-size: 16px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes iconScale {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .bg-image {
    text-align: center;
  }

  .bg-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .text-container {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .bg-image img {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .text-container {
    display: block;
    margin-top: 145px;
  }
}
.h1-bg {
  position: relative;
  padding: 15px;
  margin-top: 10px;
  background-color: #bfe6ec;
}

@media screen and (min-width: 640px) {
  .h1-bg {
    background-image: url('../images/41.jpg');
    background-position: center 16%;
  }
}

@media screen and (min-width: 768px) {
  .h1-bg {
    background-position: center 35%;
  }
}

@media screen and (min-width: 1024px) {
  .h1-bg {
    background-position: center 16%;
  }
}

.h1-bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.454);
}

.blur-p {
  transform: translateX(-50%);
  font-size: 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 5px 1px 2px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3%;
  left: 50%;
}

table,
tbody,
td,
th,
tr {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

.table {
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0px solid black;
}

td,
th {
  border: 0.1px solid black !important;
}

.table th {
  background-color: rgb(255, 233, 2444);
  font-weight: 700;
}

.table td,
.table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (min-width: 375px) {
  .table td,
  .table th {
    font-size: 16px;
  }
}

.table td.one {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .table {
    font-size: 18px;
  }
}

@media screen and (max-width: 460px) {
  .table {
    font-size: 16px;
  }
}
.name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.row-y-item .info {
  margin-bottom: 20px;
  padding: 15px;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.7;
  }
}
.attention-block-1 {
  color: red;
  font-weight: 700;
  font-size: 18px;
}

@media screen and(min-width: 768px) {
  .attention-block-1 {
    font-size: 22px;
  }
}

.attention-block-2 {
  color: red;
  font-weight: 700;
  border: 2px solid red;
  border-radius: 4px;
  padding: 15px;
  background: #ff000005;
}

.attention-block-3 {
  background: rgb(255, 233, 2444);
  padding: 15px;
  border-radius: 2px;
  box-shadow: 1px 1px 11px 0 #00000024;
  border: 3px solid white;
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .attention-block-3 {
    padding: 20px;
  }
}

.attention-block-3 li span {
  font-size: 16px;
  margin-bottom: 11px;
  margin-top: 5px;
  font-weight: 700;
}

.navigation-page-block {
  background: rgb(255, 233, 2444);
  padding: 15px;
  margin-top: 15px;
  box-shadow: 1px 1px 11px 0 #00000024;
  border: 3px solid white;
}

@media screen and (min-width: 768px) {
  .navigation-page-block {
    padding: 15px 20px;
  }
}

.my-ul-0 li {
  position: relative;
  display: list-item;
  padding-left: 24px;
  font-size: 16px;
}

.my-ul-0 li:before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

ul li {
  margin-bottom: 15px;
  line-height: 1.4;
}

.my-ul-0-green li {
  position: relative;
  display: list-item;
  padding-left: 24px;
  margin-bottom: 7px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .my-ul-0 li,
  .my-ul-0-green li {
    font-size: 18px;
  }
}

.my-ul-0-green li:before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  color: #1ba023;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.my-ul-1 {
  margin-top: 18px;
  margin-bottom: 15px;
  padding-left: 24px;
}

.frame {
  border: 2px solid #821839;
  padding: 15px 15px 15px 35px;
  border-radius: 4px;

  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 0 0 4px rgba(187, 215, 172, 0.12);
}

.my-ul-1 li {
  list-style: num;
}

.my-ul-1 li::marker {
  font-weight: 700 !important;
}

.accent {
  font-weight: 700;
  color: rgb(236 14 14);
}

.bold {
  font-weight: 700;
}

.my-ul-1 li span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .my-ul-1 li span {
    font-size: 18px;
    text-align: justify;
  }
}

.recept {
  background: rgb(255, 233, 2444);
  padding: 15px;
  box-shadow: 1px 1px 11px 0#00000024;
  border-radius: 4px;
  border: 3px solid white;
}

@media screen and (min-width: 768px) {
  .recept {
    padding: 15px 20px;
  }
}

.grandma-block {
  background-color: rgb(255, 233, 2444);
  padding: 15px;
  box-shadow: 1px 1px 11px 0#00000024;
  border-radius: 4px;
  border: 3px solid white;
}

@media screen and (min-width: 768px) {
  .grandma-block {
    padding: 20px;
  }
}

.my-ul-0-green font {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.answer {
  padding-left: 16px;
  border-left: 1px solid #b2b2b2;
  margin-left: 17px;
}

.new-ramka-1 {
  background-color: rgb(255, 233, 2444);
  padding: 15px;
  border-radius: 4px;
  box-shadow: 1px 1px 11px 0 #00000024;
  border: 3px solid white;
}

footer {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}

footer a {
  display: block;
  margin: 15px 0;
  color: #333;
}

footer img {
  width: auto;
}

footer p {
  padding: 0;
  margin: 0;
}
@keyframes aio-sdk-pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width)/2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url('../images/0.webp');
  --iti-path-flags-2x: url('../images/1.webp');
  --iti-path-globe-1x: url('../images/2.webp');
  --iti-path-globe-2x: url('../images/3.webp');
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#content h3 {
  font-size: 20px;
  line-height: 36px;
  padding-left: 0;
}

@media screen and (min-width: 480px) {
  #content h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #content h3 {
    font-size: 24px;
  }
}

.cart-element {
  margin-top: 25px;
  margin-bottom: 25px;
}

:root {
  --primary: rgb(238 9 44);
  --primary-hover: rgb(147, 34, 21);
  --bg-color-light: rgb(51, 103, 164);
  --bg-color-dark: rgb(16 55 126);
}

.rd-order {
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--bg-color-dark);
  padding: 25px 15px;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}

.rd-order__message {
  text-align: center;
  margin-bottom: 20px;
}

.rd-order__message.hidden {
  display: none;
}

.rd-order__wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  justify-content: center;
}

.rd-order__content {
  max-width: 370px;
  flex-grow: 1;
}

.rd-order__sale {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: white;
  background: #ed1f01;
  clip-path: polygon(
    100% 100%,
    100% 100%,
    98.854% 98.62%,
    97.634% 97.311%,
    96.338% 96.091%,
    94.965% 94.978%,
    93.513% 93.988%,
    91.979% 93.138%,
    90.363% 92.448%,
    88.662% 91.933%,
    86.875% 91.611%,
    85% 91.5%,
    33.2% 91.5%,
    33.2% 91.5%,
    29.09% 90.883%,
    25.222% 89.034%,
    21.598% 85.96%,
    18.219% 81.663%,
    15.088% 76.15%,
    12.205% 69.425%,
    9.573% 61.492%,
    7.194% 52.358%,
    5.069% 42.025%,
    3.2% 30.5%,
    3.2% 30.5%,
    2.765% 27.351%,
    2.358% 24.208%,
    1.98% 21.077%,
    1.627% 17.964%,
    1.3% 14.875%,
    0.997% 11.816%,
    0.716% 8.793%,
    0.458% 5.812%,
    0.219% 2.879%,
    0% 0%,
    0% 0%,
    1.468% 2.135%,
    3.053% 4.145%,
    4.759% 6.006%,
    6.59% 7.694%,
    8.55% 9.188%,
    10.642% 10.462%,
    12.869% 11.493%,
    15.235% 12.259%,
    17.744% 12.736%,
    20.4% 12.9%,
    69.9% 12.9%,
    69.9% 12.9%,
    70.821% 13.217%,
    72.42% 13.971%,
    74.571% 15.318%,
    77.148% 17.414%,
    80.025% 20.413%,
    83.076% 24.47%,
    86.175% 29.743%,
    89.196% 36.385%,
    92.013% 44.552%,
    94.5% 54.4%,
    94.5% 54.4%,
    95.569% 59.735%,
    96.502% 64.931%,
    97.307% 69.976%,
    97.991% 74.858%,
    98.563% 79.563%,
    99.029% 84.078%,
    99.398% 88.393%,
    99.678% 92.493%,
    99.876% 96.366%,
    100% 100%
  );
  padding: 12px 12px;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: 3;
}

.rd-order__product {
  position: relative;
  flex-basis: 90px;
}

.rd-order__pack {
  display: block;
  width: 100%;
  max-width: 100%;
  
}

@media screen and (min-width: 640px) {
  .rd-order__pack {
    margin-bottom: 0;
  }
  .rd-order__product {
    flex-basis: 99px;
  }
  .rd-order__wrapper {
    gap: 35px;
  }
}

.rd-order .rd-price {
  margin-bottom: 22px;
}

/*Price*/
.rd-price {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .rd-price {
    gap: 20px;
  }
}

.rd-price__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.rd-price__line {
  display: block;
  flex-shrink: 0;
  width: 1px;
  background-color: var(--bg-color-dark);
}

#content .rd-price__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px !important;
  text-align: center !important;
}

@media screen and (min-width: 640px) {
  #content .rd-price__title {
    font-size: 20px;
  }
  .rd-price {
    gap: 30px;
  }
}

@media screen and (min-width: 640px) {
  #content .rd-price__title {
    font-size: 22px;
  }
}

.rd-price__title--old {
  font-weight: 300;
  color: #636a7b;
}

.rd-price__title--new {
  font-weight: 700;
  color: var(--bg-color-dark);
}

p.rd-price__value {
  font-size: 29px !important;
  font-weight: 400;
  margin: 0;
  color: red;
  text-align: center !important;
}

@media screen and (min-width: 640px) {
  p.rd-price__value {
    font-size: 35px !important;
  }
}

p.rd-price__new {
  font-weight: 700;
}

.rd-price__value--old {
  font-weight: 300;
  color: #636a7b !important;
}

.rd-price__value--old {
  text-decoration-line: line-through;
}

/*light modal theme*/
.rd-modal--light .rd-order {
  background: white;
}

.rd-modal--light .rd-modal__close::before,
.rd-modal--light .rd-modal__close::after {
  background: var(--bg-color-dark);
}

.rd-modal--light .rd-order__message {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-form__button {
  color: white;
  background: rgb(237, 31, 1);
}

.rd-form__button:hover,
.rd-form__button:focus {
  color: red;
  background-color: white;
}

.rd-modal--light .rd-price__title {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-price__value {
  color: var(--bg-color-dark);
}

.rd-modal--light .rd-price__title--old,
.rd-modal--light .rd-price__value--old {
  color: rgba(145, 145, 145, 0.5);
}

.rd-modal--light .rd-price__line {
  background: rgba(145, 145, 145, 0.5);
}

.rd-modal--light .rd-form__input {
  border: 1px solid var(--bg-color-dark);
}

/*Form*/
.rd-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.rd-form__label,
.rd-form__input {
  width: 100%;
}

.rd-form__input {
  font-size: 18px;
  text-align: center;
  color: var(--bg-color-dark);
  border-radius: 100px;
  box-shadow: 0 5px 20px 0 rgba(50, 118, 71, 0.1);
  background: rgb(255, 255, 255);
  border: 1px solid var(--bg-color-dark);
  outline: none;
  padding: 15px 24px;
}

.rd-form__input::placeholder {
  color: var(--bg-color-dark);
}

.rd-form__button {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: red;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 15px 24px;
  transition: all 0.35s ease-in-out;
  border: 1px solid red;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .rd-form__button {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .rd-order {
    width: 100%;
    max-width: 450px;
  }

  .rd-order__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .rd-order__sale {
    font-size: 38px;
  }

  .rd-order__product {
    flex-basis: auto;
    width: 90px;
  }

  .rd-order__content {
    flex-basis: auto;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .rd-order__product {
    width: 90px;
  }

  #comments .coment_ava {
    display: block;
    float: left;
  }

  #comments .pg {
    display: block;
  }

  #comments p {
    display: block !important;
    padding-left: 0 !important;
  }

  .name {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .rd-price {
    gap: 30px;
  }
}
.name-link:hover strong {
  color: rgb(131, 1, 59);
}

.rd-form__button--content {
  max-width: 300px;
  margin: 20px auto 0;
  display: block;
}

.header-top {
  background: #024476;
}

@media screen and (max-width: 540px) {
  .header-top {
    margin-bottom: 10px;
  }
}

.h-nav {
  box-shadow:
    0 4px 12px 0 rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.h-nav a {
  color: #024476;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .h-nav a {
    font-size: 16px;
  }
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h-menu {
  width: 40px;
}
.h-logo {
  width: 60px;
}

@media screen and (max-width: 479px) {
  .h-nav a:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .h-nav a:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .attention-block-3 li span {
    font-size: 18px;
  }
}

@media screen and (max-width: 840px) {
  .h-nav a:nth-child(3),
  .h-nav a:nth-child(4) {
    display: none;
  }
}

#content #epic2 {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 100%;
  margin-top: 15px;
}

#content .review-image {
  max-width: 250px;
  width: 100%;
  margin-left: 0;
}

.footer-copy {
  font-size: 16px !important;
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.rul_2 {
  text-align: center;
  font-size: 20px;
}

.footer-btn {
  max-width: 290px;
  margin: 0 auto;
  text-decoration: none !important;
}

.adult {
  position: relative;
  cursor: pointer;
  display: block;
}

.adult:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/18_plus.png);
  background-position: center;
  background-size: 100px;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px #000;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.adult--open:before {
  display: none;
}

.image-content {
  max-width: 400px;
  margin: 0 auto;
}
#content .content-image {
  max-width: 400px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 480px) {
  .rul_2 {
    text-align: center;
    font-size: 22px !important;
  }
}

@media screen and (min-width: 768px) {
  .rul_2 {
    font-size: 24px !important;
  }
  #content .content-image {
    max-width: 500px;
  }
  .name {
    font-size: 18px;
  }
  #comments .startdate {
    font-size: 16px !important;
  }
}
p.table-note {
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
