@charset "UTF-8";
/*!--------------------------------------------------------------

 *   DON'T EDIT THIS FILE
 *   After update you will lose all changes. Use child themes
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   После обновления Вы потереяете все изменения. Используйте дочернюю тему
 *
 *   https://docs.wpshop.ru/child-themes/

--------------------------------------------------------------*/
/**
 * Breakpoints
 *
 * @version   2.0
 * @updated   2020-06-04
 */
/**
 * backgrounds
 */
/**
 * texts
 */
/**
 * links
 */
/**
 * forms
 */
:root {
  --color-primary: #1c6bf8;
  --color-secondary: #f3374d;
  --color-text: #19193d;
  --color-text-header: #19193d;
  --color-text-gray: #575a7b;
  --color-text-light: #8994a9;
  --color-text-highlight: #19193d;
  --color-text-highlight-bg: #ffe8cc;
  --color-link: #1c6bf8;
  --color-link-hover: #f3374d;
  --color-border: #b3bfd6;
  --color-border-focus: #1c6bf8;
  --color-bg-light: #f3f8ff;
  --color-shadow-light: rgba(87, 90, 123, 0.2);
  --color-blue: #007bff;
  --color-indigo: #6610f2;
  --color-purple: #6f42c1;
  --color-pink: #e83e8c;
  --color-red: #FF3F35;
  --color-orange: #FFB600;
  --color-yellow: #ffc107;
  --color-green: #69B51E;
  --color-teal: #20c997;
  --color-cyan: #17a2b8;
  --color-white: #ffffff;
  --color-gray: #eee;
  --color-gray-dark: #666;
  --color-success: #69B51E;
  --color-info: #17a2b8;
  --color-warning: #ffc107;
  --color-danger: #FF3F35;
  --color-light: #eee;
  --color-dark: #333;
  --font-size-base: 1em;
  --header-margin-top: 2.3em;
  --header-margin-bottom: 0.8em;
  --header-1-size: 1.625em;
  --header-2-size: 1.4em;
  --header-3-size: 1.25em;
  --header-4-size: 1.125em;
  --header-5-size: 1em;
  --header-6-size: 0.8em;
  --header-1-scale: 1.4;
  --header-2-scale: 1.3;
  --header-3-scale: 1.2;
  --header-4-scale: 1.1;
  --header-5-scale: 1;
  --header-6-scale: 1;
  --header-1-line-height: 1.1;
  --header-2-line-height: 1.2;
  --header-3-line-height: 1.3;
  --header-4-line-height: 1.4;
  --header-5-line-height: 1.5;
  --header-6-line-height: 1.6;
  --grid-gap: 40px;
  --space-text-margin-y: 1.7em;
  --typography-list-ol-counter: "."; }

blockquote {
  --blockquote-icon-size: 2em;
  --blockquote-padding-x: 2.5em;
  --blockquote-padding-y: 1.5em; }

/**
 * Reset
 * Based on normalize v8.0.1 | MIT License | https://github.com/necolas/normalize.css
 * Based on bootstrap reboot v4.5.2
 * Based on bettertext.css v2.0.4 | MIT License | github.com/paulradzkov/bettertext.css
 *
 * @version   2.0
 * @updated   2020-06-04
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  text-align: left;
  color: var(--color-text);
  font-family: sans-serif;
  line-height: 1.5;
  font-size: var(--font-size-base); }
  @media (min-width: 768px) {
    body {
      font-size: calc( var(--font-size-base) * 1.05); } }

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

/* 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 */ }

/* 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
var,
pre,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 87.5%;
  font-style: normal; }

/**
 * 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 {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

/* Forms
   ========================================================================== */
label {
  display: inline-block; }

button {
  -webkit-border-radius: 0;
          border-radius: 0; }

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

/**
 * Typography
 * Based on bettertext.css v2.0.4 | MIT License | github.com/paulradzkov/bettertext.css
 *
 * @version   2.0
 * @updated   2020-06-04
 */
