@font-face {
  font-family: 'fontello';
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.eot) format('embedded-opentype'),
    url(../fonts/fontello.woff2) format('woff2'), url(../fonts/fontello.woff) format('woff'),
    url(../fonts/fontello.ttf) format('truetype'), url(../fonts/fontello.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-print:before {
  content: '\e800';
}
.icon-mail:before {
  content: '\e801';
}
.icon-plus:before {
  content: '\e802';
}
.icon-twitter:before {
  content: '\f099';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-newspaper:before {
  content: '\f1ea';
}
.icon-odnoklassniki:before {
  content: '\f263';
}
.icon-gplus:before {
  content: '\f30f';
}
.icon-vkontakte:before {
  content: '\f354';
}
#vk {
  padding: 20px 0 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}
#vk .vkHeader {
  display: block;
  width: 100%;
  background: #dae2e8;
}
#vk .vkHeader .commentCount {
  padding: 5px 10px;
  color: #45688e;
  font-weight: 600;
  font-size: 15px;
}
#vk .commentsList .commentItem {
  margin: 15px 0;
}

.com-img {
  margin-top: 15px;
  display: block;
  max-width: 100%;
}
.answer {
  margin-left: 20px !important;
}
#vk .commentsList .commentItem .avatar {
  float: left;
  width: 45px;
  height: 45px;
}
#vk .commentsList .commentItem .commentBody {
  padding-left: 60px;
  box-sizing: border-box;
  font-size: 13px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}

#vk .commentsList .commentItem:last-child .commentBody {
  border: 0;
}
#vk .commentsList .commentItem .commentBody .userName {
  font-size: 16px;
  color: #2b587a;
  font-weight: 600;
  margin-bottom: 10px;
}
#vk .commentsList .commentItem .commentBody .commentMessage {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0px;
}
#vk .commentsList .commentItem .commentBody .likeCount {
  float: right;
  color: #0a78c2;
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 11px;
}
#vk .commentsList .commentItem .commentBody .likeCount:hover {
  opacity: 0.5;
}
#vk .commentsList .commentItem .commentBody .commentAction {
  font-size: 15px;
  margin-top: 15px;
}
#vk .commentsList .commentItem .commentBody .time {
  display: inline-block;
  color: #999;
}
#vk .commentsList .commentItem .commentBody .commentResponse {
  color: #0a78c2;
  opacity: 1;
  transition: all 0.3s ease;
  text-decoration: none;
}
#vk .commentsList .commentItem .commentBody .commentResponse:hover {
  opacity: 0.5;
}

.footer {
  padding: 20px 0;
  text-align: center;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}

* {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Arial', sans-serif;
}
.limit {
  display: block;
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}
.hat {
  background-color: #4758a5;
  padding: 15px 10px;
}
.hat .limit {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}
.hat_text {
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-shadow: -3px 1px 2px black;
}
.hat_text._big {
  line-height: 1;
  font-size: 48px;
  letter-spacing: -2px;
}
.menu {
  font-size: 0;
}
.menu ul {
  display: table;
  width: 100%;
  font-size: 0;
}

