/* ----- Styles site ------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FBFBFB;
  font: normal 300 12px/18px "Montserrat", Arial, sans-serif;
  color: #000;
}

.title-site, h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
}

h1, .title-site_h1 {
  font-size: 24px;
}

h2, .title-site_h2 {
  font-size: 18px;
}

h3, .title-site_h3 {
  font-size: 17px;
}

h4, .title-site_h4 {
  font-size: 16px;
}

h5, .title-site_h5 {
  font-size: 15px;
  line-height: 1.3em;
}

h6, .title-site_h6 {
  font-size: 14px;
  line-height: 1.3em;
}

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

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 17px;
}

.text-bl ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 15px;
}

.text-bl ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 15px;
}

.text-bl li {
  margin-bottom: 10px;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.txt-md {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.txt-lg {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.txt-st {
  font-size: 14px;
  line-height: 17px;
}

.txt-st_second {
  font-size: 14px;
  line-height: 20px;
}

.txt-bold {
  font-weight: bold;
}

.txt-norm {
  font-weight: normal;
}

.col-fire {
  color: #D20400;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  /*color: #D20400;*/
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #b90400;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .title-site_h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  h2, .title-site_h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  h3, .title-site_h3 {
    font-size: 25px;
  }
  h4, .title-site_h4 {
    font-size: 22px;
  }
  h5, .title-site_h5 {
    font-size: 20px;
  }
  h6, .title-site_h6 {
    font-size: 18px;
  }
  .text-bl-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .text-bl-grid__half-col {
    width: 48%;
  }
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .txt-md {
    font-size: 18px;
    line-height: 24px;
  }
  .txt-lg {
    font-size: 27px;
    line-height: 38px;
  }
  p {
    margin-bottom: 20px;
  }
  .txt-st {
    font-size: 18px;
    line-height: 22px;
  }
  .txt-st_second {
    line-height: 26px;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .txt-md {
    font-size: 24px;
    line-height: 29px;
  }
  .txt-lg {
    font-size: 36px;
    line-height: 44px;
  }
  p {
    margin-bottom: 26px;
  }
}

/* end media min width 1000 pixels */
/* ----- END Typography ---------------- */
/*                                       */
/*                                       */
/* ----- Page structure ---------------- */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#wrapper {
  min-width: 320px;
}

.section-st {
  padding: 20px 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.visible-lap, .hidden-full, .hidden-mobile {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
  .hidden-tabl {
    display: none;
  }
  /* end media min width 768 pixels */
}

/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  html, body {
    height: 100%;
  }
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section-st {
    padding: 50px 0;
  }
  .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .visible-lap {
    display: block;
  }
  .hidden-tabl {
    display: block;
  }
  .hidden-lap {
    display: none;
  }
  /* end media min width 1000 pixels */
}

/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .section-st_lg {
    padding: 80px 0;
  }
  .hidden-lap {
    display: block;
  }
  .container {
    max-width: 1275px;
  }
  .container_sm {
    max-width: 1220px;
  }
  .container_md {
    max-width: 1350px;
  }
  /* end media min width 1220 pixels */
}

/* ----- Header ------------------------ */
.header {
  position: relative;
}

.header__inner {
  padding: 17px 0;
}

.logo_header {
  max-width: 167px;
}

.logo a {
  display: block;
  outline: none;
}

.head-info_tabl {
  display: none;
}

.burg-info__adr {
  margin-bottom: 22px;
}

.adr-box {
  padding-left: 32px;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.adr-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 21px;
  height: 22px;
  background: url(../img/ic-marker.svg) center center no-repeat;
  background-size: contain;
}

.phone-box__tel {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.105em;
  color: #000000;
  margin-bottom: 11px;
}

.phone-box__tel a {
  color: #000;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.phone-box__tel a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
}

