@charset "UTF-8";
/*!
Theme Name: hirosmester theme by Kreatív Vonalak
Theme URI: https://kreativvonalak.hu
Description: Hírös Mester project template
Version: 1.0.0
Author: Kreatív Vonalak (Imre Tamás Boldis)
Author URI: https://kreativvonalak.hu
License: All right reserved!
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: "Roboto"; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[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 and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

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

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Italic.woff2") format("woff2"), url("fonts/Roboto-Italic.woff") format("woff"), url("fonts/Roboto-Italic.ttf") format("truetype"), url("fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Black.woff2") format("woff2"), url("fonts/Roboto-Black.woff") format("woff"), url("fonts/Roboto-Black.ttf") format("truetype"), url("fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  position: relative;
  clear: none;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
  .container,
  .text-container {
    padding: 0 15px;
  }
}
.site_header {
  position: relative;
  z-index: 100;
}
.home .site_header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.home .site_header .site_header--main::before {
  content: none;
}
.home .site_header .site_header--main .site_header--bottom .site_header--logo::before, .home .site_header .site_header--main .site_header--bottom .site_header--logo::after {
  content: none;
}
.site_header--main {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.site_header--main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.73+40,0.27+100 */
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 40%, rgba(0, 0, 0, 0.27) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 40%, rgba(0, 0, 0, 0.27) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 40%, rgba(0, 0, 0, 0.27) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#45000000",GradientType=0 ); /* IE6-9 */
}
.site_header--main .site_header--top {
  text-align: right;
}
.site_header--main .site_header--top-contacts {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 11px 36px 11px 0;
  color: #15a2e8;
  line-height: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.site_header--main .site_header--top-contacts-label {
  display: inline-block;
  line-height: 12px;
}
.site_header--main .site_header--top-contacts-item {
  display: inline-block;
  padding: 0 0 0 8px;
  color: #15a2e8;
  line-height: 12px;
}
.site_header--main .site_header--top-contacts-item a {
  color: #15a2e8;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.site_header--main .site_header--top-contacts-item a:hover {
  color: #dcf1fc;
}
.site_header--main .site_header--bottom {
  padding: 13px 0 0;
  *zoom: 1;
}
.site_header--main .site_header--bottom:before, .site_header--main .site_header--bottom:after {
  content: " ";
  display: table;
}
.site_header--main .site_header--bottom:after {
  clear: both;
}
.site_header--main .site_header--bottom .site_header--logo {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 4px;
  padding: 13px 0 86px;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
.site_header--main .site_header--bottom .site_header--logo::before, .site_header--main .site_header--bottom .site_header--logo::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -93px;
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: #262ca9;
}
.site_header--main .site_header--bottom .site_header--logo::after {
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.site_header--main .site_header--bottom .site_header--logo-symbol {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 48px;
  margin: 0;
  text-indent: -99999px;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/site-logo-symbol.gif");
}
.site_header--main .site_header--bottom .site_header--logo-text {
  display: inline-block;
  vertical-align: top;
  width: 247px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("images/site-logo-text.png");
}
.site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon {
  display: none;
}
.site_header--main .site_header--bottom .site_header--menu {
  position: relative;
  z-index: 1;
  margin-top: 19px;
  margin-right: 31px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_header--main .site_header--top-contacts {
    padding-right: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .site_header--main .site_header--top-contacts-label {
    display: none;
  }
  .site_header--main .site_header--bottom {
    padding-top: 0;
  }
  .site_header--main .site_header--bottom .site_header--logo {
    margin-left: 0;
    padding-bottom: 23px;
  }
  .site_header--main .site_header--bottom .site_header--logo::before, .site_header--main .site_header--bottom .site_header--logo::after {
    right: 0;
  }
  .site_header--main .site_header--bottom .site_header--logo-symbol {
    vertical-align: middle;
    width: 33px;
    height: 31px;
  }
  .site_header--main .site_header--bottom .site_header--logo-text {
    vertical-align: middle;
    width: 172px;
    height: 33px;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper {
    position: relative;
    float: right;
    overflow: hidden;
    padding: 0 15px 0 15px;
    margin: 2px -15px 0 0;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 200%;
    background-color: #1835ad;
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon {
    position: relative;
    display: block;
    width: 53px;
    height: 53px;
    background-color: #1835ad;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 65%;
    height: 3px;
    margin: auto;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar::before {
    content: "";
    position: absolute;
    top: -12px;
    width: 100%;
    height: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar {
    background-color: transparent;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar::before {
    transform: rotate(45deg) translate(10px, 7px);
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar::after {
    transform: rotate(-45deg) translate(10px, -7px);
  }
  .site_header--main .site_header--bottom .site_header--menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site_header--main .site_header--top-contacts {
    padding-right: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site_header--main .site_header--bottom .site_header--logo {
    margin-left: 0;
    padding-bottom: 45px;
  }
  .site_header--main .site_header--bottom .site_header--logo::before, .site_header--main .site_header--bottom .site_header--logo::after {
    right: 0;
  }
  .site_header--main .site_header--bottom .site_header--logo-symbol {
    vertical-align: middle;
    width: 43px;
    height: 40px;
  }
  .site_header--main .site_header--bottom .site_header--logo-text {
    vertical-align: middle;
    width: 222px;
    height: 42px;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper {
    position: relative;
    float: right;
    overflow: hidden;
    padding: 0 15px 0 15px;
    margin: 12px -15px 0 0;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 200%;
    background-color: #1835ad;
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon {
    position: relative;
    display: block;
    width: 53px;
    height: 53px;
    background-color: #1835ad;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 65%;
    height: 3px;
    margin: auto;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar::before {
    content: "";
    position: absolute;
    top: -12px;
    width: 100%;
    height: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon .hamburger_icon-bar::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar {
    background-color: transparent;
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar::before {
    transform: rotate(45deg) translate(10px, 7px);
  }
  .site_header--main .site_header--bottom .hamburger_icon-wraper .hamburger_icon.to-x .hamburger_icon-bar::after {
    transform: rotate(-45deg) translate(10px, -7px);
  }
  .site_header--main .site_header--bottom .site_header--menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .site_header--main .site_header--top-contacts {
    padding-right: 5px;
  }
  .site_header--main .site_header--bottom .site_header--logo {
    margin-left: 0;
    padding-bottom: 45px;
  }
  .site_header--main .site_header--bottom .site_header--logo::before, .site_header--main .site_header--bottom .site_header--logo::after {
    right: 0;
  }
  .site_header--main .site_header--bottom .site_header--logo-symbol {
    vertical-align: middle;
    width: 43px;
    height: 40px;
  }
  .site_header--main .site_header--bottom .site_header--logo-text {
    vertical-align: middle;
    width: 222px;
    height: 42px;
  }
  .site_header--main .site_header--bottom .site_header--menu {
    margin-right: 0;
  }
}
.text-container {
  width: 1028px;
  max-width: 100%;
  margin: 0 auto;
}

.subpage {
  padding: 75px 0 0;
}

.content-shortcode {
  margin: 50px 0;
}

.page-content,
.post-content {
  padding: 30px 0 0;
}

.posts-list {
  margin: 70px 0 0;
  *zoom: 1;
}
.posts-list:before, .posts-list:after {
  content: " ";
  display: table;
}
.posts-list:after {
  clear: both;
}

.no-result {
  display: block;
  text-align: left;
}

.logo-holder {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  right: 0;
  max-height: 150px;
  overflow: hidden;
  border-top-left-radius: 142px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subpage {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subpage {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .subpage {
    padding: 70px 0 0;
  }
}
.entry-content,
.template-section {
  color: #000000;
  line-height: 1.5;
  font-family: "Roboto";
  font-size: 19px;
  font-size: 1.1875rem;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.template-section h2,
.template-section h3,
.template-section h4,
.template-section h5,
.template-section h6 {
  margin: 0.8em 0;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto";
}
.entry-content h2,
.template-section h2 {
  color: #1835ad;
  font-size: 60px;
  font-size: 3.75rem;
}
.entry-content h3,
.template-section h3 {
  color: #1835ad;
  font-size: 53px;
  font-size: 3.3125rem;
}
.entry-content h4,
.template-section h4 {
  color: #030000;
  font-size: 48px;
  font-size: 3rem;
}
.entry-content h5,
.template-section h5 {
  color: #030000;
  font-size: 44px;
  font-size: 2.75rem;
}
.entry-content h6,
.template-section h6 {
  color: #1835ad;
  font-size: 32px;
  font-size: 2rem;
}
.entry-content p,
.template-section p {
  color: #030000;
  text-align: left;
}
.entry-content a:not(.btn),
.template-section a:not(.btn) {
  color: #1835ad;
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.entry-content a:not(.btn):hover,
.template-section a:not(.btn):hover {
  color: #168cdc;
}
.entry-content strong,
.entry-content b,
.template-section strong,
.template-section b {
  font-weight: bold;
  font-family: "Roboto";
}
.entry-content em,
.entry-content i,
.template-section em,
.template-section i {
  font-style: italic;
  font-family: "Roboto";
}
.entry-content img,
.template-section img {
  max-width: 100% !important;
  height: auto !important;
}
.entry-content ul,
.entry-content ol,
.template-section ul,
.template-section ol {
  margin: 0 0 30px 30px;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li,
.template-section ul li,
.template-section ol li {
  position: relative;
  list-style: none;
  margin: 5px 0 8px;
  padding-left: 0.3em;
}
.entry-content ul li::before,
.entry-content ol li::before,
.template-section ul li::before,
.template-section ol li::before {
  position: absolute;
  top: 2px;
  left: -1em;
}
.entry-content ul li::before,
.template-section ul li::before {
  content: "»";
  left: -0.7em;
  color: #1835ad;
  line-height: 0.6;
  font-size: 30px;
  font-size: 1.875rem;
}
.entry-content ol,
.template-section ol {
  counter-reset: counter;
}
.entry-content ol li::before,
.template-section ol li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #1835ad;
  line-height: 1.1;
  font-size: 21px;
  font-size: 1.3125rem;
}
.entry-content figure,
.template-section figure {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
.entry-content figure.wp-caption figcaption.wp-caption-text,
.template-section figure.wp-caption figcaption.wp-caption-text {
  display: block;
  margin: 14px 0 0;
  text-align: center;
  font-style: italic;
  font-size: 19px;
  font-size: 1.1875rem;
}
.entry-content table,
.template-section table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table tr,
.template-section table tr {
  background-color: #ffffff;
  color: #030000;
  border-color: #ffffff;
}
.entry-content table tr td,
.entry-content table tr th,
.template-section table tr td,
.template-section table tr th {
  padding: 8px 10px;
  line-height: 1.3;
  font-family: "Roboto";
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry-content table tr:nth-child(odd),
.template-section table tr:nth-child(odd) {
  background-color: #dcf1fc;
  color: #030000;
  border-color: #dcf1fc;
}
.entry-content table tr:first-child,
.template-section table tr:first-child {
  background-color: #1835ad;
  color: #ffffff;
  border-color: #1835ad;
}
.entry-content table tr:first-child td,
.template-section table tr:first-child td {
  padding: 10px;
  font-family: "Roboto";
}
.entry-content table tr:first-child td h1,
.entry-content table tr:first-child td h2,
.entry-content table tr:first-child td h3,
.entry-content table tr:first-child td h4,
.entry-content table tr:first-child td h5,
.entry-content table tr:first-child td h6,
.template-section table tr:first-child td h1,
.template-section table tr:first-child td h2,
.template-section table tr:first-child td h3,
.template-section table tr:first-child td h4,
.template-section table tr:first-child td h5,
.template-section table tr:first-child td h6 {
  text-align: left !important;
  margin: 0;
  padding: 0;
}
.entry-content blockquote,
.template-section blockquote {
  min-height: 110px;
  margin: 30px 0;
  padding: 15px 15px;
  border-left: 10px solid #1835ad;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background: url("images/double-quote.png") no-repeat top right;
  background-size: auto 110px;
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.template-section blockquote::before,
.template-section blockquote::after {
  content: none;
}
.entry-content blockquote p,
.template-section blockquote p {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content pre,
.template-section pre {
  padding: 15px;
  margin: 1em 0;
  border-left: 5px solid #1835ad;
  color: #ffffff;
  background: #168cdc none repeat scroll 0 0;
  line-height: 1.5;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
.entry-content .aligncenter,
.entry-content .alignnone,
.template-section .aligncenter,
.template-section .alignnone {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.entry-content .alignleft,
.template-section .alignleft {
  max-width: 100%;
  float: left;
  margin: 7px 20px 20px 0;
}
.entry-content .alignright,
.template-section .alignright {
  max-width: 100%;
  float: right;
  margin: 7px 0 20px 20px;
}
.entry-content .circle,
.template-section .circle {
  display: block;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
}
.entry-content .circle.alignleft,
.template-section .circle.alignleft {
  padding: 0;
  margin: 7px 20px 20px 0;
}
.entry-content .circle.alignright,
.template-section .circle.alignright {
  padding: 0;
  margin: 7px 0 20px 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-content,
  .template-section {
    line-height: 1.33;
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 32px;
    font-size: 2rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    padding: 6px 12px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-content,
  .template-section {
    line-height: 1.33;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.section-postlist {
  margin: 75px auto 50px;
}
body.single-service .section-postlist {
  margin-top: 150px;
}
.section-postlist .no-result {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.section-postlist .btn-wrapper {
  margin-top: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-postlist {
    margin: 55px 0;
  }
  body.single-service .section-postlist {
    margin-top: 75px;
  }
  .section-postlist .no-result {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section-hero {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.section-hero.animate .hero--text-wrapper::after {
  -moz-transform: rotate(89deg);
  -o-transform: rotate(89deg);
  -ms-transform: rotate(89deg);
  -webkit-transform: rotate(89deg);
  transform: rotate(89deg);
}
.section-hero.animate .hero--text-wrapper .hero--text-container .hero--title {
  opacity: 0;
  -moz-transform: translateX(-70px);
  -o-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
.section-hero.animate .hero--text-wrapper .hero--text-container .arrow-down {
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.section-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -48px;
  right: 23%;
  display: block;
  width: 100vw;
  height: calc(100% - 12px);
  background-color: #262ca9;
}
.section-hero .hero--img-wrapper {
  position: relative;
  margin: 0;
  line-height: 0;
  text-align: right;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 0;
}
.section-hero .hero--img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 350px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.73+24,0.27+62,0+100 */
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 24%, rgba(0, 0, 0, 0.27) 62%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 24%, rgba(0, 0, 0, 0.27) 62%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 24%, rgba(0, 0, 0, 0.27) 62%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
.section-hero .hero--text-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1240px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-hero .hero--text-wrapper::before, .section-hero .hero--text-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 85%;
  display: block;
  width: 200vw;
  height: 200vh;
  background-color: #262ca9;
}
.section-hero .hero--text-wrapper::after {
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.section-hero .hero--text-wrapper .hero--text-container {
  position: relative;
  z-index: 2;
  top: 52%;
  color: #ffffff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-hero .hero--text-wrapper .hero--text-container .hero--title {
  display: block;
  max-width: 1000px;
  margin: 0 0 10px;
  font-family: "Roboto";
  line-height: 1;
  font-weight: 700;
  font-size: 99px;
  font-size: 6.1875rem;
  opacity: 1;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1.5s ease 0.5s;
  -moz-transition: all 1.5s ease 0.5s;
  -ms-transition: all 1.5s ease 0.5s;
  -o-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}
.section-hero .hero--text-wrapper .hero--text-container .hero--subtitle {
  display: block;
  max-width: 650px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 27px;
  font-size: 1.6875rem;
}
.section-hero .hero--text-wrapper .hero--text-container .arrow-down {
  position: relative;
  top: 31px;
  left: 12%;
  display: block;
  width: 75px;
  height: 70px;
  border-bottom: 15px solid transparent;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAACWCAMAAABw14FZAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMAnr0ilQ3cQhsH16s88eLGt2EoTOYSggAAAKFJREFUWMPtzjsOwzAQA1HZTmLLdr57/7tmgRQsRoDUpeGUxCtYWk0xtWZbW1tbW1tbW1tbW1tbW1tbW1tbW9t/220bsp9r0nleBuy6X2raAKZdb5G2LMRpSfODMCyoMCyoMCyoMCypMK0oMKwosSwosSwosSwosSwo8c+KdnBa0Q5OK9rBaUU7+IiXaAc/4k7axsczdtJ2Nf/WMtj5PlvzF2TPEgJ7097MAAAAAElFTkSuQmCC");
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: border-width 0.3s ease, opacity 1s ease 1s, transform 1s ease 1s;
  -moz-transition: border-width 0.3s ease, opacity 1s ease 1s, transform 1s ease 1s;
  -ms-transition: border-width 0.3s ease, opacity 1s ease 1s, transform 1s ease 1s;
  -o-transition: border-width 0.3s ease, opacity 1s ease 1s, transform 1s ease 1s;
  transition: border-width 0.3s ease, opacity 1s ease 1s, transform 1s ease 1s;
}
.section-hero .hero--text-wrapper .hero--text-container .arrow-down:hover {
  border-width: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-hero .hero--img-wrapper {
    height: 550px;
    background-position: top center;
    background-size: cover;
  }
  .section-hero .hero--img-wrapper::after {
    height: 180px;
  }
  .section-hero .hero--img-wrapper img {
    opacity: 0;
  }
  .section-hero .hero--text-wrapper::before, .section-hero .hero--text-wrapper::after {
    right: 93%;
  }
  .section-hero .hero--text-wrapper .hero--text-container {
    top: 64%;
    padding-left: 15px;
  }
  .section-hero .hero--text-wrapper .hero--text-container .hero--title {
    max-width: 300px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .section-hero .hero--text-wrapper .hero--text-container .arrow-down {
    top: 16px;
    left: 12px;
    width: 26px;
    height: 54px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-hero .hero--img-wrapper {
    height: 90vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-hero .hero--img-wrapper {
    height: 750px;
    background-position: top center;
    background-size: cover;
  }
  .section-hero .hero--img-wrapper img {
    opacity: 0;
  }
  .section-hero .hero--text-wrapper .hero--text-container {
    top: 58%;
    padding-left: 15px;
  }
  .section-hero .hero--text-wrapper .hero--text-container .hero--title {
    max-width: 500px;
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-hero .hero--text-wrapper .hero--text-container {
    top: 62%;
    padding-left: 15px;
  }
  .section-hero .hero--text-wrapper .hero--text-container .hero--title {
    max-width: 600px;
    font-size: 66px;
    font-size: 4.125rem;
  }
}
.section-icon_list {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 84px 0 100px;
}
body.home .section-icon_list {
  margin: 0 auto 107px;
}
body.service-template-default .section-icon_list {
  margin: 200px auto 0px;
  padding: 60px 0 78px;
}
.section-icon_list::before, .section-icon_list::after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 107px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section-icon_list::before {
  bottom: 100%;
  background-image: url("images/triangle-before.svg");
}
.section-icon_list::after {
  top: 100%;
  background-image: url("images/triangle-after.svg");
}
.section-icon_list.bg-blue {
  background-color: #dcf1fc;
}
.section-icon_list.bg-blue .icon_list--list.cols-4 .icon_list--item::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPBAMAAAABlGKvAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMAd93MqplVRO4iER6FEwoAAABESURBVAjXYwADxujdmyUZ4ICtezcQBMD50rtBYPMCmPRuCHCA8pmg/O1QfjWUvwWuHQI2EeZj6sc0H2E/hvsw3Y/uPwC87kpTkS3w6QAAAABJRU5ErkJggg==");
}
.section-icon_list.tilt-top::before {
  content: "";
}
.section-icon_list.tilt-bottom::after {
  content: "";
}
.section-icon_list .section-title {
  margin-bottom: 25px;
}
.section-icon_list .section-title.section-title-sm {
  margin-bottom: 0;
}
.section-icon_list .icon_list--list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  font-size: 0rem;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item::after {
  content: "";
  position: absolute;
  top: 71px;
  right: 0;
  display: block;
  width: 68px;
  height: 39px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAnCAMAAACBrR50AAAAbFBMVEUAAAAYNawXNK0BLKUVMacYNa0ZNq4XNa0UM6sYNa0XNa0YNK0UJ6YYNa0XNawXNa0XM60XNakTMagBHqsZNa0ZNq4YNawWNawXNKsYMq0ZNa0XNKwXMasXNawYNa0WNa0XMq0PKqIQLKsYNa3gOJijAAAAI3RSTlMAfJcGGfnwxSnZu4gNz66kXDsgCeHglW1RROdpMNCUY1MTEvHk8oEAAAC3SURBVEjH7dVbDoIwEIXhwRbKzRu1KOL97H+POiG8GRM5TTTGbwHz0PkzlbeY3AjLBhS5kBIA2Vo4ZzykO6GYBdSWnNJCVfSzqCW5pFWqU8paKF2mU+ZWKIe9TtmQwTQFIgRzdTGC8UMw/T+YF8HYZDaRgwoaTAFSMGJBa0QcSEcjUvfJRCXGl+V3/OHazInv3kc42TfiFnBXKf597LLfyaP9jjz8kMeFPc78p1WNeZClOiu05yPulGU1HQCMFZ0AAAAASUVORK5CYII=");
  -moz-transform: translateX(69%);
  -o-transform: translateX(69%);
  -ms-transform: translateX(69%);
  -webkit-transform: translateX(69%);
  transform: translateX(69%);
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item:nth-child(3n), .section-icon_list .icon_list--list.cols-3 .icon_list--item:last-child {
  margin-right: 0;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item:nth-child(3n)::after, .section-icon_list .icon_list--list.cols-3 .icon_list--item:last-child::after {
  content: none;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
  width: 175px;
  height: 175px;
  margin-bottom: 25px;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--title {
  font-size: 27px;
  font-size: 1.6875rem;
}
.section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--desc {
  padding: 0 5%;
  font-size: 19px;
  font-size: 1.1875rem;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 0;
  display: block;
  width: 150px;
  height: 15px;
  background-position: center;
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPBAMAAAABlGKvAAAAJFBMVEUAAACm3/ym3/ym3/ym3/ym3/ym3/ym3/ym3/ym3/ym3/ym3/y+4NfIAAAAC3RSTlMAd93MqplVRO4iER6FEwoAAABESURBVAjXYwADxujdmyUZ4ICtezcQBMD50rtBYPMCmPRuCHCA8pmg/O1QfjWUvwWuHQI2EeZj6sc0H2E/hvsw3Y/uPwC87kpTkS3w6QAAAABJRU5ErkJggg==");
  -moz-transform: translateX(57%);
  -o-transform: translateX(57%);
  -ms-transform: translateX(57%);
  -webkit-transform: translateX(57%);
  transform: translateX(57%);
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(4n), .section-icon_list .icon_list--list.cols-4 .icon_list--item:last-child {
  margin-right: 0;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(4n)::after, .section-icon_list .icon_list--list.cols-4 .icon_list--item:last-child::after {
  content: none;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
  width: 87px;
  height: 87px;
  margin-bottom: 54px;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--title {
  font-size: 29px;
  font-size: 1.8125rem;
}
.section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--desc {
  padding: 0 8%;
  font-size: 17px;
  font-size: 1.0625rem;
}
.section-icon_list .icon_list--list .icon_list--item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
.section-icon_list .icon_list--list .icon_list--item.animate .icon_list--icon-wrapper .icon_list--icon {
  opacity: 0;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-icon_list .icon_list--list .icon_list--item.animate .icon_list--title {
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.section-icon_list .icon_list--list .icon_list--item.animate .icon_list--desc {
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(2) .icon_list--icon-wrapper .icon_list--icon {
  -webkit-transition: all 1s ease 0.25S;
  -moz-transition: all 1s ease 0.25S;
  -ms-transition: all 1s ease 0.25S;
  -o-transition: all 1s ease 0.25S;
  transition: all 1s ease 0.25S;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(2) .icon_list--title {
  -webkit-transition: transform 1s ease 0.5s;
  -moz-transition: transform 1s ease 0.5s;
  -ms-transition: transform 1s ease 0.5s;
  -o-transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(2) .icon_list--desc {
  -webkit-transition: transform 1s ease 0.5s;
  -moz-transition: transform 1s ease 0.5s;
  -ms-transition: transform 1s ease 0.5s;
  -o-transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(3) .icon_list--icon-wrapper .icon_list--icon {
  -webkit-transition: all 1s ease 0.5S;
  -moz-transition: all 1s ease 0.5S;
  -ms-transition: all 1s ease 0.5S;
  -o-transition: all 1s ease 0.5S;
  transition: all 1s ease 0.5S;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(3) .icon_list--title {
  -webkit-transition: transform 1s ease 0.75s;
  -moz-transition: transform 1s ease 0.75s;
  -ms-transition: transform 1s ease 0.75s;
  -o-transition: transform 1s ease 0.75s;
  transition: transform 1s ease 0.75s;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(3) .icon_list--desc {
  -webkit-transition: transform 1s ease 0.75s;
  -moz-transition: transform 1s ease 0.75s;
  -ms-transition: transform 1s ease 0.75s;
  -o-transition: transform 1s ease 0.75s;
  transition: transform 1s ease 0.75s;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(4) .icon_list--icon-wrapper .icon_list--icon {
  -webkit-transition: all 1s ease 0.75S;
  -moz-transition: all 1s ease 0.75S;
  -ms-transition: all 1s ease 0.75S;
  -o-transition: all 1s ease 0.75S;
  transition: all 1s ease 0.75S;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(4) .icon_list--title {
  -webkit-transition: transform 1s ease 1s;
  -moz-transition: transform 1s ease 1s;
  -ms-transition: transform 1s ease 1s;
  -o-transition: transform 1s ease 1s;
  transition: transform 1s ease 1s;
}
.section-icon_list .icon_list--list .icon_list--item:nth-child(4) .icon_list--desc {
  -webkit-transition: transform 1s ease 1s;
  -moz-transition: transform 1s ease 1s;
  -ms-transition: transform 1s ease 1s;
  -o-transition: transform 1s ease 1s;
  transition: transform 1s ease 1s;
}
.section-icon_list .icon_list--list .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.section-icon_list .icon_list--list .icon_list--item .icon_list--title {
  display: block;
  padding: 0 5%;
  color: #15a2e8;
  line-height: 1.2;
  font-weight: 900;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 1s ease 0.25s;
  -moz-transition: transform 1s ease 0.25s;
  -ms-transition: transform 1s ease 0.25s;
  -o-transition: transform 1s ease 0.25s;
  transition: transform 1s ease 0.25s;
}
.section-icon_list .icon_list--list .icon_list--item .icon_list--desc {
  margin: 15px 0 0;
  text-align: center;
  line-height: 1.7;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 1s ease 0.25s;
  -moz-transition: transform 1s ease 0.25s;
  -ms-transition: transform 1s ease 0.25s;
  -o-transition: transform 1s ease 0.25s;
  transition: transform 1s ease 0.25s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon_list {
    padding: 60px 0;
  }
  body.home .section-icon_list {
    margin: 0 auto 30px;
  }
  body.service-template-default .section-icon_list {
    margin: 0 auto 100px;
  }
  .section-icon_list::before, .section-icon_list::after {
    height: 30px;
  }
  .section-icon_list .section-title {
    margin-bottom: 5px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item {
    display: block;
    width: 250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item::after {
    width: 48px;
    height: 27px;
    top: 100%;
    left: 0;
    margin: auto;
    -moz-transform: rotate(90deg) translateX(40%);
    -o-transform: rotate(90deg) translateX(40%);
    -ms-transform: rotate(90deg) translateX(40%);
    -webkit-transform: rotate(90deg) translateX(40%);
    transform: rotate(90deg) translateX(40%);
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item:nth-child(3n), .section-icon_list .icon_list--list.cols-3 .icon_list--item:last-child {
    margin-right: auto;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--title {
    padding: 0;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--desc {
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item {
    width: 100%;
    margin-right: 0;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item::after {
    content: none;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(even) {
    margin-right: 0;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 65px;
    height: 65px;
    margin-bottom: 24px;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .section-icon_list .icon_list--list .icon_list--item {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon_list .icon_list--list.cols-4 .icon_list--item {
    width: 49%;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(even) {
    margin-right: 0;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(even)::after {
    content: none;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(odd) {
    margin-right: 2%;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item:nth-child(odd)::after {
    content: "";
    top: 27px;
    -moz-transform: translateX(54%);
    -o-transform: translateX(54%);
    -ms-transform: translateX(54%);
    -webkit-transform: translateX(54%);
    transform: translateX(54%);
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-icon_list {
    margin: 0 auto 60px;
  }
  .section-icon_list::before, .section-icon_list::after {
    height: 60px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item::after {
    width: 58px;
    height: 33px;
    top: 52px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--title {
    padding: 0 5%;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--desc {
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item::after {
    width: 63px;
    height: 12px;
    background-size: 24px auto;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 80px;
    height: 80px;
    margin-bottom: 44px;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--title {
    padding: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--desc {
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .section-icon_list .icon_list--list .icon_list--item {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-icon_list {
    margin: 0 auto 75px;
  }
  .section-icon_list::before, .section-icon_list::after {
    height: 75px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item::after {
    top: 62px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--title {
    padding: 0;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section-icon_list .icon_list--list.cols-3 .icon_list--item .icon_list--desc {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item::after {
    width: 111px;
    height: 12px;
    background-size: 24px auto;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--icon-wrapper .icon_list--icon {
    width: 80px;
    height: 80px;
    margin-bottom: 44px;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section-icon_list .icon_list--list.cols-4 .icon_list--item .icon_list--desc {
    font-size: 16px;
    font-size: 1rem;
  }
  .section-icon_list .icon_list--list .icon_list--item {
    margin-top: 60px;
  }
}
.home .section-services {
  margin: 220px auto 180px;
}
.section-services .services--list {
  list-style: none;
  padding: 87px 0 0;
  margin: 0;
  font-size: 0px;
  font-size: 0rem;
}
.section-services .services--list .services--item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  text-align: left;
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: transform 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
}
.section-services .services--list .services--item.animate {
  opacity: 0;
  -moz-transform: translate(0px, 50px);
  -o-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
.section-services .services--list .services--item.animate:first-child {
  -moz-transform: translate(-70px, 0px);
  -o-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  -webkit-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}
.section-services .services--list .services--item:nth-child(3) {
  -webkit-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -moz-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -ms-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  -o-transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
  transition: transform 1s ease 0.25s, opacity 1s ease 0.25s;
}
.section-services .services--list .services--item:nth-child(4) {
  -webkit-transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -moz-transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -ms-transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  -o-transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
}
.section-services .services--list .services--item:nth-child(3n+1), .section-services .services--list .services--item:last-child {
  margin-right: 0;
}
.section-services .services--list .services--item:first-child {
  width: 100%;
  margin-bottom: 2%;
}
.section-services .services--list .services--item:first-child .services--thumb-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  line-height: 0;
}
.section-services .services--list .services--item:first-child .services--text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 0 18px 2.5%;
}
.section-services .services--list .services--item:first-child .services--text-wrapper .services--desc {
  display: block;
  max-width: 575px;
  padding: 0;
}
.section-services .services--list .services--item .services--thumb-wrapper {
  position: relative;
}
.section-services .services--list .services--item .services--thumb-wrapper a {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}
.section-services .services--list .services--item .services--thumb-wrapper a img {
  width: 100%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.section-services .services--list .services--item .services--thumb-wrapper a:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-services .services--list .services--item .services--text-wrapper {
  padding: 20px 20px 0 22px;
}
.section-services .services--list .services--item .services--text-wrapper .services--subtitle {
  display: block;
  font-weight: 900;
  line-height: 1.2;
  font-size: 37px;
  font-size: 2.3125rem;
}
.section-services .services--list .services--item .services--text-wrapper .services--subtitle a {
  color: #15a2e8;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.section-services .services--list .services--item .services--text-wrapper .services--subtitle a:hover {
  color: #262ca9;
}
.section-services .services--list .services--item .services--text-wrapper .services--desc {
  display: none;
  padding: 0 2%;
  margin: 1.6em 0 0.5em;
}
.section-services .services--list .services--item .services--text-wrapper .link-with-bullet {
  margin: 18px 0 0 2px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .section-services {
    margin: 90px auto 80px;
  }
  .section-services .services--list {
    padding-top: 0;
  }
  .section-services .services--list .services--item {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .section-services .services--list .services--item:nth-child(3n+1) {
    margin-right: auto;
  }
  .section-services .services--list .services--item:first-child .services--thumb-wrapper {
    width: 100%;
  }
  .section-services .services--list .services--item:first-child .services--text-wrapper {
    width: 100%;
    padding: 15px 10px 0 10px;
  }
  .section-services .services--list .services--item:first-child .services--text-wrapper .link-with-bullet {
    margin-top: 5px;
  }
  .section-services .services--list .services--item .services--text-wrapper {
    padding: 15px 10px 0;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--desc {
    display: block;
    padding: 0;
    margin-top: 0.8em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-services .services--list .services--item {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .section-services .services--list .services--item:nth-child(3n+1), .section-services .services--list .services--item:last-child {
    margin-left: 0;
    margin-right: 2%;
  }
  .section-services .services--list .services--item:nth-child(even), .section-services .services--list .services--item:last-child {
    margin-right: 0;
  }
  .section-services .services--list .services--item:first-child {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .section-services {
    margin: 170px auto 160px;
  }
  .section-services .services--list {
    padding-top: 30px;
  }
  .section-services .services--list .services--item {
    width: 49%;
    margin-top: 60px;
  }
  .section-services .services--list .services--item:nth-child(3n+1) {
    margin-right: 2%;
  }
  .section-services .services--list .services--item:nth-child(even), .section-services .services--list .services--item:last-child {
    margin-right: 0;
  }
  .section-services .services--list .services--item:first-child {
    width: 49%;
    margin-right: 2%;
  }
  .section-services .services--list .services--item:first-child .services--thumb-wrapper {
    width: 100%;
  }
  .section-services .services--list .services--item:first-child .services--text-wrapper {
    width: 100%;
    padding: 20px 10px 0;
  }
  .section-services .services--list .services--item .services--text-wrapper {
    padding: 20px 10px 0 10px;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--desc {
    display: block;
    padding: 0;
    margin-top: 0.8em;
  }
  .section-services .services--list .services--item .services--text-wrapper .link-with-bullet {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-services .services--list .services--item:first-child .services--text-wrapper .link-with-bullet {
    margin-top: 10px;
  }
  .section-services .services--list .services--item .services--text-wrapper {
    padding-bottom: 5px;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--subtitle {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .section-services .services--list .services--item .services--text-wrapper .services--desc {
    margin-top: 1em;
  }
}
.section-achievements {
  position: relative;
  padding: 77px 0 100px;
  background-color: #15a2e8;
}
.home .section-achievements {
  margin: 107px auto;
}
.section-achievements.shortcode {
  margin-top: 120px;
  margin-bottom: 120px;
}
.section-achievements::before, .section-achievements::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 107px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section-achievements::before {
  bottom: 100%;
  background-image: url("images/triangle-before-dark.svg");
}
.section-achievements::after {
  top: 100%;
  background-image: url("images/triangle-after-dark.svg");
}
.section-achievements .achievements--title {
  max-width: 700px;
  margin: 0 auto 63px;
}
.section-achievements .achievements--list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
}
.section-achievements .achievements--list .achievements--item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-right: 2%;
  font-weight: 700;
}
.section-achievements .achievements--list .achievements--item::after {
  content: "";
  position: absolute;
  top: 41px;
  right: 0;
  display: block;
  width: 75px;
  height: 13px;
  background-position: center;
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAANBAMAAACugNjdAAAAJFBMVEUAAAAYNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa2evutaAAAAC3RSTlMAIqpmzN2Zd1UzEcbxWo8AAABASURBVAjXYwABo927KxlgQGQ3ECRAOYzRIN4mKI9pNxgYQHjSEJ4DhNcN4e2C8KwhvI2Ycgh9GGYi7MN0C6o7AVhBNjVwZWutAAAAAElFTkSuQmCC");
  -moz-transform: translateX(66%);
  -o-transform: translateX(66%);
  -ms-transform: translateX(66%);
  -webkit-transform: translateX(66%);
  transform: translateX(66%);
}
.section-achievements .achievements--list .achievements--item:nth-child(4n), .section-achievements .achievements--list .achievements--item:last-child {
  margin-right: 0;
}
.section-achievements .achievements--list .achievements--item:nth-child(4n)::after, .section-achievements .achievements--list .achievements--item:last-child::after {
  content: none;
}
.section-achievements .achievements--list .achievements--item .achievements--number {
  font-family: "Roboto";
  line-height: 1;
  font-size: 87px;
  font-size: 5.4375rem;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}
.section-achievements .achievements--list .achievements--item .achievements--text {
  display: block;
  margin: 19px auto 0;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-achievements {
    padding: 55px 0 75px;
  }
  .home .section-achievements {
    margin: 30px auto;
  }
  .section-achievements::before, .section-achievements::after {
    height: 30px;
  }
  .section-achievements .achievements--title {
    margin-bottom: 0;
  }
  .section-achievements .achievements--list .achievements--item {
    width: 49%;
    margin-top: 50px;
  }
  .section-achievements .achievements--list .achievements--item::after {
    top: 21px;
    width: 41px;
    height: 8px;
    background-size: 15px;
    -moz-transform: translateX(60%);
    -o-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  .section-achievements .achievements--list .achievements--item:nth-child(even), .section-achievements .achievements--list .achievements--item:last-child {
    margin-right: 0;
  }
  .section-achievements .achievements--list .achievements--item:nth-child(even)::after, .section-achievements .achievements--list .achievements--item:last-child::after {
    content: none;
  }
  .section-achievements .achievements--list .achievements--item .achievements--number {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .section-achievements .achievements--list .achievements--item .achievements--text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-achievements {
    padding: 45px 0 60px;
  }
  .section-achievements .achievements--list .achievements--item {
    width: 23.5%;
    margin-right: 2%;
  }
  .section-achievements .achievements--list .achievements--item:nth-child(even) {
    margin-right: 2%;
  }
  .section-achievements .achievements--list .achievements--item:nth-child(even)::after {
    content: "";
  }
  .section-achievements .achievements--list .achievements--item:nth-child(4n), .section-achievements .achievements--list .achievements--item:last-child {
    margin-right: 0;
  }
  .section-achievements .achievements--list .achievements--item:nth-child(4n)::after, .section-achievements .achievements--list .achievements--item:last-child::after {
    content: none;
  }
  .section-achievements .achievements--list .achievements--item .achievements--number {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .section-achievements .achievements--list .achievements--item .achievements--text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .section-achievements {
    margin: 60px auto;
  }
  .section-achievements::before, .section-achievements::after {
    height: 60px;
  }
  .section-achievements .achievements--list .achievements--item::after {
    top: 24px;
    width: 49px;
    height: 10px;
    background-size: 19px;
    -moz-transform: translateX(64%);
    -o-transform: translateX(64%);
    -ms-transform: translateX(64%);
    -webkit-transform: translateX(64%);
    transform: translateX(64%);
  }
  .section-achievements .achievements--list .achievements--item .achievements--number {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .section-achievements .achievements--list .achievements--item .achievements--text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .home .section-achievements {
    margin: 75px auto;
  }
  .section-achievements::before, .section-achievements::after {
    height: 75px;
  }
  .section-achievements .achievements--list .achievements--item::after {
    top: 31px;
    -moz-transform: translateX(64%);
    -o-transform: translateX(64%);
    -ms-transform: translateX(64%);
    -webkit-transform: translateX(64%);
    transform: translateX(64%);
  }
  .section-achievements .achievements--list .achievements--item .achievements--number {
    font-size: 64px;
    font-size: 4rem;
  }
  .section-achievements .achievements--list .achievements--item .achievements--text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home .section-about {
  margin: 200px auto 140px;
}
.section-about .about--header {
  float: right;
  width: 53%;
  padding-left: 5.3%;
  margin-top: 5.8%;
}
.section-about .about--header .about--title {
  margin-bottom: 17px;
}
.section-about .about--header .about--subtitle {
  display: block;
  margin-bottom: 14px;
  color: #15a2e8;
  line-height: 1;
  font-weight: 900;
  font-size: 37px;
  font-size: 2.3125rem;
}
.section-about .about--img-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 47%;
  text-align: center;
  line-height: 0;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: top center;
}
.section-about .about--text-container {
  float: right;
  width: 53%;
  padding-left: 5.3%;
}
.section-about .about--text-container .about--excerpt {
  margin-bottom: 1.7em;
  padding-right: 15px;
  margin: 1.7em 15px 1.7em 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .section-about {
    margin: 80px auto 60px;
  }
  .section-about .about--header {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
  .section-about .about--header .about--title {
    margin-bottom: 10px;
  }
  .section-about .about--header .about--subtitle {
    margin-bottom: 7px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section-about .about--img-wrapper {
    display: none;
  }
  .section-about .about--text-container {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .section-about .about--text-container .about--excerpt {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-about .about--header {
    text-align: center;
  }
  .section-about .about--img-wrapper {
    display: block;
    width: 42%;
    text-align: right;
  }
  .section-about .about--img-wrapper .about--image {
    max-width: 87%;
  }
  .section-about .about--text-container {
    float: right;
    width: 58%;
    margin-top: 1%;
    padding-left: 5%;
    text-align: left;
  }
  .section-about .about--text-container .about--excerpt {
    margin: 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home .section-about {
    margin: 120px auto 80px;
  }
  .section-about .about--header {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
  .section-about .about--header .about--title {
    margin-bottom: 10px;
  }
  .section-about .about--header .about--subtitle {
    margin-bottom: 7px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .section-about .about--text-container {
    margin-top: 0;
    padding-left: 5%;
  }
  .section-about .about--text-container .about--excerpt {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .home .section-about {
    margin: 150px auto 100px;
  }
  .section-about .about--header {
    margin-top: 3%;
  }
  .section-about .about--header .about--title {
    margin-bottom: 10px;
  }
  .section-about .about--header .about--subtitle {
    margin-bottom: 7px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .section-about .about--text-container {
    margin-top: 0;
    padding-left: 5%;
  }
  .section-about .about--text-container .about--excerpt {
    margin-right: 0;
    padding-right: 0;
  }
}
.section-testimonials {
  position: relative;
  padding: 58px 0;
}
.home .section-testimonials {
  margin: 0 auto 90px;
}
.section-testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 1040px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  background-image: url("images/double-quote.png");
}
.section-testimonials .testimonials--title {
  margin-bottom: 0.5em;
}
.section-testimonials .testimonials--container {
  position: relative;
  width: 570px;
  max-width: 100%;
  padding: 33px 0;
  margin: 15px auto 0;
}
.section-testimonials .testimonials--container .testimonials--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-testimonials .testimonials--container .testimonials--list .testimonials--item {
  font-size: 0px;
  font-size: 0rem;
}
.section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--text {
  margin: 0;
  line-height: 1.5;
  font-size: 19px;
  font-size: 1.1875rem;
}
.section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--author {
  display: inline-block;
  margin-top: 21px;
  color: #1835ad;
  font-weight: 700;
  line-height: 1.3;
  font-size: 19px;
  font-size: 1.1875rem;
}
.section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--info {
  display: inline-block;
  color: #1835ad;
  font-weight: 700;
  line-height: 1.3;
  font-size: 19px;
  font-size: 1.1875rem;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls {
  margin-top: 25px;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager {
  display: block;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager .bx-pager-item + .bx-pager-item {
  margin-left: 11px;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1835ad;
}
.section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active, .section-testimonials .testimonials--container .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: #15a2e8;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-testimonials {
    padding: 30px 0;
  }
  .home .section-testimonials {
    margin: 0 auto 55px;
  }
  .section-testimonials::before {
    background-size: 80% auto;
    background-position: top left 25%;
  }
  .section-testimonials .testimonials--container {
    margin: 0 auto;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--author {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--info {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-testimonials::before {
    background-size: auto 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-testimonials {
    padding: 30px 0;
  }
  .home .section-testimonials {
    margin: 0 auto 70px;
  }
  .section-testimonials::before {
    background-size: contain;
    background-position: top left 25%;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--author {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .section-testimonials .testimonials--container .testimonials--list .testimonials--item .testimonials--info {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-testimonials {
    padding: 30px 0;
  }
  .home .section-testimonials {
    margin: 0 auto 80px;
  }
  .section-testimonials::before {
    background-size: contain;
    background-position: top left 25%;
  }
}
.section-cta {
  padding: 73px 0 83px;
  background-color: #15a2e8;
}
body.page-template-default .section-cta {
  margin: 130px auto;
}
.section-cta .cta--main {
  font-size: 0px;
  font-size: 0rem;
}
.section-cta .cta--main .cta--first {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding-right: 4%;
  text-align: right;
}
.section-cta .cta--main .cta--last {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding: 27px 0 10px 1%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-cta {
    padding: 40px 0 45px;
  }
  body.page-template-default .section-cta {
    margin: 50px auto;
  }
  .section-cta .cta--main .cta--first {
    width: 100%;
    text-align: center;
  }
  .section-cta .cta--main .cta--last {
    width: 100%;
    padding-top: 35px;
    padding-right: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-cta {
    padding: 57px 0 64px;
  }
  body.page-template-default .section-cta {
    margin: 100px auto;
  }
  .section-cta .cta--main .cta--first {
    width: 45%;
    text-align: left;
  }
  .section-cta .cta--main .cta--last {
    width: 55%;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-cta .cta--main .cta--first {
    text-align: left;
  }
  .section-cta .cta--main .cta--last {
    padding-top: 20px;
  }
}
.section-logo_carousel {
  margin: 0 auto;
}
.page-referenciak .section-logo_carousel {
  margin: 50px auto 100px;
}
.section-logo_carousel .section-title {
  margin-bottom: 20px;
}
.section-logo_carousel .logo_carousel-main {
  position: relative;
}
.section-logo_carousel .logo_carousel-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-perspective: 1000;
  font-size: 0px;
  font-size: 0rem;
}
.section-logo_carousel .logo_carousel-main ul li img {
  width: 100%;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-logo_carousel .logo_carousel-main ul li img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.section-logo_carousel .logo_carousel-main .bx-wrapper {
  margin: 0 auto;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.section-logo_carousel .logo_carousel-main .bx-wrapper .bx-viewport {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateZ(0);
}
.section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 68px;
  height: 39px;
  margin: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAnCAMAAACBrR50AAAAdVBMVEUAAAAXNKwWM6wOK6QXNK0AIZ8AAI8YNK0WM6wYNK0WNK0XNK0WNK0PL6cKHKAWM6wWM6sWMqsWMasUMqoTMagMKqUAFqYXNa0WM60UMqwVL6wAAAAYNK0VNKwXM6wSLakHI6MWM6sWNKwXNa0UNKsRL6sXNK1G+R7FAAAAJnRSTlMAl3sY8AUC4Ib799nDKA3PrXhcUTofCbujbEMB57poLxLPyKNiKydZ6d4AAAC7SURBVEjHzdVLEoIwEIThkRDegqiIgOK7739EE6vYuZGeKvkOMKs/HfmJfVlhmRj5WkgBgHAvnCecbCeUaAOvI6+s4CWDUGp4RyuUbQqnLYXSh3AqI5TLCU5MBtPkUAjmWmgEc/gEk44LCubBBpNpB2OS1UwFpmCiHKTYigGtEbmDdItEyjGYqYVXGX4UzqXKPPHdK7zATmcL+FX69z724TLyCJaUBzrqhsZXUWt8WsmUB1lqYYQ1fD/xBhk7Oh50P0opAAAAAElFTkSuQmCC");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  filter: brightness(3);
}
.section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .section-logo_carousel {
    margin: 40px auto;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-viewport {
    border-left: 35px solid #ffffff;
    border-right: 35px solid #ffffff;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 44px;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: -10px;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-viewport {
    border-left: 50px solid #ffffff;
    border-right: 50px solid #ffffff;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 44px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-viewport {
    border-left: 50px solid #ffffff;
    border-right: 50px solid #ffffff;
  }
  .section-logo_carousel .logo_carousel-main .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 44px;
  }
}
.section-team {
  margin: 0 auto;
}
body.page-template-default .section-team {
  margin: 32px auto 130px;
}
.section-team .team--list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.section-team .team--list:before, .section-team .team--list:after {
  content: " ";
  display: table;
}
.section-team .team--list:after {
  clear: both;
}
.section-team .team--list li {
  float: left;
  width: 32%;
  margin-top: 76px;
  margin-right: 2%;
}
.section-team .team--list li:nth-child(3n) {
  margin-right: 0;
}
.section-team .team--list li:nth-child(3n+1) {
  clear: left;
}
.section-team .team--list li .member-name {
  display: block;
  padding-left: 5%;
  margin-top: 18px;
  color: #15a2e8;
  line-height: 1;
  font-weight: 900;
  font-size: 35px;
  font-size: 2.1875rem;
}
.section-team .team--list li .member-title {
  display: block;
  padding-left: 5%;
  margin-top: 8px;
  line-height: 1.4;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-team .team--list li {
    width: 49%;
    margin-top: 45px;
  }
  .section-team .team--list li:nth-child(3n) {
    margin-right: 2%;
  }
  .section-team .team--list li:nth-child(3n+1) {
    clear: none;
  }
  .section-team .team--list li:nth-child(even) {
    margin-right: 0;
  }
  .section-team .team--list li:nth-child(2n+1) {
    clear: left;
  }
  .section-team .team--list li .member-name {
    margin-top: 8px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section-team .team--list li .member-title {
    margin-top: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-team .team--list li {
    width: 32%;
  }
  .section-team .team--list li:nth-child(even) {
    margin-right: 2%;
  }
  .section-team .team--list li:nth-child(2n+1) {
    clear: none;
  }
  .section-team .team--list li:nth-child(3n) {
    margin-right: 0;
  }
  .section-team .team--list li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-team .team--list li .member-name {
    margin-top: 8px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section-team .team--list li .member-title {
    margin-top: 3px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-team .team--list li .member-name {
    margin-top: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .section-team .team--list li .member-title {
    margin-top: 3px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.page-template-default .section-gallery {
  margin: 112px auto;
}
.section-gallery .section-text {
  margin-top: 30px;
}
.section-gallery .gallery--wrapper {
  margin-top: 45px;
}

.section-timeline {
  position: relative;
  overflow: hidden;
}
body.page-template-default .section-timeline {
  margin: 50px auto 40px;
}
.section-timeline .timeline-header-wrapper {
  position: relative;
  padding: 77px 0 0;
  background-color: #15a2e8;
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap {
  position: relative;
  margin-left: 11%;
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 58px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #15a2e8;
  -moz-transform: rotate(45deg) skew(-5deg, -5deg);
  -o-transform: rotate(45deg) skew(-5deg, -5deg);
  -ms-transform: rotate(45deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
  transform: rotate(45deg) skew(-5deg, -5deg);
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header {
  position: relative;
  left: 0;
  padding: 63px 0 60px;
  white-space: nowrap;
  text-align: center;
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 0;
  left: -150vw;
  display: block;
  width: 300vw;
  height: 1px;
  margin: auto;
  background-color: #168cdc;
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header .year {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 0 20px;
  background-color: #15a2e8;
  color: #1835ad;
  font-weight: 900;
  font-size: 35px;
  font-size: 2.1875rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header .year:hover, .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header .year.active-year {
  color: #ffffff;
}
.section-timeline .timeline-content-wrapper {
  background-color: #f1f1f1;
}
.section-timeline .timeline-content-wrapper .timeline-body {
  padding: 61px 0 84px;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content {
  font-size: 0px;
  font-size: 0rem;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content:not(:first-child) {
  display: none;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-first {
  display: inline-block;
  vertical-align: middle;
  width: 40.5%;
  line-height: 0;
  text-align: right;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last {
  display: inline-block;
  vertical-align: middle;
  width: 59.5%;
  padding-left: 5%;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--title {
  display: block;
  color: #1835ad;
  line-height: 1;
  font-weight: 900;
  font-size: 37px;
  font-size: 2.3125rem;
}
.section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--desc {
  display: block;
  margin: 1em 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-timeline .timeline-header-wrapper {
    padding: 40px 0 0;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap {
    margin-left: 24%;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap::before {
    left: 40px;
    bottom: -10px;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header {
    padding: 40px 0 36px;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header .year {
    margin: 0 10px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .section-timeline .timeline-content-wrapper .timeline-body {
    padding: 30px 0 35px;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-first {
    display: block;
    width: 100%;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--desc {
    margin: 0.6em 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-timeline .timeline-header-wrapper .timeline-header-wrap {
    margin-left: 13%;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header {
    padding: 33px 0 29px;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-first {
    display: inline-block;
    width: 40.5%;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last {
    display: inline-block;
    width: 59.5%;
    padding-left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-timeline .timeline-header-wrapper {
    padding: 57px 0 0;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap {
    margin-left: 15%;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header {
    padding: 58px 0 55px;
  }
  .section-timeline .timeline-content-wrapper .timeline-body {
    padding: 50px 0 70px;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last {
    padding-left: 4%;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--title {
    font-size: 32px;
    font-size: 2rem;
  }
  .section-timeline .timeline-content-wrapper .timeline-body .timeline-content .timeline-last .timeline--desc {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-timeline .timeline-header-wrapper {
    padding: 57px 0 0;
  }
  .section-timeline .timeline-header-wrapper .timeline-header-wrap .timeline-header {
    padding: 58px 0 55px;
  }
  .section-timeline .timeline-content-wrapper .timeline-body {
    padding: 50px 0 70px;
  }
}
.default_list--container {
  margin: 0;
  padding: 0 0 40px;
  font-size: 0px;
  font-size: 0rem;
}
.default_list--container.column-3 .default_list--item {
  width: 32%;
  margin-right: 2%;
}
.default_list--container.column-3 .default_list--item:nth-child(3n) {
  margin-right: 0;
}
.default_list--container .default_list--item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 80px;
  list-style: none;
  text-align: left;
}
.default_list--container .default_list--item .default_list--thumb-wrapper {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.default_list--container .default_list--item .default_list--thumb-wrapper .default_list--thumb-link .default_list--thumb {
  width: 100%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.default_list--container .default_list--item .default_list--thumb-wrapper:hover .default_list--thumb-link .default_list--thumb {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.default_list--container .default_list--item .default_list--tags-container {
  padding: 0 3.5%;
  margin-top: 15px;
}
.default_list--container .default_list--item .default_list--tags-container a {
  display: inline-block;
  padding: 1px 9px 3px;
  margin: 5px 10px 0 0;
  background-color: #1835ad;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.default_list--container .default_list--item .default_list--tags-container a:hover {
  background-color: #15a2e8;
}
.default_list--container .default_list--item .default_list--title {
  display: block;
  margin: 0.4em 0 0;
  padding: 0 3.5%;
  color: #15a2e8;
  line-height: 1.2;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 27px;
  font-size: 1.6875rem;
}
.default_list--container .default_list--item .default_list--title .default_list--title-link {
  color: #15a2e8;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.default_list--container .default_list--item .default_list--title .default_list--title-link:hover {
  color: #1835ad;
}
.default_list--container .default_list--item .default_list--text-wrapper {
  padding: 0 3.5%;
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--excerpt {
  margin: 15px 0 0;
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--link {
  margin-top: 19px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container.column-3 .default_list--item {
    width: 100%;
    margin-right: 0;
  }
  .default_list--container .default_list--item {
    margin-bottom: 35px;
  }
  .default_list--container .default_list--item .default_list--title {
    line-height: 1.1;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container.column-3 .default_list--item {
    width: 49%;
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
  }
  .default_list--container .default_list--item .default_list--title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .default_list--container .default_list--item .default_list--text-wrapper .default_list--link {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container.column-3 .default_list--item {
    width: 49%;
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
  }
  .default_list--container .default_list--item .default_list--title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.alternated_list--container {
  padding: 0;
  margin: 0;
}
.alternated_list--container .alt_list--item {
  display: block;
  margin: 80px auto;
  list-style: none;
  *zoom: 1;
}
.alternated_list--container .alt_list--item:before, .alternated_list--container .alt_list--item:after {
  content: " ";
  display: table;
}
.alternated_list--container .alt_list--item:after {
  clear: both;
}
.alternated_list--container .alt_list--item:first-child {
  margin-top: 0;
}
.alternated_list--container .alt_list--item:nth-child(even) .alt_list--title {
  float: left;
  padding-left: 0;
  padding-right: 2%;
}
.alternated_list--container .alt_list--item:nth-child(even) .alt_list--thumb-wrapper {
  float: right;
  margin-right: 0;
  margin-left: 2.58%;
}
.alternated_list--container .alt_list--item:nth-child(even) .alt_list--text-wrapper {
  float: left;
  padding-left: 0;
  padding-right: 2%;
}
.alternated_list--container .alt_list--item .alt_list--title {
  display: block;
  float: right;
  width: 48.71%;
  margin: 25px 0 15px;
  padding-left: 2%;
  line-height: 1;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
}
.alternated_list--container .alt_list--item .alt_list--title .alt_list--title-link {
  color: #15a2e8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alternated_list--container .alt_list--item .alt_list--title .alt_list--title-link:hover {
  color: #1835ad;
}
.alternated_list--container .alt_list--item .alt_list--thumb-wrapper {
  display: block;
  float: left;
  width: 48.71%;
  margin-right: 2.58%;
  line-height: 0;
}
.alternated_list--container .alt_list--item .alt_list--thumb-wrapper.image-zoom:hover .alt_list--thumb-link {
  display: inline-block;
  overflow: hidden;
}
.alternated_list--container .alt_list--item .alt_list--thumb-wrapper.image-zoom:hover .alt_list--thumb-link .alt_list--thumb {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.alternated_list--container .alt_list--item .alt_list--thumb-wrapper .alt_list--thumb-link {
  display: inline-block;
  overflow: hidden;
}
.alternated_list--container .alt_list--item .alt_list--thumb-wrapper .alt_list--thumb-link .alt_list--thumb {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.alternated_list--container .alt_list--item .alt_list--text-wrapper {
  float: right;
  width: 48.71%;
  padding-left: 2%;
}
.alternated_list--container .alt_list--item .alt_list--text-wrapper .alt_list--desc {
  line-height: 1.6;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternated_list--container .alt_list--item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--title {
    float: none;
    padding-right: 0;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--thumb-wrapper {
    float: none;
    margin-left: 0;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--text-wrapper {
    float: none;
    padding-left: 2%;
  }
  .alternated_list--container .alt_list--item .alt_list--title {
    float: none;
    clear: both;
    width: 100%;
    padding-left: 2%;
    margin: 20px 0 15px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .alternated_list--container .alt_list--item .alt_list--thumb-wrapper {
    float: none;
    clear: both;
    width: 100%;
  }
  .alternated_list--container .alt_list--item .alt_list--text-wrapper {
    float: none;
    clear: both;
    width: 100%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .alternated_list--container .alt_list--item {
    max-width: 100%;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--title {
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--thumb-wrapper {
    float: right;
    margin-right: 0;
    margin-left: 2.58%;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--text-wrapper {
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .alternated_list--container .alt_list--item .alt_list--title {
    float: right;
    clear: none;
    width: 48.71%;
    padding-left: 2%;
    margin: 10px 0 0 0;
  }
  .alternated_list--container .alt_list--item .alt_list--thumb-wrapper {
    float: left;
    clear: none;
    width: 48.71%;
    margin-left: 0;
    margin-right: 2.58%;
  }
  .alternated_list--container .alt_list--item .alt_list--text-wrapper {
    float: right;
    clear: none;
    width: 48.71%;
    padding-left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--title {
    padding-right: 0;
  }
  .alternated_list--container .alt_list--item:nth-child(even) .alt_list--text-wrapper {
    padding-right: 0;
  }
  .alternated_list--container .alt_list--item .alt_list--title {
    padding-left: 0;
    margin: 15px 0 0px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .alternated_list--container .alt_list--item .alt_list--text-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .alternated_list--container .alt_list--item .alt_list--title {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.site_footer {
  margin-top: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 1774px) {
  body.tender-logo-active .site_footer {
    padding-bottom: 160px;
  }
}
.site_footer .site_footer--top {
  padding: 71px 0 76px;
  background-color: #1835ad;
  font-size: 0px;
  font-size: 0rem;
}
.site_footer .site_footer--top .site_footer--contacts {
  display: inline-block;
  vertical-align: top;
  width: 34%;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--logo {
  display: block;
  margin: 8px 0 24px;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--logo-symbol {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 48px;
  margin: 0;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/site-logo-symbol.gif);
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--logo-text {
  display: inline-block;
  vertical-align: top;
  width: 247px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(images/site-logo-text.png);
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link {
  float: left;
  margin: 5px 0 0 5px;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  background-clip: padding-box;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a svg path {
  transition: fill 0.25s ease;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a.facebook-link .social-icon-path-bg {
  fill: #ffffff;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a.facebook-link .social-icon-path-symbol {
  fill: #1835ad;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a.facebook-link:hover .social-icon-path-bg {
  fill: #1778F2;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a.facebook-link:hover .social-icon-path-symbol {
  fill: #ffffff;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link {
  display: block;
  padding-left: 72px;
  color: #ffffff;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.0625rem;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link a {
  color: #ffffff;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link a:hover {
  text-decoration: underline;
}
.site_footer .site_footer--top .site_footer--menu {
  display: inline-block;
  vertical-align: top;
}
.site_footer .site_footer--top .site_footer--menu.column-1 {
  width: 34%;
}
.site_footer .site_footer--top .site_footer--menu.column-2 {
  width: 32%;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner {
  padding: 34px 0 67px;
  *zoom: 1;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner:before, .site_footer .site_footer--bottom .site_footer--bottom-inner:after {
  content: " ";
  display: table;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner:after {
  clear: both;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-copyright {
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos {
  margin-top: 20px;
  text-align: center;
}
.site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos .site_footer--bottom-logo {
  display: inline-block;
  line-height: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site_footer {
    margin-top: 70px;
  }
  .site_footer .site_footer--top {
    padding: 50px 0 45px;
  }
  .site_footer .site_footer--top .site_footer--contacts {
    width: 100%;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo {
    margin: 0 0 20px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-symbol {
    vertical-align: middle;
    width: 33px;
    height: 31px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-text {
    vertical-align: middle;
    width: 172px;
    height: 33px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link {
    margin: 1px 0 0;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a svg {
    width: 33px;
    height: 33px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link {
    padding-left: 46px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .site_footer .site_footer--top .site_footer--menu {
    margin-top: 20px;
  }
  .site_footer .site_footer--top .site_footer--menu.column-1 {
    width: 100%;
  }
  .site_footer .site_footer--top .site_footer--menu.column-2 {
    width: 100%;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner {
    padding-top: 15px;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-copyright {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos {
    float: none;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos .site_footer--bottom-logo img {
    max-height: 62px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .site_footer .site_footer--top {
    padding: 40px 0 35px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0 0;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a svg {
    width: 31px;
    height: 31px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link {
    display: inline-block;
    vertical-align: -5px;
    padding-left: 21px;
  }
  .site_footer .site_footer--top .site_footer--menu.column-1 {
    width: 54%;
  }
  .site_footer .site_footer--top .site_footer--menu.column-2 {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .site_footer {
    margin-top: 100px;
  }
  .site_footer .site_footer--top {
    padding: 55px 0;
  }
  .site_footer .site_footer--top .site_footer--contacts {
    width: 100%;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 41px 0 0;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-symbol {
    vertical-align: middle;
    width: 39px;
    height: 37px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-text {
    vertical-align: middle;
    width: 186px;
    height: 35px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0 0;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a svg {
    width: 38px;
    height: 38px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link {
    display: inline-block;
    vertical-align: -5px;
    padding-left: 35px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site_footer .site_footer--top .site_footer--menu {
    margin-top: 30px;
  }
  .site_footer .site_footer--top .site_footer--menu.column-1 {
    width: 43%;
    padding-left: 5%;
  }
  .site_footer .site_footer--top .site_footer--menu.column-2 {
    width: 50%;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner {
    padding-top: 25px;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-copyright {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos {
    float: none;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .site_footer {
    margin-top: 120px;
  }
  .site_footer .site_footer--top .site_footer--contacts {
    width: 28%;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-symbol {
    vertical-align: middle;
    width: 39px;
    height: 37px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--logo-text {
    vertical-align: middle;
    width: 186px;
    height: 35px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link {
    margin: 1px 0 0;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.social-link a svg {
    width: 38px;
    height: 38px;
  }
  .site_footer .site_footer--top .site_footer--contacts .site_footer--top-contacts-item.contact-link {
    padding-left: 51px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site_footer .site_footer--top .site_footer--menu.column-1 {
    width: 41%;
  }
  .site_footer .site_footer--top .site_footer--menu.column-2 {
    width: 31%;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-copyright {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .site_footer .site_footer--bottom .site_footer--bottom-inner .site_footer--bottom-logos {
    float: none;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}
* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
*::selection {
  background: rgba(21, 162, 232, 0.6);
}
*::-moz-selection {
  background: rgba(21, 162, 232, 0.6);
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 2em 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #030000;
}
a:focus {
  outline: none !important;
}

.clear {
  float: none;
  clear: none;
}
.clear::before, .clear::after {
  content: "";
  display: table;
  line-height: 0;
}
.clear::after {
  clear: both;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table-row {
  display: table-row;
}

.display-table-cell {
  display: table-cell;
  vertical-align: top;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-header {
  margin-bottom: 50px;
}
body.blog .entry-header, body.tag .entry-header {
  margin-bottom: 0;
}

.entry-title {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #1835ad;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 73px;
  font-size: 4.5625rem;
}
.entry-title span {
  color: #15a2e8;
}

.entry-subtitle {
  clear: both;
  display: block;
  margin: 12px 0 0;
  padding: 0 0 0 4px;
  color: #030000;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 32px;
  font-size: 2rem;
}

.section-title {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #1835ad;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 73px;
  font-size: 4.5625rem;
}
.section-title-sm {
  font-size: 53px;
  font-size: 3.3125rem;
}
.section-title-xs {
  font-size: 32px;
  font-size: 2rem;
}

.section-subtitle {
  clear: both;
  display: block;
  padding: 0;
  margin: 16px 0 0;
  color: #030000;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .section-title-sm {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section-title-xs {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .section-subtitle {
    margin-top: 8px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-title {
    font-size: 66px;
    font-size: 4.125rem;
  }
  .section-title {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .section-title-sm {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .section-title-xs {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .section-subtitle {
    margin-top: 12px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-title {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  .section-title {
    font-size: 63px;
    font-size: 3.9375rem;
  }
  .section-title-sm {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .section-title-xs {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .section-subtitle {
    margin-top: 12px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
#fejlec-menu {
  padding-left: 0;
  margin: 0;
}
#fejlec-menu > .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#fejlec-menu > .menu-item + .menu-item {
  margin-left: 38px;
}
#fejlec-menu > .menu-item:hover.menu-item-has-children .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
#fejlec-menu > .menu-item:hover.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
#fejlec-menu > .menu-item:hover a::before {
  height: 7px;
}
#fejlec-menu > .menu-item > a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 2px 5px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}
#fejlec-menu > .menu-item > a:hover::before {
  height: 7px;
}
.is-not-touch #fejlec-menu > .menu-item > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.is-not-touch #fejlec-menu > .menu-item > a::before {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
#fejlec-menu > .menu-item > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #15a2e8;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#fejlec-menu > .menu-item.menu-item-has-children > a {
  padding-right: 14px;
}
body.is-touch #fejlec-menu > .menu-item.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}
#fejlec-menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 1px;
  width: 9px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAgElEQVQImW3OsQnCUACE4S/Byj7wwAl0AVewtLKSt0FqXcANnCA4g624go2Vgt2DV9gLgkSiiOS6O/7jrqiaNMNCv57YDXDGBNMebo9TmWO4YY30BxxR5xju5U+wwaPzF6xyDNfWFJ9a1aQhtphjmWNop976Qh04whiHHEN7GrwA3ukdnTDG928AAAAASUVORK5CYII=");
}
#fejlec-menu > .menu-item.menu-item-has-children > a::before {
  right: 15px;
  width: calc(100% - 12px);
}
#fejlec-menu > .menu-item.current-menu-item:not(.button-style) > a::before, #fejlec-menu > .menu-item.current_page_item:not(.button-style) > a::before, #fejlec-menu > .menu-item.current-menu-ancestor:not(.button-style) > a::before, #fejlec-menu > .menu-item.current-menu-parent:not(.button-style) > a::before {
  height: 7px;
}
#fejlec-menu > .menu-item > .sub-menu {
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  left: 0;
  margin: 0;
  padding: 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px -7px #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -ms-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}
#fejlec-menu > .menu-item > .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  height: 10px;
  width: 100%;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  list-style: none;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item a:hover {
  color: #15a2e8;
  background-color: #dcf1fc;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item.current-menu-item a, #fejlec-menu > .menu-item > .sub-menu > .menu-item.current_page_item a {
  cursor: default;
  pointer-events: none;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item.current-menu-item a:hover, #fejlec-menu > .menu-item > .sub-menu > .menu-item.current_page_item a:hover {
  color: #030000;
  background-color: transparent;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item.current-menu-item a::before, #fejlec-menu > .menu-item > .sub-menu > .menu-item.current_page_item a::before {
  width: 9px;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
}
#fejlec-menu > .menu-item > .sub-menu > .menu-item a::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAgElEQVQImW3OsQnCUACE4S/Byj7wwAl0AVewtLKSt0FqXcANnCA4g624go2Vgt2DV9gLgkSiiOS6O/7jrqiaNMNCv57YDXDGBNMebo9TmWO4YY30BxxR5xju5U+wwaPzF6xyDNfWFJ9a1aQhtphjmWNop976Qh04whiHHEN7GrwA3ukdnTDG928AAAAASUVORK5CYII=");
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#szolgaltatasok-menu,
#informaciok-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
}
#szolgaltatasok-menu .menu-item,
#informaciok-menu .menu-item {
  display: inline-block;
  width: 100%;
  padding: 11px 10px 11px 15px;
}
.column-2 #szolgaltatasok-menu .menu-item,
.column-2 #informaciok-menu .menu-item {
  width: 50%;
}
#szolgaltatasok-menu .menu-item.current-menu-item a, #szolgaltatasok-menu .menu-item.current_page_item a, #szolgaltatasok-menu .menu-item.current-menu-ancestor a, #szolgaltatasok-menu .menu-item.current-menu-parent a,
#informaciok-menu .menu-item.current-menu-item a,
#informaciok-menu .menu-item.current_page_item a,
#informaciok-menu .menu-item.current-menu-ancestor a,
#informaciok-menu .menu-item.current-menu-parent a {
  background-position: 0 100%;
  background-size: 100% 2px;
}
#szolgaltatasok-menu .menu-item.current-menu-item a:hover::before, #szolgaltatasok-menu .menu-item.current_page_item a:hover::before, #szolgaltatasok-menu .menu-item.current-menu-ancestor a:hover::before, #szolgaltatasok-menu .menu-item.current-menu-parent a:hover::before,
#informaciok-menu .menu-item.current-menu-item a:hover::before,
#informaciok-menu .menu-item.current_page_item a:hover::before,
#informaciok-menu .menu-item.current-menu-ancestor a:hover::before,
#informaciok-menu .menu-item.current-menu-parent a:hover::before {
  color: #15a2e8;
}
#szolgaltatasok-menu .menu-item a,
#informaciok-menu .menu-item a {
  position: relative;
  line-height: 1.3;
  color: #ffffff;
  font-size: 19px;
  font-size: 1.1875rem;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size 0.2s ease;
  -moz-transition: background-size 0.2s ease;
  -ms-transition: background-size 0.2s ease;
  -o-transition: background-size 0.2s ease;
  transition: background-size 0.2s ease;
}
#szolgaltatasok-menu .menu-item a::before,
#informaciok-menu .menu-item a::before {
  content: "»";
  position: absolute;
  display: inline-block;
  top: 11px;
  left: -15px;
  color: #15a2e8;
  line-height: 0;
}
.is-touch #szolgaltatasok-menu .menu-item a,
.is-touch #informaciok-menu .menu-item a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#szolgaltatasok-menu .menu-item a:hover::before,
#informaciok-menu .menu-item a:hover::before {
  color: #ffffff;
}

#sidr {
  display: block;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  height: 100%;
  width: 275px;
  z-index: 999;
  color: #030000;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  box-shadow: inset 8px 0 13px -7px rgba(0, 0, 0, 0.7);
  background-color: #1835ad;
}
#sidr.right {
  left: auto;
  right: -275px;
}
#sidr.left {
  left: -275px;
  right: auto;
}
#sidr .sidr-inner {
  overflow-y: auto;
  padding: 25px 20px 72px;
}
#sidr .sidr-inner [class^=menu-][class$=-container] {
  padding-top: 28px;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu {
  display: block;
  margin: 0;
  padding: 0 0 0 12px;
  border: none;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item {
  display: block;
  position: relative;
  padding: 5px 10px;
  margin: 0 0 15px;
  line-height: normal;
  text-transform: uppercase;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a,
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a::before,
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span::before {
  content: none;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #15a2e8;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a::after,
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span::after {
  content: none;
  position: absolute;
  top: 9px;
  right: -1em;
  width: 10px;
  height: 10px;
  display: block;
  border: 5px solid transparent;
  border-top-color: #ffffff;
  -webkit-transition: all 0s ease 0.5s;
  -moz-transition: all 0s ease 0.5s;
  -ms-transition: all 0s ease 0.5s;
  -o-transition: all 0s ease 0.5s;
  transition: all 0s ease 0.5s;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a.opened::after,
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span.opened::after {
  top: 3px;
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.current-menu-item > a::before, #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.current_page_item > a::before, #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.current-menu-ancestor > a::before, #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.current-menu-parent > a::before {
  content: "";
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.menu-item-has-children > a::after {
  content: "";
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item.menu-item-has-children > ul {
  display: none;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu {
  margin-left: 0;
  padding-left: 0;
  padding-top: 10px;
  list-style: none;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding-left: 23px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item a::before {
  content: none;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #15a2e8;
}
#sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item.current-menu-item a::before, #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item.current_page_item a::before {
  content: "";
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #szolgaltatasok-menu .menu-item a,
  #informaciok-menu .menu-item a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #szolgaltatasok-menu .menu-item a::before,
  #informaciok-menu .menu-item a::before {
    top: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #szolgaltatasok-menu .menu-item a,
  #informaciok-menu .menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #szolgaltatasok-menu .menu-item a::before,
  #informaciok-menu .menu-item a::before {
    top: 9px;
  }
  #sidr {
    width: 420px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #sidr.right {
    right: -420px;
  }
  #sidr.left {
    left: -420px;
  }
  #sidr .sidr-inner {
    padding: 18px 27px 72px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] {
    padding-top: 53px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item {
    margin-bottom: 30px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a::before,
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span::before {
    top: 10px;
    left: -17px;
    width: 8px;
    height: 8px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a::after,
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span::after {
    width: 14px;
    height: 14px;
    border-width: 7px;
    top: 12px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > a.opened::after,
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item > span.opened::after {
    top: 3px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu {
    padding-top: 15px;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item a {
    margin: 15px 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #sidr .sidr-inner [class^=menu-][class$=-container] > .menu > .menu-item .sub-menu .menu-item a::before {
    top: 7px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #fejlec-menu > .menu-item > a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #szolgaltatasok-menu .menu-item a,
  #informaciok-menu .menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #szolgaltatasok-menu .menu-item a::before,
  #informaciok-menu .menu-item a::before {
    top: 9px;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.google-maps {
  padding: 0;
  margin: 75px auto;
  height: 600px;
  max-height: 90vh;
}
.embed-container.google-maps iframe {
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  color: #404040;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {
  display: block;
}

.dgwt-jg-caption {
  background: rgba(24, 53, 173, 0.6) none repeat scroll 0 0 !important;
}

.pswp .pswp__bg {
  opacity: 0.7 !important;
}
.pswp .pswp__button.pswp__button--share {
  display: none;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background-clip: border-box;
  position: relative;
  padding: 12px 30px 14px;
  border-style: solid;
  border-width: 3px;
  line-height: 1.3;
  background-color: #1835ad;
  color: #ffffff;
  border-color: #1835ad;
  font-family: "Roboto";
  cursor: pointer;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #15a2e8;
  color: #ffffff;
  border-color: #15a2e8;
}
.btn.btn-secondary {
  background-color: #ffffff;
  color: #1835ad;
  border-color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: #1835ad;
  color: #ffffff;
  border-color: #1835ad;
}
.btn.btn-inverse {
  background-color: #15a2e8;
  color: #ffffff;
  border-color: #15a2e8;
}
.btn.btn-inverse:hover {
  background-color: #1835ad;
  color: #ffffff;
  border-color: #1835ad;
}
.btn.btn-rounded {
  -webkit-border-radius: 150px;
  border-radius: 150px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-block {
  display: block;
}
.btn.btn-inlineblock {
  display: inline-block;
}
.btn.btn-arrow-after::after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 21px;
  height: 15px;
  margin-left: 9px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAPCAMAAAAlKs3WAAAAPFBMVEUAAAAYNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0kFnemAAAAE3RSTlMAnmH885QNBN7AaT8iqGiAeE8otHQHZAAAAGVJREFUWMPt18kRgDAQA0HBrvFtDuefK6aKLKROYV4DIfIcEDI1BVVnU5OpOp1VvTcIl5pmVnU2w7/qm1DJZgFT2HTswqRksxPCJAbTtZGJxdWczGrul5pzud1LhFBpfag5nT/5C3poLOp6cwc8AAAAAElFTkSuQmCC");
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: brightness(0) invert(1);
}
.btn.btn-arrow-after.btn-secondary::after {
  filter: none;
}
.btn.btn-arrow-after.btn-secondary:hover::after {
  filter: brightness(0) invert(1);
}
.btn.btn-arrow-after.btn-arrow-down::after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn-arrow-before::before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 21px;
  height: 15px;
  margin-right: 7px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAPCAMAAAAlKs3WAAAAPFBMVEUAAAAYNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0kFnemAAAAE3RSTlMAnmH885QNBN7AaT8iqGiAeE8otHQHZAAAAGVJREFUWMPt18kRgDAQA0HBrvFtDuefK6aKLKROYV4DIfIcEDI1BVVnU5OpOp1VvTcIl5pmVnU2w7/qm1DJZgFT2HTswqRksxPCJAbTtZGJxdWczGrul5pzud1LhFBpfag5nT/5C3poLOp6cwc8AAAAAElFTkSuQmCC");
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: brightness(0) invert(1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.btn.btn-arrow-before.btn-secondary::before {
  filter: none;
}
.btn.btn-arrow-before.btn-secondary:hover::before {
  filter: brightness(0) invert(1);
}
.btn.btn-allcaps {
  text-transform: uppercase;
}
.btn.btn-shadowed {
  box-shadow: 21px -7px 0px 0px #15a2e8;
}
.btn.btn-shadowed:hover {
  box-shadow: -21px 7px 0px 0px #1835ad;
}
.btn.btn-shadowed.btn-secondary {
  box-shadow: 21px -7px 0px 0px #1835ad;
}
.btn.btn-shadowed.btn-secondary:hover {
  box-shadow: -21px 7px 0px 0px #ffffff;
}

.link-with-bullet {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  color: #1835ad;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
}
.link-with-bullet::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 21px;
  height: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAPCAMAAAAlKs3WAAAAPFBMVEUAAAAYNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0kFnemAAAAE3RSTlMAnmH885QNBN7AaT8iqGiAeE8otHQHZAAAAGVJREFUWMPt18kRgDAQA0HBrvFtDuefK6aKLKROYV4DIfIcEDI1BVVnU5OpOp1VvTcIl5pmVnU2w7/qm1DJZgFT2HTswqRksxPCJAbTtZGJxdWczGrul5pzud1LhFBpfag5nT/5C3poLOp6cwc8AAAAAElFTkSuQmCC");
  -webkit-transition: top 0.2s ease 0.2s, width 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0.2s, width 0.2s ease 0s;
  -ms-transition: top 0.2s ease 0.2s, width 0.2s ease 0s;
  -o-transition: top 0.2s ease 0.2s, width 0.2s ease 0s;
  transition: top 0.2s ease 0.2s, width 0.2s ease 0s;
}
.link-with-bullet:hover::after {
  top: 15px;
  width: 100%;
  -webkit-transition: top 0.2s ease 0s, width 0.2s ease 0.2s;
  -moz-transition: top 0.2s ease 0s, width 0.2s ease 0.2s;
  -ms-transition: top 0.2s ease 0s, width 0.2s ease 0.2s;
  -o-transition: top 0.2s ease 0s, width 0.2s ease 0.2s;
  transition: top 0.2s ease 0s, width 0.2s ease 0.2s;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn {
    padding: 9px 20px 11px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .btn.btn-arrow-after::after {
    vertical-align: -3px;
  }
  .btn.btn-arrow-before::before {
    vertical-align: -3px;
  }
  .link-with-bullet {
    padding-right: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .link-with-bullet::after {
    top: 4px;
    width: 18px;
    height: 13px;
  }
  .link-with-bullet:hover::after {
    top: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn {
    padding: 10px 25px 12px;
    font-size: 16px;
    font-size: 1rem;
  }
  .btn.btn-arrow-after::after {
    vertical-align: -2px;
  }
  .btn.btn-arrow-before::before {
    vertical-align: -2px;
  }
  .link-with-bullet {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn {
    padding: 11px 28px 13px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .btn.btn-arrow-after::after {
    vertical-align: -2px;
  }
  .btn.btn-arrow-before::before {
    vertical-align: -2px;
  }
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: border-box !important;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(3, 0, 0, 0.3);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(3, 0, 0, 0.3);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(3, 0, 0, 0.3);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(3, 0, 0, 0.3);
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgba(3, 0, 0, 0.3);
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  width: 100%;
  color: #030000;
  background-color: #eaeaea;
  border: 1px solid transparent;
  padding: 13px 25px 14px;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #1835ad;
}
input[type=text]:read-only, input[type=number]:read-only, input[type=password]:read-only, input[type=tel]:read-only, input[type=email]:read-only, input[type=search]:read-only, input[type=url]:read-only, input[type=date]:read-only, input[type=month]:read-only, input[type=time]:read-only, input[type=week]:read-only, input[type=datetime]:read-only, input[type=datetime-local]:read-only {
  opacity: 0.4;
}
input[type=text]:read-only:focus, input[type=number]:read-only:focus, input[type=password]:read-only:focus, input[type=tel]:read-only:focus, input[type=email]:read-only:focus, input[type=search]:read-only:focus, input[type=url]:read-only:focus, input[type=date]:read-only:focus, input[type=month]:read-only:focus, input[type=time]:read-only:focus, input[type=week]:read-only:focus, input[type=datetime]:read-only:focus, input[type=datetime-local]:read-only:focus {
  border-color: transparent;
}

input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eaeaea;
}
input[type=checkbox]::before {
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA99JREFUeAEAzwMw/AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAJUAAADyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAACtAAAA/wAAAPUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAogAAAP8AAAD/AAAAsQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAJUAAAD/AAAA/wAAAOIAAAA3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5AAAA/wAAAP8AAAD2AAAAWwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAP0AAAD/AAAA/wAAAG8AAAAAAAAAAAAAAAAQAAAALwAAAA0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHkAAAD6AAAA/wAAAP8AAACcAAAACgAAAAAAAAAAAAAAAJwAAADrAAAAnwAAABgAAAAAAAAAAAAAAAAAAABqAAAA9AAAAP8AAAD/AAAAywAAACEAAAAAAAAAAAAAAAAAAAAAzAAAAP8AAAD/AAAAuQAAACkAAAAAAAAAWgAAAO4AAAD/AAAA/wAAAPQAAABKAAAAAAAAAAAAAAAAAAAAAAAAAABNAAAA5AAAAP8AAAD/AAAAxwAAAIcAAADdAAAA/wAAAP8AAAD/AAAAjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXAAAA8gAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAK0AAAATAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACPAAAA/wAAAP8AAAD/AAAA/wAAAP8AAADSAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAADEAAAA/wAAAP8AAAD/AAAA9AAAAFIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEsAAADsAAAA/wAAAP8AAACDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH0AAADuAAAApwAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//rSpIpXCxGw0AAAAASUVORK5CYII=");
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
input[type=checkbox]::after {
  width: 28px;
  height: 28px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
input[type=checkbox]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}

input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
  cursor: pointer;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-clip: inherit;
}
input[type=radio]::before {
  background-color: #eaeaea;
}
input[type=radio]::after {
  background-color: #1835ad;
  opacity: 0;
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
input[type=radio]:checked::after {
  opacity: 1;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

input[type=file] {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 59px;
  border: none;
  line-height: 59px;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
}
input[type=file] ~ .filename, input[type=file] ~ .filebutton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: #eaeaea;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 59px;
  font-size: 19px;
  font-size: 1.1875rem;
}
input[type=file] ~ .filename {
  z-index: 1;
  left: 0;
  display: block;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input[type=file] ~ .filebutton {
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type=file]:hover ~ .filebutton {
  background-color: #000000;
}

input[type=submit], input[type=button], input[type=reset],
button[type=submit],
button[type=button],
button[type=reset] {
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  background-clip: padding-box;
  background-clip: border-box;
  line-height: 1.3;
  background-color: #1835ad;
  color: #ffffff;
  border: 3px solid #1835ad;
  font-family: "Roboto";
  cursor: pointer;
  font-weight: 700;
  box-shadow: 21px -7px 0px 0px #15a2e8;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
button[type=submit]:hover,
button[type=button]:hover,
button[type=reset]:hover {
  background-color: #15a2e8;
  color: #ffffff;
  border: 3px solid #15a2e8;
  box-shadow: -21px 7px 0px 0px #1835ad;
}

select {
  width: 100%;
  color: #030000;
  background-color: #eaeaea;
  border: 1px solid transparent;
  padding: 13px 40px 14px 25px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMBAMAAABGh1qtAAAAG1BMVEUAAACdnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ1urN4yAAAACHRSTlMAu5kiRKp3Ed6qqgsAAABASURBVAjXY0gUBAIBBosOIFBgYAJRBgzMQLKJgYFBo6OjGUgBJQOAFFDSAUgxdzQCSaBkC5iyEABTTA5gih2IARWzDot+R5gaAAAAAElFTkSuQmCC");
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-image 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
select:focus {
  border-color: #1835ad;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAgElEQVQImW3OsQnCUACE4S/Byj7wwAl0AVewtLKSt0FqXcANnCA4g624go2Vgt2DV9gLgkSiiOS6O/7jrqiaNMNCv57YDXDGBNMebo9TmWO4YY30BxxR5xju5U+wwaPzF6xyDNfWFJ9a1aQhtphjmWNop976Qh04whiHHEN7GrwA3ukdnTDG928AAAAASUVORK5CYII=");
}
select::-ms-expand {
  display: none;
}
select:read-only {
  opacity: 0.4;
}
select:read-only:focus {
  border-color: transparent;
}

textarea {
  width: 100%;
  color: #030000;
  background-color: #eaeaea;
  border: 1px solid transparent;
  padding: 14px 25px;
  resize: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: border-box !important;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
textarea:focus {
  border-color: #1835ad;
}
textarea:read-only {
  opacity: 0.4;
}
textarea:read-only:focus {
  border-color: transparent;
}

label abbr,
label abbr[title] {
  text-decoration: none;
}

fieldset {
  padding: 1em;
  margin: 0 0 2em;
  border: 1px solid #030000;
}
fieldset legend {
  padding: 0 10px;
}

.form-row {
  margin: 10px 0;
}
.form-row.form-row-wide {
  width: 100%;
  float: left;
}
.form-row.form-row-first {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: left;
}
.form-row.form-row-last {
  float: left;
  width: 49%;
  margin-left: 1%;
}
.form-row#szolgaltatas-neve {
  display: none;
}
.form-row#szolgaltatas-neve input[readonly=readonly] {
  opacity: 1;
  padding: 0;
  background-color: transparent;
  color: #030000;
  font-weight: 700;
}
.form-row#szolgaltatas-neve input[readonly=readonly]:focus {
  border-color: transparent;
}

.wpcf7 form {
  *zoom: 1;
}
.wpcf7 form:before, .wpcf7 form:after {
  content: " ";
  display: table;
}
.wpcf7 form:after {
  clear: both;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label,
.wpcf7 form .wpcf7-radio [type=checkbox] + span,
.wpcf7 form .wpcf7-radio [type=radio] + label,
.wpcf7 form .wpcf7-radio [type=radio] + span,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
.wpcf7 form .wpcf7-checkbox [type=radio] + label,
.wpcf7 form .wpcf7-checkbox [type=radio] + span,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
.wpcf7 form .wpcf7-acceptance [type=radio] + label,
.wpcf7 form .wpcf7-acceptance [type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 28px);
  padding: 1px 20px 0 10px;
  line-height: 1.5;
  cursor: pointer;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin-top: 14px;
}
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
  padding-right: 0;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
}
.wpcf7 form .wpcf7-acceptance.wpcf7-not-valid [type=checkbox]:not(:checked) {
  border: solid 1px #dc3545;
}
.wpcf7 form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 25px;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  border: 2px solid #dc3545;
  background-color: rgb(235.0632911392, 139.9367088608, 149.0506329114);
  color: #ffffff;
}
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted {
  border: 2px solid #dc3545;
  background-color: rgb(235.0632911392, 139.9367088608, 149.0506329114);
  color: #ffffff;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffc107;
  background-color: rgb(255, 218.5, 109);
}
.wpcf7 form .ajax-loader {
  vertical-align: middle;
  opacity: 1;
  background-color: #1835ad;
}
.wpcf7 form .ajax-loader::before {
  background-color: #dcf1fc;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    padding: 11px 20px 13px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  input[type=submit] {
    padding: 11px 35px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  select {
    padding: 11px 40px 13px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  textarea {
    padding: 12px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .form-row.form-row-first {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .form-row.form-row-last {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .wpcf7 form {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .wpcf7 form .file-input-wrapper [class^="wpcf7-form-control-wrap file-"] {
    min-height: 50px;
    min-width: 50px;
  }
  .wpcf7 form .file-input-wrapper [class^="wpcf7-form-control-wrap file-"] .filename {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wpcf7 form .file-input-wrapper [class^="wpcf7-form-control-wrap file-"] .filename::before {
    top: 8px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox,
  .wpcf7 form .wpcf7-acceptance {
    display: block;
    margin-bottom: 25px;
  }
  .wpcf7 form .wpcf7-radio [type=checkbox] + label,
  .wpcf7 form .wpcf7-radio [type=checkbox] + span,
  .wpcf7 form .wpcf7-radio [type=radio] + label,
  .wpcf7 form .wpcf7-radio [type=radio] + span,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
  .wpcf7 form .wpcf7-checkbox [type=radio] + label,
  .wpcf7 form .wpcf7-checkbox [type=radio] + span,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
  .wpcf7 form .wpcf7-acceptance [type=radio] + label,
  .wpcf7 form .wpcf7-acceptance [type=radio] + span {
    padding-top: 0;
  }
  .wpcf7 form .wpcf7-acceptance input[type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance input[type=checkbox] + span {
    line-height: 1.3;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
#breadcrumbs {
  margin: 0 0 8px;
  padding: 0 0 0 5px;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}
#breadcrumbs [class^=item] {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #15a2e8;
  font-size: 16px;
  font-size: 1rem;
}
#breadcrumbs [class^=item]:first-child a::before,
#breadcrumbs [class^=item]:first-child span::before {
  content: none;
}
#breadcrumbs [class^=item] a {
  color: #15a2e8;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#breadcrumbs [class^=item] a:hover {
  color: #1835ad;
}
#breadcrumbs [class^=item] span {
  cursor: default;
}
#breadcrumbs [class^=item] a::before,
#breadcrumbs [class^=item] span::before {
  content: "»";
  padding: 0 10px;
  color: #15a2e8;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumbs {
    margin: 0 0 5px;
  }
  #breadcrumbs [class^=item] {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #breadcrumbs {
    margin: 0 0 6px;
  }
  #breadcrumbs [class^=item] {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #breadcrumbs [class^=item] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.pagination {
  margin: 40px 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border: 3px solid #15a2e8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box;
  line-height: 45px;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}
.pagination .page-numbers:not(.dots):not(.prev):not(.next):hover {
  color: #ffffff;
  background-color: #15a2e8;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #15a2e8;
  cursor: default;
}
.pagination .page-numbers.dots {
  border: none;
  cursor: default;
  line-height: 0.8;
  font-size: 50px;
  font-size: 3.125rem;
}
.pagination .page-numbers.prev {
  border: none;
  color: #15a2e8;
  line-height: 0.6;
  font-size: 65px;
  font-size: 4.0625rem;
}
.pagination .page-numbers.prev:hover {
  color: #1835ad;
}
.pagination .page-numbers.next {
  border: none;
  color: #15a2e8;
  line-height: 0.6;
  font-size: 65px;
  font-size: 4.0625rem;
}
.pagination .page-numbers.next:hover {
  color: #1835ad;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .pagination .page-numbers.dots {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .pagination .page-numbers.prev {
    line-height: 1;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .pagination .page-numbers.next {
    line-height: 1;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.share-post-wide {
  width: 100%;
  margin: 55px 0 30px;
  padding: 0;
  text-align: left;
}
.share-post-wide h3 {
  font-family: "Roboto";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  color: #030000;
  line-height: 1.4em;
  margin: 0;
  padding: 30px 0 35px;
  display: block;
}
.share-post-wide a {
  padding: 9px 18px;
  margin-right: 0;
  color: #030000;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.share-post-wide a:last-child {
  margin-right: 0;
}
.share-post-wide a .title {
  display: none;
}
.share-post-wide a .count {
  margin: 0 0 0 15px;
}
.share-post-wide a.only-mobile-device {
  display: none;
}
.share-post-wide a.facebook {
  background: #3b5998;
  color: #ffffff;
}
.share-post-wide a.facebook:hover {
  background: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  color: #ffffff;
}
.share-post-wide a.linkedin {
  background: #0077b5;
  color: #ffffff;
}
.share-post-wide a.linkedin:hover {
  background: rgb(0, 85.4696132597, 130);
  color: #ffffff;
}
.share-post-wide a.twitter {
  background: #1da1f2;
  color: #ffffff;
}
.share-post-wide a.twitter:hover {
  color: #ffffff;
  background: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
.share-post-wide a.pinterest {
  background: #bd081c;
  color: #ffffff;
}
.share-post-wide a.pinterest:hover {
  color: #ffffff;
  background: rgb(140.0710659898, 5.9289340102, 20.7512690355);
}
.share-post-wide a.viber {
  background: #59267c;
  color: #ffffff;
}
.share-post-wide a.viber:hover {
  color: #ffffff;
  background: rgb(60.9814814815, 26.037037037, 84.962962963);
}
.share-post-wide a.whatsapp {
  background: #128c7e;
  color: #ffffff;
}
.share-post-wide a.whatsapp:hover {
  color: #ffffff;
  background: rgb(12.1898734177, 94.8101265823, 85.3291139241);
}
.share-post-wide a.messenger {
  background: #0084ff;
  color: #ffffff;
}
.share-post-wide a.messenger:hover {
  color: #ffffff;
  background: rgb(0, 105.6, 204);
}

@media only screen and (min-width: 0px) and (max-width: 1266px) {
  .share-post-wide a.only-mobile-device {
    display: table-cell;
  }
  .share-post-wide a .count {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .share-post-wide {
    margin: 55px 0 30px;
  }
  .share-post-wide::before {
    height: 5px;
  }
  .share-post-wide h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 20px 0 25px;
  }
  .share-post-wide a {
    padding: 9px 13px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .share-post-wide a .title {
    display: none;
  }
  .share-post-wide a .count {
    display: none;
  }
}
#back-top {
  position: fixed;
  bottom: -60px;
  right: 13px;
  width: 50px;
  height: 50px;
  color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100000;
  text-align: center;
  background-color: #262ca9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0px 0px 4px 0px rgba(56, 59, 62, 0.51);
}
#back-top.active {
  bottom: 20px;
}
body.tender-logo-active #back-top.active {
  bottom: 170px;
}
#back-top span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAAPCAMAAAAlKs3WAAAAPFBMVEUAAAAYNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0YNa0kFnemAAAAE3RSTlMAnmH885QNBN7AaT8iqGiAeE8otHQHZAAAAGVJREFUWMPt18kRgDAQA0HBrvFtDuefK6aKLKROYV4DIfIcEDI1BVVnU5OpOp1VvTcIl5pmVnU2w7/qm1DJZgFT2HTswqRksxPCJAbTtZGJxdWczGrul5pzud1LhFBpfag5nT/5C3poLOp6cwc8AAAAAElFTkSuQmCC");
  filter: brightness(0) invert(1);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#back-top:hover {
  background: #15a2e8;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
  }
  #back-top span {
    width: 15px;
    height: 15px;
  }
}
b,
strong {
  font-weight: 800;
  font-family: "Roboto";
}

i,
em {
  font-style: italic;
  font-family: "Roboto";
}

.section-text {
  line-height: 1.6;
  font-size: 19px;
  font-size: 1.1875rem;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.allcaps {
  text-transform: uppercase;
}

.color-white {
  color: #ffffff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.table-scroll-wrapper {
  overflow-x: auto;
}
.table-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}
.table-scroll-wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #404040;
}
.table-scroll-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.table-scroll-wrapper::-webkit-scrollbar-button {
  display: block;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #404040;
}

.subservices-wrapper {
  margin: 60px auto 105px;
}

.servive-form--wrapper {
  margin-top: 100px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subservices-wrapper {
    margin: 30px auto 50px;
  }
  .servive-form--wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .subservices-wrapper {
    margin: 50px auto 70px;
  }
  .servive-form--wrapper {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .subservices-wrapper {
    margin: 60px auto 80px;
  }
  .servive-form--wrapper {
    margin-top: 80px;
  }
}
.shortcode.marka-logo-lista {
  text-align: center;
  *zoom: 1;
}
.shortcode.marka-logo-lista:before, .shortcode.marka-logo-lista:after {
  content: " ";
  display: table;
}
.shortcode.marka-logo-lista:after {
  clear: both;
}
.shortcode.marka-logo-lista .marka-logo {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.shortcode.marka-logo-lista .marka-logo:nth-child(3n), .shortcode.marka-logo-lista .marka-logo:last-child {
  margin-right: 0;
}
.shortcode.marka-logo-lista .marka-logo:nth-child(3n+1) {
  clear: left;
}
.shortcode.job-item {
  padding: 20px 0;
  border-top: 1px solid #168cdc;
  *zoom: 1;
}
.shortcode.job-item:before, .shortcode.job-item:after {
  content: " ";
  display: table;
}
.shortcode.job-item:after {
  clear: both;
}
.shortcode.job-item:first-of-type {
  margin-top: 70px;
}
.shortcode.job-item:last-of-type {
  margin-bottom: 70px;
  border-bottom: 1px solid #168cdc;
}
.shortcode.job-item .job-title {
  display: block;
  color: #262ca9;
  font-weight: 700;
  font-size: 29px;
  font-size: 1.8125rem;
}
.shortcode.job-item .btn {
  float: right;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.marka-logo-lista .marka-logo {
    width: 49%;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(3n) {
    margin-right: 2%;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(3n+1) {
    clear: none;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(2n) {
    margin-right: 0;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(2n+1) {
    clear: left;
  }
  .shortcode.job-item {
    padding: 15px 0;
  }
  .shortcode.job-item:first-of-type {
    margin-top: 40px;
  }
  .shortcode.job-item:last-of-type {
    margin-bottom: 40px;
  }
  .shortcode.job-item .job-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .shortcode.marka-logo-lista .marka-logo {
    width: 32%;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(2n) {
    margin-right: 2%;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(2n+1) {
    clear: none;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(3n) {
    margin-right: 0;
  }
  .shortcode.marka-logo-lista .marka-logo:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shortcode.job-item:first-of-type {
    margin-top: 50px;
  }
  .shortcode.job-item:last-of-type {
    margin-bottom: 50px;
  }
  .shortcode.job-item .job-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .shortcode.job-item:first-of-type {
    margin-top: 60px;
  }
  .shortcode.job-item:last-of-type {
    margin-bottom: 60px;
  }
  .shortcode.job-item .job-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}