/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \******************************************************************************************************************************************************************/
/*! 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 {
  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"] {
  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;
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/elements.scss ***!
  \*************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

* {
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #20202f; }

a {
  text-decoration: none;
  color: #09648c; }
  a:hover {
    text-decoration: underline; }

b {
  font-weight: 600; }

.list-reset, .list-reset ul, .list-reset li {
  padding: 0;
  margin: 0;
  list-style: none; }

h1, .h1 {
  font-size: 30px;
  font-weight: normal; }

h1 {
  margin: 30px 0 15px; }
  h1.zero-top-margin {
    margin-top: -15px; }

h2, .h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3; }
  h2.zero-top-margin, .h2.zero-top-margin {
    margin-top: -10px; }

h2 {
  margin: 30px 0 15px; }

h3, .h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3; }

h3 {
  margin: 30px 0 15px; }

strong, b {
  font-weight: 600; }

.read-more-link {
  white-space: nowrap; }

.breadcrumbs {
  margin: 30px 0 20px; }
  .breadcrumbs__empty {
    height: 50px; }
  .breadcrumbs a {
    display: inline-block;
    transition: background 200ms;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 15px;
    font-weight: 600;
    border: 2px solid #0379ac; }
    .breadcrumbs a:not(:last-child) {
      margin-right: 10px; }
    .breadcrumbs a:before {
      transition: background 200ms;
      display: inline-block;
      content: '';
      width: 6px;
      height: 6px;
      border-style: solid;
      border-color: #0379ac;
      border-width: 2px 0 0 2px;
      transform: rotate(-45deg) translateY(-2px);
      margin-right: 0px; }
    .breadcrumbs a:hover {
      background: #0b7cad;
      color: #fff;
      text-decoration: none; }
      .breadcrumbs a:hover:before {
        border-color: #fff; }

.two-cols-layout {
  display: flex;
  justify-content: space-between; }
  .two-cols-layout__main {
    width: calc(100% - 390px); }
  .two-cols-layout__sidebar {
    width: 350px;
    flex-grow: 0; }
  .two-cols-layout__sidebar-sticky-wrapper {
    position: sticky;
    top: 20px; }

@media (max-width: 1100px) {
  .two-cols-layout__main {
    width: 100%; }
  .two-cols-layout__sidebar {
    display: none; } }

.ico-yes, .ico-no {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.ico-yes {
  background-image: url(images/2dda61289bec86c1cf6a.svg); }

.ico-no {
  background-image: url(images/68bde4f9b66a035babe2.svg); }

@media (max-width: 1000px) {
  .ico-yes, .ico-no {
    width: 12px;
    height: 12px; } }

.call-to-action {
  margin: 30px -5px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #ebebf4;
  text-align: right; }
  .call-to-action > a.btn-small {
    margin: 5px; }

@media (max-width: 800px) {
  .call-to-action {
    background: transparent;
    text-align: left;
    padding: 0px; } }

hr {
  border: solid #ebebf4;
  border-width: 1px 0 0 0;
  margin: 20px 0; }

.widget.widget_block {
  list-style: none;
  margin-bottom: 20px; }

img[class*="wp-image"] {
  padding: 5px;
  border: 1px solid #e8e8ef;
  background: #f8f8fb;
  border-radius: 4px; }

table {
  border-spacing: 0px; }
  table td {
    vertical-align: top; }

table.table-2-cols {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }
  table.table-2-cols td {
    width: 50%;
    padding: 0 10px;
    vertical-align: top; }

table.table-3-cols {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }
  table.table-3-cols td {
    width: 33.333%;
    padding: 0 10px;
    vertical-align: top; }

@media (max-width: 500px) {
  table.table-collapse-500, table.table-collapse-500 tr, table.table-collapse-500 td, table.table-collapse-500 th, table.table-collapse-500 tbody, table.table-collapse-500 thead {
    display: block !important; }
  table.table-collapse-500 td, table.table-collapse-500 th {
    width: auto !important;
    padding-bottom: 20px !important; } }

@media (max-width: 700px) {
  table.table-collapse-700, table.table-collapse-700 tr, table.table-collapse-700 td, table.table-collapse-700 th, table.table-collapse-700 tbody, table.table-collapse-700 thead {
    display: block !important; }
  table.table-collapse-700 td, table.table-collapse-700 th {
    width: auto !important;
    padding-bottom: 20px !important; } }

@media (max-width: 1000px) {
  table.table-collapse-1000, table.table-collapse-1000 tr, table.table-collapse-1000 td, table.table-collapse-1000 th, table.table-collapse-1000 tbody, table.table-collapse-1000 thead {
    display: block !important; }
  table.table-collapse-1000 td, table.table-collapse-1000 th {
    width: auto !important;
    padding-bottom: 20px !important; }
  .hide-1000 {
    display: none !important; } }

@media (min-width: 1101px) {
  .show-1100 {
    display: none; } }

.wrap {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }

.grecaptcha-badge {
  display: none; }

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/form.scss ***!
  \*********************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

input[type="submit"],
.btn {
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  background-color: #20202f;
  border-radius: 24px;
  display: inline-block;
  padding: 0 24px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: none; }
  input[type="submit"]:hover,
  .btn:hover {
    text-decoration: none;
    background-color: #35354d; }

.btn + .btn {
  margin-left: 16px; }

.btn-small {
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  background-color: #20202f;
  border-radius: 20px;
  border: none;
  display: inline-block;
  padding: 0 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .btn-small:hover {
    text-decoration: none;
    background-color: #35354d; }

.btn-small + .btn-small {
  margin-left: 13.33333px; }

.btn.white, .btn-small.white {
  background-color: #fff;
  color: #20202f; }
  .btn.white:hover, .btn-small.white:hover {
    background-color: #f2f2f2; }

.btn.orange, .btn-small.orange {
  background-color: #e07a2f; }
  .btn.orange:hover, .btn-small.orange:hover {
    background-color: #e38845; }

.btn.blue, .btn-small.blue {
  background-color: #0b7cad; }
  .btn.blue:hover, .btn-small.blue:hover {
    background-color: #0d8dc5; }

.btn.green, .btn-small.green {
  background-color: #65ad37; }
  .btn.green:hover, .btn-small.green:hover {
    background-color: #65ad37; }

.btn.grey, .btn-small.grey {
  background-color: #ebebf4;
  color: #20202f; }
  .btn.grey:hover, .btn-small.grey:hover {
    background-color: #f2f2f8; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="mail"],
select,
textarea {
  padding: 7px 0 7px 7px;
  border-color: #ccc #efefef #efefef #ccc;
  border-width: 1px;
  border-style: solid; }

input.txs-input {
  line-height: 36px;
  padding: 0 10px; }

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/legacy.scss ***!
  \***********************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.older-versions-table {
  border-collapse: collapse;
  margin-bottom: 2em; }

.older-versions-table td {
  padding: 15px;
  border: 1px solid #e4e4e4;
  text-align: left; }

.older-versions-table td:first-child {
  text-align: left; }

.older-versions-table thead td {
  font-weight: bold; }

@media (max-width: 600px) {
  .older-versions-table thead,
  .older-versions-table tbody {
    display: block; }
  .older-versions-table {
    border: 1px solid #e4e4e4;
    display: block; }
  .older-versions-table tr {
    display: block;
    padding: 15px; }
  .older-versions-table thead tr,
  .older-versions-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e4e4e4; }
  .older-versions-table td {
    display: inline;
    border: none;
    padding: 0;
    white-space: nowrap; }
  .older-versions-table td:not(:last-child):after {
    display: inline;
    content: ',';
    /*margin-left: 5px;*/
    margin-right: 5px; } }