p {
  margin: 0 0 var(--space-text-margin-y);
  max-width: 50rem; }

/* minimum paragraph width when floating http://css-tricks.com/minimum-paragraph-widths/ */
p:before,
ol:not([class]):before,
ul:not([class]):before {
  content: '';
  display: block;
  width: 10em;
  overflow: hidden; }

li p:before {
  content: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--color-text-header);
  font-family: sans-serif;
  font-weight: bolder;
  margin-top: var(--header-margin-top);
  margin-bottom: var(--header-margin-bottom); }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      margin-top: calc(var(--header-margin-top) * .9);
      margin-bottom: calc(var(--header-margin-bottom) * .9); } }

h1, .h1 {
  font-size: var(--header-1-size);
  line-height: var(--header-1-line-height); }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: calc(var(--header-1-size) * var(--header-1-scale)); } }


h2, .h2 {
  font-size: var(--header-2-size);
  line-height: var(--header-2-line-height); }
  @media (min-width: 768px) {
    
    h2, .h2 {
      font-size: calc(var(--header-2-size) * var(--header-2-scale)); } }


h3, .h3 {
  font-size: var(--header-3-size);
  line-height: var(--header-3-line-height); }
  @media (min-width: 768px) {
    
    h3, .h3 {
      font-size: calc(var(--header-3-size) * var(--header-3-scale)); } }


h4, .h4 {
  font-size: var(--header-4-size);
  line-height: var(--header-4-line-height); }
  @media (min-width: 768px) {
    
    h4, .h4 {
      font-size: calc(var(--header-4-size) * var(--header-4-scale)); } }


h5, .h5 {
  font-size: var(--header-5-size);
  line-height: var(--header-5-line-height); }
  @media (min-width: 768px) {
    
    h5, .h5 {
      font-size: calc(var(--header-5-size) * var(--header-5-scale)); } }


h6, .h6 {
  font-size: var(--header-6-size);
  line-height: var(--header-6-line-height);
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    
    h6, .h6 {
      font-size: calc(var(--header-6-size) * var(--header-6-scale)); } }

h1 + h2,
h1 + .h2, .h1 + h2,
.h1 + .h2 {
  margin-top: .999999em; }

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0; }

/* double headers */
h1 + h2,
h1 + .h2, .h1 + h2,
.h1 + .h2 {
  margin-top: 1.2em; }

h2 + h3,
h2 + .h3,
.h2 + h3,
.h2 + .h3 {
  margin-top: 1.3em; }

h3 + h4,
h3 + .h4,
.h3 + h4,
.h3 + .h4 {
  margin-top: 1.4em; }

h4 + h5,
h4 + .h5,
.h4 + h5,
.h4 + .h5 {
  margin-top: 1.5em; }

h5 + h6,
h5 + .h6,
.h5 + h6,
.h5 + .h6 {
  margin-top: 2em; }

/* lists */
/* lists without classes */
/* images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

p img:not(:only-child) {
  vertical-align: baseline; }

figure:not([class]) {
  margin: 3em 0; }

figure:not([class]) > p {
  max-width: 37.5rem;
  font-size: 0.75em;
  margin: 0.5em 0 0; }

figcaption {
  max-width: 37.5rem;
  font-size: 0.75em;
  margin: 0.5em 0 3em; }

figcaption > p {
  margin: 0.5em 0 0; }

/* code */
pre {
  margin: var(--space-text-margin-y) 0;
  white-space: pre-wrap;
  overflow-x: auto;
  padding: 0.4rem 0.8rem;
  background-color: var(--color-bg-light); }
  pre code {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 1em; }

code, var {
  color: var(--color-text-highlight);
  background: var(--color-text-highlight-bg);
  padding: 0.2rem 0.4rem;
  -webkit-border-radius: .2rem;
          border-radius: .2rem; }

p code {
  line-break: loose;
  overflow-wrap: break-word; }

