<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.order_block-v2 {
  display:none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul[class],
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none;
}

.mytable {
  display: table;
}

.mytable-cell {
  vertical-align: middle;
  display: table-cell;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

.form__select-wrapper {
  background: #fff;
  width: 35%;
  margin-left: auto;
  position: relative;
  border-radius: 5px;
  border: 1px solid #bababa;
  border: none;
}

.form__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.form__arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3a3a3a;
}

.form__element--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: #ffffff;
  background: #ffffff;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  text-overflow: '';
  position: relative;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.form__element--select option {
  background: #ffffff;
}

select::-ms-expand {
  display: none;
}

.form__element--select::-ms-expand {
  display: none;
}

body {
  min-width: 320px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #333;
}

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  min-height: 100px;
  padding-top: 4px; background:#002765;
      box-shadow: 0 4px 12px rgb(0 0 0 / 40%);
}
.header__form &gt; div input { margin-bottom:0 !important; outline:none !important}

@media (max-width: 991px) {
  .header {
    padding-top: 13px;
  }
}

@media (max-width: 991px) {
  .header {
    min-height: auto;
  }
}

.header__menu-btn {
  display: none;
}

@media (max-width: 767px) {
  .header__menu-btn {
    display: block;
  }
}

.header__logo {
  float: left;
  height: 100px;
  width: 252px;
  overflow: auto;
}

@media (max-width: 991px) {
  .header__logo {
    height: auto;
  }
}

@media (max-width: 479px) {
  .header__logo {
    float: left;
    width: 155px;
    margin: 0 auto;
  }
}

.logo__img {
  max-width: 100%;
}

.header__nav {
  display: inline-block;
  max-width: calc(100% - 252px - 192px);
  width: 100%;
}

