.cenz-image {
    max-width: 400px;
    margin: 0 auto;
}

.cenz-image.cenz-show {
    border: none
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a,
b,
body,
div,
footer,
h1,
h2,
h3,
header,
html,
i,
img,
li,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    -webkit-font-feature-settings: inherit;
    -moz-font-feature-settings: inherit;
    font-feature-settings: inherit;
    -webkit-font-language-override: inherit;
    -moz-font-language-override: inherit;
    font-language-override: inherit;
    -webkit-font-kerning: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    font-family: 'open_sansregular';
}

h1,
h2,
h3 {
    font-family: 'open_sansbold';
}

html {
    line-height: 1
}

ul {
    list-style: outside none none
}

footer,
header {
    display: block
}

.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width:530px) {
    .breadcrumbs {
        padding-left: 12px;
        padding-right: 12px
    }
}

.myList {
    padding-left: 80px;
    margin-bottom: 20px;
    list-style-type: decimal;
    font-weight: 700;
}

.myText {
    padding-bottom: 0 !important
}

.myText1 {
    font-style: italic;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    display: block
}

.article__text .myImg {
    width: 450px;
    max-width: 100%
}

.myText2 {
    font-size: 24px;
    line-height: 1.2;
    background-color: #ff0;
    padding: 5px 10px;
    display: block;
    margin-bottom: 20px;
    color: red
}

.rub-ramka {
    text-indent: 0 !important;
    background: rgba(200, 0, 224, .04);
    padding: 6px 13px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 4px double rgba(160, 21, 21, .32);
    font-family: 'open_sansregular';
    line-height: 28px;
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 20px
}

a {
    color: inherit;
    text-decoration: none
}

.live-foto {
    display: block;
    margin-top: 5px !important;
    width: auto !important;
    float: none !important
}

.mycity {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .1px;
    background: #757575;
    padding: 2px 3px 1px 3px;
    margin-left: 9px;
    color: #fff;
    font-weight: 600;
    line-height: 19px;
    border-radius: 1px;
    border: 3px double #fff;
    position: relative;
    bottom: 4px
}

a:hover {
    text-decoration: underline
}

@media (max-width:530px) {
    body {
        position: relative
    }
}

.page-wrap {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    cursor: auto
}

@media (max-width:900px) {
    .page-wrap {
        padding: 0 24px
    }
}

@media (max-width:530px) {
    .page-wrap {
        padding: 0;
        overflow: hidden
    }
}

.main-content {
    z-index: 11;
    position: relative
}

.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.foto-center {
    text-align: center
}

.content {
    min-height: 700px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto
}

.content__inner_wide {
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

@media (max-width:1024px) {
    .content__inner_wide {
        width: 100%
    }
}

.content,
.footer {
    clear: both
}


/* header styles start */

.wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.header__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.header__top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.header {
    z-index: 999;
}

.header__logo {
    width: 100%;
    max-width: 140px;
}

.header__nav {
    padding: 15px 0;
}

.header__nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
}

.header__nav-list-link {
    color: #a82536;
    font-weight: 700;
}

.header__nav-list-link:hover {
    border-bottom: 2px solid #a82536;
}

@media screen and (max-width: 1120px) {
    .header__nav-list-item:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 890px) {
    .header__nav-list-item:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .header__nav-list-item:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 424px) {
    .header__nav-list-item:nth-child(2) {
        display: none;
    }
}


/* header styles end */

.search {
    padding: 18px 24px 0;
    float: right;
    background: transparent url(../images/icons.png) no-repeat scroll 24px -193px;
    width: 20px;
    height: 30px;
    cursor: pointer
}

@media (max-width:530px) {
    .search {
        display: none
    }
}

.footer-wrapper_top {
    border-top: 9px solid #2483c5;
    background: #262626 none repeat scroll 0 0;
    height: 64px
}

@media (max-width:530px) {
    .footer-wrapper_top {
        height: auto
    }
}

.footer__inner {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto
}

@media (max-width:900px) {
    .footer__inner {
        padding: 0 24px
    }
}

.nav_footer {
    float: left;
    height: 64px;
    width: 730px;
    overflow: hidden;
    margin-left: -24px
}

@media (max-width:1023px) {
    .nav_footer {
        display: none
    }
    footer {
        display: none
    }
}

.nav_footer li {
    float: left;
    height: 64px
}

.nav_footer li a {
    display: block;
    height: 100%;
    font: 16px/64px sans-serif;
    color: #fff;
    padding: 0 24px;
    text-decoration: none
}

.breadcrumbs {
    height: 22px;
    border-bottom: 1px dotted #ccc;
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px/22px sans-serif
}

.breadcrumbs h2 a {
    color: #255d89;
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid #ccc;
    padding-left: 16px
}

.breadcrumbs h2 a:first-child {
    border-left: medium none;
    padding-left: 0
}