kbd {
  padding: 0.2rem 0.4rem;
  border: 1px solid var(--color-border);
  -webkit-box-shadow: inset 0 -1px 0 var(--color-border);
          box-shadow: inset 0 -1px 0 var(--color-border);
  -webkit-border-radius: .2rem;
          border-radius: .2rem; }
  kbd kbd {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0.4rem;
    font-size: 1em; }
  kbd samp {
    font-size: 1em; }

/* mark */
mark {
  color: var(--color-text-highlight);
  background: var(--color-text-highlight-bg);
  padding: 0.2rem 0.4rem; }

/* definition lists */
dl:not([class]) {
  max-width: 50rem;
  margin: var(--space-text-margin-y) 0; }

dl:not([class]) dt:not([class]) {
  font-weight: bolder; }

dl:not([class]) dd:not([class]) {
  margin: 0 0 1.5em; }

/* other tags */
hr:not([class]) {
  border: 0;
  border-bottom: 1px solid;
  margin: var(--space-text-margin-y) 0;
  max-width: 50rem;
  opacity: .1; }

abbr {
  letter-spacing: .05em;
  margin-right: -0.05em; }

strong,
b,
dt {
  font-weight: bolder; }

/* tables */

.table,
table:not([class]) {
  width: 100%;
  margin-top: var(--space-text-margin-y);
  margin-bottom: calc( var(--space-text-margin-y) * 2); }
  
  .table caption,
  table:not([class]) caption {
    padding: 0.5em 1em;
    text-align: left;
    font-size: 87.5%;
    margin-bottom: 0.625em; }

table:not([class]) td,
table:not([class]) th {
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: top;
  border-style: solid;
  border-color: var(--color-table-border, var(--color-border));
  border-width: 0 0 1px; }

table:not([class]) thead td,
table:not([class]) thead th {
  vertical-align: bottom;
  border-bottom-width: 2px; }

.table th,
.table td {
  vertical-align: top; }

.table thead th {
  vertical-align: bottom; }

.entry-content {
  word-wrap: break-word; }
  @media (max-width: 767.98px) {
    .entry-content p,
    .entry-content ol,
    .entry-content ul {
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }
  @media (min-width: 768px) {
    .entry-content p,
    .entry-content ol,
    .entry-content ul {
      hanging-punctuation: first; } }

ul:not([class]),
ol:not([class]),
.ul,
.ol {
  margin: 0 0 var(--space-text-margin-y) 1.5em;
  max-width: calc(47.5rem);
  list-style: none;
  padding: 0; }
  ul:not([class]) li,
  ol:not([class]) li,
  .ul li,
  .ol li {
    position: relative;
    padding-left: 1.8em;
    margin-top: calc(var(--space-text-margin-y) / 2);
    margin-bottom: calc(var(--space-text-margin-y) / 2); }
  ul:not([class]) ul:not([class]),
  ul:not([class]) ol:not([class]),
  ul:not([class]) .ul,
  ul:not([class]) .ol,
  ol:not([class]) ul:not([class]),
  ol:not([class]) ol:not([class]),
  ol:not([class]) .ul,
  ol:not([class]) .ol,
  .ul ul:not([class]),
  .ul ol:not([class]),
  .ul .ul,
  .ul .ol,
  .ol ul:not([class]),
  .ol ol:not([class]),
  .ol .ul,
  .ol .ol {
    margin-left: 0; }

ul:not([class]) > li:before,
.ul > li:before {
  content: '';
  position: absolute;
  top: .45em;
  left: .2em;
  width: .5em;
  height: .5em;
  background: var(--typography-list-ul-primary, var(--color-primary));
  -webkit-border-radius: 2px;
          border-radius: 2px; }

ol:not([class]),
.ol {
  counter-reset: counter; }
  ol:not([class]) > li:before,
  .ol > li:before {
    counter-increment: counter;
    content: counter(counter) var(--typography-list-ol-counter);
    position: absolute;
    right: 100%;
    -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0); }
  ol:not([class]) > li[value]:before,
  .ol > li[value]:before {
    content: attr(value) var(--typography-list-ol-counter); }
  ol:not([class])[reversed] > li:before,
  .ol[reversed] > li:before {
    counter-increment: counter -1; }
  ol:not([class])[type=a] > li:before,
  .ol[type=a] > li:before {
    content: counter(counter, lower-latin) var(--typography-list-ol-counter); }
  ol:not([class])[type=I] > li:before,
  .ol[type=I] > li:before {
    content: counter(counter, upper-roman) var(--typography-list-ol-counter); }