.phone-box__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .head-info_tabl {
    display: block;
  }
  .header__inner {
    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;
  }
  .head-info {
    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;
  }
  .phone-box__tel {
    font-size: 20px;
    line-height: 22px;
  }
  .phone-box__name {
    font-size: 10px;
    line-height: 10px;
  }
  .logo_header {
    max-width: 220px;
    margin-right: 20px;
  }
  .head-info > * + * {
    margin-left: 50px;
  }
  .header {
    padding-bottom: 25px;
  }
  .header__inner {
    padding: 25px 0;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .logo_header {
    max-width: none;
  }
  .adr-box {
    font-size: 14px;
    line-height: 17px;
  }
  .phone-box__tel {
    font-size: 24px;
    line-height: 26px;
  }
  .phone-box__name {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .head-info > * + * {
    margin-left: 90px;
  }
}

/* end media min width 1000 pixels */
/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .header {
    padding-bottom: 38px;
  }
  .header__inner {
    padding: 38px 0;
  }
  .head-info > * + * {
    margin-left: 175px;
  }
}

/* end media min width 1220 pixels */
/* ----- END Header -------------------- */
/*                                       */
/*                                       */
/* ----- Footer ------------------------ */
.footer {
  padding: 20px 0;
}

.f-cap {
  margin-bottom: 25px;
}

.f-cap .phone-box {
  margin-bottom: 25px;
}

.f-info .title-site_h3, .f-info h3 {
  font-size: 18px;
  line-height: 1.05;
  margin-bottom: 16px;
}

.f-info .adr-box {
  padding-left: 40px;
  margin-bottom: 11px;
}

.f-info .adr-box:before {
  background-image: url(../img/ic-marker2.svg);
  width: 23px;
  height: 28px;
}

.qr-cod__img {
  display: none;
}

.qr-cod__txt {
  font-size: 12px;
  line-height: 18px;
}

.qr-cod {
  margin-bottom: 18px;
}

