@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/*--------------------- FONT --------------------------------*/
/* circle animate */
/*COLOR LOADING*/
/*TRANSITION*/
/*SHADOW*/
/* GRID SYSTEM */
p {
  margin: 0 0 15px; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

body {
  overflow-x: hidden;
  background-color: #fff;
  font-size: 16px;
  color: #07101E;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

textarea {
  border-radius: 24px;
  border: 1px solid #dbdbdb;
  width: 100%;
  resize: none;
  padding: 10px 18px;
  margin-bottom: 22px;
  display: block; }
  textarea.auto-expand {
    overflow: hidden;
    min-height: 100px; }
  textarea.input-on-bg {
    background: transparent;
    color: #fff; }
    textarea.input-on-bg span {
      background: transparent; }

iframe {
  max-width: 100% !important; }

blockquote {
  background-color: #eaeaea;
  border-radius: 2px;
  position: relative;
  margin: 0 0 25px 0 !important;
  padding: 15px 15px 15px 100px !important; }
  blockquote:before {
    content: '\0035';
    position: absolute;
    left: 35px;
    font-size: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Glyphter'; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold; }

h1,
.h1 {
  font-size: 64px;
  line-height: 1.156;
  margin: 25px 0 35px; }

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 48px;
  line-height: 1.125; }

h3,
.h3 {
  text-transform: inherit;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0; }

h4,
.h4 {
  margin: 0;
  text-transform: inherit;
  line-height: 1.33;
  font-size: 1.125rem; }

small {
  font-size: 0.875rem;
  line-height: 1.28; }

@media screen and (max-width: 991px) {
  .h3, h3 {
    margin-bottom: 15px; } }

@media screen and (max-width: 575px) {
  body {
    font-size: 0.9375rem; }
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
  h3, .h3 {
    font-size: 1.125rem; }
  h4, .h4 {
    font-size: 1.125rem; } }

.float-left {
  float: left;
  padding: 0 30px 15px 0; }

.float-right {
  float: right;
  padding: 0 0 15px 30px; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.hidden {
  overflow: hidden; }

.white-space {
  white-space: nowrap; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-uppercase-not {
  text-transform: inherit; }

.txt-black, .txt-black.icon-glyphter {
  color: #07101E; }

.txt-white, .txt-white.icon-glyphter {
  color: #ffffff; }

.txt-red, .txt-white.icon-glyphter {
  color: #DD472B; }

.txt-yellow {
  color: #ffc000; }

.txt-orange, .txt-orange.icon-glyphter {
  color: #ffa000; }

.txt-gray-dark, .txt-gray-dark.icon-glyphter {
  color: #7C7F82; }

.txt-gray, .txt-gray.icon-glyphter {
  color: #828282; }

.txt-gray-light, .txt-gray-light.icon-glyphter {
  color: #A8ADB4; }

.txt-white-gray, .txt-white-gray.icon-glyphter {
  color: #d0d0d0; }

.icon-glyphter {
  font-family: 'Glyphter';
  text-transform: none !important;
  font-size: 17px;
  display: inline-block;
  color: #A8ADB4;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .icon-glyphter.big-icon {
    font-size: 44px; }

*:focus,
*:active {
  outline: none !important; }

.icon-slider-arrow {
  color: #07101E;
  padding: 5px 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .icon-slider-arrow:hover {
    color: #748947; }

.underline > a {
  padding-bottom: 10px;
  overflow: hidden;
  display: inline-block; }
  .underline > a:before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #07101E;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .underline > a:hover:before {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }

a {
  cursor: pointer;
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  display: inline-block; }
  a:hover {
    color: #ffffff; }
  a:not(.btn) {
    text-decoration: underline; }
    a:not(.btn):hover {
      color: #DD472B; }

.min-height {
  min-height: 100vh; }

.big-padding {
  padding: 250px 0; }

.normal-padding {
  padding: 170px 0; }

.small-padding {
  padding: 120px 0; }

.special-padding {
  padding: 0 0 250px; }

.txt-palanquin {
  font-family: 'Palanquin', sans-serif; }

.txt-pt-root {
  font-family: "PT Root UI", sans-serif; }

hr {
  background-color: #748947;
  height: 2px;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  border-width: 0; }

.img-border {
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 15px; }

.float-left .img-border, .float-right .img-border {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 2px; }

.table {
  overflow: auto; }

.cursor-move {
  cursor: -webkit-grab;
  cursor: grab; }

table {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 6px; }
  table thead {
    border: none;
    text-align: left; }
    table thead th {
      position: relative;
      padding: 20px 25px;
      border-bottom: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb; }
      table thead th:last-child {
        border-right: none; }
  table tbody tr:last-child {
    border-bottom: none; }
  table tbody tr td {
    vertical-align: top;
    padding: 10px 25px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; }
    table tbody tr td:last-child {
      border-right: none; }
  table tbody tr:last-child td {
    border-bottom: none; }

@media screen and (max-width: 1279px) {
  table thead th {
    padding: 20px 20px; }
  table tbody tr td {
    padding: 10px 20px; } }

@media screen and (max-width: 767px) {
  table thead th {
    padding: 15px 14px; }
  table tbody tr td {
    padding: 10px 14px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.circle-btn {
  position: relative;
  border-radius: 50%;
  width: 106px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 106px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .circle-btn:hover:after {
    width: 120px;
    height: 120px; }
  .circle-btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: '';
    left: auto;
    top: auto;
    width: 100%;
    pointer-events: none;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #DD472B; }
  .circle-btn img {
    width: 60px; }

.btn {
  border: none;
  margin: 0;
  padding: 18px 46px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  overflow: inherit;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  min-width: 224px;
  border-radius: 9px; }

.btn-red {
  background: #DD472B -webkit-gradient(linear, left top, right top, color-stop(-3.33%, #DD472B), color-stop(97.93%, #EA5C2C));
  background: #DD472B linear-gradient(90deg, #DD472B -3.33%, #EA5C2C 97.93%);
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .btn-red:hover {
    background: #DD472B; }

.btn-big {
  padding: 30px 46px;
  font-size: 20px;
  line-height: 24px; }

.txt-bold {
  font-weight: bold; }

.txt-semibold {
  font-weight: 500; }

.txt-normal {
  font-weight: 400; }

.txt-trasnform-inherit {
  text-transform: inherit; }

.form-group {
  position: relative;
  margin-bottom: 8px; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 0;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 0;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 0;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 0;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0;
  opacity: 0;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A0A0A0; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A0A0A0; }

::-webkit-input-placeholder {
  color: #A0A0A0; }

::-moz-placeholder {
  color: #A0A0A0; }

:-ms-input-placeholder {
  color: #A0A0A0; }

:-moz-placeholder {
  color: #A0A0A0; }

.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse; }

input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel] {
  font-size: 16px;
  border: 1px solid #B2BAC2;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 6px;
  padding: 0;
  color: #07101E;
  font-weight: normal;
  padding: 18px 20px;
  cursor: text; }

input[type=date], input[type=tel] {
  padding: 15px 20px; }

label, input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-align: left; }

input:placeholder-shown + label {
  font-size: 14px;
  color: #A0A0A0 !important;
  text-align: left;
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0, 2.1rem) scale(1.2);
  transform: translate(0, 2.1rem) scale(1.2);
  padding: 0 20px; }

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit; }

input:focus::-webkit-input-placeholder {
  opacity: 1; }

input:not(:placeholder-shown) + label,
input:focus + label {
  font-size: 14px;
  -webkit-transform: translate(0, 5px) scale(1);
  transform: translate(0, 5px) scale(1);
  cursor: pointer; }

input[type=search] {
  padding: 10px 40px 10px 20px !important;
  width: 100% !important;
  border: 1px solid #7C7F82 !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #333 !important;
  font: 16px "ProximaNova", sans-serif !important; }

input[type=text].jump-placeholder, input[type=number].jump-placeholder, input[type=password].jump-placeholder, input[type=email].jump-placeholder, input[type=url].jump-placeholder {
  padding: 16px 40px 16px 19px;
  border: 1px solid #7C7F82;
  width: 100%; }
  input[type=text].jump-placeholder.focus-input, input[type=number].jump-placeholder.focus-input, input[type=password].jump-placeholder.focus-input, input[type=email].jump-placeholder.focus-input, input[type=url].jump-placeholder.focus-input {
    padding: 19px 40px 13px 19px; }

textarea.jump-placeholder {
  padding: 18px 40px 10px 20px;
  border: 1px solid #7C7F82;
  width: 100%; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=radio], input[type=checkbox] {
  width: 0;
  position: absolute;
  opacity: 0; }

input[type=radio] + label {
  position: relative;
  padding: 0 0 0 27px;
  display: inline-block;
  cursor: pointer; }
  input[type=radio] + label:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    top: 2px;
    left: 1px;
    -webkit-box-shadow: #959595 0 0 0 1px;
    box-shadow: #959595 0 0 0 1px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

input[type=radio]:checked + label {
  color: #748947; }
  input[type=radio]:checked + label:after {
    background-color: #748947;
    -webkit-box-shadow: #748947 0 0 0 1px;
    box-shadow: #748947 0 0 0 1px; }

input[type=checkbox] + label {
  position: relative;
  padding: 0 0 0 28px;
  display: inline-block;
  cursor: pointer; }
  input[type=checkbox] + label:after {
    content: '';
    font-family: 'Glyphter';
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #748947;
    text-align: center;
    left: 0;
    padding-left: 1px;
    top: 1px;
    width: 13px;
    padding-right: 1px;
    height: 14px;
    padding-top: 1px;
    border-radius: 2px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #959595; }

input[type=checkbox]:checked + label {
  text-align: left;
  color: #748947; }
  input[type=checkbox]:checked + label:after {
    content: '\0047';
    background-color: #748947;
    border-color: #748947;
    color: #ffffff; }

.input-form {
  width: 100%; }

.jump-placeholder + .placeholder {
  position: absolute;
  color: #7C7F82;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.jump-placeholder.focus-input + .placeholder {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  font-size: 12px; }

textarea.jump-placeholder.input-on-bg.focus-input + .placeholder {
  background: transparent; }

textarea.jump-placeholder + .placeholder {
  position: absolute;
  color: #7C7F82;
  top: 23px;
  left: 20px;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

textarea.jump-placeholder.focus-input + .placeholder {
  background-color: #fff;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
  font-size: 12px;
  width: calc(100% - 60px); }

span.input-invalid,
span.input-valid {
  position: absolute;
  background-color: #fafafa;
  display: inline-block;
  bottom: -14px;
  padding: 0 10px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #DD472B;
  z-index: 5; }

.validate-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #DD472B; }

.validate-icon:after {
  content: '\004c';
  font-size: 15px;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  color: #DD472B; }

span.input-valid {
  color: #369e12; }

span.input-valid ~ .validate-icon:after {
  content: '\006e';
  color: #369e12; }

input.error + .placeholder + .input_icon:after, textarea.error + .placeholder + .input_icon:after {
  content: '\004c';
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-family: Glyphter;
  font-style: normal;
  font-weight: 400;
  color: #DD472B; }

input.no-error + .placeholder + .input_icon:after, textarea.no-error + .placeholder + .input_icon:after {
  content: '\006e';
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-family: Glyphter;
  font-style: normal;
  font-weight: 400;
  color: #369e12; }

.bg-image-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-image-cover-top {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-image-cover-left {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

.relative {
  position: relative; }

::-webkit-scrollbar {
  position: fixed;
  width: 5px;
  height: 5px;
  cursor: pointer; }

::-webkit-scrollbar-track-piece {
  background: #d9d9db;
  -webkit-border-radius: 3px; }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #828282;
  -webkit-border-radius: 3px;
  cursor: pointer; }

::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #828282;
  -webkit-border-radius: 3px;
  cursor: pointer; }

.block-padding-xs {
  padding: 25px 0; }

.block-padding-lg {
  padding: 60px 0; }

.margin-auto {
  margin: 0 auto; }

.menu-slide-right .block-padding {
  padding: 0 0 50px; }

.filter-black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.bg-gray {
  background-color: #FBFBFB; }

.bg-green {
  background-color: #369e12; }

.bg-yeallow {
  background-color: #ffc000; }

.bg-blue {
  background-color: #2784f7; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: #f30404; }

.bg-blue-dark {
  background-color: #1c53f3; }

.bg-green-dark {
  background-color: #2fc50c; }

.bg-yeallow-light {
  background-color: #f8ea0e; }

.mr-0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

@media all and (max-width: 1023px) {
  .mb-70 {
    margin-bottom: 40px !important; } }

ol {
  list-style-type: none;
  counter-reset: num;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px; }
  ol > li {
    padding-bottom: 15px; }
  ol > li:last-child {
    padding-bottom: 0; }
  ol > li:before {
    content: counter(num) ". ";
    counter-increment: num;
    color: #07101E;
    font-weight: 700;
    position: absolute;
    left: 0; }

ul {
  list-style-type: none;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px; }
  ul > li {
    padding-bottom: 15px;
    position: relative; }
  ul > li:last-child {
    padding-bottom: 0; }
  ul > li:before {
    font-family: 'Glyphter';
    content: '\0043';
    position: absolute;
    left: -25px;
    color: #DD472B; }

.ul-default {
  margin: 0;
  padding: 0; }
  .ul-default > li:last-child {
    padding-bottom: 0; }
  .ul-default li:before {
    display: none; }

.container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto; }

.container-xs {
  width: 100%; }

.container-sm {
  width: 540px; }

.container-lg {
  width: 960px; }

.container-lg-for-many {
  padding: 37px 0 37px 115px; }
  .container-lg-for-many.padding-right {
    padding-right: 115px; }

@media all and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 15px; } }

.flex-align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-direction-columb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-a-end-j-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-a-center-j-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-a-start-j-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-justify-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-between-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.container-fluid {
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px; }

.row-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row-sm {
  margin-left: -5px;
  margin-right: -5px; }

.row-sm > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-xs-1,
.col-sm-1,
.col-ss-1,
.col-md-1,
.col-lg-1,
.col-xlg-1,
.col-xxlg-1,
.col-xs-2,
.col-sm-2,
.col-ss-2,
.col-md-2,
.col-lg-2,
.col-xlg-2,
.col-xxlg-2,
.col-xs-3,
.col-sm-3,
.col-ss-3,
.col-md-3,
.col-lg-3,
.col-xlg-3,
.col-xxlg-3,
.col-xs-4,
.col-sm-4,
.col-ss-4,
.col-md-4,
.col-lg-4,
.col-xlg-4,
.col-xxlg-4,
.col-xs-5,
.col-sm-5,
.col-ss-5,
.col-md-5,
.col-lg-5,
.col-xlg-5,
.col-xxlg-5,
.col-xs-6,
.col-sm-6,
.col-ss-6,
.col-md-6,
.col-lg-6,
.col-xlg-6,
.col-xxlg-6,
.col-xs-7,
.col-sm-7,
.col-ss-7,
.col-md-7,
.col-lg-7,
.col-xlg-7,
.col-xxlg-7,
.col-xs-8,
.col-sm-8,
.col-ss-8,
.col-md-8,
.col-lg-8,
.col-xlg-8,
.col-xxlg-8,
.col-xs-9,
.col-sm-9,
.col-ss-9,
.col-md-9,
.col-lg-9,
.col-xlg-9,
.col-xxlg-9,
.col-xs-10,
.col-sm-10,
.col-ss-10,
.col-md-10,
.col-lg-10,
.col-xlg-10,
.col-xxlg-10,
.col-xs-11,
.col-sm-11,
.col-ss-11,
.col-md-11,
.col-lg-11,
.col-xlg-11,
.col-xxlg-11,
.col-xs-12,
.col-sm-12,
.col-ss-12,
.col-md-12,
.col-lg-12,
.col-xlg-12,
.col-xxlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-0 {
  width: 0;
  padding: 0; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media all and (min-width: 576px) {
  .container {
    width: 540px; }
  .col-ss-12 {
    width: 100%; }
  .col-ss-11 {
    width: 91.66666667%; }
  .col-ss-10 {
    width: 83.33333333%; }
  .col-ss-9 {
    width: 75%; }
  .col-ss-8 {
    width: 66.66666667%; }
  .col-ss-7 {
    width: 58.33333333%; }
  .col-ss-6 {
    width: 50%; }
  .col-ss-5 {
    width: 41.66666667%; }
  .col-ss-4 {
    width: 33.33333333%; }
  .col-ss-3 {
    width: 25%; }
  .col-ss-2 {
    width: 16.66666667%; }
  .col-ss-1 {
    width: 8.33333333%; }
  .col-ss-offset-12 {
    margin-left: 100%; }
  .col-ss-offset-11 {
    margin-left: 91.66666667%; }
  .col-ss-offset-10 {
    margin-left: 83.33333333%; }
  .col-ss-offset-9 {
    margin-left: 75%; }
  .col-ss-offset-8 {
    margin-left: 66.66666667%; }
  .col-ss-offset-7 {
    margin-left: 58.33333333%; }
  .col-ss-offset-6 {
    margin-left: 50%; }
  .col-ss-offset-5 {
    margin-left: 41.66666667%; }
  .col-ss-offset-4 {
    margin-left: 33.33333333%; }
  .col-ss-offset-3 {
    margin-left: 25%; }
  .col-ss-offset-2 {
    margin-left: 16.66666667%; }
  .col-ss-offset-1 {
    margin-left: 8.33333333%; }
  .col-ss-offset-0 {
    margin-left: 0%; } }

@media all and (min-width: 768px) {
  .container {
    width: 720px; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media all and (min-width: 992px) {
  .container {
    width: 960px; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media all and (min-width: 1170px) {
  .container {
    width: 1140px; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media all and (min-width: 1500px) {
  .col-xlg-12 {
    width: 100%; }
  .col-xlg-11 {
    width: 91.66666667%; }
  .col-xlg-10 {
    width: 83.33333333%; }
  .col-xlg-9 {
    width: 75%; }
  .col-xlg-8 {
    width: 66.66666667%; }
  .col-xlg-7 {
    width: 58.33333333%; }
  .col-xlg-6 {
    width: 50%; }
  .col-xlg-5 {
    width: 41.66666667%; }
  .col-xlg-4 {
    width: 33.33333333%; }
  .col-xlg-3 {
    width: 25%; }
  .col-xlg-2 {
    width: 16.66666667%; }
  .col-xlg-1 {
    width: 8.33333333%; }
  .col-xlg-offset-12 {
    margin-left: 100%; }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%; }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%; }
  .col-xlg-offset-9 {
    margin-left: 75%; }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%; }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%; }
  .col-xlg-offset-6 {
    margin-left: 50%; }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%; }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%; }
  .col-xlg-offset-3 {
    margin-left: 25%; }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%; }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%; }
  .col-xlg-offset-0 {
    margin-left: 0%; } }

@media all and (min-width: 1800px) {
  .col-xxlg-12 {
    width: 100%; }
  .col-xxlg-11 {
    width: 91.66666667%; }
  .col-xxlg-10 {
    width: 83.33333333%; }
  .col-xxlg-9 {
    width: 75%; }
  .col-xxlg-8 {
    width: 66.66666667%; }
  .col-xxlg-7 {
    width: 58.33333333%; }
  .col-xxlg-6 {
    width: 50%; }
  .col-xxlg-5 {
    width: 41.66666667%; }
  .col-xxlg-4 {
    width: 33.33333333%; }
  .col-xxlg-3 {
    width: 25%; }
  .col-xxlg-2 {
    width: 16.66666667%; }
  .col-xxlg-1 {
    width: 8.33333333%; }
  .col-xxlg-offset-12 {
    margin-left: 100%; }
  .col-xxlg-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxlg-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxlg-offset-9 {
    margin-left: 75%; }
  .col-xxlg-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxlg-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxlg-offset-6 {
    margin-left: 50%; }
  .col-xxlg-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxlg-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxlg-offset-3 {
    margin-left: 25%; }
  .col-xxlg-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxlg-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxlg-offset-0 {
    margin-left: 0%; } }

@media all and (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }

@media all and (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media all and (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important; } }

@media all and (min-width: 1024px) and (max-width: 1240px) {
  .hidden-lg {
    display: none !important; } }

@media all and (min-width: 1241px) {
  .hidden-xlg {
    display: none !important; } }

.wow {
  visibility: hidden; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  padding: 40px 0; }
  .menu nav a {
    font-size: 20px;
    padding: 6px 20px;
    margin-right: 5px;
    border-radius: 9px;
    text-decoration: none; }
    .menu nav a:hover {
      background: -webkit-gradient(linear, left top, right top, color-stop(-3.33%, #DD472B), color-stop(97.93%, #EA5C2C));
      background: linear-gradient(90deg, #DD472B -3.33%, #EA5C2C 97.93%);
      color: #ffffff; }
    .menu nav a:last-child {
      margin-right: 0; }
  .menu .hamburger {
    display: none; }

section {
  padding: 100px 0; }

.grecaptcha-badge {
  display: none; }

.accordeon-list .accordeon-item {
  margin-bottom: 30px; }
  .accordeon-list .accordeon-item .accordeon-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .accordeon-list .accordeon-item .accordeon-item-header h3 {
      margin: 0; }
    .accordeon-list .accordeon-item .accordeon-item-header .icon {
      color: #DD472B;
      font-size: 40px;
      margin-right: 30px; }
    .accordeon-list .accordeon-item .accordeon-item-header .icon-arrow-down {
      margin-left: 10px;
      font-size: 18px;
      color: #82878D; }
  .accordeon-list .accordeon-item ul {
    max-height: 0;
    margin-left: 70px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
  .accordeon-list .accordeon-item.open .accordeon-item-header .icon-arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.card {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden; }
  .card .card-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px; }
  .card .card-content {
    padding: 16px 26px 26px;
    border: 1px solid #A8ADB4;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    .card .card-content h4 {
      min-height: 48px;
      margin-bottom: 22px; }
    .card .card-content .card-text {
      min-height: 80px;
      margin-bottom: 22px; }
    .card .card-content .card-info {
      margin-bottom: 18px; }
      .card .card-content .card-info .time {
        margin-bottom: 10px; }
      .card .card-content .card-info [class^='icon'] {
        margin-right: 10px;
        font-size: 20px;
        position: relative;
        top: 4px; }
    .card .card-content .btn {
      width: 100%; }
  .card:hover {
    cursor: pointer;
    -webkit-box-shadow: 3px 2px 10px 5px rgba(7, 16, 30, 0.18);
    box-shadow: 3px 2px 10px 5px rgba(7, 16, 30, 0.18); }
    .card:hover .card-image {
      border: none; }
    .card:hover .card-content {
      border: none;
      padding-left: 27px;
      padding-right: 27px; }

#primary {
  padding: 40px 0; }

#main {
  background-image: url("../images/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 100vh;
  position: relative;
  padding: 0; }
  #main .main-content {
    position: absolute;
    height: calc(100vh - 116px);
    top: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #main .main-content h2 {
      margin-bottom: 75px; }

#about {
  background-image: url("/images/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#format .format-cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#format .text-small {
  color: #A8ADB4;
  font-size: 14px;
  line-height: 16px;
  text-align: center; }

#problems {
  background-image: url("/images/problems-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }
  #problems ul {
    font-size: 24px;
    line-height: 30px;
    padding-left: 50px; }
    #problems ul li {
      padding-bottom: 25px; }
      #problems ul li:before {
        left: -50px;
        font-size: 30px; }

#contacts .left-wrapper {
  max-width: 60%; }
  #contacts .left-wrapper .contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px; }
    #contacts .left-wrapper .contact [class^='icon-'] {
      position: absolute;
      left: 0;
      top: 2px; }
    #contacts .left-wrapper .contact.phones a {
      display: block; }
  #contacts .left-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #contacts .left-wrapper .socials a {
      font-size: 30px; }

#contacts form input {
  width: 100%;
  margin-bottom: 18px; }

#contacts form button {
  width: 100%; }

#map {
  height: 440px; }

footer {
  padding: 40px 0;
  background-color: #D7DBDE; }
  footer p {
    color: #7C7F82;
    font-size: 12px;
    line-height: 16px; }
  footer a {
    line-height: 16px; }

#totop {
  display: none; }
  #totop #totop-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 50px;
    bottom: 50px;
    font-size: 40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    padding: 14px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #DD472B;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  #totop:hover #totop-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }

.select2-container .select2-selection--single {
  height: 56px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px; }

@media all and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px; }
  h2 {
    font-size: 32px;
    line-height: 36px; }
  .btn-big {
    padding: 24px 30px;
    font-size: 18px;
    line-height: 20px; }
  .main-content {
    max-width: 50%; }
  .menu .hamburger {
    display: block;
    position: relative;
    z-index: 60; }
  .menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #ea5c2c;
    z-index: 50;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .menu nav a {
      padding: 20px;
      margin: 0;
      color: #fff;
      font-weight: bold; }
  .menu.open nav {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .menu.open .hamburger .hamburger-inner {
    background-color: #fff; }
    .menu.open .hamburger .hamburger-inner:before, .menu.open .hamburger .hamburger-inner:after {
      background-color: #fff; }
  #main .main-content {
    height: calc(100vh - 26px);
    top: 26px; }
    #main .main-content h2 {
      margin-bottom: 40px; }
  #problems ul {
    font-size: 20px;
    line-height: 24px;
    padding-left: 40px; }
    #problems ul li:before {
      left: -40px;
      font-size: 24px; }
  #contacts .left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none; }
    #contacts .left-wrapper .contact {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 24px;
      padding-right: 24px; }
    #contacts .left-wrapper .socials {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #contacts .left-wrapper .socials a {
        padding: 0 50px; }
  #map {
    height: 270px; } }

@media all and (max-width: 767px) {
  .card .card-content h4 {
    min-height: 0; }
  .card .card-content .card-text {
    min-height: 0; } }

@media all and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 10px 0; }
  h2 {
    font-size: 22px;
    line-height: 26px; }
  h3 {
    font-size: 16px;
    line-height: 20px; }
  section {
    padding: 40px 0; }
  .btn {
    padding: 14px 15px;
    font-size: 14px; }
  .btn-big {
    padding: 24px 15px;
    font-size: 14px;
    line-height: 20px; }
  .menu {
    margin-left: 0;
    padding: 15px 0; }
    .menu nav {
      width: 100%; }
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 38px;
    height: 2px; }
  #main {
    background-image: url("../images/main-bg_mob.jpg");
    background-position: top center; }
    #main .main-content {
      width: 100%;
      max-width: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      top: 0;
      left: 0; }
      #main .main-content h2 {
        margin-bottom: 30px; }
      #main .main-content .btn {
        margin-bottom: 40px; }
  #format .text-small {
    font-size: 12px;
    line-height: 16px; }
  #problems ul {
    font-size: 16px;
    line-height: 20px;
    padding-left: 28px; }
    #problems ul li:before {
      left: -28px;
      font-size: 18px; }
  #contacts .left-wrapper {
    margin-bottom: 40px; }
    #contacts .left-wrapper .contact {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-bottom: 10px; }
    #contacts .left-wrapper .socials a {
      padding: 0 30px; }
  .accordeon-list .accordeon-item {
    margin-bottom: 0; }
    .accordeon-list .accordeon-item .accordeon-item-header .icon {
      font-size: 40px;
      margin-right: 13px; }
    .accordeon-list .accordeon-item ul {
      margin-left: 50px;
      margin-top: 10px; }
  #totop #totop-wrapper {
    right: 20px;
    bottom: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10 IE11 до 991px по ширине*/ }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1279px) {
  /* IE10 IE11 до 991px по ширине*/ }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
  /* IE10 IE11 до 767px по ширине*/ }