/* blockquotes */
blockquote {
  position: relative;
  max-width: calc(45rem);
  margin: var(--space-text-margin-y) 0;
  padding: var(--blockquote-padding-y) var(--blockquote-padding-x); }
  blockquote.is-style-warning {
    padding-left: calc( var(--blockquote-padding-x) + var(--blockquote-icon-size)); }
    blockquote.is-style-warning:before {
      content: '';
      position: absolute;
      left: calc( var(--blockquote-padding-x) / 2);
      width: var(--blockquote-icon-size);
      height: var(--blockquote-icon-size);
      background-color: orange;
      -webkit-mask-image: url("../images/icons/telegram.svg");
              mask-image: url("../images/icons/telegram.svg");
      -webkit-mask-size: cover;
              mask-size: cover; }
  blockquote.is-style-warning {
    --typography-blockquote-primary: #ec8200;
    --typography-blockquote-secondary: #fff4d4; }

blockquote > p:last-child {
  margin-bottom: 0; }

blockquote > footer,
blockquote > cite {
  display: block;
  font-size: 0.75em; }

a {
  color: var(--color-link); }
  a:hover {
    color: var(--color-link-hover); }

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif; }

input {
  border: 1px solid var(--color-border);
  outline: none; }
  input:focus {
    border-color: var(--color-border-focus); }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.btn,
.button,
button {
  display: inline-block;
  font-weight: 400;
  color: var(--color-btn-primary, var(--color-text));
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: .25rem;
          border-radius: .25rem; }
  .btn:hover, .btn:focus,
  .button:hover,
  .button:focus,
  button:hover,
  button:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn-primary {
  color: #fff;
  background-color: var(--color-btn-primary-bg, var(--color-primary));
  border-color: var(--color-btn-primary-bg, var(--color-primary)); }

.form-group {
  margin-bottom: 1rem; }

label {
  display: inline-block;
  margin-bottom: .3rem; }