.bl-tabs {
  padding: 12px 10px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.tabs {
  margin-bottom: 11px;
}

.tabs li {
  font-weight: bold;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  cursor: pointer;
}

.tabs li:last-child {
  margin-right: 0;
}

.tabs li.current {
  color: #D20400;
  cursor: default;
  border-bottom-color: transparent;
}

.bl-txt {
  padding-bottom: 10px;
}

.bl-txt__item {
  margin-bottom: 6px;
}

.main-map {
  min-height: 300px;
  margin-left: -10px;
  margin-right: -10px;
}

.box_hidden {
  position: absolute;
  width: 100%;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.f-grid {
  padding-bottom: 35px;
}

.f-copy {
  text-align: center;
  padding-bottom: 45px;
}

.f-copy__logo {
  max-width: 167px;
  margin: 0 auto 22px;
}

.f-copy__copy {
  font-size: 10px;
  line-height: 12px;
}

.ymaps-2-1-77-map-copyrights-promo, .ymaps-2-1-77-copyright.ymaps-2-1-77-copyright_logo_no {
  display: none !important;
}

.ymaps-map {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .f-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-grid__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
    max-width: 300px;
  }
  .f-grid__contact {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: calc(100% - 330px);
  }
  .qr-cod__img {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .qr-cod__txt {
    font-size: 14px;
    line-height: 26px;
  }
  .qr-cod {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .f-info .adr-box {
    font-size: 18px;
    line-height: 26px;
  }
  .f-info .adr-box {
    margin-bottom: 30px;
  }
  .f-info .title-site_h3, .f-info h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }
  .f-cap {
    margin-bottom: 20px;
  }
  .main-map {
    min-height: 500px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .bl-tabs {
    padding: 30px 25px 0;
  }
  .bl-txt {
    padding-bottom: 20px;
  }
  .tabs {
    margin-bottom: 20px;
  }
  .tabs li {
    font-size: 18px;
    line-height: 26px;
  }
  .bl-txt__item {
    font-size: 18px;
    line-height: 26px;
  }
  .f-copy {
    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;
  }
  .f-copy__logo {
    margin-bottom: 0;
    max-width: none;
    margin-left: 0;
  }
  .f-copy__copy {
    font-size: 12px;
    line-height: 15px;
  }
  .f-grid {
    padding-bottom: 50px;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .footer {
    padding-top: 50px;
  }
  .footer .phone-box__name {
    text-align: left;
  }
  .main-map {
    min-height: 520px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .bl-tabs {
    padding: 30px 40px 0;
  }
  .f-grid__contact {
    max-width: calc(100% - 420px);
  }
  .f-grid__info {
    margin-right: 10px;
    min-width: 410px;
    max-width: 410px;
  }
  .f-grid__info {
    padding-top: 23px;
  }
  .f-cap {
    margin-bottom: 70px;
  }
  .f-cap p {
    margin-bottom: 16px;
  }
  .f-cap .phone-box {
    margin-bottom: 31px;
  }
  .f-info .adr-box {
    margin-bottom: 57px;
  }
  .qr-cod__img {
    margin-right: 35px;
  }
  .tabs li {
    margin-right: 88px;
    line-height: 26px;
    padding-bottom: 6px;
  }
  .bl-txt {
    padding-bottom: 28px;
  }
  .f-grid {
    padding-bottom: 100px;
  }
}

/* end media min width 1000 pixels */
/* ----- END Footer -------------------- */
/*                                       */
/*                                       */
/* ----- Controls styles ----------------- */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 12px 35px;
  font: normal 700 14px/24px "Montserrat", Arial, sans-serif;
  border: none;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #D20400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ec0400;
}

input.btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  width: auto;
}

input.btn_max {
  width: 100%;
}

.form-group-grid__four-col .btn {
  vertical-align: bottom;
  display: block;
}

.placeholder {
  color: #878787;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #878787;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #878787;
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input[type="password"]::-webkit-contacts-auto-fill-button {
  opacity: 1;
}

input,
textarea {
  position: relative;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ccc;
  font: normal normal 13px "Montserrat", Arial, sans-serif;
  color: #000;
  background-color: #fff;
  outline: none;
  border-radius: 22.5px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
textarea:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

input:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin: 3px 5px 3px 0;
  height: 12px;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

textarea {
  vertical-align: top;
  height: 142px;
  padding: 18px 15px;
  resize: none;
}

/* ----- END controls ------------------- */
/*                                       */
/*                                       */
/* ----- Forms ------------------------- */
.st-form {
  margin-bottom: 20px;
}

.st-form__tt {
  display: block;
}

.form-group {
  margin-bottom: 17px;
}

.form-group_btn {
  margin-top: 20px;
}

.form-group__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.form-group_inline {
  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;
}

.form-group_inline .form-group__label {
  min-width: 140px;
  max-width: 140px;
  padding: 0 10px 0 0;
  margin: 5px 0;
}

.form-group_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-group_check .form-group__label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-group-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-group-grid__half-col {
    width: 48.5%;
  }
  .form-group-grid__three-col {
    width: 31.3%;
  }
  .form-group-grid__four-col {
    width: 22.8%;
  }
  /* end media min width 768 pixels */
}

/* ----- END Forms --------------------- */
/*                                       */
/*                                       */
/* ----- Navigation -------------------- */
/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
  display: none;
}

@media only screen and (min-width: 768px) {
  .bread-crumbs {
    display: block;
  }
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.bread-crumbs li:before {
  content: '/';
  margin: 0 5px;
}

.bread-crumbs li:first-child:before {
  display: none;
}

/* -- Pagination -------------------- */
.pagination {
  list-style-type: none;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}

.pagination a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #eee;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #fc8a00;
  color: #fff;
}

.pagination__prev a, .pagination__next a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.pagination__prev a:hover, .pagination__next a:hover {
  background: none;
  color: #000;
}

.pagination__active a {
  background-color: #fc8a00;
  color: #fff;
}

/* -- Main menu --------------------- */
.menu-open-wrapper-page .header__inner {
  background-color: #fff;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.header__inner {
  background-color: transparent;
  -webkit-transition: all 0s 0.4s ease-in-out;
  transition: all 0s 0.4s ease-in-out;
  position: relative;
  z-index: 102;
}

.burger-menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 103;
  cursor: pointer;
  padding: 10px;
}

.burger-menu-box {
  display: block;
  width: 24px;
  padding: 6px 0;
}

.burger-menu-inner {
  display: block;
  position: relative;
  height: 2px;
  background-color: #7A0508;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger-menu-inner:before, .burger-menu-inner:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #7A0508;
  width: 100%;
  border-radius: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.burger-menu-inner:before {
  top: -6px;
  -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.burger-menu-inner:after {
  bottom: -6px;
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-burger--opened .burger-menu {
  position: fixed;
}

.menu-burger--opened .burger-menu-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-burger--opened .burger-menu-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.menu-burger--opened .burger-menu-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-wrapper-fixed {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: top 0.4s cubic-bezier(0, 0.995, 0.99, 1);
  transition: top 0.4s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-open-wrapper {
  padding: 70px 25px 35px 45px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.menu-burger--opened .menu-wrapper-fixed {
  top: 0;
}

.menu-burger--opened .menu-open-wrapper {
  background-color: #fff;
}

.header-nav {
  margin-bottom: 66px;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
  list-style-type: none;
  font: normal 700 18px/22px "Montserrat", Arial, sans-serif;
  color: #D20400;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-item__link {
  color: #D20400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.menu-item__link:hover {
  color: #D20400;
  border-bottom-color: #D20400;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .menu-open-wrapper-page {
    overflow: visible;
    position: relative;
    height: auto;
    width: auto;
  }
  .menu-open-wrapper-page .menu-open-wrapper {
    background: none;
  }
  .menu-open-wrapper-page .header__inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .burger-menu {
    display: none;
  }
  .header-nav {
    display: block;
  }
  .menu {
    text-align: center;
    border-radius: 5px;
    padding-left: 30px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-item {
    display: inline-block;
    vertical-align: middle;
    font: normal 700 18px/22px "Montserrat", Arial, sans-serif;
    width: auto;
    margin: 0 15px;
  }
  .menu-item__link {
    display: block;
    padding: 10px 0;
  }
  .burg-info {
    display: none;
  }
  .header-nav {
    margin-bottom: 0;
  }
  /* end media min width 768 pixels */
}

/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .menu-item {
    margin: 0 37px;
  }
  .menu-item__link {
    padding: 5px 0;
  }
}

/* end media min width 1220 pixels */
/* ----- END Navigation ---------------- */
/*                                       */
/*                                       */
/* ----- banner component ------------------- */
.banner-wrapp {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.banner-wrapp .slider-banner-wrapp {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

.banner-content {
  min-height: 360px;
}

.banner-content-value {
  position: relative;
  padding-left: 32px;
  margin-right: -20px;
}

.banner-content-value__wrapp {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #D20400;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 27px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-content-value__wrapp span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
}

.banner-content-value > span {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #D20400;
}

.banner-content__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #D20400;
  margin-bottom: 15px;
}

.banner-content__desc {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.slider_banner .owl-item.active .slider-banner-bg {
  opacity: 1;
}

.slider_banner .owl-item .slider-banner-bg {
  opacity: 0;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .banner-content {
    padding: 0;
  }
  .banner-wrapp .slider-banner-wrapp {
    left: 30%;
  }
  .banner-content {
    min-height: 390px;
  }
  .banner-content-value {
    margin-right: 0;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .banner-content {
    min-height: 600px;
  }
  .banner-content-value {
    padding-left: 65px;
  }
  .banner-content-value > span {
    font-size: 200px;
  }
  .banner-content-value__wrapp {
    font-size: 48px;
    line-height: 1;
    width: 60px;
    left: -12px;
  }
  .banner-content-value__wrapp span {
    padding-top: 3px;
  }
  .banner-content__name {
    margin-top: -10px;
    font-size: 48px;
    margin-bottom: 10px;
  }
  .banner-content__desc {
    font-size: 24px;
    line-height: 29px;
  }
  .banner-wrapp .slider-banner-wrapp {
    left: 50%;
    margin-left: -230px;
  }
}

/* end media min width 1000 pixels */
/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .banner-content {
    min-height: 577px;
    padding-top: 50px;
  }
}

/* end media min width 1220 pixels */
/* ----- END banner component --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/* ----- preview component ------------------- */
.preview-bl-cap {
  position: relative;
  padding-bottom: 160px;
}

.preview-bl-cap__bg {
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: -1;
}

.preview-bl-cap .txt-md {
  margin-bottom: 5px;
}

.preview-section {
  padding: 20px 0;
}

.preview-grid__left {
  margin-bottom: 6px;
}

.mob-hidden {
  display: none;
}

.preview-section__info {
  padding-bottom: 20px;
}

.skills-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  min-height: 130px;
  overflow: hidden;
  padding: 14px 90px 12px 17px;
  position: relative;
  z-index: 1;
}

.skills-card__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 150px;
}

.skills-card__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.skills-card-list__item {
  margin-bottom: 20px;
}

/* Min width 560 pixels */
@media only screen and (min-width: 560px) {
  .skills-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .skills-card-list__item {
    min-width: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}

/* end media min width 560 pixels */
/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .preview-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .preview-grid__left, .preview-grid__right {
    margin-bottom: 0;
    min-width: 48%;
    max-width: 48%;
  }
  .preview-bl-cap {
    position: static;
  }
  .preview-bl-cap .txt-md {
    margin-bottom: 20px;
  }
  .preview-grid__left {
    position: relative;
  }
  .skills-card-list__item {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .preview-section {
    padding: 45px 0;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .preview-bl-cap__bg {
    left: -15px;
  }
  .preview-section__info {
    padding-bottom: 80px;
  }
  .skills-card-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .skills-card-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .skills-card {
    min-height: 210px;
    padding: 26px 100px 26px 25px;
  }
  .skills-card__txt {
    font-size: 20px;
    line-height: 26px;
  }
  .skills-card__img {
    max-width: 200px;
  }
}

/* end media min width 1000 pixels */
/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .preview-grid__left {
    position: static;
  }
  .preview-bl-cap__bg {
    left: 0;
    bottom: -40px;
  }
  .preview-section__info {
    position: relative;
  }
  .preview-bl-cap .txt-md {
    margin-bottom: 30px;
  }
  .preview-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .preview-grid__left {
    min-width: 44%;
    max-width: 44%;
  }
  .preview-grid__right {
    min-width: 49%;
    max-width: 49%;
  }
  .skills-card {
    padding: 26px 130px 26px 25px;
  }
  .skills-card__txt {
    font-size: 24px;
    line-height: 29px;
  }
  .skills-card__img {
    max-width: 280px;
  }
}

/* end media min width 1220 pixels */
/* ----- END preview component --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/* ----- About section ------------------- */
.box-about {
  padding: 18px 17px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}

.list-about-item__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #D20400;
  margin-bottom: 8px;
}

.list-about-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-about-item-txt__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 34px;
  max-width: 34px;
  margin-right: 10px;
}

.list-about-item-txt__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-about-item {
  margin-bottom: 10px;
}

.list-about-item:last-child {
  margin-bottom: 5px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .box-about {
    padding: 47px 58px;
  }
  .box-about__cap {
    margin-bottom: 45px;
  }
  .list-about-item {
    margin-bottom: 38px;
  }
  .list-about-item p {
    margin-bottom: 0;
  }
  .list-about-item:last-child {
    margin-bottom: 26px;
  }
  .list-about-item__name {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .list-about-item-txt {
    margin-left: -2px;
  }
  .list-about-item-txt__icon {
    min-width: 75px;
    max-width: none;
    margin-right: 40px;
  }
  .list-about-item-txt__txt {
    font-size: 18px;
    line-height: 26px;
  }
  .about-section {
    padding: 50px 0;
  }
}

/* end media min width 768 pixels */
/* ----- END About section --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/* ----- Slider component ------------------- */
.slider-card-wrapp {
  padding-bottom: 60px;
}

.card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.slider-card-wrapp {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 60px;
}

.slider-card-wrapp .slider.slider_card {
  overflow: visible;
}

.slider-card-wrapp .slider_card > .owl-stage-outer {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.card {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card_sm {
  min-height: 300px;
}

.card_sm .card__picture {
  height: 170px;
}

.card__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 130px;
  padding: 18px 24px 13px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__info_alone {
  padding-bottom: 23px;
  min-height: 80px;
}

.card__info > * + * {
  margin-top: 12px;
}

.card__picture {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  height: 220px;
  min-height: 100%;
}

.card__picture .slider, .card__picture .owl-stage-outer, .card__picture .owl-stage, .card__picture .owl-item, .card__picture .slider-slide {
  height: 100%;
}

.card__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__sity {
  font-size: 13px;
  line-height: 16px;
}

.brand-box {
  padding: 20px;
  text-align: center;
  min-height: 140px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-box img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.cap-section_sm .title-site, .cap-section_sm h1, .cap-section_sm h2, .cap-section_sm h3, .cap-section_sm h4, .cap-section_sm h5, .cap-section_sm h6 {
  margin-bottom: 10px;
}

.cap-section_push-none .title-site, .cap-section_push-none h1, .cap-section_push-none h2, .cap-section_push-none h3, .cap-section_push-none h4, .cap-section_push-none h5, .cap-section_push-none h6 {
  margin-bottom: 0;
}

.card-section_push {
  margin: 28px 0 10px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .card {
    min-height: 380px;
  }
  .card_sm .card__picture {
    height: 270px;
  }
  .card__info {
    min-height: 160px;
    padding-bottom: 25px;
  }
  .card__info > * + * {
    margin-top: 25px;
  }
  .card__info_alone {
    padding-bottom: 37px;
    padding-top: 27px;
    min-height: 110px;
  }
  .card__sity {
    font-size: 14px;
    line-height: 17px;
  }
  .cap-section_md .title-site, .cap-section_md h1, .cap-section_md h2, .cap-section_md h3, .cap-section_md h4, .cap-section_md h5, .cap-section_md h6 {
    margin-bottom: 34px;
  }
  .cap-section_md p {
    margin-bottom: 30px;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .slider-card-wrapp {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-card-wrapp .slider_card > .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-section_push {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

/* end media min width 1000 pixels */
/* ----- END Slider component --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/* ----- Steps section ------------------- */
.steps-list {
  counter-reset: mySteps;
}

.steps-list__item {
  list-style: none;
}

.steps-list__item:last-child .step-point {
  margin-bottom: 40px;
}

.steps-list__item:last-child .step-point:after {
  display: none;
}

.step-point:before {
  counter-increment: mySteps;
  content: counter(mySteps);
  left: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D20400;
}

.step-point:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -48px;
  left: 50%;
  height: 70px;
  margin-left: -35px;
  width: 22px;
  background: url(../img/arrow-st-mob.svg) center bottom no-repeat;
  background-size: contain;
}

.step-point {
  position: relative;
  padding: 12px 10px 8px 60px;
  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;
  min-height: 90px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 50px;
}

.steps-section {
  padding: 5px 0;
  position: relative;
}

.steps-section__bg {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .steps-section .cap-section {
    margin-bottom: 50px;
  }
  .steps-list {
    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;
    margin-left: -15px;
    margin-right: -15px;
  }
  .steps-list__item {
    max-width: 50%;
    min-width: 50%;
    padding: 0 15px;
  }
  .steps-list__item:nth-child(2n) .step-point:after {
    display: block;
    background-image: url(../img/arrow-st-down.svg);
    background-position: center top;
    background-size: 100% 100%;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: auto;
    top: 100%;
    width: 100%;
    height: 60px;
  }
  .steps-list__item:nth-child(2n-1) .step-point:after {
    display: block;
    background-image: url(../img/arrow-st-right.svg);
    width: 135px;
    background-position: right center;
    height: 14px;
    right: -28px;
    top: 50%;
    margin-top: -7px;
    left: auto;
    background-size: contain;
  }
  .steps-list__item:last-child .step-point:after {
    display: none;
  }
  .step-point {
    margin-bottom: 60px;
    min-height: 100px;
    font-size: 14px;
    line-height: 22px;
  }
  .step-point:after {
    display: none;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .steps-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .steps-list__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .steps-list__item:nth-child(2n) {
    padding-right: 15px;
  }
  .steps-list__item:nth-child(2n) .step-point:after {
    height: 73px;
    width: 713px;
  }
  .steps-list__item:nth-child(2n-1) {
    padding-left: 15px;
  }
  .steps-list__item:nth-child(2n-1) .step-point:after {
    height: 22px;
    right: -98px;
    margin-top: -11px;
  }
  .step-point {
    margin-bottom: 76px;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 10px 20px 138px;
    min-height: 150px;
  }
  .step-point:before {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    margin-top: -32px;
    left: 39px;
  }
  .steps-section__bg {
    bottom: -100px;
  }
}

/* end media min width 1000 pixels */
/* ----- END Steps section --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/* ----- Quest section ------------------- */
.bl-bg {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px 16px 10px 24px;
}

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

.grid-quest__left {
  margin-bottom: 20px;
}

.form-banner {
  padding: 20px 15px 10px;
  background: #E4E4E4;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.form-banner .form-group__field {
  border-color: transparent;
}

.form-banner .form-group__field:focus, .form-banner .form-group__field:hover {
  border-color: #ccc;
}

.form-banner .form-group__textarea {
  border-color: transparent;
}

.form-banner .form-group__textarea:focus, .form-banner .form-group__textarea:hover {
  border-color: #ccc;
}

.form-banner__cap {
  padding: 0 10px;
  margin-bottom: 17px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .text_center-mob {
    text-align: left;
  }
  .grid-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid-quest__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
  }
  .grid-quest__right {
    min-width: 300px;
    max-width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .grid-quest__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 37px;
  }
  .grid-quest__right {
    min-width: 390px;
    max-width: 390px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .form-banner {
    padding: 35px 25px 40px;
    min-height: 100%;
  }
  .form-banner__cap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .bl-bg {
    padding: 75px 54px 75px 60px;
    min-height: 100%;
  }
  .bl-bg p {
    margin-bottom: 35px;
  }
  .grid-quest__left {
    margin-bottom: 0;
  }
}

/* end media min width 1000 pixels */
/* ----- END Quest section --------------- */
/*-------------------------------------*/
/*-------------------------------------*/
/*_________________F A N C Y_______________________*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0.90;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc;
}

.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
}

.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2), .fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.st-modal {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: none;
  padding: 50px 10px 30px;
  position: relative;
}

.st-modal .title-site, .st-modal h1, .st-modal h2, .st-modal h3 {
  font-size: 26px;
  text-align: center;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .fancybox-close-small {
    padding: 0;
    color: #fff;
    width: 40px;
    height: 40px;
  }
  .st-modal {
    padding: 50px 40px 30px;
  }
  /* end media min width 768 pixels */
}

.fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--zoom, .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

/*_____________end F A N C Y_______________________*/
/*_____________ Owl Carousel _____________________*/
.owl-carousel {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  display: none;
  width: 100%;
}

.owl-carousel .owl-item {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.slider-clear.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.owl-carousel_nav-hidden.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel_dots-hidden.owl-carousel .owl-dots {
  display: none;
}

/* Navigation */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: -10px;
  background-color: transparent;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
}

.owl-prev:hover, .owl-next:hover {
  background-color: #fff;
}

.owl-prev:hover:before, .owl-next:hover:before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

.owl-prev:before, .owl-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-prev {
  left: -20px;
}

.owl-prev:before {
  margin-left: -1px;
  background-image: url(../img/arrow-left-dark_sm.svg);
}

.owl-next {
  right: -20px;
}

.owl-next:before {
  margin-left: 0px;
  background-image: url(../img/arrow-right-dark_sm.svg);
}

.owl-nav .disabled {
  opacity: 0.4;
  cursor: default;
}

.owl-nav .disabled:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-nav .disabled:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Dots */
.carousel-st-wrapp {
  overflow: hidden;
  padding-bottom: 40px;
}

.owl-dots {
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: center;
  line-height: 0px;
}

.owl-dot {
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D20400;
  margin: 0 6px;
}

.owl-dot.active {
  width: 7px;
  height: 7px;
  background-color: #878787;
}

.owl-dot:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  margin-left: -9.5px;
  border-radius: 50%;
  background-color: transparent;
}

.slider_dots-light .owl-dots .owl-dot.active {
  background-color: #fff;
}

.slider_dots-inner .owl-dots {
  bottom: 17px;
}

.slider_nav-second .owl-prev, .slider_nav-second .owl-next {
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider_nav-second .owl-prev:hover, .slider_nav-second .owl-next:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: none;
}

.slider_nav-second .owl-prev:hover:before, .slider_nav-second .owl-next:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider_nav-second .owl-prev:before {
  margin-left: -1px;
  background-image: url(../img/arrow-left-light_sm.svg);
}

.slider_nav-second .owl-next:before {
  margin-left: 0px;
  background-image: url(../img/arrow-right-light_sm.svg);
}

.slider_nav-inner-one .owl-prev {
  left: 0;
}

.slider_nav-inner-one .owl-next {
  right: 0;
}

.slider_nav-inner .owl-prev {
  left: 20px;
}

.slider_nav-inner .owl-next {
  right: 20px;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .slider_nav-st > .owl-nav .owl-next, .slider_nav-st > .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .slider_nav-st > .owl-nav .owl-next:before, .slider_nav-st > .owl-nav .owl-prev:before {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .slider_nav-st > .owl-nav .owl-next:before {
    margin-left: 2px;
    background-image: url(../img/arrow-right-dark.svg);
  }
  .slider_nav-st > .owl-nav .owl-prev:before {
    margin-left: -4px;
    background-image: url(../img/arrow-left-dark.svg);
  }
}

/* end media min width 768 pixels */
/* Min width 1000 pixels */
@media only screen and (min-width: 1000px) {
  .slider_nav-st > .owl-nav .owl-next {
    right: -15px;
  }
  .slider_nav-st > .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-dots {
    bottom: -15px;
  }
}

/* end media min width 1000 pixels */
/* Min width 1350 pixels */
@media only screen and (min-width: 1350px) {
  .slider_nav-st > .owl-nav .owl-prev {
    left: -50px;
  }
  .slider_nav-st > .owl-nav .owl-next {
    right: -50px;
  }
  .slider-card-wrapp {
    overflow: visible;
  }
  .card-section {
    overflow: hidden;
  }
}

/* end media min width 1350 pixels */
/* Min width 1440 pixels */
@media only screen and (min-width: 1440px) {
  .slider_nav-st > .owl-nav .owl-prev {
    left: -58px;
  }
  .slider_nav-st > .owl-nav .owl-next {
    right: -58px;
  }
}

/* end media min width 1440 pixels */
/*____________end Owl Carousel _____________________*/
/* ----- Checkbox custom ------------------- */
/* Check */
.check {
  padding-left: 25px;
  position: relative;
  line-height: 16px;
  font-size: 10px;
  color: #AFAFAF;
  display: inline-block;
}

input.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #878787;
}

/* Checked */
.check__input:checked + .check__box {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512' height='512' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z' data-original='%23000000' class='active-path' data-old_color='%23000000' style='fill:%23232323'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 10px 10px;
}

/* Focused */
.check__input:focus + .check__box {
  border-color: #545454;
}

/* Disabled */
.check__input:disabled + .check__box {
  border-color: #545454;
  background-color: #ccc;
}

.check__input:checked:disabled + .check__box {
  background-color: #ccc;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .check {
    font-size: 13px;
  }
}

/* end media min width 768 pixels */
/* ----- END Checkbox custom --------------- */
/*                                           */
/*                                           */
/* ----- Radio custom --------------------- */
/* Radio */
.radio {
  padding-left: 25px;
  position: relative;
  line-height: 16px;
}

input.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.radio__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-color: tomato;
  border: 1px solid tomato;
  border-radius: 50%;
  padding: 2px;
  background-color: transparent;
}

/* Checked */
.radio__input:checked + .radio__box {
  background-color: tomato;
  background-clip: content-box;
}

/* Focused */
.radio__input:focus + .radio__box {
  border-color: #e02200;
}

/* Disabled */
.radio__input:disabled + .radio__box {
  border-color: #ccc;
  background-color: #ccc;
}

.radio__input:checked:disabled + .radio__box {
  background-clip: content-box;
}

label.error,
.alert-error,
.info-msg {
  border-color: #ffe79e;
  background-color: #fff4c9;
  font-size: 14px;
  font-weight: 400;
  color: #635145;
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  margin-bottom: 3px;
}
.alert-error {
  display: none;
}
.sms-step1,
.sms-step2 {
  display: none;
}
.alert-ok,
.ok-msg {
  border-color: #2baf4a;
  background-color: #d1ffd6;
  font-size: 14px;
  font-weight: 400;
  color: #208641;
  position: static;
  display: block;
  border-width: 1px;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  margin-bottom: 20px;
}
.alert-ok {
  display: none;
}

/* ----- END Radio custom ------------------ */
/*                                           */
/*                                           */
/* ----- Index page -------------------- */
/* ----- END index page /--------------- */
/*                                       */
/*                                       */
/* ----- END Styles site --------------- */
/*# sourceMappingURL=main.css.map */