.menu ul li {
  background: #9e7ebf;
  background: -moz-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: -webkit-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: linear-gradient(to bottom, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);
  text-align: center;
  display: table-cell;
  border-bottom: 2px solid #21153c;
}
.menu ul li.burger {
  display: none;
}
.menu ul li:hover {
  background: #222;
}
.menu ul li ._icon {
  margin-right: 5px;
  font-size: 24px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.menu ul li.active {
  background: #222;
}
.menu ul li.last {
  width: 30%;
  background: #443a3b;
  background: -moz-linear-gradient(top, #ae9597 0%, #917477 2%, #7f5e5e 100%);
  background: -webkit-linear-gradient(top, #ae9597 0%, #917477 2%, #7f5e5e 100%);
  background: linear-gradient(to bottom, #ae9597 0%, #917477 2%, #7f5e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);
}
.menu ul li.last:hover {
  background: #8c6e70;
}
.menu ul li a {
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 12px 5px;
}
.main {
  font-size: 0;
}
.main .title {
  margin: 25px auto 15px;
  font-size: 25px;
  line-height: 27.5px;
  font-weight: 700;
}
.main .center {
  text-align: center;
}
.main .center img {
  width: auto;
  max-width: 100%;
}
.main .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.main .breadcrumb .def {
  font-size: 12px;
  line-height: 1.25;
  padding: 0 5px;
  color: #ccc;
}
.main .breadcrumb a {
  font-size: 12px;
  line-height: 1.25;
  color: #337ab7;
  text-decoration: none;
}
.main .cite {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 8.5px;
}
.main p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 20px;
}
.main p._big {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #444;
}
.main .sert {
  display: block;
  max-width: 250px;
  margin: 0 auto 10px;
}
.main .sert span {
  font-size: 14px;
  line-height: 20px;
}
.main .sert img {
  width: 100%;
}
.main .textTitle {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 15px !important;
}
.main a {
  color: #337ab7;
  font-weight: 700;
  text-decoration: none;
}
.main a:hover {
  color: #23527c;
  text-decoration: underline;
}
.graph_hor {
  margin-bottom: 20px;
}

.price {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px 20px;
  font-size: 28px !important;
  font-weight: 600;
  width: 100%;
  margin: 0 0 15px 0;
}

.price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.price__title {
  font-size: 16px;
}

@media (max-width: 500px) {
  .price {
    font-size: 20px;
  }
}

.price-new {
  color: red;
}

.price-old {
  display: inline-block;
  text-decoration: line-through;
}

.graph_hor_title {
  background: #eeeff1;
  border-radius: 3px;
  display: block;
  text-align: left !important;
  width: auto;
  padding: 15px 20px;
  line-height: 25px;
  margin-top: 0;
  font-style: normal;
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
}
.graph_hor_title ._blood {
  color: #8f0001;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.graph_hor .table {
  display: block;
  width: 100%;
  border: 1px solid #eeeff1;
  background: #fff;
  padding: 0 20px;
}
.graph_hor .table .row {
  width: 100%;
  font-size: 0;
  display: block;
  margin-bottom: 20px;
}
.graph_hor .table .row:first-child {
  margin-top: 30px;
}
.graph_hor .table .row:last-child {
  margin-bottom: 40px;
}
.graph_hor .table .row p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-bottom: 0;
}
.graph_hor .table .row .line {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  position: relative;
  background: #eeeff1;
  height: 25px;
}
.graph_hor .table .row .lineItem {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.graph_hor .table .row .procent {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background-color: transparent !important;
  margin-left: 15px;
  color: #939598;
}
.graph_hor .table .row ._green {
  background-color: #66a01d;
  color: #66a01d;
}
.graph_hor .table .row ._gray {
  background-color: #939598;
  color: #939598;
}
.graph_hor .table .row ._w5 {
  width: 5%;
}
.graph_hor .table .row ._w8 {
  width: 8%;
}
.graph_hor .table .row ._w17 {
  width: 17%;
}
.graph_hor .table .row ._w23 {
  width: 23%;
}
.graph_hor .table .row ._w47 {
  width: 47%;
}
.list._noPadd {
  padding-left: 18px;
}
._under {
  text-decoration: underline;
}
.list {
  padding-left: 40px;
  margin-bottom: 20px;
}
.list .titleItem {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.list .listItem {
  list-style-type: disc;
  font-size: 17px;
  line-height: 1.3;
}
.main .center.prod {
  margin: 15px 0;
}
.center {
  margin: 20px 0;
}
._italic {
  font-style: italic;
}
._bold {
  font-weight: 700;
}
.content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.graph {
  text-align: center;
  margin: 15px 0;
}
.graph_wrapp {
  display: inline-block;
  position: relative;
}
.graph_wrapp img {
  width: 100%;
}
.graph_wrapp .top_table {
  position: absolute;
  top: 10px;
}
.graph_wrapp .top_tableItem {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 39%;
  font-size: 12px;
  line-height: 11px;
}
.graph_wrapp .top_tableItem._min {
  width: 22%;
}
.graph_wrapp .top_tableItem._last {
  width: 30%;
}
.graph_wrapp .bot_table {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  margin-left: 25px;
}

.bot_table .bot_tableItem:not(:last-child) {
  margin-right: 10px;
}

.graph_wrapp .bot_tableItem {
  display: table-cell;
  font-size: 16px;
}
.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 15px;
}
.sidebar .prod {
  padding: 20px 0 10px;
  width: 100%;
}
.sidebar .tieser {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 15px 10px 10px;
  background: #f3f3f3;
  color: #515151;
}
.sidebar p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: center;
}
a ._red:hover {
  color: red;
  text-decoration: underline;
}
.btn {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  max-width: 420px;
  margin: 0 auto;
  background-color: #ff5c5c;
  border-radius: 50px;
  padding: 10px 15px;
  line-height: 1.3;
}
.btn .icon-plus {
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-size: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
}
.btn .icon-plus::before {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 !important;
}
.btn ._text {
  color: #fff;
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}
.btn:hover {
  background-color: #cc4a4a;
}
._red {
  color: red;
}
.stickWrapp {
  position: relative;
}
.stickWrapp .stick {
  background: url(../images/sticker.png) center no-repeat;
  width: 192px;
  height: 155px;
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 41px;
  font-weight: 700;
  top: 25%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.spoiler {
  display: block;
  margin-bottom: 15px;
  background: #9e7ebf;
  background: -moz-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: -webkit-linear-gradient(top, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  background: linear-gradient(to bottom, #9e7ebf 0%, #68459e 2%, #21153c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e7ebf', endColorstr='#21153c', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  width: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.spoiler + img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.scrolled-icon {
  display: none;
}

@keyframes moving {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 720px) {
  .stickWrapp .stick {
    top: 40%;
    left: 30%;
  }

  .photo-1 {
    width: 500px !important;
  }
  /* .graph_wrapp .top_tableItem {
    font-size: 9px;
  }
  .graph_wrapp .top_table {
    top: 0;
  }
  .graph_wrapp .bot_tableItem {
    font-size: 9px;
  }
  .graph_wrapp .bot_table {
    bottom: 10px;
    margin-left: 3%;
  } */

  .graph {
    width: 100%;
    overflow: scroll;
  }

  .graph_wrapp {
    width: 500px;
  }
  #vk .commentsList .commentItem .commentBody .commentMessage {
    text-align: left;
  }
  .limit {
    padding: 0;
  }
  #vk .commentsList .commentItem {
    display: none;
  }
  #vk .commentsList .commentItem:nth-child(-n + 7) {
    display: block;
  }
  .main .limit {
    padding: 0 15px;
  }
  .main .title {
    font-size: 23px;
    line-height: 1.3;
  }
  .main .textTitle {
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }
  .main p {
    text-align: left;
  }
  .hat_text._big {
    font-size: 7vw;
  }

  .content {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .menu ul li {
    display: none;
  }
  .menu ul li a {
    font-size: 0;
    line-height: 0;
  }
  .menu ul li.burger {
    display: block;
  }
  .menu ul li.burger img {
    max-width: 25px;
  }
}
@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  /* .graph_wrapp .top_tableItem {
    font-size: 8px;
    line-height: 8px;
  }
  .graph_wrapp .top_tableItem {
    margin-bottom: 1px;
  } */
}
.over_form form {
  text-align: left;
  margin-top: 27px;
}

.price,
.over_form form {
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.over_form form p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: left;
  padding-left: 9px;
  margin-bottom: 3px;
  text-indent: 0 !important;
}
.over_form form input,
.over_form form select {
  display: block;
  width: 100% !important;
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 40px;
  font-size: 17px !important;
  margin-bottom: 17px;
  padding-left: 10px !important;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}
::-moz-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}
:-moz-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}
:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}
.over_form form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.over_form form button {
  height: auto !important;
  margin: 0 auto;
  padding: 0;
  background: #ff7a00 !important;
  border-radius: 4px;
  width: 100% !important;
  display: block !important;
  margin: 13px auto 8px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: 0.5s;
}
.over_form form button:hover {
  background: #bf5c00 !important;
}
.over_form form p.now_buy {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #585858;
}
.over_form {
  max-width: 500px;
  margin: 30px auto 30px;
}
.over_form .flex_pride {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.over_form .flex_pride .old_prc span.sty {
  text-decoration: line-through;
}
.over_form .flex_pride .old_prc span {
  color: #000;
  font-size: 20px;
}
.over_form .flex_pride .new_prc span,
.over_form .flex_pride .new_prc sup {
  color: #ff7a00;
  font-size: 26px;
  font-weight: 700;
}
.over_form form button.button {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  #vk .commentsList .commentItem {
    display: block;
  }
  .menu ul li.burger {
    text-align: right !important;
  }

  .main .center img {
    width: 500px;
  }
}
footer {
  text-align: center;
  padding: 40px 10px 20px;
}
footer * {
  font-size: 13px;
}