.shop_table .product-thumbnail img {
  display: none; }

.txs-ajaxLoader {
  background: #000 url(images/8971f83dea0d9222734d.gif) center center no-repeat;
  filter: progid:DXImageTransform.wm-Microsoft.wm-Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3; }

a.buy-more-banner {
  background: #72e385;
  padding: 20px;
  font-size: 120%;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center; }

.txs-mailchimp-form {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  background: #ebebf4;
  padding: 20px;
  border-radius: 4px; }
  .txs-mailchimp-form > input {
    flex-grow: 1;
    margin-right: 10px;
    min-width: 0; }
  .txs-mailchimp-form > button.btn-small {
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 500px) {
  .txs-mailchimp-form {
    flex-direction: column; }
    .txs-mailchimp-form > * {
      width: 100%; }
    .txs-mailchimp-form > input {
      margin-right: 0;
      margin-bottom: 15px; } }

.wc_payment_method.payment_method_paddle > label,
.wc_payment_method.payment_method_invoice > label,
.wc_payment_method.payment_method_payu > label {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
  line-height: 1.5; }

.txs-paddle-taxes-info {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0px;
  display: none; }

.txs-paddle-taxes-info p {
  margin-bottom: .4em; }

form.checkout.fiz #billing_address_1_field {
  display: none; }

.woocommerce-terms-and-conditions-wrapper {
  float: left;
  width: calc(100% - 150px);
  line-height: 1.5; }

@media (max-width: 768px) {
  .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    margin-bottom: 10px; } }

/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/siteoritin.scss ***!
  \***************************************************************************************************************/
.panel-grid {
  display: block !important; }

.panel-grid-cell .so-panel:before, .panel-grid-cell .so-panel:after {
  display: none; }

.hidden {
  display: none !important; }

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/wordpress.scss ***!
  \**************************************************************************************************************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/wp-fixes.scss ***!
  \*************************************************************************************************************/
li.widget {
  list-style: none; }

/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/loader.scss ***!
  \***********************************************************************************************************/
.tx-loader {
  margin: 25px;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0); }

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #0b7cad, 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2), 2.5em 0em 0 0em rgba(11, 124, 173, 0.2), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.2), 0em 2.5em 0 0em rgba(11, 124, 173, 0.2), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.2), -2.6em 0em 0 0em rgba(11, 124, 173, 0.5), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.7), 1.8em -1.8em 0 0em #0b7cad, 2.5em 0em 0 0em rgba(11, 124, 173, 0.2), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.2), 0em 2.5em 0 0em rgba(11, 124, 173, 0.2), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.2), -2.6em 0em 0 0em rgba(11, 124, 173, 0.2), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.5), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.7), 2.5em 0em 0 0em #0b7cad, 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.2), 0em 2.5em 0 0em rgba(11, 124, 173, 0.2), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.2), -2.6em 0em 0 0em rgba(11, 124, 173, 0.2), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.2), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.5), 2.5em 0em 0 0em rgba(11, 124, 173, 0.7), 1.75em 1.75em 0 0em #0b7cad, 0em 2.5em 0 0em rgba(11, 124, 173, 0.2), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.2), -2.6em 0em 0 0em rgba(11, 124, 173, 0.2), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.2), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2), 2.5em 0em 0 0em rgba(11, 124, 173, 0.5), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.7), 0em 2.5em 0 0em #0b7cad, -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.2), -2.6em 0em 0 0em rgba(11, 124, 173, 0.2), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.2), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2), 2.5em 0em 0 0em rgba(11, 124, 173, 0.2), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.5), 0em 2.5em 0 0em rgba(11, 124, 173, 0.7), -1.8em 1.8em 0 0em #0b7cad, -2.6em 0em 0 0em rgba(11, 124, 173, 0.2), -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.2), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2), 2.5em 0em 0 0em rgba(11, 124, 173, 0.2), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.2), 0em 2.5em 0 0em rgba(11, 124, 173, 0.5), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.7), -2.6em 0em 0 0em #0b7cad, -1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(11, 124, 173, 0.2), 1.8em -1.8em 0 0em rgba(11, 124, 173, 0.2), 2.5em 0em 0 0em rgba(11, 124, 173, 0.2), 1.75em 1.75em 0 0em rgba(11, 124, 173, 0.2), 0em 2.5em 0 0em rgba(11, 124, 173, 0.2), -1.8em 1.8em 0 0em rgba(11, 124, 173, 0.5), -2.6em 0em 0 0em rgba(11, 124, 173, 0.7), -1.8em -1.8em 0 0em #0b7cad; } }

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/layout/layout.scss ***!
  \************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.container {
  max-width: 1320px;
  margin: 0 auto; }