.breadcrumbs h2 a:last-child {
    font-family: 'open_sansregular';
}

.article {
    padding: 24px 70px
}

@media (max-width:530px) {
    .article {
        padding: 24px 15px
    }
}

@media (max-width:1024px) {
    .article {
        width: auto
    }
}

.article::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.article__date {
    font: 14px/18px sans-serif;
    color: #555
}

.article__date .article__time {
    padding-right: 12px
}

.article__date .article__author {
    padding: 0 12px;
    border-left: 1px solid #ccc
}

.article__title {
    font: 32px/36px sans-serif;
    padding: 4px 0 0
}

.article__text {
    font: 16px/24px sans-serif;
    color: #333;
    padding-left: 0;
    padding-top: 24px
}

@media (max-width:1280px) {
    .article__text {
        padding-left: 0
    }
}

.article__text img {
    max-width: 100%
}

.article__text p {
    padding: 0 0 20px;
    text-indent: 30px;
    text-align: justify
}

.article__text a {
    text-decoration: underline;
    color: #0095da
}

.article__text b,
.article__text strong {
    font-weight: 700
}

.comment-user strong {
    font-weight: 400
}

.user-name strong {
    font-weight: 700
}

@media (max-width:900px) {
    .page-wrap {
        padding: 15px 24px 0
    }
}

@media (max-width:1024px) {
    .page-wrap {
        padding: 0 64px 0
    }
}

@media (max-width:530px) {
    .page-wrap {
        padding: 15px 0 0
    }
}

@media (max-width:670px) {
    .page-wrap {
        padding: 0
    }
}

@media (max-width:530px) {
    .article__title {
        font: 26px/30px sans-serif;
        padding: 4px 0 0;
        text-align: center
    }
    .foto-center.prod-block img {
        width: 230px
    }
    .myText2 {
        font-size: 22px
    }
}

@media (max-width:900px) {
    .cenz-image {
        padding-bottom: 4px
    }
}

.of-site {
    font: bold 30px/100% sans-serif;
    display: block;
    max-width: 350px;
    padding: 10px 15px;
    text-align: center;
    color: #fff !important;
    background: red;
    margin: 0 auto;
    text-decoration: none !important;
    border-radius: 15px;
    transition: all .2s ease;
}

.of-site:hover {
    text-decoration: none !important;
    background: rgb(175, 0, 0);
}

img {
    max-width: 100%
}

a:hover {
    text-decoration: none
}

.comment-block {
    background: #fff none repeat scroll 0 0
}

.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.comment-block .user-name {
    font-weight: 700;
    padding: 0 0 10px
}

.comment-block img {
    width: 60px;
    margin: 0 20px 0 0
}

.comment-user p {
    text-indent: 0
}

@media (max-width:767px) {
    .article__text p {
        text-indent: 0
    }
    .myList {
        padding-left: 50px
    }
}

@media (max-width:479px) {
    .myList {
        padding-left: 30px
    }
    .article__text p {
        text-align: left
    }
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

.dibs {
    display: inline-block
}

@media (max-width:1050px) {
    .nav__inner li:nth-child(4) {
        display: none
    }
}

@media (max-width:919px) {
    .nav__inner li:nth-child(3) {
        display: none
    }
}

@media (max-width:767px) {
    .nav__inner li:nth-child(2) {
        display: none
    }
}

#comebacker_main_div {
    display: none !important
}

.inL_659302 {
    max-width: 550px;
    margin: 0 auto;
}

.inL_113139 {
    max-width: 550px;
    margin: 5px auto 0;
    text-align: center !important;
}

.inL_155689 {
    max-width: 550px;
    margin: 5px auto 0;
}

.inL_631813 {
    max-width: 550px;
    margin: 5px auto 0;
}

.inL_807912 {
    display: table;
}

.inL_238070 {
    display: table;
}

.inL_739765 {
    display: table;
}

/* --------------------------------------- */