.firstline a,
.inL_540695.inL_540695 a {
  transition: 0.3s;

  text-decoration: none;
}

.inL_540695.inL_540695 a {
  color: #000;
}

.nowrap {
  white-space: nowrap;
}

.firstline a:hover,
.inL_540695.inL_540695 a:hover {
  text-shadow: 2px 2px 4px white;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .stickWrapp .stick {
    top: 24%;
  }
}
.firstline {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}

.secondline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.inL_480815.inL_480815 {
  display: none !important;
}

.secondline {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}

.inL_93209.inL_93209 {
  border: 0 !important;
}
@media screen and (max-width: 990px) {
  .mob-hid {
    display: none;
  }

  .inL_480815.inL_480815 {
    display: flex !important ;
  }

  .main p._big {
    margin-bottom: 15px;
  }

  .over_form {
    margin-top: 15px;
  }

  .price {
    margin-bottom: 0;
  }

  .over_form form {
    margin-top: 15px;
  }

  .logo img {
    width: 150px;
  }

  .firstline {
    flex-wrap: wrap;
    height: 38px;
    overflow: hidden;
    position: relative;
    padding-right: 65px;
    justify-content: flex-start;
  }

  .inL_480815.inL_480815 {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .inL_56564.inL_56564 {
    margin-right: 0 !important;
  }
}

.modal-block li {
  list-style-type: auto;
}

input[name='phone'] {
  padding-left: 45px !important;
  background-repeat: no-repeat !important;
  background-position: left 15px center !important;
}

.inL_692726.inL_692726 {
  box-shadow: 0 -3px 3px 3px rgba(0, 0, 0, 0.1);
}
.inL_89979.inL_89979 {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.inL_269960.inL_269960 {
  display: block;
  text-decoration: none;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
}
.inL_64077.inL_64077 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.inL_540695.inL_540695 {
  display: flex;
  align-items: center;
}
.inL_173307.inL_173307 {
  padding: 0 10px;
  color: black;
  border-right: 1px solid #eee;
}
.inL_681684.inL_681684 {
  padding: 0 10px;
  color: black;
  border-right: 1px solid #eee;
}
.inL_337789.inL_337789 {
  padding: 0 10px;
  color: black;
  border-right: 1px solid #eee;
}
.inL_887566.inL_887566 {
  padding: 0 10px;
  color: black;
  border-right: 1px solid #eee;
}
.inL_655798.inL_655798 {
  padding: 0 10px;
  color: black;
  border-right: 1px solid #eee;
}
.inL_717092.inL_717092 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.inL_978493.inL_978493 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
}
.inL_26645.inL_26645 {
  color: #bbbabb;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  gap: 8px;
}
.inL_187748.inL_187748 {
  width: 20px;
}
.inL_56564.inL_56564 {
  padding: 10px 16px;
  background-color: rgb(138, 11, 22);
  margin-right: 0px;
}
.inL_278395.inL_278395 {
  background-color: rgb(138, 11, 22);
}
.inL_382187.inL_382187 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_495303.inL_495303 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_328602.inL_328602 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_856602.inL_856602 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_397788.inL_397788 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_681440.inL_681440 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_890827.inL_890827 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_93209.inL_93209 {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgb(221, 51, 62);
  padding: 10px;
}
.inL_480815.inL_480815 {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 10px;
  text-decoration: none;
  margin: 2px 0 0 10px;
}
.inL_93284.inL_93284 {
  color: white;
}
.inL_794524.inL_794524 {
  color: white;
}
.inL_933669.inL_933669 {
  color: white;
}
.inL_261805.inL_261805 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.inL_434943.inL_434943 {
  text-align: center;
  display: block;
}
.inL_781654.inL_781654 {
  padding-left: 17px;
  display: inline-block;
}
.inL_700713.inL_700713 {
  margin-right: 5px;
}

@media screen and (min-width: 991px) {
  .over_form {
    margin: 15px auto 30px;
  }
  .main p._big {
    margin: 0 0 20px;
  }
  .over_form form {
    margin-top: 0;
  }
}

@media screen and (max-width: 529px) {
  .scrolled-icon {
    display: block;
    margin: 0 auto 20px;
    width: 40px;
    transform: translateX(0px);
    animation: moving 2s infinite;
  }
}

.x_country_select {
  display: none !important;
}

.wrapper-image-product {
  max-width: 150px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 640px) {
  .wrapper-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .wrapper-image-product {
    max-width: 180px;
  }
}

.wrapper-image-product img {
  max-width: 100%;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.banner-image {
  max-width: 100px;
  text-align: center;
  margin: 0 auto 10px;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.5));
}

.sticky-wrapper {
  max-width: 250px !important;
  left: auto;
  right: auto;
  transition: all 0.2s linear;
}
.sticky-wrapper.fixed {
  position: fixed;
  top: 10px;
  width: 160px !important;
}

@media screen and (min-width: 768px) {
  .sticky-wrapper.fixed {
    width: 170px !important;
  }
}
@media screen and (min-width: 800px) {
  .sticky-wrapper.fixed {
    width: 180px !important;
  }
}
@media screen and (min-width: 900px) {
  .sticky-wrapper.fixed {
    width: 200px !important;
  }
}
@media screen and (min-width: 980px) {
  .sticky-wrapper.fixed {
    width: 230px !important;
  }
}

.footer__wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.rom_contact a,
.rom_link {
  color: #35383b;
  text-decoration: none;
}

.rom_contact a:hover,
.rom_contact a:focus {
  text-decoration: underline;
}
.form__footnote {
  text-align: center !important;
}

.form__date-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}

.form__date-wrapper p {
  margin: 0;
}

.x_country_select {
    display: none !important;
}