@media (max-width: 991px) {
  .header__nav {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header__nav {
    float: none;
    display: none;
  }
  .header__nav .show {
    display: block;
  }
}

.nav__list {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .nav__list {
    width: 100%;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .nav__list {
   
    margin: 0 auto;
    -webkit-transition: all 0.4;
    transition: all 0.4;
  }
  #buyForm .input-form{ width:90% !important}
}

.nav__item {
  float: left;
  min-height: 100px;
  margin: 0;
  padding: 0;
  padding: 10px 0;
  overflow: auto;
}

@media (max-width: 991px) {
  .nav__item {
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .nav__item {
    float: none;
    min-height: auto;
    width: 100%;
  }
}

.nav__item--input {
  display: block;
  float: none;
  overflow: hidden;
}

.nav__item--input .nav__link {
  padding: 0;
}

.nav__item--input .nav__link:hover {
  background: none;
}

.nav__item .mytable-cell {
  color: red;
  width: 100%;
}

.nav__link {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 1.2rem; color:#fff
}

@media (max-width: 991px) {
  .nav__link {
    font-size: 1rem;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .nav__link {
    font-size: 1rem;
    padding: 0;
    height: auto;
    line-height: 2rem;
    width: 100%;
    display: block;
    letter-spacing: 2px;
  }
}

@media (max-width: 479px) {
  .nav__link {
    text-align: center;
  }
}

.nav__link:hover {
  color: #FFD23F;
}

.show {
  display: block;
}

.header__form {
  width: 100%;
  display: block;
  display: table;
}

@media (max-width: 991px) {
  .header__form {
    max-width: 300px;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header__form {
    margin: 0 auto;
  }
}

.header__form &gt; div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header__form &gt; div {
    width: 100%;
    display: block;
  }
}

.form__input-container {
  position: relative;
  height: 50px;
}

.form__input-container:hover input {
  border-color: #ffffff;
}

@media (max-width: 991px) {
  .form__input-container {
    width: 100%;
  }
}

.form__input-container::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 15px;
  right: 0;
  background: url("../img/icon2.html") center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .form__input-container::after {
    top: 7.5px;
  }
}

@media (max-width: 767px) {
  .form__input-container::after {
    top: 0px;
  }
}

.form__input {
  height: 50px;
  border: none;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #001e42;
  width: 100%;
  z-index: 5;
  text-align: center;
  padding-right: 40px;
}

.header__form input {border-color:#fff !important}

@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}

.header__social {
  float: right;
  overflow: auto;
}

@media (max-width: 479px) {
  .header__social {
	  position:relative; top:-6px;
    float: right;
    margin: 0 auto;
    width: 162px;
  }
}

.header__social li {
  float: left;
  height: 100px;
}

@media (max-width: 767px) {
  .header__social li {
    height: auto;
  }
}

.social__link {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

@media (max-width: 767px) {
  .social__link {
    height: auto;
  }
}

.social__img {
  margin: 10px;
}

@media (max-width: 767px) {
  .social__img {
    margin: 10px 5px;
  }
}

.main {
  padding-top: 50px;
  padding-bottom: 15px;
}

.main .wrapper {
  max-width: 1170px;
}

.column {
  border: 1px solid #dfdfdf; border-radius:10px
}

.column--left {
  float: left;
  max-width: 300px;
  width: 30%;
}

.spin-wrapper { background:#fff}

.column--right {
  float: right;
  max-width: 800px;
  width: 68%;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .column--right {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .column {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }
}

.doc__photo {
  padding: 10px;
}

.doc__name {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.doc__name span {
  display: block;
}

@media (max-width: 1199px) {
  .doc__name {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .doc__name {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .doc__img {
    margin: 0 auto;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
  .sticky {
    position: static;
  }
}

.main__title {
  font-size: 2.5rem;
  text-align: center;
  line-height: 4rem;
}

@media (max-width: 767px) {
  .main__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.main__img-container {
  background: #002765;
  padding: 20px 0 10px 0;
  margin-bottom: 15px; border-radius:10px;
}

@media (max-width: 767px) {
  .main__img-container {
    margin: 0 -10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
  }
  .main__img-container { border-radius:7px}
}

.main__img {
  display: block;
  margin: 0 auto;
}

.main__title--second {
  font-size: 20px;
}

.main__txt {
  line-height: normal;
  margin-bottom: 25px;
  text-align: justify;
}

.main__txt span {
  display: block;
}

li.main__txt {
  margin-bottom: 15px;
}

.main__lnk {
  color: #d72722;
  font-weight: bolder;
}

.main__lnk:hover {
  text-decoration: underline;
}

.main__btn {
  display: block;
  text-align: center;
  background: #001e42;
  color: #ffffff;
  margin: 0 auto;
  max-width: 350px;
  font-size: 2.5rem;
  padding: 20px 0;
  border-radius: 15px;
  margin-bottom: 30px;
  font-weight: 900;
}

.main__btn:hover {
  background: red;
}

@media (max-width: 479px) {
  .main__btn {
    max-width: 85%;
    font-size: 1.3rem;
  }
}

.prod-link {
  cursor: default;
}
.prod-link img {
  cursor: pointer;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out
}
.prod-link img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.header-new{position:relative!important;min-height:50px;display:flex;background: #002866;z-index:99}
.panel-search{display:none;position:absolute;top:100%;background: #002866;width:100%;margin-top:1px;padding:15px 15px 15px 15px}
.panel-search input{display:block;border:0;background:#fff;height:40px;padding:0 15px 0 15px;text-align:center;border:0;width:100%;max-width:300px;margin:0 auto 0 auto!important;font-family:Arial,Helvetica,sans-serif;color:#333;outline:0}
.header-new .wrapper{position:relative;display:flex;align-items:center}
.search-new{cursor:pointer;z-index:20; margin-left:15px}
.logo-new{display:flex;align-items:center;justify-content:center; margin-left:20px}
.logo-new img{display:block;width:52px}
.menu-new{margin-left:auto;font-size:12px; height:14px}
.menu-new span{position:relative;padding-left:0;cursor:pointer;width:20px;height:14px;display:inline-block;color:#f1c40f!important}
.menu-new span:before{position:absolute;top:0;left:0;content:'';display:block;width:20px;height:14px;background:url(ico-menu.png) no-repeat}
.panel-menu{display:none;position:absolute;top:100%;background: #002866;width:100%;margin-top:1px;padding:15px 15px 15px 15px}
.panel-menu ul{list-style-type:none;margin:0;padding:0}
.panel-menu ul li{margin:0;padding:0;line-height:normal;background:0}
.panel-menu ul li a{display:block;padding:10px;color:#fff;text-align:center}

.header-left {display:flex; align-items:center}
.header-right {display:flex; align-items:center; margin-left:auto}
.ico-m img { display:block;}

.desc-photo { font-size:11px; font-style:italic; color:#999; text-align:center; margin-bottom:15px}

@media (min-width: 767px) {
	.doc-mob { display:none !important}
}
@media (max-width: 767px) {
.doc-mob { display:block; position:relative; left:auto; top:auto; right:auto; bottom:auto} 	
.desc-doc{ display:none}
}

.ava{width:43px;height:43px;border-radius:50%}
.d-flex{display:flex!important;align-items:flex-end}
.comments-container { margin-bottom:20px}
.comments-container .top-comments{display:inline-block;padding:1px 10px 1px 1px;margin:0 0 16px;border-radius:10px;color:#fff}
.comments-container .top-comments .icon{margin:0 4px 0 0}
.comments-container .top-comments p{margin:0;font-size:18px;line-height:1;text-transform:uppercase;color:#fff}
.comments-container .top-comments span { display:block; font-size:12px; margin-top:8px; margin-bottom:20px}
.comm-flex { display:block !important}
.comments-container .comment{margin:0 0 16px}
.comments-container .comment .ava{margin:0 8px 0 0}
.comments-container .comment .comment-message{padding:10px 18px;margin:0 6px 0 0;background-color:#0C2761;border-radius:16px;overflow:hidden}
.comments-container .comment .comment-message p{margin:0;font-size:12px;color:#fff;line-height:1.4}
.comments-container .comment .comment-message .image-full{margin:10px 0 10px 0;min-width:calc(100%+36px)}
.comments-container .comment .comment-message&gt;p { margin-bottom:10px; margin-top:10px}
.comments-container .comment .comment-info{margin:0 0 2px}
.comments-container .comment .comment-info p{font-size:12px;color:#9F9F9F}
.comments-container .comment .comment-info .comment-nickname{margin:0 16px 0 0}
.comments-container .comment .comment-like{-ms-flex-negative:0;flex-shrink:0;display:inline-block;padding:0 8px 0 0;background-color:#002765;border-radius:10px}
.comments-container .comment .comment-like .icon{margin:0 4px 0 0}
.comments-container .comment .comment-like .d-flex {align-items:center}
.comments-container .comment .comment-like{margin:0;font-size:12px;line-height:1;color:#fff}
.comment.answer{margin:15px 0 15px 10%}
.comment-nickname {color:#9F9F9F}
.comment-time,.comment-nickname span{white-space:nowrap}
.comments-container { background:#333; padding:30px 30px 30px 30px; margin-left:-30px; margin-right:-30px}
.top-comments .d-flex{ align-items:center}
.comments-container .top-comments p { padding-top:2px}
.answer2 { margin-left:20% !important}
.d-flex.align-items-start{ align-items:flex-start}

@media (max-width: 991px){
.comments-container { padding:20px 15px 20px 15px; margin-left:-15px; margin-right:-15px}
}
  
/*# sourceMappingURL=style.css.map */</pre></body></html>