@media (max-width: 1400px) {
  .container {
    max-width: 100%;
    margin: 0 40px; } }

@media (max-width: 800px) {
  .container {
    margin: 0 20px; } }

.row {
  display: flex; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.content {
  flex: 1 0 auto; }

.footer {
  flex-shrink: 0;
  margin-top: 100px;
  padding: 50px 0 70px;
  border-top: 1px solid #dedeeb; }
  .footer__container {
    display: flex;
    justify-content: space-between; }
  .footer__social {
    display: flex;
    flex-shrink: 0; }
    .footer__social > a {
      margin-right: 10px; }
      .footer__social > a:last-child {
        margin-right: 0px; }
  .footer__menu {
    display: flex; }
    .footer__menu > li {
      margin-right: 80px; }
      .footer__menu > li:last-child {
        margin-right: 0px; }
      .footer__menu > li > a {
        font-size: 18px;
        font-weight: 600;
        color: #20202f;
        cursor: text;
        display: inline-block;
        margin-bottom: 8px; }
      .footer__menu > li li {
        margin-bottom: 5px; }

body.ru .footer__fb-link {
  display: none; }

body.en .footer__telegram-link {
  display: none; }

@media (max-width: 1200px) {
  .footer__social {
    margin-right: 20px; }
  .footer__menu {
    display: none; }
  .footer__copyright {
    text-align: right; } }

/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/menu/menu.scss ***!
  \********************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.menu {
  display: flex;
  flex-grow: 0;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dedeeb;
  border-radius: 29px;
  padding: 0 15px 0 20px;
  justify-content: space-between;
  z-index: 3; }
  .menu a {
    color: #20202f; }
  .menu > ul {
    display: flex;
    align-items: center; }
    .menu > ul > li {
      position: relative;
      transition: all 200ms; }
      .menu > ul > li > a {
        line-height: 56px;
        padding: 0 14px;
        font-size: 19px; }
      .menu > ul > li > ul {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        position: absolute;
        left: 14px;
        top: 50px;
        background-color: #fff;
        border: 1px solid #dedeeb;
        border-radius: 8px;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        .menu > ul > li > ul > li:not(:last-child) > a {
          border-bottom: 1px solid #dedeeb; }
        .menu > ul > li > ul > li > a {
          padding: 13px 18px;
          display: block;
          white-space: nowrap; }
      .menu > ul > li:hover > ul {
        visibility: visible;
        opacity: 1; }
  .menu__button {
    display: none; }
  .menu__icons > li > a {
    display: inline-block;
    transition: all 200ms;
    padding: 0 10px; }
    .menu__icons > li > a:hover {
      transform: translateY(-2px); }
  .menu__lang-switcher {
    margin-left: 14px; }

@media (max-width: 1030px) {
  .menu {
    flex-grow: 0; }
    .menu > ul, .menu__lang-switcher {
      display: none; }
    .menu__button {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding-left: 0;
      padding-right: 0;
      border: none;
      background-color: transparent;
      color: inherit;
      cursor: pointer;
      transition: .3s ease;
      line-height: 56px;
      height: 56px;
      font-size: 19px; }
      .menu__button:focus {
        outline: none; }
      .menu__button > i {
        display: block;
        position: relative;
        width: 26px;
        height: 2px;
        background-color: #20202f;
        transition: .3s; }
        .menu__button > i:before, .menu__button > i:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #20202f;
          transition: .3s; }
        .menu__button > i:before {
          transform: translate(0, -8px); }
        .menu__button > i:after {
          transform: translate(0, 8px); }
      .menu__button > span {
        margin-left: 10px; }
      .menu__button.open > i {
        background-color: transparent; }
        .menu__button.open > i:before {
          transform: rotate(45deg); }
        .menu__button.open > i:after {
          transform: rotate(-45deg); } }

@media (max-width: 550px) {
  .menu {
    padding: 0 15px; }
    .menu__button > span {
      display: none; } }

/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/header-banner/header-banner.scss ***!
  \**************************************************************************************************************************************/
.header-banner {
  display: flex;
  border-radius: 8px;
  padding: 30px;
  margin: 50px 0; }
  .header-banner__img {
    margin-right: 30px;
    height: 130px;
    width: auto;
    border-radius: 4px; }
  .header-banner__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1; }
  .header-banner__title {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1; }
  .header-banner__subtitle {
    font-size: 20px;
    line-height: 1.4; }
    .header-banner__subtitle ul {
      padding-left: 20px;
      margin: 0; }
  .header-banner__links {
    margin: 0 30px;
    text-align: right; }
    .header-banner__links .btn {
      white-space: nowrap;
      margin: 10px; }
  .header-banner__mobile-links {
    display: none; }

@media (max-width: 900px) {
  .header-banner__right {
    flex-direction: column;
    align-items: baseline; }
  .header-banner__title {
    font-size: 30px; }
  .header-banner__subtitle {
    font-size: 18px;
    line-height: 1.5; }
  .header-banner__links {
    display: none; }
  .header-banner__mobile-links {
    display: block;
    margin-top: 10px; }
    .header-banner__mobile-links a {
      white-space: nowrap;
      color: #000;
      font-size: 18px;
      border-bottom: 2px solid #000;
      font-weight: 600; }
      .header-banner__mobile-links a:not(:last-child) {
        margin-right: 10px; } }

@media (max-width: 500px) {
  .header-banner {
    flex-direction: column;
    align-items: start; }
    .header-banner__img {
      margin-bottom: 20px;
      height: 150px;
      width: auto; } }

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/products-cards/prodcuts-cards.scss ***!
  \****************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.products-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px; }
  .products-cards__card {
    display: block;
    border: solid 1px #dedeeb;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    width: calc((100% - 20px * 3) / 4);
    color: #20202f;
    background-color: #fff;
    position: relative;
    top: 0px;
    transition: all 150ms; }
    .products-cards__card:hover {
      transform: translateY(-4px);
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
      text-decoration: none; }
  .products-cards__card-header {
    display: flex;
    margin-bottom: 6px;
    line-height: 1; }
  .products-cards__desc {
    line-height: 1.5; }
  .products-cards__img {
    margin-right: 15px; }
    .products-cards__img img {
      width: 45px;
      height: 45px; }
  .products-cards__tag {
    display: inline-block;
    background-color: #e8e8f1;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    padding: 0 8px;
    margin-bottom: 5px; }
  .products-cards__title {
    font-size: 20px;
    color: #0b7cad;
    font-weight: 600; }
  .products-cards__service-icon {
    height: 40px; }
  .products-cards__service-title {
    color: #0b7cad;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5; }

@media (min-width: 1101px) {
  .products-cards__card.cols-3 {
    width: calc((100% - 20px * 2) / 3); } }

@media (min-width: 1101px) {
  .products-cards__card.cols-5 {
    width: calc((100% - 20px * 4) / 5); } }

@media (max-width: 1100px) {
  .products-cards__card {
    width: calc((100% - 20px) / 2); } }

@media (max-width: 500px) {
  .products-cards__card {
    width: 100%; }
  .products-cards__card.products-cards__card_service {
    display: flex; }
  .products-cards__service-icon {
    margin-right: 15px; }
  .products-cards__service-title {
    margin-top: -5px; } }

/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/articles-preview/articles-preview.scss ***!
  \********************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.articles-preview {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  .articles-preview__col {
    width: calc((100% - 40px * 2) / 3); }
  .articles-preview__list-item {
    display: flex;
    justify-content: space-between;
    align-items: start; }
    .articles-preview__list-item:not(:last-child) {
      margin-bottom: 15px; }
    .articles-preview__list-item > *:last-child {
      flex-grow: 1; }
  .articles-preview__quote {
    margin-right: 15px;
    margin-top: 8px; }
  .articles-preview__event-year, .articles-preview__news-date {
    background: #ebebf4;
    font-size: 15px;
    color: #20202f;
    line-height: 21px;
    padding: 0 7px;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 3px; }
  .articles-preview h1 {
    margin-top: 0; }
    .articles-preview h1 a {
      border-bottom: 2px solid transparent;
      transition: all 200ms; }
      .articles-preview h1 a:hover {
        text-decoration: none;
        border-color: #0b7cad; }
      .articles-preview h1 a:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 16px;
        margin-left: 8px;
        background: url(images/28242d21bac4472845cb.svg) center center no-repeat;
        background-size: contain; }

@media (max-width: 1000px) {
  .articles-preview {
    flex-direction: column; }
    .articles-preview__col {
      width: 100%; }
      .articles-preview__col:not(:first-child) h1 {
        margin-top: 20px; } }

@media (max-width: 500px) {
  .articles-preview__list-item {
    flex-direction: column; }
  .articles-preview__event-year, .articles-preview__news-date {
    margin-bottom: 5px; }
  .articles-preview__quote {
    display: none; } }

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/map/map.scss ***!
  \******************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.map {
  border: 1px solid #dedeeb;
  border-radius: 4px;
  padding: 20px 30px 30px 30px;
  margin-top: 35px; }
  .map .h1 {
    line-height: 1;
    margin-bottom: 8px; }
  .map__header {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap; }
  .map__header .h1 {
    white-space: nowrap;
    margin: 5px 15px 5px 0; }
  .map__menu {
    flex-grow: 0;
    background: #ebebf4;
    line-height: 1;
    padding: 10px 16px;
    border-radius: 20px;
    white-space: nowrap;
    margin: 5px 15px 5px 0; }
  .map__legend {
    margin: 5px;
    display: flex;
    items-align: center;
    transition: all 300ms; }
    .map__legend img {
      flex-shrink: 0; }
    .map__legend span {
      margin: 0 10px 0 5px;
      white-space: nowrap; }
  .map a {
    line-height: 1.2;
    white-space: nowrap; }
    .map a:first-child {
      margin-right: 20px; }
  .map__map {
    height: 600px;
    position: relative; }
    .map__map > div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100% !important;
      height: 100% !important; }

a.map__selected-link {
  border-bottom: none;
  color: #20202f;
  cursor: default;
  font-weight: 600; }
  a.map__selected-link:hover {
    text-decoration: none; }

@media (max-width: 800px) {
  .map {
    padding: 0;
    border: none; }
    .map__map {
      margin: 0 -20px; } }

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/mobile-menu/mobile-menu.scss ***!
  \**********************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  animation: fadeOut linear 300ms; }
  .mobile-menu.open {
    display: block;
    animation: fadeIn linear 300ms; }
  .mobile-menu.closed {
    display: block;
    left: 100%;
    animation: fadeOut linear 300ms; }
  .mobile-menu__container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 40px 150px 40px 40px;
    width: 600px;
    height: 100%;
    overflow: auto; }
  .mobile-menu__main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px; }
    .mobile-menu__main > li {
      margin-bottom: 10px; }
      .mobile-menu__main > li > a {
        text-decoration: none;
        color: #20202f;
        font-size: 19px; }
      .mobile-menu__main > li > ul > li {
        white-space: nowrap;
        margin-right: 20px; }
  .mobile-menu__second {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px; }
    .mobile-menu__second > li {
      padding-right: 20px; }
  .mobile-menu__lang-switcher {
    display: inline-block; }
  .mobile-menu__lang {
    position: relative; }
    .mobile-menu__lang > ul {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.3s linear;
      position: absolute;
      left: -20px;
      top: 30px;
      background-color: #fff;
      border: 1px solid #dedeeb;
      border-radius: 8px;
      box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      z-index: 2; }
      .mobile-menu__lang > ul > li:not(:last-child) > a {
        border-bottom: 1px solid #dedeeb; }
      .mobile-menu__lang > ul > li > a {
        padding: 13px 18px;
        display: block;
        white-space: nowrap; }
        .mobile-menu__lang > ul > li > a:hover {
          background-color: #f7f7fa; }
    .mobile-menu__lang:hover > ul, .mobile-menu__lang.hover > ul {
      visibility: visible;
      opacity: 1; }

@media (max-width: 599px) {
  .mobile-menu__container {
    width: 400px; }
  .mobile-menu__main {
    flex-direction: column;
    flex-wrap: nowrap; } }

@media (max-width: 399px) {
  .mobile-menu__container {
    width: 100%; } }

@media (min-width: 1031px) {
  .mobile-menu.open {
    display: none; } }

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/header/header.scss ***!
  \************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

body.big-header {
  background-image: url(images/c3751d8c18b385e888f7.svg);
  background-position: -900px -30px;
  background-repeat: no-repeat; }

.header__row {
  align-items: center;
  justify-content: space-between; }

.header__logo {
  vertical-align: middle; }
  .header__logo.new-year {
    position: relative;
    left: -45px;
    top: -17px; }

.header__logo-small {
  display: none;
  vertical-align: middle; }

body.big-header .header {
  border-bottom: none;
  margin: 50px 0; }
  body.big-header .header__row {
    height: 80px; }

body:not(.big-header) .header {
  background-image: url(images/c3751d8c18b385e888f7.svg);
  background-position: -900px -30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dedeeb; }
  body:not(.big-header) .header__row {
    height: 120px; }

@media (max-width: 800px) {
  .header__logo.new-year {
    left: -10px; } }

@media (max-width: 1100px) {
  .header {
    padding-bottom: 0; } }

@media (max-width: 450px) {
  .header__row {
    height: 140px; }
  .header__logo {
    display: none; }
  .header__logo-small {
    display: inline-block; } }

@media (max-width: 360px) {
  .header__logo-small {
    width: 200px; } }

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/product-header/product-header.scss ***!
  \****************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .product-header__title-wrap {
    display: flex;
    align-items: center; }
  .product-header__title {
    margin: 0px;
    font-weight: 600; }
  .product-header__logo {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 20px; }
  .product-header__menu {
    margin: 0 -5px; }
    .product-header__menu a {
      font-weight: 600;
      margin: 5px 5px !important; }

@media (max-width: 800px) {
  .product-header {
    flex-direction: column;
    align-items: flex-start; }
    .product-header__title-wrap {
      margin-bottom: 20px; } }

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/toggle/toggle.scss ***!
  \************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.toggle {
  margin-bottom: 7px;
  padding: 5px 15px;
  border: 1px solid #e8e8ef;
  background: #f8f8fb;
  border-radius: 4px; }
  .toggle__frame {
    border: 1px solid #dedeeb;
    border-radius: 4px;
    padding: 20px 20px 13px 20px; }
  .toggle__title {
    color: #0b7cad;
    cursor: pointer;
    font-size: 110%;
    display: block;
    position: relative; }
  .toggle__bullet {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin-right: 5px; }
    .toggle__bullet:before, .toggle__bullet:after {
      display: block;
      content: '';
      position: absolute;
      left: 3px;
      top: 6px;
      width: 8px;
      height: 2px;
      background: #0b7cad; }
    .toggle__bullet:after {
      transform: rotate(90deg);
      transition: all 300ms; }
  .toggle__text {
    overflow: hidden;
    height: 0px;
    transition: height 200ms ease-in;
    margin-left: 0px; }
    .toggle__text > div {
      padding: 10px 0 10px;
      border-top: 1px solid #e8e8ef;
      margin-top: 7px; }

.open.toggle .toggle__bullet:after {
  opacity: 0; }

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/videos/videos.scss ***!
  \************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .videos__video {
    width: calc((100% - 20px) / 2);
    padding-bottom: calc((100% - 20px) / 2 / 1.77);
    position: relative;
    margin-bottom: 20px; }
    .videos__video > iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

@media (max-width: 700px) {
  .videos__video {
    width: 100%;
    padding-bottom: 56%; } }

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/popup/popup.scss ***!
  \**********************************************************************************************************************/
@keyframes popupOpen {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes popupClosed {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

.popup {
  position: relative; }
  .popup__overlay {
    display: flex;
    overflow: auto;
    visibility: hidden;
    animation: popupOpen 300ms linear forwards;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .popup__overlay.closed {
      animation: popupClosed 300ms linear forwards; }
  .popup__close {
    position: absolute;
    display: block;
    left: calc(100% + 20px);
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    cursor: pointer; }
    .popup__close:before, .popup__close:after {
      display: block;
      content: "";
      position: absolute;
      background-color: #fff;
      left: 0;
      top: calc(50% - 1px);
      width: 100%;
      height: 2px; }
    .popup__close:before {
      transform: rotate(-45deg); }
    .popup__close:after {
      transform: rotate(45deg); }
  .popup__video-container {
    position: relative;
    width: 1000px;
    background: #000; }
    .popup__video-container iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/other-products/other-products.scss ***!
  \****************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.other-products {
  border: 1px solid #eeeef5;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 4px; }
  .other-products__title {
    margin-bottom: 25px;
    line-height: 1; }
  .other-products__card {
    display: block;
    color: #20202f;
    line-height: 1.5;
    transition: all 500ms;
    border-radius: .2px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0); }
    .other-products__card:not(:last-child) {
      margin-bottom: 20px; }
    .other-products__card:hover {
      transform: translateX(15px);
      text-decoration: none; }

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/pricing/pricing.scss ***!
  \**************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.pricing {
  border-radius: 8px;
  border-collapse: separate;
  border: solid #cecee1;
  border-width: 1px 0px 0px 1px; }
  .pricing__wrapper {
    overflow: auto; }
  .pricing td, .pricing th {
    border: solid #cecee1;
    border-width: 0px 1px 1px 0px;
    padding: 10px; }
  .pricing td:first-child {
    background-color: #f8f8fb; }
  .pricing th {
    background-color: #f2f2f8; }
  .pricing thead th:first-child {
    border-radius: 8px 0 0 0; }
  .pricing thead th:last-child {
    border-radius: 0 8px 0 0; }
  .pricing tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px; }
  .pricing tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0; }

@media (max-width: 1000px) {
  .pricing td, .pricing th {
    padding: 3px;
    line-height: 1.2;
    font-size: 14px; } }

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/video/video.scss ***!
  \**********************************************************************************************************************/
.video {
  position: relative;
  margin-bottom: 20px; }
  .video > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important; }

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/box/box.scss ***!
  \******************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.box {
  padding: 10px 15px;
  border: 1px solid #e8e8ef;
  background: #f8f8fb;
  border-radius: 4px; }
  .box.-download {
    background-color: #f0f9e1;
    border-color: #e1ebd0;
    background-image: url(images/e2a2bcd8390b600c5501.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    padding-left: 50px; }

/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/news/news.scss ***!
  \********************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.news__separator {
  border-bottom: 1px solid #dedeeb;
  margin: 30px 0; }

.news__title {
  margin-bottom: 0px; }

.news__date {
  color: #7f7fb1; }

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/comments/comments.scss ***!
  \****************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.commentlist {
  padding: 0; }
  .commentlist > li {
    list-style-type: none; }

.comment-author {
  font-size: 130%; }
  .comment-author img {
    display: none; }
  .comment-author > cite {
    font-style: normal;
    font-weight: 600; }

.comment-body {
  margin-bottom: 30px;
  border: 1px solid #ebebf4;
  padding: 20px;
  border-radius: 4px; }

.comment-reply-link {
  border-radius: 100px;
  border: 1px solid #ebebf4;
  padding: 5px 15px;
  margin-bottom: 5px; }

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/cart-quantity-preview/cart-quantity-preview.scss ***!
  \******************************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.cart-quantity-preview {
  font-size: 10px;
  position: absolute;
  right: 4px;
  bottom: 10px;
  color: #fff;
  background: #0b7cad;
  padding: 0 3px;
  border-radius: 100px;
  font-weight: bold;
  line-height: 14px;
  min-width: 14px;
  text-align: center; }

.mobile-menu .cart-quantity-preview {
  right: 6px;
  bottom: 2px; }

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/products-table/products-table.scss ***!
  \****************************************************************************************************************************************/
.products-table {
  width: 100%; }
  .products-table td {
    vertical-align: middle;
    padding: 10px;
    border-top: 2px solid #eee; }
  .products-table tr:last-child td {
    border-bottom: 2px solid #eee; }
  .products-table__quantity {
    width: 60px; }
  .products-table__button {
    width: 90px; }
    .products-table__button a.btn-small {
      margin: 0;
      white-space: nowrap; }

@media (max-width: 700px) {
  .products-table,
  .products-table td {
    display: block; }
  .products-table td, .products-table tr:last-child td {
    border: none; }
  .products-table tr {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #eee; }
  .products-table tr:last-child {
    border-bottom: 2px solid #eee; }
  .products-table__title {
    width: 100%; } }

/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/lenticular-service/lenticular-service.scss ***!
  \************************************************************************************************************************************************/
.lenticular-service {
  display: flex;
  margin-bottom: 40px; }
  .lenticular-service > img {
    margin-right: 20px; }
  .lenticular-service > div {
    flex-grow: 1; }
  .lenticular-service h2 {
    margin: 0; }

@media (max-width: 1000px) {
  .lenticular-service {
    display: flex;
    flex-direction: column; }
    .lenticular-service > img {
      margin-right: 0px;
      margin-bottom: 20px; }
    .lenticular-service > p {
      display: none; } }

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/events/events.scss ***!
  \************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.txs-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .txs-events .txs-event {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px; }
    .txs-events .txs-event h3 {
      margin: 0 0 10px;
      line-height: 1.3;
      font-weight: 600; }

@media (max-width: 1200px) {
  .txs-events .txs-event {
    width: calc((100% - 30px) / 2); } }

@media (max-width: 800px) {
  .txs-events .txs-event {
    width: 100%; } }

/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/3d-service-providers/3d-service-providers.scss ***!
  \****************************************************************************************************************************************************/
.txs-3d-services-providers-table {
  border-collapse: collapse; }

.txs-3d-services-providers-table td {
  padding: 15px  15px;
  border: 1px solid #e4e4e4;
  text-align: left; }

.txs-3d-services-providers-table td {
  border-width: 1px 0; }

.txs-3d-services-providers-table td:first-child {
  text-align: left; }

.txs-3d-services-providers-table thead td {
  font-weight: bold;
  white-space: nowrap; }

.txs-3d-services-providers-table thead tr:first-child td {
  border-top: none; }

.txs-3d-services-providers-table tbody tr:last-child td {
  border-bottom: none; }

.txs-3d-services-providers-table__services span {
  white-space: nowrap;
  background: #eff4f7;
  border-radius: 11px;
  padding: 2px 10px;
  font-size: 90%;
  display: inline-block;
  margin-bottom: 5px; }

.txs-3d-services-providers-table__country {
  font-weight: bold;
  background: #f9f9f9; }

@media (max-width: 768px) {
  .txs-3d-services-providers-table tr {
    border-bottom: 1px solid #e4e4e4; }
  .txs-3d-services-providers-table td {
    border: none; }
  .txs-3d-services-providers-table thead, .txs-3d-services-providers-table thead tr {
    display: block !important; }
  .txs-3d-services-providers-table thead tr {
    padding-bottom: 10px;
    padding: 15px; }
  .txs-3d-services-providers-table thead td {
    display: inline;
    padding: 0;
    border-width: 0; }
    .txs-3d-services-providers-table thead td:not(:last-child):after {
      content: ', '; }
  .txs-3d-services-providers-table tbody, .txs-3d-services-providers-table tbody tr, .txs-3d-services-providers-table tbody td {
    display: block !important; }
  .txs-3d-services-providers-table tbody tr {
    padding: 15px; }
  .txs-3d-services-providers-table tbody td {
    padding: 0; }
  .txs-3d-services-providers-table__service-row td:not(:last-child) {
    margin-bottom: 7.5px; } }

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/profile/profile.scss ***!
  \**************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  border: 1px solid #dedeeb;
  border-radius: 4px;
  width: 20%; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 20px; }

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
  list-style: none; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    border-radius: 100px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
    background: #0379ac;
    color: #fff; }

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(80% - 40px); }

@media (max-width: 1000px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    border-width: 1px 0;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 5px 0; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
    display: inline-block;
    margin: 5px 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: auto; } }

/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/profile-product/profile-product.scss ***!
  \******************************************************************************************************************************************/
.profile-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px; }
  .profile-product h2 {
    margin: 0; }
  .profile-product h3 {
    margin: 0 0 10px 0; }

.profile-product__main-info {
  display: flex; }

.profile-product__main-info > div {
  flex-grow: 1; }

.profile-product__main-info > div:first-child {
  width: 200px;
  flex-grow: 0;
  padding-right: 20px; }

.profile-product__main-info > div:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px; }

.profile-product__actions a {
  display: inline-block;
  margin-bottom: 10px; }

.profile-product h2 {
  padding-bottom: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.1; }

.profile-product__params {
  width: 100%; }

.profile-product__params td {
  vertical-align: top;
  white-space: nowrap; }

.profile-product__params td:nth-child(2) {
  padding-left: 20px; }

.profile-product__params td {
  padding: 6px 0; }

.profile-product__parameter {
  font-weight: 600; }

.profile-product__licenses {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  margin-top: 12px; }

.profile-product__licenses table {
  width: 100%; }

.profile-product__licenses table td {
  padding: 10px  0; }

.profile-product__licenses table thead td {
  font-weight: 600; }

.profile-product__licenses table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 700px) {
  .profile-product__main-info {
    flex-direction: column; }
    .profile-product__main-info > div:last-child {
      border-left: none;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 15px;
      padding-left: 0; } }

@media (max-width: 450px) {
  .profile-product__params, .profile-product__params tbody, .profile-product__params tr {
    display: block; }
  .profile-product__params tr {
    padding: 6px 0; }
  .profile-product__params td {
    display: inline-block;
    padding: 0; }
    .profile-product__params td:first-child:after {
      content: ': '; }
    .profile-product__params td:last-child {
      padding-left: 0; } }

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/woocommerce/woocommerce.scss ***!
  \**********************************************************************************************************************************/
.woocommerce-page table.cart td.actions input#coupon_code.input-text {
  width: 250px; }

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: auto !important; }

.woocommerce .cart-collaterals .cart_totals table {
  margin-right: 0px !important;
  margin-left: auto !important; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
  background: none; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
  padding: 20px !important; }

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
  list-style: none; }

#customer_details .col-2 {
  display: none; }

body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  width: 100% !important; }

.woocommerce .order_details li, .woocommerce-page .order_details li {
  list-style: none; }

.woocommerce-page #content table.cart td.actions input#coupon_code.input-text {
  width: 250px; }

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: none; }

.woocommerce-checkout #payment .payment_method_paypal label img {
  display: none; }