.input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  height: calc(1.5em + .75rem + 2px);
  padding: .375em .75em;
  line-height: 1.5;
  color: var(--color-text);
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid var(--color-border);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .input::-ms-expand,
  input[type="text"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="url"]::-ms-expand,
  input[type="password"]::-ms-expand,
  input[type="search"]::-ms-expand,
  input[type="number"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  input[type="range"]::-ms-expand,
  input[type="date"]::-ms-expand,
  input[type="month"]::-ms-expand,
  input[type="week"]::-ms-expand,
  input[type="time"]::-ms-expand,
  input[type="datetime"]::-ms-expand,
  input[type="datetime-local"]::-ms-expand,
  input[type="color"]::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .input:-moz-focusring,
  input[type="text"]:-moz-focusring,
  input[type="email"]:-moz-focusring,
  input[type="url"]:-moz-focusring,
  input[type="password"]:-moz-focusring,
  input[type="search"]:-moz-focusring,
  input[type="number"]:-moz-focusring,
  input[type="tel"]:-moz-focusring,
  input[type="range"]:-moz-focusring,
  input[type="date"]:-moz-focusring,
  input[type="month"]:-moz-focusring,
  input[type="week"]:-moz-focusring,
  input[type="time"]:-moz-focusring,
  input[type="datetime"]:-moz-focusring,
  input[type="datetime-local"]:-moz-focusring,
  input[type="color"]:-moz-focusring,
  select:-moz-focusring,
  textarea:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--color-text); }
  .input:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  select:focus,
  textarea:focus {
    color: var(--color-text);
    background-color: #fff;
    border-color: var(--color-border-focus);
    outline: 0; }
  .input::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(25, 25, 61, 0.5);
    opacity: 1; }
  .input::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: rgba(25, 25, 61, 0.5);
    opacity: 1; }
  .input::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="color"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: rgba(25, 25, 61, 0.5);
    opacity: 1; }
  .input::placeholder,
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: rgba(25, 25, 61, 0.5);
    opacity: 1; }
  .input:disabled, .input[readonly],
  input[type="text"]:disabled,
  input[type="text"][readonly],
  input[type="email"]:disabled,
  input[type="email"][readonly],
  input[type="url"]:disabled,
  input[type="url"][readonly],
  input[type="password"]:disabled,
  input[type="password"][readonly],
  input[type="search"]:disabled,
  input[type="search"][readonly],
  input[type="number"]:disabled,
  input[type="number"][readonly],
  input[type="tel"]:disabled,
  input[type="tel"][readonly],
  input[type="range"]:disabled,
  input[type="range"][readonly],
  input[type="date"]:disabled,
  input[type="date"][readonly],
  input[type="month"]:disabled,
  input[type="month"][readonly],
  input[type="week"]:disabled,
  input[type="week"][readonly],
  input[type="time"]:disabled,
  input[type="time"][readonly],
  input[type="datetime"]:disabled,
  input[type="datetime"][readonly],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"][readonly],
  input[type="color"]:disabled,
  input[type="color"][readonly],
  select:disabled,
  select[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

textarea {
  height: auto; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.input-block {
  display: block;
  width: 100%; }

.container-full,
.container {
  width: 100%;
  padding-right: calc(var(--grid-gap) / 2);
  padding-left: calc(var(--grid-gap) / 2);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(var(--grid-gap) / -2);
  margin-left: calc(var(--grid-gap) / -2); }


.col {
  position: relative;
  width: 100%;
  padding-right: calc(var(--grid-gap) / 2);
  padding-left: calc(var(--grid-gap) / 2); }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.fixed.site-header-inner,
.fixed.site-main-inner,
.fixed.site-footer-inner,
.fixed.site-navigation-inner, .container, .site-header.fixed,
.site-main.fixed,
.site-footer.fixed,
.site-navigation.fixed {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .fixed.site-header-inner,
    .fixed.site-main-inner,
    .fixed.site-footer-inner,
    .fixed.site-navigation-inner, .container, .site-header.fixed,
    .site-main.fixed,
    .site-footer.fixed,
    .site-navigation.fixed {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .fixed.site-header-inner,
    .fixed.site-main-inner,
    .fixed.site-footer-inner,
    .fixed.site-navigation-inner, .container, .site-header.fixed,
    .site-main.fixed,
    .site-footer.fixed,
    .site-navigation.fixed {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .fixed.site-header-inner,
    .fixed.site-main-inner,
    .fixed.site-footer-inner,
    .fixed.site-navigation-inner, .container, .site-header.fixed,
    .site-main.fixed,
    .site-footer.fixed,
    .site-navigation.fixed {
      max-width: 1190px; } }

.site-header-inner,
.site-main-inner,
.site-footer-inner,
.site-navigation-inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .site-header-inner,
    .site-main-inner,
    .site-footer-inner,
    .site-navigation-inner {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1400px) {
    .site-header-inner,
    .site-main-inner,
    .site-footer-inner,
    .site-navigation-inner {
      padding-left: 45px;
      padding-right: 45px; } }

.site-header-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

.site-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.9);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.9); }

.content-area,
.widget-area {
  position: relative;
  width: 100%; }

.content-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.9);
          box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.9); }

.widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.9);
          box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.9); }

.site-footer-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