.order-form {
  font-family: Roboto, sans-serif !important;
  overflow: hidden;
  padding: 0 25px;
  clear: both;
}
.order-form .order-form-product-image {
  width: 100%;
  max-width: 220px !important;
  height: auto !important;
}
.order-form .order-form-wrapper {
  max-width: 400px;
  position: relative;
  margin: 25px auto;
  background: #fff;
  border-radius: 2.5px;
}
.order-form form {
  background: 0 0;
  padding: 0;
  margin: 0;
}
.order-form .order-form-product-image-wrapper {
  text-align: center;
  line-height: 0;
}
.order-form .order-form-product-price-wrapper {
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  width: 150px;
  height: 150px;
  text-align: center;
  background: url("../images/product-banner.png") center/100% no-repeat;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  line-height: 20px;
  left: 20px;
}
.order-form .order-form-product-price {
  color: #fff;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
.order-form-product-image-section {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.order-form-product-date {
  color: #fff;
  font-size: 14px;
}
.order-form .order-form-product-image-link {
  border: none;
  line-height: 0;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-form .order-form-product-image-link:hover {
  border: none;
}
.order_form {
  padding: 20px 20px 0;
  border-radius: 5px;
  font-family: Arial, Helvetica;
}
@media screen and (max-width: 710px) {
  .order_form {
    padding: 20px 20px 0;
  }
}
.br {
  border-radius: 20px;
}
.comment {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.comment-last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.comment p {
  margin: 0;
}
.comment-name {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.ava-img,
.boxes > div {
  display: inline-block;
}
.comments h3,
.inL_181854,
.inL_359662,
.inL_674714,
.inL_766918,
.instructions,
.sweet-alert,
a {
  text-align: center;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.responsive {
  width: 100%;
  height: auto;
}




/* ----------------------------------------------------------------------------------------------------------------------- */
.boxes {
  max-width: 500px;
  border-bottom: 1px dashed #b9b9b9;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 auto !important;
}
.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
}
.boxes,
.boxes img,
.instructions table {
  width: 100%;
}
.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
}
.boxes .iphone {
  width: 76%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -20%;
  left: 12%;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.boxes > div {
  position: relative;
  width: 32.5%;
  height: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
.boxes > div:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.instructions td:first-child {
  padding-right: 10px;
  width: 10px;
}
.instructions td:last-child {
  padding-left: 10px;
  width: 10px;
}
@media (max-width: 479px) {
  .doctor-info-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .conteiner {
    font-size: 17px;
    line-height: 19px;
  }
  .header-first {
    font-size: 22px;
  }
  .order-form .order-form-product-price-wrapper {
    width: 130px;
    height: 130px;
  }
  .inL_605008 {
    font-size: 18px !important;
  }
  .date {
    margin-bottom: 10px;
  }
  .boxes > div {
    width: 32%;
  }
}
@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  left: 50%;
  top: 35%;
  margin-left: -256px;
  margin-top: -150px;
  overflow: hidden;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert p {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #e84242;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}


/*  */
html,
legend,
td,
th {
  padding: 0;
}
.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: 4.25s ease-in rotatePlaceholder;
  animation: 4.25s ease-in rotatePlaceholder;
}
.la-ball-fall {
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
.animated .bounce,
.animated.animated.bounceIn {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
}
.la-ball-fall,
.visible,
article,
footer,
header,
main {
  display: block;
}
.submit {
  margin-top: 10px;
  height: 65px;
  width: 400px;
  background-color: #b22222;
  color: #fff;
  font-size: 28px;
  border-radius: 3px;
  cursor: pointer;
}
.submit:hover {
  background-color: #b22222 !important;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  margin: 0;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
}
progress {
  display: inline-block;
}
.inL_307636,
[hidden],
template {
  display: none;
}
a:active,
a:focus,
a:hover,
input,
input:active,
textarea,
textarea:active {
  outline: 0;
}
b,
optgroup,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
hr {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
  resize: none;
  resize: vertical;
  resize: horizontal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:active,
button:focus {
  outline: 0 !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
.Wheel_input {
  box-sizing: border-box;
  padding: 10px !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
  max-width: 380px;
}
.com-img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin-top: 7px;
}
.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .order-form .order-form-product-price-wrapper {
    top: -10px;
    right: -25px;
  }
  input {
    width: 90%;
  }
}
.main-link-wrap {
  padding-left: 12px;
  padding-right: 12px;
}
.main-link {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 20px auto;
  padding: 14px;
  font-size: 20px;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.close-popup,
.pop-up-window::before {
  border-radius: 50%;
  position: absolute;
}
.main-link:hover {
  opacity: 0.8;
}
.close-popup {
  width: 30px;
  height: 30px;
  background-image: url("../images/close.png");
  background-size: 100%;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 70px 15px 20px;
  border-radius: 10px;
  animation: 0.7s pop-up-appear;
}
.pop-up-window::before {
  content: "";
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  animation: 0.5s 0.6s backwards pop-up-appear-before;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s;
  animation: 0.5s 0.6s backwards pop-up-appear-after;
}
@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.inL_330771,
.inL_376159,
.inL_39430,
.inL_420648,
footer {
  text-align: center;
}
.pop-up-button {
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: 0;
}
.pop-up-button:hover {
  color: #fff;
  background-color: #73a252;
}
@media all and (max-width: 520px) {
  .order-form .order-form-product-image {
    max-width: 200px !important;
    height: auto !important;
  }
  .time_remains {
    line-height: 2;
  }
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../images/close.png");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    right: -10px;
    cursor: pointer;
  }
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.view {
  display: block;
  height: 40px;
}
.view img {
  width: 350px;
  float: right;
  margin: 10px;
}
@media (max-width: 591px) {
  .view {
    text-align: center;
  }
  .view img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
.inL_107815,
.inL_114166,
.inL_121625,
.inL_124030,
.inL_140706,
.inL_142019,
.inL_145751,
.inL_155270,
.inL_163950,
.inL_197656,
.inL_206517,
.inL_240320,
.inL_243114,
.inL_25039,
.inL_269234,
.inL_276256,
.inL_281767,
.inL_293634,
.inL_317557,
.inL_318383,
.inL_319768,
.inL_332249,
.inL_338159,
.inL_338309,
.inL_341659,
.inL_342534,
.inL_344865,
.inL_345577,
.inL_357037,
.inL_382921,
.inL_385213,
.inL_387522,
.inL_392519,
.inL_426278,
.inL_433867,
.inL_435674,
.inL_441837,
.inL_442845,
.inL_45326,
.inL_479182,
.inL_479345,
.inL_480007,
.inL_50362,
.inL_50467,
.inL_509385,
.inL_53150,
.inL_549998,
.inL_555570,
.inL_570546,
.inL_582905,
.inL_602591,
.inL_615207,
.inL_647249,
.inL_683163,
.inL_695442,
.inL_72370,
.inL_73198,
.inL_73593,
.inL_74313,
.inL_744229,
.inL_760599,
.inL_762148,
.inL_763799,
.inL_779728,
.inL_781859,
.inL_821438,
.inL_824925,
.inL_829169,
.inL_855718,
.inL_884078,
.inL_885715,
.inL_89077,
.inL_892221,
.inL_90322,
.inL_916620,
.inL_928644,
.inL_954770,
.inL_955017,
.inL_956208,
.inL_959994,
.inL_960780,
.inL_961215,
.inL_961783,
.inL_962858,
.inL_980924,
.inL_986489,
.inL_987528,
.inL_991213 {
  vertical-align: inherit;
}
.inL_330771 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inL_727904 {
  max-width: 200px;
}
.inL_250075,
.inL_384222,
.inL_439451 {
  max-width: 600px;
  width: 100%;
}
.inL_991030 {
  color: red;
  max-width: 600px;
  margin: 5px auto 20px;
}
.list {
  margin-bottom: 15px;
}
.inL_376159 {
  margin-bottom: 20px;
}
.inL_928972 {
  width: 100%;
  max-width: 200px;
}
.inL_108930,
.inL_239723,
.inL_253961,
.inL_271299,
.inL_351703,
.inL_448452,
.inL_472155,
.inL_527911,
.inL_568835,
.inL_68404,
.inL_701840,
.inL_74350,
.inL_822694,
.inL_852356,
.inL_87728,
.inL_88219,
.inL_90332,
.inL_966214 {
  vertical-align: center;
  text-align: center;
}
.inL_351159 {
  font-weight: 600;
  color: green;
}
.inL_984148 {
  max-width: 100%;
}
.inL_605008 {
  font-size: 20px;
  vertical-align: inherit;
}
.inL_420648 {
  margin: 20px auto 0;
}
.inL_186835 {
  opacity: 1.03;
  display: none;
}
.inL_16357 {
  display: inline-block;
  box-shadow: rgba(140, 212, 245, 0.8) 0 0 2px,
    rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset;
  background-color: #ffa400;
}
.inL_39430 {
  padding-top: 15px;
  margin: -35px 0;
  font-size: 17px;
}
.inL_1305,
.inL_819267 {
  padding: 10px 20px;
  width: 100%;
}
.inL_299756 {
  margin-top: 10px;
}
.inL_819267 {
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px !important;
}
footer {
  padding: 10px;
  background: #333;
  color: #fff;
}
.inL_1305 {
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
}
.inL_621815 {
  line-height: 30px;
  font-size: 24px;
}
.inL_261879 {
  color: red;
}
.inL_836390 {
  display: block;
  vertical-align: inherit;
  text-align: left !important;
  margin-bottom: 20px;
  margin-top: 10px;
}
.price {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
}
.price_item {
  padding: 0 10px;
}
.inL_684535 {
  color: red;
  text-decoration: line-through;
}
.inL_585654 {
  color: #01fa64;
}
@media (max-width: 479px) {
  .inL_727904,
  .inL_928972,
  .order-form .order-form-product-image {
    max-width: 180px !important;
  }
}

.timer-form {
  display: flex;
  color: red;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  font-weight: 700;
  gap: 5px;
}
.timer-form span {
  font-size: 18px !important;
}

.pop-up-button {
  text-decoration: none!important;
  color: #fff!important;
}

.nw {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  justify-content: center;
  margin-top: 24px;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
display: flex;
justify-content: center;
align-items: center;
column-gap: 10px; 
font-size: 14px;
text-align: left;

}
