@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Bold.eot");
  src: url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/RobotoSlab-Regular.eot");
  src: url("../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.ttf") format("truetype"), url("../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: 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: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

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

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 14px/1.2 "Roboto Slab", "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 280px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #227FE5; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../fonts/./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 14px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px !important;
    margin: 0 2px;
    padding: 0 !important;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 14px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      background: rgba(117, 117, 117, 0.5);
      border-radius: 50%;
      margin: 0;
      -webkit-transition: .35s all;
              transition: .35s all; }
      @media (max-width: 479px) {
        .slick-dots li button {
          width: 8px;
          height: 8px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background: rgba(117, 117, 117, 0.7); }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none; }
    .slick-dots li.slick-active button {
      background: #227FE5; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
  .main-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 120px;
    width: initial; }
    @media (max-width: 1199px) {
      .main-slider .slick-dots {
        left: 20px; } }
    @media (max-width: 767px) {
      .main-slider .slick-dots {
        left: 0; } }
    @media (max-width: 479px) {
      .main-slider .slick-dots {
        left: initial;
        bottom: 10px; } }
    .main-slider .slick-dots li button {
      box-shadow: inset 0 0 10px rgba(117, 117, 117, 0.5); }

.slick-slider,
.slick-list,
.slick-track {
  min-width: 100%; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

* {
  box-sizing: border-box; }

.column1,
section > .container > .row > .column1 {
  width: 1%; }
  @media (max-width: 1023px) {
    .column1,
    section > .container > .row > .column1 {
      width: 100%; } }

.column2,
section > .container > .row > .column2 {
  width: 2%; }
  @media (max-width: 1023px) {
    .column2,
    section > .container > .row > .column2 {
      width: 100%; } }

.column3,
section > .container > .row > .column3 {
  width: 3%; }
  @media (max-width: 1023px) {
    .column3,
    section > .container > .row > .column3 {
      width: 100%; } }

.column4,
section > .container > .row > .column4 {
  width: 4%; }
  @media (max-width: 1023px) {
    .column4,
    section > .container > .row > .column4 {
      width: 100%; } }

.column5,
section > .container > .row > .column5 {
  width: 5%; }
  @media (max-width: 1023px) {
    .column5,
    section > .container > .row > .column5 {
      width: 100%; } }

.column6,
section > .container > .row > .column6 {
  width: 6%; }
  @media (max-width: 1023px) {
    .column6,
    section > .container > .row > .column6 {
      width: 100%; } }

.column7,
section > .container > .row > .column7 {
  width: 7%; }
  @media (max-width: 1023px) {
    .column7,
    section > .container > .row > .column7 {
      width: 100%; } }

.column8,
section > .container > .row > .column8 {
  width: 8%; }
  @media (max-width: 1023px) {
    .column8,
    section > .container > .row > .column8 {
      width: 100%; } }

.column9,
section > .container > .row > .column9 {
  width: 9%; }
  @media (max-width: 1023px) {
    .column9,
    section > .container > .row > .column9 {
      width: 100%; } }

.column10,
section > .container > .row > .column10 {
  width: 10%; }
  @media (max-width: 1023px) {
    .column10,
    section > .container > .row > .column10 {
      width: 100%; } }

.column11,
section > .container > .row > .column11 {
  width: 11%; }
  @media (max-width: 1023px) {
    .column11,
    section > .container > .row > .column11 {
      width: 100%; } }

.column12,
section > .container > .row > .column12 {
  width: 12%; }
  @media (max-width: 1023px) {
    .column12,
    section > .container > .row > .column12 {
      width: 100%; } }

.column13,
section > .container > .row > .column13 {
  width: 13%; }
  @media (max-width: 1023px) {
    .column13,
    section > .container > .row > .column13 {
      width: 100%; } }

.column14,
section > .container > .row > .column14 {
  width: 14%; }
  @media (max-width: 1023px) {
    .column14,
    section > .container > .row > .column14 {
      width: 100%; } }

.column15,
section > .container > .row > .column15 {
  width: 15%; }
  @media (max-width: 1023px) {
    .column15,
    section > .container > .row > .column15 {
      width: 100%; } }

.column16,
section > .container > .row > .column16 {
  width: 16%; }
  @media (max-width: 1023px) {
    .column16,
    section > .container > .row > .column16 {
      width: 100%; } }

.column17,
section > .container > .row > .column17 {
  width: 17%; }
  @media (max-width: 1023px) {
    .column17,
    section > .container > .row > .column17 {
      width: 100%; } }

.column18,
section > .container > .row > .column18 {
  width: 18%; }
  @media (max-width: 1023px) {
    .column18,
    section > .container > .row > .column18 {
      width: 100%; } }

.column19,
section > .container > .row > .column19 {
  width: 19%; }
  @media (max-width: 1023px) {
    .column19,
    section > .container > .row > .column19 {
      width: 100%; } }

.column20,
section > .container > .row > .column20 {
  width: 20%; }
  @media (max-width: 1023px) {
    .column20,
    section > .container > .row > .column20 {
      width: 100%; } }

.column21,
section > .container > .row > .column21 {
  width: 21%; }
  @media (max-width: 1023px) {
    .column21,
    section > .container > .row > .column21 {
      width: 100%; } }

.column22,
section > .container > .row > .column22 {
  width: 22%; }
  @media (max-width: 1023px) {
    .column22,
    section > .container > .row > .column22 {
      width: 100%; } }

.column23,
section > .container > .row > .column23 {
  width: 23%; }
  @media (max-width: 1023px) {
    .column23,
    section > .container > .row > .column23 {
      width: 100%; } }

.column24,
section > .container > .row > .column24 {
  width: 24%; }
  @media (max-width: 1023px) {
    .column24,
    section > .container > .row > .column24 {
      width: 100%; } }

.column25,
section > .container > .row > .column25 {
  width: 25%; }
  @media (max-width: 1023px) {
    .column25,
    section > .container > .row > .column25 {
      width: 100%; } }

.column26,
section > .container > .row > .column26 {
  width: 26%; }
  @media (max-width: 1023px) {
    .column26,
    section > .container > .row > .column26 {
      width: 100%; } }

.column27,
section > .container > .row > .column27 {
  width: 27%; }
  @media (max-width: 1023px) {
    .column27,
    section > .container > .row > .column27 {
      width: 100%; } }

.column28,
section > .container > .row > .column28 {
  width: 28%; }
  @media (max-width: 1023px) {
    .column28,
    section > .container > .row > .column28 {
      width: 100%; } }

.column29,
section > .container > .row > .column29 {
  width: 29%; }
  @media (max-width: 1023px) {
    .column29,
    section > .container > .row > .column29 {
      width: 100%; } }

.column30,
section > .container > .row > .column30 {
  width: 30%; }
  @media (max-width: 1023px) {
    .column30,
    section > .container > .row > .column30 {
      width: 100%; } }

.column31,
section > .container > .row > .column31 {
  width: 31%; }
  @media (max-width: 1023px) {
    .column31,
    section > .container > .row > .column31 {
      width: 100%; } }

.column32,
section > .container > .row > .column32 {
  width: 32%; }
  @media (max-width: 1023px) {
    .column32,
    section > .container > .row > .column32 {
      width: 100%; } }

.column33,
section > .container > .row > .column33 {
  width: 33%; }
  @media (max-width: 1023px) {
    .column33,
    section > .container > .row > .column33 {
      width: 100%; } }

.column34,
section > .container > .row > .column34 {
  width: 34%; }
  @media (max-width: 1023px) {
    .column34,
    section > .container > .row > .column34 {
      width: 100%; } }

.column35,
section > .container > .row > .column35 {
  width: 35%; }
  @media (max-width: 1023px) {
    .column35,
    section > .container > .row > .column35 {
      width: 100%; } }

.column36,
section > .container > .row > .column36 {
  width: 36%; }
  @media (max-width: 1023px) {
    .column36,
    section > .container > .row > .column36 {
      width: 100%; } }

.column37,
section > .container > .row > .column37 {
  width: 37%; }
  @media (max-width: 1023px) {
    .column37,
    section > .container > .row > .column37 {
      width: 100%; } }

.column38,
section > .container > .row > .column38 {
  width: 38%; }
  @media (max-width: 1023px) {
    .column38,
    section > .container > .row > .column38 {
      width: 100%; } }

.column39,
section > .container > .row > .column39 {
  width: 39%; }
  @media (max-width: 1023px) {
    .column39,
    section > .container > .row > .column39 {
      width: 100%; } }

.column40,
section > .container > .row > .column40 {
  width: 40%; }
  @media (max-width: 1023px) {
    .column40,
    section > .container > .row > .column40 {
      width: 100%; } }

.column41,
section > .container > .row > .column41 {
  width: 41%; }
  @media (max-width: 1023px) {
    .column41,
    section > .container > .row > .column41 {
      width: 100%; } }

.column42,
section > .container > .row > .column42 {
  width: 42%; }
  @media (max-width: 1023px) {
    .column42,
    section > .container > .row > .column42 {
      width: 100%; } }

.column43,
section > .container > .row > .column43 {
  width: 43%; }
  @media (max-width: 1023px) {
    .column43,
    section > .container > .row > .column43 {
      width: 100%; } }

.column44,
section > .container > .row > .column44 {
  width: 44%; }
  @media (max-width: 1023px) {
    .column44,
    section > .container > .row > .column44 {
      width: 100%; } }

.column45,
section > .container > .row > .column45 {
  width: 45%; }
  @media (max-width: 1023px) {
    .column45,
    section > .container > .row > .column45 {
      width: 100%; } }

.column46,
section > .container > .row > .column46 {
  width: 46%; }
  @media (max-width: 1023px) {
    .column46,
    section > .container > .row > .column46 {
      width: 100%; } }

.column47,
section > .container > .row > .column47 {
  width: 47%; }
  @media (max-width: 1023px) {
    .column47,
    section > .container > .row > .column47 {
      width: 100%; } }

.column48,
section > .container > .row > .column48 {
  width: 48%; }
  @media (max-width: 1023px) {
    .column48,
    section > .container > .row > .column48 {
      width: 100%; } }

.column49,
section > .container > .row > .column49 {
  width: 49%; }
  @media (max-width: 1023px) {
    .column49,
    section > .container > .row > .column49 {
      width: 100%; } }

.column50,
section > .container > .row > .column50 {
  width: 50%; }
  @media (max-width: 1023px) {
    .column50,
    section > .container > .row > .column50 {
      width: 100%; } }

.column51,
section > .container > .row > .column51 {
  width: 51%; }
  @media (max-width: 1023px) {
    .column51,
    section > .container > .row > .column51 {
      width: 100%; } }

.column52,
section > .container > .row > .column52 {
  width: 52%; }
  @media (max-width: 1023px) {
    .column52,
    section > .container > .row > .column52 {
      width: 100%; } }

.column53,
section > .container > .row > .column53 {
  width: 53%; }
  @media (max-width: 1023px) {
    .column53,
    section > .container > .row > .column53 {
      width: 100%; } }

.column54,
section > .container > .row > .column54 {
  width: 54%; }
  @media (max-width: 1023px) {
    .column54,
    section > .container > .row > .column54 {
      width: 100%; } }

.column55,
section > .container > .row > .column55 {
  width: 55%; }
  @media (max-width: 1023px) {
    .column55,
    section > .container > .row > .column55 {
      width: 100%; } }

.column56,
section > .container > .row > .column56 {
  width: 56%; }
  @media (max-width: 1023px) {
    .column56,
    section > .container > .row > .column56 {
      width: 100%; } }

.column57,
section > .container > .row > .column57 {
  width: 57%; }
  @media (max-width: 1023px) {
    .column57,
    section > .container > .row > .column57 {
      width: 100%; } }

.column58,
section > .container > .row > .column58 {
  width: 58%; }
  @media (max-width: 1023px) {
    .column58,
    section > .container > .row > .column58 {
      width: 100%; } }

.column59,
section > .container > .row > .column59 {
  width: 59%; }
  @media (max-width: 1023px) {
    .column59,
    section > .container > .row > .column59 {
      width: 100%; } }

.column60,
section > .container > .row > .column60 {
  width: 60%; }
  @media (max-width: 1023px) {
    .column60,
    section > .container > .row > .column60 {
      width: 100%; } }

.column61,
section > .container > .row > .column61 {
  width: 61%; }
  @media (max-width: 1023px) {
    .column61,
    section > .container > .row > .column61 {
      width: 100%; } }

.column62,
section > .container > .row > .column62 {
  width: 62%; }
  @media (max-width: 1023px) {
    .column62,
    section > .container > .row > .column62 {
      width: 100%; } }

.column63,
section > .container > .row > .column63 {
  width: 63%; }
  @media (max-width: 1023px) {
    .column63,
    section > .container > .row > .column63 {
      width: 100%; } }

.column64,
section > .container > .row > .column64 {
  width: 64%; }
  @media (max-width: 1023px) {
    .column64,
    section > .container > .row > .column64 {
      width: 100%; } }

.column65,
section > .container > .row > .column65 {
  width: 65%; }
  @media (max-width: 1023px) {
    .column65,
    section > .container > .row > .column65 {
      width: 100%; } }

.column66,
section > .container > .row > .column66 {
  width: 66%; }
  @media (max-width: 1023px) {
    .column66,
    section > .container > .row > .column66 {
      width: 100%; } }

.column67,
section > .container > .row > .column67 {
  width: 67%; }
  @media (max-width: 1023px) {
    .column67,
    section > .container > .row > .column67 {
      width: 100%; } }

.column68,
section > .container > .row > .column68 {
  width: 68%; }
  @media (max-width: 1023px) {
    .column68,
    section > .container > .row > .column68 {
      width: 100%; } }

.column69,
section > .container > .row > .column69 {
  width: 69%; }
  @media (max-width: 1023px) {
    .column69,
    section > .container > .row > .column69 {
      width: 100%; } }

.column70,
section > .container > .row > .column70 {
  width: 70%; }
  @media (max-width: 1023px) {
    .column70,
    section > .container > .row > .column70 {
      width: 100%; } }

.column71,
section > .container > .row > .column71 {
  width: 71%; }
  @media (max-width: 1023px) {
    .column71,
    section > .container > .row > .column71 {
      width: 100%; } }

.column72,
section > .container > .row > .column72 {
  width: 72%; }
  @media (max-width: 1023px) {
    .column72,
    section > .container > .row > .column72 {
      width: 100%; } }

.column73,
section > .container > .row > .column73 {
  width: 73%; }
  @media (max-width: 1023px) {
    .column73,
    section > .container > .row > .column73 {
      width: 100%; } }

.column74,
section > .container > .row > .column74 {
  width: 74%; }
  @media (max-width: 1023px) {
    .column74,
    section > .container > .row > .column74 {
      width: 100%; } }

.column75,
section > .container > .row > .column75 {
  width: 75%; }
  @media (max-width: 1023px) {
    .column75,
    section > .container > .row > .column75 {
      width: 100%; } }

.column76,
section > .container > .row > .column76 {
  width: 76%; }
  @media (max-width: 1023px) {
    .column76,
    section > .container > .row > .column76 {
      width: 100%; } }

.column77,
section > .container > .row > .column77 {
  width: 77%; }
  @media (max-width: 1023px) {
    .column77,
    section > .container > .row > .column77 {
      width: 100%; } }

.column78,
section > .container > .row > .column78 {
  width: 78%; }
  @media (max-width: 1023px) {
    .column78,
    section > .container > .row > .column78 {
      width: 100%; } }

.column79,
section > .container > .row > .column79 {
  width: 79%; }
  @media (max-width: 1023px) {
    .column79,
    section > .container > .row > .column79 {
      width: 100%; } }

.column80,
section > .container > .row > .column80 {
  width: 80%; }
  @media (max-width: 1023px) {
    .column80,
    section > .container > .row > .column80 {
      width: 100%; } }

.column81,
section > .container > .row > .column81 {
  width: 81%; }
  @media (max-width: 1023px) {
    .column81,
    section > .container > .row > .column81 {
      width: 100%; } }

.column82,
section > .container > .row > .column82 {
  width: 82%; }
  @media (max-width: 1023px) {
    .column82,
    section > .container > .row > .column82 {
      width: 100%; } }

.column83,
section > .container > .row > .column83 {
  width: 83%; }
  @media (max-width: 1023px) {
    .column83,
    section > .container > .row > .column83 {
      width: 100%; } }

.column84,
section > .container > .row > .column84 {
  width: 84%; }
  @media (max-width: 1023px) {
    .column84,
    section > .container > .row > .column84 {
      width: 100%; } }

.column85,
section > .container > .row > .column85 {
  width: 85%; }
  @media (max-width: 1023px) {
    .column85,
    section > .container > .row > .column85 {
      width: 100%; } }

.column86,
section > .container > .row > .column86 {
  width: 86%; }
  @media (max-width: 1023px) {
    .column86,
    section > .container > .row > .column86 {
      width: 100%; } }

.column87,
section > .container > .row > .column87 {
  width: 87%; }
  @media (max-width: 1023px) {
    .column87,
    section > .container > .row > .column87 {
      width: 100%; } }

.column88,
section > .container > .row > .column88 {
  width: 88%; }
  @media (max-width: 1023px) {
    .column88,
    section > .container > .row > .column88 {
      width: 100%; } }

.column89,
section > .container > .row > .column89 {
  width: 89%; }
  @media (max-width: 1023px) {
    .column89,
    section > .container > .row > .column89 {
      width: 100%; } }

.column90,
section > .container > .row > .column90 {
  width: 90%; }
  @media (max-width: 1023px) {
    .column90,
    section > .container > .row > .column90 {
      width: 100%; } }

.column91,
section > .container > .row > .column91 {
  width: 91%; }
  @media (max-width: 1023px) {
    .column91,
    section > .container > .row > .column91 {
      width: 100%; } }

.column92,
section > .container > .row > .column92 {
  width: 92%; }
  @media (max-width: 1023px) {
    .column92,
    section > .container > .row > .column92 {
      width: 100%; } }

.column93,
section > .container > .row > .column93 {
  width: 93%; }
  @media (max-width: 1023px) {
    .column93,
    section > .container > .row > .column93 {
      width: 100%; } }

.column94,
section > .container > .row > .column94 {
  width: 94%; }
  @media (max-width: 1023px) {
    .column94,
    section > .container > .row > .column94 {
      width: 100%; } }

.column95,
section > .container > .row > .column95 {
  width: 95%; }
  @media (max-width: 1023px) {
    .column95,
    section > .container > .row > .column95 {
      width: 100%; } }

.column96,
section > .container > .row > .column96 {
  width: 96%; }
  @media (max-width: 1023px) {
    .column96,
    section > .container > .row > .column96 {
      width: 100%; } }

.column97,
section > .container > .row > .column97 {
  width: 97%; }
  @media (max-width: 1023px) {
    .column97,
    section > .container > .row > .column97 {
      width: 100%; } }

.column98,
section > .container > .row > .column98 {
  width: 98%; }
  @media (max-width: 1023px) {
    .column98,
    section > .container > .row > .column98 {
      width: 100%; } }

.column99,
section > .container > .row > .column99 {
  width: 99%; }
  @media (max-width: 1023px) {
    .column99,
    section > .container > .row > .column99 {
      width: 100%; } }

.column100,
section > .container > .row > .column100 {
  width: 100%; }
  @media (max-width: 1023px) {
    .column100,
    section > .container > .row > .column100 {
      width: 100%; } }

.col1 {
  width: 100%; }
  @media (max-width: 1023px) {
    .col1 {
      width: 100%; } }

.col2 {
  width: 50%; }
  @media (max-width: 1023px) {
    .col2 {
      width: 100%; } }

.col3 {
  width: 33.3333333333%; }
  @media (max-width: 1023px) {
    .col3 {
      width: 100%; } }

.col4 {
  width: 25%; }
  @media (max-width: 1023px) {
    .col4 {
      width: 100%; } }

.col5 {
  width: 20%; }
  @media (max-width: 1023px) {
    .col5 {
      width: 100%; } }

.col6 {
  width: 16.6666666667%; }
  @media (max-width: 1023px) {
    .col6 {
      width: 100%; } }

.col7 {
  width: 14.2857142857%; }
  @media (max-width: 1023px) {
    .col7 {
      width: 100%; } }

.col8 {
  width: 12.5%; }
  @media (max-width: 1023px) {
    .col8 {
      width: 100%; } }

.col9 {
  width: 11.1111111111%; }
  @media (max-width: 1023px) {
    .col9 {
      width: 100%; } }

.col10 {
  width: 10%; }
  @media (max-width: 1023px) {
    .col10 {
      width: 100%; } }

.colli1 li {
  width: 100%; }
  @media (max-width: 1023px) {
    .colli1 li {
      width: 100%; } }

.colli2 li {
  width: 50%; }
  @media (max-width: 1023px) {
    .colli2 li {
      width: 100%; } }

.colli3 li {
  width: 33.3333333333%; }
  @media (max-width: 1023px) {
    .colli3 li {
      width: 100%; } }

.colli4 li {
  width: 25%; }
  @media (max-width: 1023px) {
    .colli4 li {
      width: 100%; } }

.colli5 li {
  width: 20%; }
  @media (max-width: 1023px) {
    .colli5 li {
      width: 100%; } }

.colli6 li {
  width: 16.6666666667%; }
  @media (max-width: 1023px) {
    .colli6 li {
      width: 100%; } }

.colli7 li {
  width: 14.2857142857%; }
  @media (max-width: 1023px) {
    .colli7 li {
      width: 100%; } }

.colli8 li {
  width: 12.5%; }
  @media (max-width: 1023px) {
    .colli8 li {
      width: 100%; } }

.colli9 li {
  width: 11.1111111111%; }
  @media (max-width: 1023px) {
    .colli9 li {
      width: 100%; } }

.colli10 li {
  width: 10%; }
  @media (max-width: 1023px) {
    .colli10 li {
      width: 100%; } }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

.none {
  display: none !important; }

@media (max-width: 1023px) {
  .desktop {
    display: none !important; } }

.mobile {
  z-index: 11 !important; }
  @media (min-width: 1024px) {
    .mobile {
      display: none !important; } }

html {
  width: 100%;
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff; }

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

ol {
  list-style: none;
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-increment: my-counter; }
    ol li:before {
      content: counter(my-counter);
      font-weight: bold;
      font-size: 1em;
      margin-right: 10px;
      line-height: 1; }

a {
  color: #227FE5;
  -webkit-transition: .4s all;
          transition: .4s all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #40C4FF;
    -webkit-transition: .4s all;
            transition: .4s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a.active {
    color: #EB3D25; }
  a.small-link {
    color: #EB3D25; }
    a.small-link:hover {
      color: #40C4FF; }
  footer a.active {
    color: #fff; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-transition: .4s all;
          transition: .4s all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="file"]:hover,
  input[type="submit"]:hover {
    -webkit-transition: .4s all;
            transition: .4s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 10px;
  max-width: 1300px;
  margin: 0 auto; }
  .container > .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .container > .row.col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .container > .row.between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .container > .row.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .container > .row.around {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .container > .row.jcc {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .container > .row.jcfs {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .container > .row.jcfe {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .container > .row.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .container > .row.center > .block {
        margin: auto; }
    .container > .row.aifs {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .container > .row.aifse {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .container > .row.aic {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .container > .row.height {
      height: 100%; }
    .container > .row > .block {
      position: relative;
      z-index: 2;
      padding: 10px; }
      .container > .row > .block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .container > .row > .block .row.height {
          height: 100%; }
        .container > .row > .block .row.center {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .container > .row > .block .row.col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .container > .row > .block .row.between {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .container > .row > .block .row.around {
          -ms-flex-pack: distribute;
              justify-content: space-around; }
        .container > .row > .block .row.jcc {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .container > .row > .block .row.jcfs {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .container > .row > .block .row.jcfe {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .container > .row > .block .row.aifs {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .container > .row > .block .row.aifse {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
        .container > .row > .block .row.aic {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
  .container .block.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .container .block.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .container .block.height {
    height: 100%; }
  .container .block.start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .container .block.end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

section.zero > .container {
  padding: 0; }
  section.zero > .container > .row {
    padding: 0; }
    section.zero > .container > .row > .block {
      padding: 0; }

main .container > .row > .block:not(.column) {
  width: 100%; }

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

header {
  width: 100%; }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10px; }
    header .container .row {
      padding: 0; }
      header .container .row .block {
        padding: 0; }
  header p {
    margin-bottom: 0; }

footer {
  width: 100%;
  color: #757575;
  font-size: 0.75em; }
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px; }
    footer .container .row .block {
      width: initial; }
  footer p {
    margin-bottom: 0; }

main {
  position: relative;
  width: 100%; }
  main > section {
    position: relative; }
    main > section > .container {
      position: relative;
      z-index: 2; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border: 1px solid #757575;
  border-bottom-width: 2px;
  outline: none; }
  input[type='text']:hover, input[type='tel']:hover, input[type='email']:hover, input[type='search']:hover, input[type='password']:hover, textarea:hover {
    border: 1px solid #40C4FF;
    border-bottom-width: 2px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border: 1px solid #EB3D25;
    border-bottom-width: 2px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px !important;
    height: 30px;
    margin: 0; }
    .slick-dots li button {
      background: gray; }
    .slick-dots li.slick-active button {
      background: transparent;
      border: 5px solid gray; }

.slick-prev,
.slick-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.slick-prev {
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -550px;
  z-index: 11;
  width: 45px;
  height: 100px;
  background: rgba(34, 127, 229, 0.8);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px; }
  @media (max-width: 1149px) {
    .slick-prev {
      margin-left: -500px; } }
  @media (max-width: 1023px) {
    .slick-prev {
      margin-left: initial;
      left: 0; } }

.slick-next {
  top: 50%;
  margin-top: -50px;
  right: 50%;
  margin-right: -550px;
  z-index: 11;
  width: 45px;
  height: 100px;
  background: rgba(34, 127, 229, 0.8);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px; }
  @media (max-width: 1149px) {
    .slick-next {
      margin-right: -500px; } }
  @media (max-width: 1023px) {
    .slick-next {
      right: 0;
      margin-right: initial; } }

.slick-prev:before {
  content: "←";
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative; }

.slick-next:before {
  content: "→";
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative; }

.slick-prev:before,
.slick-next:before {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.slick-prev:hover,
.slick-next:hover {
  background: rgba(34, 127, 229, 0.5); }

html,
body {
  overflow-x: hidden; }

section .container {
  padding: 10px; }
  section .container .row {
    padding: 50px 10px; }
    @media (max-width: 1149px) {
      section .container .row {
        padding: 30px 10px; } }
    @media (max-width: 1023px) {
      section .container .row {
        padding: 20px 10px; } }
    @media (max-width: 767px) {
      section .container .row {
        padding: 10px 0; } }
    @media (max-width: 479px) {
      section .container .row {
        padding: 0; } }

hr {
  width: 1300px;
  max-width: 100%;
  margin: 20px auto;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.25); }
  header hr {
    margin: 0 auto; }

@media (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #fff; } }

header section .container {
  padding: 10px; }
  @media (max-width: 479px) {
    header section .container {
      padding: 10px 0; } }
  header section .container .row {
    padding: 10px; }

@media (max-width: 1023px) {
  main {
    margin-top: 80px; } }

.container > .row.center > .block.block-logo,
.block-logo {
  margin: 0; }

@media (max-width: 1249px) {
  .block-logo2 {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1149px) {
  .block-logo1 .logo {
    width: initial; }
    .block-logo1 .logo .caption {
      width: initial;
      font-size: 24px; } }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  width: 200px; }
  .logo .caption {
    font-size: 30px;
    margin: 0 auto;
    text-align: center; }
  .logo .img {
    margin: 0 auto; }
  @media (max-width: 479px) {
    header .logo {
      width: initial; } }
  header .logo .caption {
    width: 200px; }
    @media (max-width: 479px) {
      header .logo .caption {
        width: initial;
        font-size: 24px; } }
  header .logo .img {
    width: 200px; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contacts li {
    margin: 2px 15px; }
    .contacts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: rgba(117, 117, 117, 0.8);
      font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .contacts li .inner .img {
        margin-right: 10px; }
      .contacts li .inner:hover {
        color: #40C4FF; }
  .contacts.big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts.big li {
      margin: 15px auto;
      font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .contacts.big li .caption {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px; }
      .contacts.big li .inner {
        text-align: center;
        background: #ffffff;
        box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.06), 0px 10px 15px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        min-width: 320px;
        padding: 10px; }
        @media (max-width: 479px) {
          .contacts.big li .inner {
            min-width: 260px; } }
        .contacts.big li .inner span {
          background: #ffffff;
          border: 1px solid #e4e4e7;
          border-radius: 6px;
          width: 100%;
          padding: 10px; }
      .contacts.big li div:hover {
        color: #757575; }
  @media (max-width: 1023px) {
    header .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1023px) {
    header .contacts li {
      margin: 10px 0; } }

@media (min-width: 1024px) and (max-width: 1149px) {
  header .contacts li .inner {
    font-size: 14px; } }
  @media (max-width: 1023px) {
    header .contacts li .inner {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 18px; } }

.button {
  background: #227FE5;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px; }
  .button:hover {
    background: #EB3D25;
    color: #fff; }

@media (min-width: 1024px) and (max-width: 1149px) {
  header .consultation {
    display: inline-block;
    width: 140px;
    text-align: center;
    margin: 0 !important; } }

@media (max-width: 1023px) {
  header .consultation {
    width: 280px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0 !important; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu li {
    min-width: 30%;
    padding: 10px 0; }
    .menu li:nth-child(3), .menu li:nth-child(4), .menu li:nth-child(7), .menu li:nth-child(8) {
      min-width: 20%; }
    .menu li .inner {
      color: #757575; }
      .menu li .inner:hover {
        color: #227FE5; }
    .menu li.active {
      color: #EB3D25; }
  @media (max-width: 1023px) {
    header .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1023px) {
    header .menu li {
      min-width: initial;
      margin: 10px 0; } }
  @media (max-width: 1023px) {
    header .menu li .inner {
      font-size: 18px; } }

.section-slider {
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .section-slider {
      margin-bottom: 20px; } }
  .section-slider .container {
    max-width: initial;
    margin: 0;
    padding: 0; }
    .section-slider .container .row {
      margin: 0;
      padding: 0; }
      .section-slider .container .row .block {
        margin: 0;
        padding: 0; }

.slick-slider,
.slick-list,
.slick-track {
  height: 100%; }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 600px;
  width: 100%; }
  @media (max-width: 1149px) {
    .slider {
      height: 500px; } }
  @media (max-width: 1023px) {
    .slider {
      height: 400px; } }
  @media (max-width: 767px) {
    .slider {
      height: 300px; } }
  .slider .slide {
    position: relative;
    width: 100%;
    height: 100%; }
    .slider .slide .img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .slider .slide .img img {
        min-width: 100%;
        min-height: 100%;
        max-width: initial; }
    .slider .slide .text {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .slider .slide .text .caption {
        color: #fff;
        background: -webkit-linear-gradient(270deg, rgba(38, 122, 214, 0.82) 15.15%, rgba(70, 149, 237, 0.68) 121.53%);
        background: linear-gradient(180deg, rgba(38, 122, 214, 0.82) 15.15%, rgba(70, 149, 237, 0.68) 121.53%);
        border-radius: 6px;
        padding: 40px;
        font-size: 40px;
        text-transform: uppercase;
        width: 70%;
        max-width: 1000px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        line-height: 1.5;
        text-align: center; }
        @media (max-width: 1149px) {
          .slider .slide .text .caption {
            font-size: 30px; } }
        @media (max-width: 1023px) {
          .slider .slide .text .caption {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .slider .slide .text .caption {
            font-size: 21px; } }
        @media (max-width: 767px) {
          .slider .slide .text .caption {
            font-size: 15px; } }

.heading {
  font-size: 32px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1023px) {
    .heading {
      font-size: 24px; } }
  .heading.center {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .heading.center span {
      padding: 0 50px; }
      @media (max-width: 1023px) {
        .heading.center span {
          padding: 0 20px; } }
    .heading.center .lineleft {
      width: 100px;
      height: 1px;
      background: rgba(117, 117, 117, 0.3); }
      @media (max-width: 767px) {
        .heading.center .lineleft {
          width: 50px;
          padding: 0; } }
    .heading.center .lineright {
      width: 100px;
      height: 1px;
      background: rgba(117, 117, 117, 0.3); }
      @media (max-width: 767px) {
        .heading.center .lineright {
          width: 50px;
          padding: 0; } }
  .heading.min {
    text-align: center;
    color: #707070;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-size: 24px; }
    @media (max-width: 1023px) {
      .heading.min {
        font-size: 18px; } }
  @media (min-width: 1024px) {
    .heading.heading-lines {
      padding: 0;
      text-align: left; }
      .heading.heading-lines span {
        padding: 0; }
      .heading.heading-lines .lineleft,
      .heading.heading-lines .lineright {
        display: none; } }
  @media (max-width: 479px) {
    footer .heading {
      font-size: 18px; } }

.content p:last-child {
  margin-bottom: 0; }

.basic {
  font-size: 16px;
  padding: 35px; }
  @media (max-width: 1023px) {
    .basic {
      padding: 20px;
      font-size: 14px; } }
  .basic p {
    margin-bottom: 20px; }
    .basic p:last-child {
      margin-bottom: 5px; }
  .basic.border {
    border: 5px solid rgba(34, 127, 229, 0.89);
    border-radius: 6px; }
  .basic.center {
    text-align: center; }
  .basic.grey {
    background: #ffffff;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-size: 21px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #757575; }
    @media (max-width: 1023px) {
      .basic.grey {
        font-size: 14px; } }
  .basic.blue {
    background: #227fe5;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    max-width: 1000px;
    color: #fff;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    padding: 13px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .basic.blue {
        font-size: 14px; } }
  .basic.black {
    color: #52525b; }
  .basic.big {
    font-size: 24px;
    padding: 0; }
    @media (max-width: 1023px) {
      .basic.big {
        font-size: 17px; } }
  .basic.basic-form {
    margin: 0 auto;
    width: 50%;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 479px) {
      .basic.basic-form {
        width: 100%; } }
  .basic .heading.fill {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: -47px; }
    @media (max-width: 1023px) {
      .basic .heading.fill {
        font-size: 24px;
        margin-top: -31px; } }
    .basic .heading.fill span {
      background: #fff;
      padding: 10px; }

.block-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .block-lines {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .block-lines .heading {
    padding-bottom: 100px; }
    @media (max-width: 1023px) {
      .block-lines .heading {
        padding-bottom: 20px; } }

.lines {
  position: relative;
  margin-top: -100px;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  width: 50%; }
  .lines img {
    position: absolute; }
    .lines img.line1 {
      bottom: 0px; }
    .lines img.line2 {
      bottom: 0px; }
    .lines img.line3 {
      bottom: 0px; }

.numblist {
  list-style: none;
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 21px; }
  @media (max-width: 1023px) {
    .numblist {
      font-size: 16px; } }
  .numblist li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-increment: my-counter;
    margin-bottom: 40px; }
    @media (max-width: 479px) {
      .numblist li {
        margin-bottom: 20px; } }
    .numblist li:before {
      position: absolute;
      top: 0;
      content: counter(my-counter);
      font-weight: bold;
      font-size: 1em;
      margin-right: 10px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #227FE5;
      color: #fff; }
    .numblist li:after {
      position: absolute;
      top: 32px;
      left: 15px;
      width: 2px;
      height: 135%;
      background: #227FE5;
      display: block;
      content: "";
      clear: both; }
      @media (max-width: 479px) {
        .numblist li:after {
          height: 120%; } }
    .numblist li .inner {
      position: relative;
      padding-left: 50px; }
    .numblist li .caption {
      padding-top: 2px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .numblist li .caption {
          padding-top: 5px; } }
    .numblist li:last-child:after {
      display: none; }
  .numblist.min {
    font-size: 16px; }
  .numblist.black {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .numblist.black li .caption {
      color: #333;
      text-transform: none;
      font-weight: 500; }
    .numblist.black li .description {
      font-size: 14px;
      color: #888; }
  .numblist.blue {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .numblist.blue li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #227fe5;
      box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.22);
      border-radius: 6px;
      min-height: 120px; }
      .numblist.blue li:before {
        font-size: 64px;
        top: 50%;
        left: 20px;
        margin-top: -32px;
        width: initial;
        height: initial; }
      .numblist.blue li:after {
        display: none; }
      .numblist.blue li .inner {
        padding: 20px 20px 20px 80px;
        color: #fff; }
      .numblist.blue li .caption {
        text-transform: none;
        font-weight: 500;
        margin-bottom: 20px; }
      .numblist.blue li .description {
        font-size: 14px;
        color: #efeeee; }
        .numblist.blue li .description p {
          margin-bottom: 2px; }

.prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .prod {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .prod li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    min-height: 410px;
    background: #227FE5;
    color: #fff;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    padding: 50px; }
    @media (max-width: 1023px) {
      .prod li {
        min-height: 360px;
        width: calc(50% - 6%);
        margin: 10px 3%; } }
    @media (max-width: 767px) {
      .prod li {
        padding: 25px; } }
    @media (max-width: 479px) {
      .prod li {
        min-height: initial;
        width: 100%;
        margin: 10px auto; } }
    .prod li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1023px) {
        .prod li .inner {
          padding-bottom: 50px; } }
      .prod li .inner .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-bottom: 20px; }
      .prod li .inner .description {
        font-size: 16px; }
      .prod li .inner .tag {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        font-size: 12px;
        width: 100%;
        text-align: center; }
        @media (max-width: 1023px) {
          .prod li .inner .tag {
            padding: 0 30px;
            text-align: center; } }
        .prod li .inner .tag:before {
          position: absolute;
          top: 50%;
          left: 0px;
          width: 30px;
          height: 1px;
          background: #fff;
          display: block;
          content: "";
          clear: both; }
        .prod li .inner .tag:after {
          position: absolute;
          top: 50%;
          right: 0px;
          width: 30px;
          height: 1px;
          background: #fff;
          display: block;
          content: "";
          clear: both; }

.informer {
  position: relative;
  width: 300px;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 479px) {
    .informer {
      width: 100%; } }
  .informer:before {
    position: absolute;
    top: 50%;
    left: -150px;
    width: 100px;
    height: 1px;
    background: rgba(117, 117, 117, 0.25);
    display: block;
    content: "";
    clear: both; }
    @media (max-width: 479px) {
      .informer:before {
        display: none; } }
  .informer:after {
    position: absolute;
    top: 50%;
    right: -150px;
    width: 100px;
    height: 1px;
    background: rgba(117, 117, 117, 0.25);
    display: block;
    content: "";
    clear: both; }
    @media (max-width: 479px) {
      .informer:after {
        display: none; } }

.sub {
  margin-top: 50px;
  opacity: 0.5;
  font-size: 14px; }
  @media (max-width: 1023px) {
    .sub {
      margin-top: 20px;
      font-size: 12px; } }

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .order {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .order li {
    position: relative;
    width: 29%;
    padding: 40px; }
    @media (max-width: 1149px) {
      .order li {
        padding: 20px 0; } }
    .order li:nth-child(4) {
      margin: 0 0 0 15%;
      padding: 40px 0; }
      @media (max-width: 1149px) {
        .order li:nth-child(4) {
          padding: 20px 0; } }
      @media (max-width: 1023px) {
        .order li:nth-child(4) {
          margin: 0;
          padding: 10px; } }
    .order li:nth-child(5) {
      margin: 0 15% 0 0;
      padding: 40px 0; }
      @media (max-width: 1149px) {
        .order li:nth-child(5) {
          padding: 20px 0; } }
      @media (max-width: 1023px) {
        .order li:nth-child(5) {
          margin: 0;
          padding: 10px; } }
    @media (max-width: 1023px) {
      .order li {
        width: 33%;
        padding: 10px; } }
    @media (max-width: 767px) {
      .order li {
        width: 50%; } }
    @media (max-width: 479px) {
      .order li {
        width: 100%; } }
    .order li .eli {
      position: absolute; }
      @media (max-width: 1023px) {
        .order li .eli {
          display: none; } }
      .order li .eli.eli1 {
        top: 30px;
        left: 70%; }
      .order li .eli.eli2 {
        top: 110px;
        left: 70%; }
      .order li .eli.eli3 {
        top: 70px;
        left: 20%; }
      .order li .eli.eli4 {
        top: 110px;
        left: 75%; }
      .order li .eli.eli5 {
        top: 70px;
        left: -150%; }
    .order li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .order li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 25px 25px 25px 0;
        background: #227FE5;
        background: -webkit-linear-gradient(0deg, #227FE5 2.33%, #40C4FF 96.51%);
        background: linear-gradient(90deg, #227FE5 2.33%, #40C4FF 96.51%); }
      .order li .inner .text {
        text-align: center; }
      .order li .inner .caption {
        color: #227FE5;
        font-size: 20px;
        margin: 20px auto; }
        @media (max-width: 1023px) {
          .order li .inner .caption {
            font-size: 18px; } }
      .order li .inner .description {
        font-size: 14px; }

form,
.form,
.container > .row > .block form,
.container > .row > .block .form {
  background: #ffffff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.06), 0px 10px 15px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0; }
  form .row,
  .form .row,
  .container > .row > .block form .row,
  .container > .row > .block .form .row {
    position: relative;
    z-index: 1;
    padding: 16px 27px; }
    form .row > .block,
    .form .row > .block,
    .container > .row > .block form .row > .block,
    .container > .row > .block .form .row > .block {
      width: 100%; }
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form input[type="search"],
  form input[type="password"],
  form textarea,
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form input[type="search"],
  .form input[type="password"],
  .form textarea,
  .container > .row > .block form input[type="text"],
  .container > .row > .block form input[type="tel"],
  .container > .row > .block form input[type="email"],
  .container > .row > .block form input[type="search"],
  .container > .row > .block form input[type="password"],
  .container > .row > .block form textarea,
  .container > .row > .block .form input[type="text"],
  .container > .row > .block .form input[type="tel"],
  .container > .row > .block .form input[type="email"],
  .container > .row > .block .form input[type="search"],
  .container > .row > .block .form input[type="password"],
  .container > .row > .block .form textarea {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    padding: 25px;
    text-align: center;
    color: #52525b;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  form button,
  form input[type="button"],
  form input[type="reset"],
  form input[type="file"],
  form input[type="submit"],
  .form button,
  .form input[type="button"],
  .form input[type="reset"],
  .form input[type="file"],
  .form input[type="submit"],
  .container > .row > .block form button,
  .container > .row > .block form input[type="button"],
  .container > .row > .block form input[type="reset"],
  .container > .row > .block form input[type="file"],
  .container > .row > .block form input[type="submit"],
  .container > .row > .block .form button,
  .container > .row > .block .form input[type="button"],
  .container > .row > .block .form input[type="reset"],
  .container > .row > .block .form input[type="file"],
  .container > .row > .block .form input[type="submit"] {
    background: #EB3D25;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 6px; }
    form button:hover,
    form input[type="button"]:hover,
    form input[type="reset"]:hover,
    form input[type="file"]:hover,
    form input[type="submit"]:hover,
    .form button:hover,
    .form input[type="button"]:hover,
    .form input[type="reset"]:hover,
    .form input[type="file"]:hover,
    .form input[type="submit"]:hover,
    .container > .row > .block form button:hover,
    .container > .row > .block form input[type="button"]:hover,
    .container > .row > .block form input[type="reset"]:hover,
    .container > .row > .block form input[type="file"]:hover,
    .container > .row > .block form input[type="submit"]:hover,
    .container > .row > .block .form button:hover,
    .container > .row > .block .form input[type="button"]:hover,
    .container > .row > .block .form input[type="reset"]:hover,
    .container > .row > .block .form input[type="file"]:hover,
    .container > .row > .block .form input[type="submit"]:hover {
      background: rgba(235, 61, 37, 0.7); }
  form.form-letter,
  .form.form-letter,
  .container > .row > .block form.form-letter,
  .container > .row > .block .form.form-letter {
    margin-bottom: 145px; }
    @media (max-width: 1023px) {
      form.form-letter,
      .form.form-letter,
      .container > .row > .block form.form-letter,
      .container > .row > .block .form.form-letter {
        margin-bottom: 0; } }

.img-letter {
  position: absolute;
  z-index: 0;
  margin-top: -70px; }
  @media (max-width: 1023px) {
    .img-letter {
      display: none; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 50px; }
  @media (max-width: 1023px) {
    .gallery {
      padding: 0; } }
  .gallery li {
    width: 50%; }
    @media (max-width: 479px) {
      .gallery li {
        width: 100%; } }
    .gallery li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px;
      overflow: hidden;
      height: 400px; }
      @media (max-width: 767px) {
        .gallery li .inner {
          height: 300px; } }
      .gallery li .inner .img img {
        max-width: initial;
        min-height: 100%; }

footer {
  background: #227FE5;
  color: #fff;
  padding: 20px 0; }
  footer section .container .row {
    padding: 0 10px; }
  footer hr {
    background: #fff; }
  footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .contacts li {
      margin: 5px 0; }
      footer .contacts li .inner {
        color: #fff; }
        footer .contacts li .inner:hover {
          color: #40C4FF; }
  footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .menu li {
      width: initial; }
      footer .menu li .inner {
        color: #fff; }
        footer .menu li .inner:hover {
          color: #40C4FF; }
  footer .button {
    position: relative;
    top: 10px;
    background: #fff;
    color: #227FE5; }

.phone.active {
  background: url("../images/ua.svg") 120px center no-repeat !important; }
  @media (max-width: 1023px) {
    .phone.active {
      background: url("../images/ua.svg") 0px center no-repeat !important; } }

.warning-error {
  text-align: center;
  color: #EB3D25;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px; }

.accordion-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .accordion-qa li {
    padding: 10px; }
    .accordion-qa li .opener {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFFFFF;
      box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.25);
      border-radius: 6px;
      padding: 20px;
      margin-bottom: 5px; }
      @media (max-width: 1023px) {
        .accordion-qa li .opener {
          padding: 10px; } }
      .accordion-qa li .opener .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 24px; }
        .accordion-qa li .opener .img img {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
    .accordion-qa li .slide {
      padding: 10px; }
    .accordion-qa li:hover .opener {
      background: rgba(117, 117, 117, 0.07); }
    .accordion-qa li.active .opener {
      background: #40C4FF;
      color: #fff; }
      .accordion-qa li.active .opener .img img {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }

.popup-holder,
.popup-hover {
  position: relative; }
  .popup-holder .popup-holder-inner,
  .popup-holder .popup-hover-inner,
  .popup-hover .popup-holder-inner,
  .popup-hover .popup-hover-inner {
    position: relative; }
  .popup-holder .open,
  .popup-hover .open {
    display: inline-block; }
  .popup-holder .popup,
  .popup-hover .popup {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 10px;
    width: 240px;
    max-height: 100vh; }
    .popup-holder .popup .popup-content,
    .popup-hover .popup .popup-content {
      border-radius: 25px 0 25px 25px;
      background: #fff;
      box-shadow: 0 0 20px rgba(117, 117, 117, 0.2);
      overflow: hidden;
      padding: 20px; }
    .popup-holder .popup .popup-inner,
    .popup-hover .popup .popup-inner {
      overflow-y: auto;
      height: 100%;
      overflow-x: hidden; }
    .popup-holder .popup .close,
    .popup-hover .popup .close {
      position: absolute;
      z-index: 10;
      top: 0;
      right: -50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      overflow: hidden;
      background: #EB3D25;
      color: #757575; }
      .popup-holder .popup .close i,
      .popup-hover .popup .close i {
        font-size: 2em; }
      .popup-holder .popup .close:hover,
      .popup-hover .popup .close:hover {
        background: #40C4FF;
        opacity: 1; }
        .popup-holder .popup .close:hover i,
        .popup-hover .popup .close:hover i {
          color: #757575; }
  .popup-holder.popup-active .popup-holder-inner:before,
  .popup-holder.popup-active .popup-hover-inner:before,
  .popup-hover.popup-active .popup-holder-inner:before,
  .popup-hover.popup-active .popup-hover-inner:before {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(117, 117, 117, 0.5); }
  .popup-holder.popup-active .popup,
  .popup-hover.popup-active .popup {
    display: block;
    overflow: hidden; }

.popup-holder-menu .popup-menu {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-menu .popup-menu {
      width: 85%; } }
  .popup-holder-menu .popup-menu .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-menu .popup-menu .popup-inner > * {
      margin: 10px 0; }

.popup-holder-menu.popup-active-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu {
      padding-right: 0; } }
  .popup-holder-menu.popup-active-menu .popup-holder-inner-menu:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(117, 117, 117, 0.5); }
  .popup-holder-menu.popup-active-menu .popup-menu {
    z-index: 100; }

.open-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EB3D25;
  margin: 0 5px; }
  .open-menu i {
    font-size: 2.5em; }
    @media (max-width: 479px) {
      .open-menu i {
        font-size: 1.75em; } }
  .open-menu:hover {
    color: #227FE5; }

.popup-holder-contacts .popup-contacts {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-contacts .popup-contacts {
      width: 85%; } }
  .popup-holder-contacts .popup-contacts .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-contacts .popup-contacts .popup-inner > * {
      margin: 10px 0; }

.popup-holder-contacts.popup-active-contacts {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts {
      padding-right: 0; } }
  .popup-holder-contacts.popup-active-contacts .popup-holder-inner-contacts:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(117, 117, 117, 0.5); }
  .popup-holder-contacts.popup-active-contacts .popup-contacts {
    z-index: 100; }

.open-contacts {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EB3D25;
  margin: 0 5px; }
  .open-contacts i {
    font-size: 2.5em; }
    @media (max-width: 479px) {
      .open-contacts i {
        font-size: 1.75em; } }
  .open-contacts:hover {
    color: #227FE5; }

.popup-active-menu .block-menu {
  z-index: 20 !important; }

.popup-active-contacts .block-contacts {
  z-index: 20 !important; }

.popup-menu {
  position: fixed !important; }

.popup-contacts {
  position: fixed !important; }

.popup-holder-menu .popup-menu {
  padding: 50px; }
  @media (max-width: 479px) {
    .popup-holder-menu .popup-menu {
      padding: 50px 20px; } }

.popup-holder-contacts .popup-contacts {
  padding: 50px; }
  @media (max-width: 479px) {
    .popup-holder-contacts .popup-contacts {
      padding: 50px 20px; } }

.popup-holder-thanks .popup-holder-inner-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.popup-holder-thanks .popup-thanks {
  top: initial;
  left: initial;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 300px);
  overflow-x: hidden;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.06), 0px 10px 15px rgba(0, 0, 0, 0.03);
  border-radius: 6px; }
  @media (max-width: 479px) {
    .popup-holder-thanks .popup-thanks {
      width: 85%; } }
  .popup-holder-thanks .popup-thanks .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-thanks .popup-thanks .popup-inner > * {
      margin: 10px 0; }
    .popup-holder-thanks .popup-thanks .popup-inner .text .caption {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (max-width: 479px) {
        .popup-holder-thanks .popup-thanks .popup-inner .text .caption {
          font-size: 18px; } }
    .popup-holder-thanks .popup-thanks .popup-inner .text .caption2 {
      margin-bottom: 40px; }
      @media (max-width: 479px) {
        .popup-holder-thanks .popup-thanks .popup-inner .text .caption2 {
          margin-bottom: 20px; } }
    .popup-holder-thanks .popup-thanks .popup-inner .text .description {
      font-size: 16px;
      margin-bottom: 40px; }
      @media (max-width: 479px) {
        .popup-holder-thanks .popup-thanks .popup-inner .text .description {
          font-size: 14px;
          margin-bottom: 20px; } }
    .popup-holder-thanks .popup-thanks .popup-inner .text .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: 100%;
      padding: 30px;
      background: #EB3D25;
      font-size: 20px;
      font-weight: bold; }
      @media (max-width: 479px) {
        .popup-holder-thanks .popup-thanks .popup-inner .text .button {
          padding: 20px; } }
      .popup-holder-thanks .popup-thanks .popup-inner .text .button:hover {
        background: #227FE5; }

.popup-holder-thanks.popup-active-thanks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks {
      padding-right: 0; } }
  .popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(81, 81, 81, 0.75); }
  .popup-holder-thanks.popup-active-thanks .popup-thanks {
    z-index: 100; }

@media (max-width: 1023px) {
  .container > .row.center > .block.block-menu,
  .container > .row.center > .block.block-cont,
  .container > .row.center > .block.block-contacts {
    margin: 0; } }

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.img.img-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 1023px) {
  .img.img-min {
    max-width: 25%; } }

@media (max-width: 479px) {
  .img.img-min {
    max-width: 50%; } }

.lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important; }

#gototop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 59;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: none;
  border-radius: 25px;
  background: rgba(64, 196, 255, 0.25);
  opacity: .9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px; }
  #gototop span {
    margin-bottom: 4px; }
  #gototop img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  #gototop:hover {
    background: #40C4FF;
    opacity: .9;
    color: #757575; }
  @media (max-width: 1023px) {
    #gototop:hover {
      background: #40C4FF;
      opacity: .9;
      color: #fff; } }
/*# sourceMappingURL=main.css.map */

.ajax_form .error {color: brown;border: 1px solid brown!important;}
.jGrowl-notification .jGrowl-close {background-color: transparent;color: #ffffff;border: none;z-index: 99;float: right;font-weight: 700;font-size: 1em;cursor: pointer;padding: 0;margin: 0;}
input[engine="hidden"] {display: none}

#jGrowl {
  display: none;
}

@media (min-width: 1250px) {
/*   .block-logo2 .img img {
  width: 75%;
} */
  .menu {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    gap: 10px;
  }
  .block-logo2 + .block {
    width: 70%;
  }
  header .logo {
    width: initial;
  }
  header .logo .img {
    width: initial;
    margin: 0 35px;
  }
  header .logo .caption {
    width: initial;
    font-size: 40px;
  }
  .slick-prev {
    margin-left: -615px;
  }
  .slick-next {
    margin-right: -615px;
  }
  .img-letter {
    left: 180px;
  }
}

@media (min-width: 1023px) {
  .img-letter {
   /* left: 7%;*/
  }
}

footer .heading {
  text-transform: none;
}

footer hr {
  margin: 0 auto;
}

.section-rights .container {
  padding: 0 10px;
}

.section-rights .container .row .block {
  padding: 0 10px;
  width: 100% !important;
}

.rights {
  width: 100%;
  font-size: 13px;
  text-align: right;
  opacity: .8;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (max-width: 479px) {
  .section-foot .block:nth-child(1) {
    width: 100% !important;
    background: url("../images/logo.svg") right center no-repeat;
    background-size: 150px;
    order: 1;
  }
  .section-foot .block:nth-child(2) {
    order: 3;
  }
  .section-foot .block:nth-child(3) {
    order: 2;
  }
  .section-foot .block:nth-child(4) {
    order: 4;
  }
  .section-foot .block:nth-child(5) {
    order: 5;
    margin: auto;
  }
  footer .button {
    top: initial;
  }
  .rights {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  footer .container .row .block {
    padding: 10px 0;
  }
  .img-serv {
    display: none !important;
  }
}