.site-navigation {
  background: #fff; }
  .site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: none; }
    .site-navigation ul:before {
      display: none; }
    .site-navigation ul li {
      margin: 0;
      padding: 0; }
      .site-navigation ul li:before {
        display: none; }
      .site-navigation ul li a {
        padding: .4em .5em;
        display: inline-block;
        text-decoration: none; }
  .site-navigation.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.section-welcome {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section-welcome {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3F6FA;
  text-align: center; }
  @media (min-width: 992px) {
    .section-welcome {
      padding-top: 160px;
      padding-bottom: 160px; } }
  @media (min-width: 768px) {
    .section-welcome__description {
      font-size: 1.3em; } }
  .section-welcome__header {
    font-weight: normal;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section-welcome__header {
        font-size: 70px;
        margin-top: 60px; } }
    .section-welcome__header span {
      font-weight: bold; }

.section-front-header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section-front-header {
      padding-top: 70px;
      padding-bottom: 30px; } }
  .section-front-header h2 {
    font-weight: normal; }
    @media (min-width: 768px) {
      .section-front-header h2 {
        font-size: 42px; } }

.section-front-base,
.section-front-design,
.section-front-modules,
.section-front-summary,
.section-front-support,
.section-front-bonus,
.section-price,
.section-guarantee,
.section-faq {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .section-front-base,
    .section-front-design,
    .section-front-modules,
    .section-front-summary,
    .section-front-support,
    .section-front-bonus,
    .section-price,
    .section-guarantee,
    .section-faq {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .section-front-base h2,
    .section-front-design h2,
    .section-front-modules h2,
    .section-front-summary h2,
    .section-front-support h2,
    .section-front-bonus h2,
    .section-price h2,
    .section-guarantee h2,
    .section-faq h2 {
      font-size: 50px; } }

.section-front-base__icon {
  position: absolute;
  top: 0;
  right: 0; }
  .section-front-base__icon svg {
    width: 200px; }

.section-front-base .container {
  position: relative; }

.section-front-design__icon {
  position: absolute;
  top: 0;
  right: 0; }
  .section-front-design__icon svg {
    width: 200px; }

.section-front-design .container {
  position: relative; }

.section-front-modules__icon {
  position: absolute;
  top: 0;
  right: 0; }
  .section-front-modules__icon svg {
    width: 270px; }

.section-front-modules .container {
  position: relative; }

.section-speed-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px; }

.section-speed-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
          box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-weight: bold; }
  .section-speed-item__score {
    color: #0ab400; }

.section-support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px; }

.section-support-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
          box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center; }
  .section-support-item__score {
    color: #0ab400;
    font-size: 1.9em;
    font-weight: bold;
    margin-bottom: .3em; }
  .section-support-item__name {
    font-size: .8em; }

.section-modules-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .section-modules-items {
      margin-top: 50px; } }

.section-modules-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 25% - 40px);
          flex: 0 0 calc( 25% - 40px);
  max-width: calc( 25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
          box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center; }
  .section-modules-item__icon {
    margin-bottom: 15px; }
    .section-modules-item__icon svg {
      width: 1em;
      height: 1em;
      font-size: 3em;
      color: #3960ff; }
  .section-modules-item__name {
    font-size: .9em;
    font-weight: bold; }

.price-table .price-table-item:nth-child(even) {
  background: #d5dfe8; }

.price-table .price-table-item:first-child {
  font-weight: bold;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.price-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }
  .price-table-item__domains, .price-table-item__price-month, .price-table-item__price-year, .price-table-item__price-domain, .price-table-item__buy {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0 20px; }

.faq-box {
  padding: 30px 30px;
  -webkit-box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
          box-shadow: 0 2px 10px rgba(29, 10, 85, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 30px; }
  .faq-box__question {
    font-size: 1.1em;
    margin-bottom: .6em;
    font-weight: bold; }
    @media (min-width: 768px) {
      .faq-box__question {
        font-size: 1.2em; } }

/*# sourceMappingURL=style.min.css.map */