.woocommerce-account .woocommerce-form-login {
  max-width: 470px; }

.txs-checkout-container {
  max-width: 580px; }

.txs-checkout-payment-icons {
  margin-top: 5px; }

.txs-checkout-payment-icons img {
  margin: 0 10px 10px 0 !important;
  width: 62px;
  height: 34px;
  background: #fff; }

.payment_method_paddle .payment_box {
  display: none !important; }

.order_details .txs-checkout-payment-icons {
  display: none; }

#billing_guarantee_field label {
  font-size: 12px; }

#billing_guarantee_field input {
  display: none; }

@media (max-width: 400px) {
  .woocommerce form .form-row-first, .woocommerce-page form.woocommerce-form-coupon .form-row-first,
  .woocommerce form .form-row-last, .woocommerce-page form.woocommerce-form-coupon .form-row-last {
    float: none;
    width: 100%; }
  .woocommerce form.woocommerce-form-coupon button.button {
    width: 100%; } }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 7px; }

@media (max-width: 570px) {
  .woocommerce-page table.cart td.actions .coupon {
    border-bottom: 1px solid #ddd;
    margin: 0 -12px 9px;
    padding: 0 12px 9px; }
  .woocommerce-cart table.cart td.actions .coupon #coupon_code.input-text {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%; } }

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/video-block/video-block.scss ***!
  \**********************************************************************************************************************************/
.txs-video-block {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }

.txs-video-block td {
  vertical-align: top; }

.txs-video-block td:first-child {
  padding-right: 20px;
  width: 50%; }

.txs-video-block h3 {
  font-weight: bold;
  margin-top: 0; }

@media (max-width: 800px) {
  .txs-video-block, .txs-video-block tr, .txs-video-block td, .txs-video-block th, .txs-video-block tbody, .txs-video-block thead {
    display: block !important; }
  .txs-video-block td, .txs-video-block th {
    width: auto !important; } }

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/contact-form/contact-form.scss ***!
  \************************************************************************************************************************************/
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form textarea {
  display: block;
  width: 100%; }

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/nav-entries/nav-entries.scss ***!
  \**********************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.nav-entries {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  clear: both;
  border-top: 1px solid #dedeeb;
  padding-top: 20px; }
  .nav-entries .nav-next {
    text-align: right; }
  .nav-entries .fix {
    display: none; }

/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/buy-soft-widget/buy-soft-widget.scss ***!
  \******************************************************************************************************************************************/
.txs-buy-soft-widget {
  margin-bottom: 15px; }

.txs-buy-soft-widget .btn-small {
  line-height: 1.2;
  border-radius: 100px;
  padding: 10px 15px;
  white-space: nowrap; }

@media (max-width: 800px) {
  .txs-buy-soft-widget .btn-small {
    min-width: 70px;
    height: 36px;
    background-image: url(images/69c6bc723b2d9d8784ea.svg);
    background-repeat: no-repeat;
    background-position: center center; }
    .txs-buy-soft-widget .btn-small span {
      display: none; }
    .txs-buy-soft-widget .btn-small.blue {
      background-image: none; }
      .txs-buy-soft-widget .btn-small.blue span {
        display: inline; } }

.txs-buy-soft-widget__price {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 150%; }

.txs-buy-soft-widget__price > span {
  display: block;
  line-height: 1; }

.txs-buy-soft-widget__new-price {
  color: red;
  white-space: nowrap; }

.txs-buy-soft-widget__old-price {
  text-decoration: line-through;
  margin-bottom: 5px;
  white-space: nowrap; }

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/documents/documents.scss ***!
  \******************************************************************************************************************************/
.documents h2 {
  margin-bottom: .4em; }

.documents__list {
  padding: 0;
  margin: 0; }
  .documents__list li {
    list-style: none;
    margin-bottom: .3em; }

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/product-layout/product-layout.scss ***!
  \****************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.product-layout {
  display: grid; }

@media (min-width: 950px) {
  .product-layout {
    grid-template-columns: auto 350px;
    grid-template-rows: auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 0px; }
    .product-layout__header {
      grid-column: 1; }
    .product-layout__body {
      grid-column: 1; }
      .product-layout__body .documents {
        display: none; }
    .product-layout__menu {
      grid-column: 2;
      grid-row: 1 / span 2; }
      .product-layout__menu .documents-link {
        display: none; }
    .product-layout__menu-sticky-wrapper {
      position: sticky;
      top: 50px;
      padding-top: 15px; } }

@media (max-width: 949px) {
  .product-layout {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    .product-layout__header {
      grid-row: 1; }
    .product-layout__body {
      grid-row: 3; }
    .product-layout__menu {
      padding: 15px 0;
      grid-row: 2; }
      .product-layout__menu .documents {
        display: none; } }

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/buttons-menu/buttons-menu.scss ***!
  \************************************************************************************************************************************/
.buttons-menu {
  margin: -10px; }
  .buttons-menu .btn-small {
    margin: 7px; }

/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/txs-article-preview/txs-article-preview.scss ***!
  \**************************************************************************************************************************************************/
.txt-article-preview {
  width: 100%;
  margin-bottom: 20px; }
  .txt-article-preview td {
    vertical-align: top; }
  .txt-article-preview td:first-child {
    padding-right: 20px; }
  .txt-article-preview td:last-child {
    text-align: right; }
  .txt-article-preview .-title {
    font-size: 18px;
    font-weight: bold; }
  .txt-article-preview .-author {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #666; }
  .txt-article-preview .-desc {
    margin-top: 10px; }
  .txt-article-preview .-img {
    display: block;
    height: 150px;
    width: 200px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  .txt-article-preview .-img-frame {
    background: #F8F8F8;
    border: 1px solid #e6e6e6;
    padding: 5px;
    display: inline-block; }

@media (max-width: 500px) {
  table.txt-article-preview {
    display: block; }
    table.txt-article-preview td {
      display: block; }
      table.txt-article-preview td:last-child {
        text-align: left; }
    table.txt-article-preview tr {
      display: flex;
      flex-direction: column-reverse; } }

/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/lang-switcher/lang-switcher.scss ***!
  \**************************************************************************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    left: 0%; }
  to {
    opacity: 0;
    left: 100%; }
  99% {
    left: 0%; } }

.lang-switcher {
  background: #F1F1F1;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 15px;
  padding: 0 10px; }
  .lang-switcher a.active {
    font-weight: 600;
    cursor: default; }
    .lang-switcher a.active:hover {
      text-decoration: none; }
  .lang-switcher__separator {
    color: #b7b7b7; }

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/high-banner/high-banner.scss ***!
  \**********************************************************************************************************************************/
.high-banner {
  display: flex;
  border-radius: 8px;
  margin: 50px 0;
  overflow: hidden; }
  .high-banner__img {
    width: auto; }
  .high-banner__img-mobile {
    display: none; }
  .high-banner__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    padding-left: 40px; }
  .high-banner__title {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1; }
    .high-banner__title p {
      margin: .3em 0; }
  .high-banner__subtitle {
    font-size: 20px;
    line-height: 1.4; }
    .high-banner__subtitle ul {
      padding-left: 20px;
      margin: 0; }
  .high-banner__links {
    margin-top: 20px;
    text-align: right; }
    .high-banner__links .btn {
      white-space: nowrap; }
  .high-banner__mobile-links {
    display: none; }

@media (min-width: 1001px) {
  .high-banner.image-right {
    flex-direction: row-reverse; } }

@media (max-width: 1000px) {
  .high-banner {
    flex-direction: column;
    align-items: start; }
    .high-banner__right {
      padding: 30px; }
    .high-banner__img {
      display: none; }
    .high-banner__img-mobile {
      display: block;
      position: relative;
      width: 100%; }
      .high-banner__img-mobile > img {
        position: absolute;
        width: 100%;
        height: 100%; }
    .high-banner__title {
      font-size: 30px;
      line-height: 1.2; } }

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/ny-banner/ny-banner.scss ***!
  \******************************************************************************************************************************/
.ny-banner {
  display: block;
  background-color: #d9e6dd;
  background-image: url(images/9fe0293ef86f5042c724.svg);
  text-align: center;
  padding: 25px 30px;
  border-radius: 8px;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  margin-bottom: -30px;
  font-size: 45px;
  transition: all .2s; }
  .ny-banner:hover {
    text-decoration: none;
    filter: brightness(1.05); }

@media (max-width: 900px) {
  .ny-banner {
    font-size: 35px; } }

@media (max-width: 600px) {
  .ny-banner {
    font-size: 30px;
    padding: 20px; } }

