/* GLOBAL.CSS */
/*------------------------------------------------------------------------------*/
/* This is main CSS file that contains custom style rules used in this template */
/*------------------------------------------------------------------------------*/
/* Template Name: Site Bot */
/* Version: 1.0 Initial Release */
/* Build Date: 03-01-2019 */
/* Author: Vasyl Makohin */
/* Copyright: (C) 2019 */
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION, COLOR, ICONS & BUTTONS PRESETS */
/* 02 - HEADER */
/* 03 - FOOTER */
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------------------------*/
/* MIXU */
/*------------------------------------------------------------------------------*/
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  background: url(../img/bg.png) 0 0 repeat;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.b-h1,
.b-h2,
.b-h3,
.b-h4,
.b-h5,
.b-h6 {
  margin-top: 0;
  font-family: inherit;
  line-height: normal;
  color: inherit;
  margin-bottom: 15px;
}
h1,
.b-h1 {
  font-size: 2.5rem;
}
h2,
.b-h2 {
  font-size: 2rem;
}
h3,
.b-h3 {
  font-size: 1.75rem;
}
h4,
.b-h4 {
  font-size: 1.5rem;
}
h5,
.b-h5 {
  font-size: 1.25rem;
}
h6,
.b-h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
ol,
ul {
  list-style-position: inside;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 15px;
  margin-left: 0;
}
blockquote {
  margin: 0 0 15px;
  quotes: none;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 5px;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #562e3d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none!important;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover {
  color: #ffc820;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
pre {
  margin-top: 0;
  margin-bottom: 15px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 15px;
  position: relative;
}
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  height: auto;
  display: block;
}
.figure {
  margin-bottom: 15px;
}
.figure.figure-left {
  float: left;
  margin: 0 15px 15px 0;
}
.figure.figure-right {
  float: right;
  margin: 0 0 15px 15px;
}
img {
  vertical-align: middle;
  border-style: none;
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  border: none;
}
iframe {
  border: 0;
}
caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 15px;
}
button {
  border-radius: 0;
}
button:focus {
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input::-ms-clear {
  display: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

body .b-popup-address__value iframe {
	max-height: 400px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 40px;
  padding-left: 40px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
body .b-popup-address__value iframe {
	margin-left: 0;
	width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
::-moz-selection {
  background-color: #f4ad49;
  color: #ffffff;
}
::selection {
  background-color: #f4ad49;
  color: #ffffff;
}
.u-tal {
  text-align: left;
}
.u-tar {
  text-align: right;
}
.u-tac {
  text-align: center;
}
.c-wrapper {
  padding-top: 90px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
@media only screen and (max-width: 1179px) {
  .c-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-wrapper {
    padding-top: 0;
  }
}
.container {
  width: inherit;
  max-width: 1180px;
}
@media only screen and (max-width: 1179px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1179px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-footer-wrapper {
  display: table-row;
  width: 100%;
  height: 0;
}
/*------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR, ICONS, BUTTONS PRESETS */
/*------------------------------------------------------------*/
.b-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.b-icon-pa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: fill 0.4s;
  -moz-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
.c-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 14px 15px;
  border: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.c-btn:focus,
.c-btn:active {
  outline: none;
}
.c-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.is-btn-color-orange {
  color: #ffffff;
  background-color: #f4ad49;
}
.is-btn-color-orange:hover {
  color: #ffffff;
}
.u-form .u-input-style {
  width: 100%;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border: 1px solid rgba(89, 52, 66, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #563743;
  height: 54px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.u-form .u-input-style::-webkit-input-placeholder {
  color: rgba(86, 55, 67, 0.5);
}
.u-form .u-input-style:-moz-placeholder {
  color: rgba(86, 55, 67, 0.5);
}
.u-form .u-input-style::-moz-placeholder {
  color: rgba(86, 55, 67, 0.5);
}
.u-form .u-input-style:-ms-input-placeholder {
  color: rgba(86, 55, 67, 0.5);
}
.u-form .u-input-style:focus {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  border-color: rgba(168, 49, 63, 0.22);
}
.u-form .u-input-style.u-not-valid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(204, 0, 0, 0.8);
  color: rgba(204, 0, 0, 0.8);
}
.u-form .u-input-style.u-not-valid::-webkit-input-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form .u-input-style.u-not-valid:-moz-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form .u-input-style.u-not-valid::-moz-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form .u-input-style.u-not-valid:-ms-input-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form .u-input-style.u-textarea-style {
  resize: none;
  height: 88px;
}
@media only screen and (max-width: 767px) {
  .u-form .u-input-style.u-textarea-style {
    height: 100px;
  }
}
.u-form select {
  margin: 0;
  padding: 0 50px 10px 0;
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.u-form select:focus {
  outline: none;
}
.u-form select option {
  text-align: left;
}
.u-form .u-form-label {
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(86, 55, 67, 0.3);
  padding: 0 5px;
  margin: 0 0 5px;
  min-height: 20px;
}
.u-style-line {
  position: absolute;
  top: 0;
  right: -15px;
  width: 55px;
  height: 50px;
  display: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .u-style-line {
    display: block;
  }
}
.u-style-line .is-not-svg-line {
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.u-style-line .is-not-svg-line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(127, 103, 109, 0.5);
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  will-change: transform;
}
.u-style-line .is-not-svg-line .line-1 {
  top: 0;
}
.u-style-line .is-not-svg-line .line-2 {
  top: 8px;
}
.u-style-line .is-not-svg-line .line-3 {
  top: 16px;
}
.c-header-burger-list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #fbf8f1;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 1023px) {
  .c-header-burger-list {
    display: block;
    z-index: 999;
  }
}
.c-header-burger-list.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.c-header-burger-list .u-nav-table__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 55px 17px 12px;
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #bdafaf;
  z-index: 1;
}
.c-header-burger-list .u-nav-table {
  overflow-y: auto;
  display: block;
  width: auto;
  position: relative;
  padding: 57px 33px 70px;
  height: 100%;
  background-color: #fbf8f1;
}
.u-nav-table__head__name {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #562e3d;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-header-burger-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 55px;
  height: 57px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-header-burger-menu-close {
    display: block;
  }
}
.c-header-burger-menu-close:hover .is-line-wrap span {
  background-color: #7f676d;
}
.c-header-burger-menu-close.is-active .is-line-wrap {
  height: 25px;
}
.c-header-burger-menu-close.is-active .is-line-wrap span {
  height: 2px;
}
.c-header-burger-menu-close.is-active .line-1 {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-header-burger-menu-close.is-active .line-2 {
  opacity: 0;
  top: 50%;
  margin-top: -1px;
  left: -25px;
}
.c-header-burger-menu-close.is-active .line-3 {
  bottom: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-header-burger-menu-close .is-line-wrap {
  display: block;
  width: 25px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-header-burger-menu-close .is-line-wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(127, 103, 109, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform;
}
.c-header-burger-menu-close .line-1 {
  top: 0;
}
.c-header-burger-menu-close .line-2 {
  top: 7px;
}
.c-header-burger-menu-close .line-3 {
  bottom: 0;
}
.c-burger__nav__list {
  padding: 23px 0;
}
.c-burger__nav__list ul {
  margin: 0;
  list-style: none;
}
.c-burger__nav__list li {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
.c-burger__nav__list a,
.c-burger__nav__list span {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #562e3d;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.c-burger__nav__list a:before,
.c-burger__nav__list span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-burger__nav__list a:hover,
.c-burger__nav__list span:hover {
  color: #ffc820;
}
.c-burger__nav__list a:hover:before,
.c-burger__nav__list span:hover:before {
  background-color: #ffc820;
}
.u-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbf8f1;
  z-index: 99999;
}
.f-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.f-container img {
  display: block;
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------*/
/* 02 - HEADER */
/*------------------------------------------------------------*/
body.is-sticky {
  padding-top: 82px;
}
@media only screen and (max-width: 1023px) {
  body.is-sticky {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.is-sticky .c-header__section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
body.is-sticky .c-header__name {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.c-header {
  position: relative;
  min-width: 320px;
}
@media only screen and (max-width: 1023px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 50px;
  }
}
.c-header__section {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  background-color: #fbf8f1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1179px) {
  .c-header__section {
    width: 100%;
  }
}
.c-header__row {
  position: relative;
  display: table;
  width: 100%;
  height: 82px;
}
@media only screen and (max-width: 1179px) {
  .c-header__row {
    height: 50px;
  }
}
.c-header__item {
  padding-top: 12px;
  padding-bottom: 12px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 567px) {
  .c-header__item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.u-item__logo {
  width: 295px;
}
@media only screen and (max-width: 1179px) {
  .u-item__logo {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .u-item__logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    width: 41px;
    height: 50px;
    z-index: 1;
  }
}
.c-header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 41px;
    height: 41px;
    right: auto;
  }
}
.c-header__name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #562e3d;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  max-width: 180px;
  max-height: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-header__name {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .u-item__nav {
    display: none;
  }
}
.c-header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-header__nav ul li {
  padding: 0;
  margin: 0 15px 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1179px) {
  .c-header__nav ul li {
    margin-right: 20px;
  }
}
.c-header__nav ul li:first-child {
  margin-left: 0;
}
.c-header__nav ul li a,
.c-header__nav ul li span {
  position: relative;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #562e3d;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-header__nav ul li a:before,
.c-header__nav ul li span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-header__nav ul li a:hover,
.c-header__nav ul li span:hover {
  color: #ffc820;
}
.c-header__nav ul li a:hover:before,
.c-header__nav ul li span:hover:before {
  background-color: #ffc820;
}
.u-item__phone {
  padding-right: 10px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .u-item__phone {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
}
.c-header__link__phone {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #562e3d;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-header__link__phone {
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
}
.c-header__link__phone svg {
  position: absolute;
  top: 4px;
  left: 0;
  color: #ffc820;
}
@media only screen and (max-width: 1023px) {
  .c-header__link__phone svg {
    display: none;
  }
}
.c-header__flags__country {
  display: block;
  line-height: normal;
}
@media only screen and (max-width: 1023px) {
  .c-header__flags__country {
    display: inline-block;
  }
}
@media only screen and (max-width: 567px) {
  .c-header__flags__country {
    display: block;
  }
}
.c-header__flags__country ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-header__flags__country ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.c-header__flags__country ul li:last-child {
  padding-right: 0;
}
.c-header__flags {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
}
.c-header__flags.is-open .c-header__flags__list {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.c-header__flags__link {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
  cursor: pointer;
}
.c-header__flags__link__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.is-flag-ru {
  background-image: url(../img/flag/i-flag-ru.jpg);
}
.is-flag-en {
  background-image: url(../img/flag/i-flag-en.jpg);
}
.is-flag-de {
  background-image: url(../img/flag/i-flag-de.jpg);
}
.is-flag-ua {
  background-image: url(../img/flag/i-flag-ua.jpg);
}
.c-header__flags__list {
  position: absolute;
  padding: 7px 6px 14px;
  top: 28px;
  right: -11px;
  z-index: 1;
  background-color: #fbf8f1;
  -webkit-box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  -moz-box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media only screen and (max-width: 567px) {
  .c-header__flags__list {
    top: 100%;
  }
}
.c-header__flags__list__item {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 17px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-header__flags__list__item:hover {
  opacity: 1;
}
.c-header__flags__list__item.is-active {
  opacity: 1;
}
.c-header__flags__list__item:last-child {
  margin-bottom: 0;
}
.c-header__flags__list__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-header__flags__list__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #603c49;
  line-height: 12px;
}
.c-header__country {
  position: relative;
  display: block;
}
.c-header__country.is-open .c-header__country__list {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.c-header__country__link {
  position: relative;
  display: block;
  min-width: 113px;
  line-height: normal;
  text-align: left;
}
@media only screen and (max-width: 567px) {
  .c-header__country__link {
    min-width: inherit;
  }
}
.c-header__country__link__select {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #ffc820;
  border-bottom: 1px dashed #ffc820;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-header__country__link__select:hover {
  border-bottom-color: transparent;
}
.c-header__country__list {
  position: absolute;
  padding: 9px 14px;
  top: 28px;
  left: 0;
  background-color: #fbf8f1;
  -webkit-box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  -moz-box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  box-shadow: 0px 2px 5px rgba(79, 77, 77, 0.17);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  text-align: left;
}
@media only screen and (max-width: 567px) {
  .c-header__country__list {
    top: 100%;
  }
}
.c-header__country__list__item {
  display: block;
  margin-bottom: 5px;
  line-height: 25px;
}
.c-header__country__list__item:last-child {
  margin-bottom: 0;
}
.c-header__country__list__name {
  font-size: 14px;
  font-weight: 500;
  color: #603c49;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  opacity: 0.8;
}
.c-header__country__list__name:hover {
  opacity: 1;
}
.c-header__country__list__name.is-active {
  opacity: 1;
}
/*------------------------------------------------------------*/
/* 03 - FOOTER */
/*------------------------------------------------------------*/
.c-footer {
  padding: 33px 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.c-footer p {
  font-weight: 500;
  color: #562e3d;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer p span {
    display: block;
  }
}
.c-footer a {
  font-weight: 500;
  color: #562e3d;
}
/*------------------------------------------------------------*/
/* XX - @MEDIA SCREEN */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* XX - POPUPS */
/*------------------------------------------------------------*/
/* 
    ====== Zoom effect ======
    */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
    ====== Newspaper effect ======
    */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
    ====== Move-horizontal effect ======
    */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
    ====== Move-from-top effect ======
    */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
    ====== 3d unfold ======
    */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
    ====== Zoom-out effect ======
    */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/*
    ====== "Hinge" close effect ======
    */
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg {
  background: rgba(102, 82, 119, 0.57);
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-popup {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1180px;
  background-color: #fbf8f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  z-index: 2045;
  box-shadow: none;
}
.b-popup button.mfp-close {
  top: 25px;
  right: 48px;
  width: 18px;
  height: 19px;
  background: url(../img/svg/i-close.svg) center center no-repeat;
  opacity: 0.3;
  font-size: 0;
  text-indent: -9999px;
  line-height: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .b-popup button.mfp-close {
    top: 13px;
    right: 15px;
  }
}
.b-popup button.mfp-close:active {
  top: 25px;
  right: 48px;
}
@media only screen and (max-width: 767px) {
  .b-popup button.mfp-close:active {
    top: 13px;
    right: 15px;
  }
}
.b-popup button.mfp-close:hover {
  opacity: 1;
}
.b-popup p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #562e3d;
  margin-bottom: 25px;
}
.b-popup__head {
  position: relative;
  padding: 24px 85px 24px 45px;
  border-bottom: 2px solid #f7b251;
}
@media only screen and (max-width: 767px) {
  .b-popup__head {
    padding: 13px 40px 13px 15px;
  }
}
.b-popup-h1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #562e3d;
  text-transform: uppercase;
}
.b-popup-h2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #562e3d;
  margin-bottom: 5px;
}
.b-popup__body {
  padding: 27px 45px 86px;
}
@media only screen and (max-width: 767px) {
  .b-popup__body {
    padding: 25px 15px;
  }
}
.b-popup-address__value {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #562e3d;
  margin-bottom: 15px;
}
.u-init-map {
  position: relative;
  width: 100%;
  height: 445px;
}
@media only screen and (max-width: 767px) {
  .u-init-map {
    height: 345px;
  }
}
.u-init-map:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../img/svg/i-spinner-map.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}
.b-popup-numbers .b-popup__body {
  padding-bottom: 30px;
}
.b-popup-numbers .u-row {
  margin-left: -20px;
  margin-right: -20px;
}
.b-popup-numbers .u-item {
  padding-left: 20px;
  padding-right: 20px;
}
.b-popup-numbers p {
  line-height: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers p {
    margin-bottom: 20px;
  }
}
.b-popup-numbers .b-popup-h2 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers .b-popup-h2 {
    display: none;
  }
}
.b-popup-numbers .b-popup-h2.is-h2-hidden {
  display: none;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers .b-popup-h2.is-h2-hidden {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers .u-tar {
    text-align: center;
  }
}
.b-popup-numbers__item {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers__item {
    margin-bottom: 25px;
  }
}
.b-popup-numbers__item:last-child {
  margin-bottom: 0;
}
.u-btn-popup-book {
  min-width: 190px;
}
@media only screen and (max-width: 767px) {
  .u-btn-popup-book {
    min-width: 232px;
  }
}
.u-slider-row {
  margin-left: -6px;
  margin-right: -6px;
}
.u-slider-item {
  padding-left: 6px;
  padding-right: 6px;
}
.b-popup-numbers__slider__top {
  height: 190px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers__slider__top {
    height: 179px;
    margin-bottom: 10px;
  }
}
.b-popup-numbers__slider__top .b-popup-numbers__slider__item {
  height: 190px;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers__slider__top .b-popup-numbers__slider__item {
    height: 179px;
  }
}
.b-popup-numbers__slider__bottom {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .b-popup-numbers__slider__bottom {
    display: none;
  }
}
.b-popup-numbers__slider__bottom .slick-dots {
  position: relative;
  bottom: inherit;
  width: auto;
  text-align: left;
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
  height: 57px;
}
.b-popup-numbers__slider__bottom .slick-dots li {
  width: 50%;
  height: 57px;
  margin: 0 0 9px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.b-popup-numbers__slider__bottom .slick-dots li:hover .b-popup-numbers__slider__small {
  opacity: 0.8;
}
.b-popup-numbers__slider__bottom .slick-dots li.slick-active .b-popup-numbers__slider__small {
  opacity: 0.8;
}
.b-popup-numbers__slider__bottom .slick-dots li:nth-child(n + 7) {
  display: none;
}
.u-slider-figure {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/svg/ajax-loader.svg);
  overflow: hidden;
}
.u-slider-figure.img-preloaded {
  background: none;
}
.u-slider-figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  min-width: 100%;
}
.b-popup-numbers__slider__small {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-popup-numbers__slider__small img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  min-width: 100%;
}
.b-popup-confirmation {
  background-color: transparent;
  max-width: 730px;
  text-align: center;
}
.b-popup-confirmation button.mfp-close {
  display: none;
}
.b-popup-confirmation .b-popup__head {
  position: relative;
  padding: 26px 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .b-popup-confirmation .b-popup__head {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.b-popup-confirmation .b-popup__head:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background: url(../img/svg/i-bg-confirmation.svg) center no-repeat;
  z-index: -1;
}
.b-popup-confirmation .b-popup__head:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  width: 100%;
  background-color: #fbf8f1;
  z-index: -1;
}
.b-popup-confirmation .b-popup-h1 {
  font-size: 15px;
}
.b-popup-confirmation .b-popup__body {
  position: relative;
  height: 478px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 767px) {
  .b-popup-confirmation .b-popup__body {
    height: 320px;
  }
}
.b-popup-confirmation .b-popup__body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background: url(../img/svg/i-bg-confirmation-top.svg) center no-repeat;
  z-index: -1;
}
.b-popup-confirmation .b-popup__body:after {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fbf8f1;
  z-index: -1;
}
.b-popup-confirmation p {
  line-height: 30px;
  margin-bottom: 25px;
}
.b-popup-confirmation p strong,
.b-popup-confirmation p b {
  font-weight: 900;
}
.b-popup__body__line {
  position: relative;
  margin: -13px 0;
  display: block;
  width: 100%;
  height: 34px;
  background: url(../img/confirmation-line.png) center no-repeat;
  z-index: 1;
}
.b-popup__body__table {
  display: table;
  width: 100%;
  height: 100%;
}
.b-popup__body__cell {
  display: table-cell;
  vertical-align: middle;
}
.b-popup-reservation {
  text-align: left;
}
.b-popup-reservation .u-row {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.b-popup-reservation .u-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .b-popup-reservation .u-item {
    margin-bottom: 10px;
  }
}
.b-popup-reservation .u-item.u-row-children {
  display: none;
}
.b-popup-reservation .u-item.u-item-children {
  display: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .b-popup-reservation .u-item.u-item-children {
    margin-top: 30px;
  }
}
.b-popup-reservation .u-item.u-item-children:first-child {
  margin-top: 0;
}
.b-popup-reservation .b-popup__body {
  padding-top: 53px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .b-popup-reservation .b-popup__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-width-790 {
  max-width: 790px;
  margin: 0 auto;
}
.u-width-45 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .u-width-45 {
    width: 100%;
  }
}
.u-width-27 {
  width: 27.5%;
}
@media only screen and (max-width: 767px) {
  .u-width-27 {
    width: 100%;
  }
}
.u-width-20 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .u-width-20 {
    width: 100%;
  }
}
.u-width-24 {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .u-width-24 {
    width: 100%;
  }
}
.u-width-13 {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  .u-width-13 {
    width: 100%;
  }
}
.u-width-10 {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .u-width-10 {
    width: 100%;
  }
}
.u-width-50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .u-width-50 {
    width: 100%;
  }
}
.u-width-33 {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .u-width-33 {
    width: 100%;
  }
}
.u-width-40 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .u-width-40 {
    width: 100%;
  }
}
.u-width-100 {
  width: 100%;
}
.u-width-52 {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .u-width-52 {
    width: 100%;
  }
}
.u-width-25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .u-width-25 {
    width: 100%;
  }
}
.u-btn-popup-reservation-submit {
  min-width: 310px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .u-btn-popup-reservation-submit {
    min-width: 232px;
  }
}
.b-popup__info {
  font-size: 11px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(89, 52, 66, 0.3);
  text-align: center;
}
.b-popup-preliminary-order .b-popup__head {
  text-align: center;
}
.b-popup-preliminary-order .b-popup__body {
  height: auto;
}
/*------------------------------------------------------------*/
/* XX - SELECT */
/*------------------------------------------------------------*/
.u-select-section .select2-container {
  width: 100%;
}
.u-select-section .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid rgba(89, 52, 66, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  height: 54px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.08);
}
.u-select-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #563743;
  padding: 15px 50px 15px 15px;
  height: 54px;
  text-align: left;
}
.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 54px;
  top: 0;
  right: 0;
}
.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  border: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0.34;
}
.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 8px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.u-select-section .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  background: url(../img/svg/i-dropdown.svg) center no-repeat;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.u-select-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.u-select-section .select2-container--default.select2-container--open .select2-selection--single {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  box-shadow: inset 0px 0px 0px 2px rgba(168, 49, 63, 0.22);
  border-color: rgba(168, 49, 63, 0.22);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.u-html-select-init {
  border-color: transparent;
  background-color: #fbf8f1;
  z-index: 9999;
  border: 0;
  margin-top: -3px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 67px;
}
.u-html-select-init:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #e36372 transparent;
}
.u-html-select-init .select2-results {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 212px;
  overflow: hidden;
  border-top: 2px solid #e36372 !important;
  -webkit-box-shadow: 0 5px 16px 6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 5px 16px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0 5px 16px 6px rgba(0, 0, 0, 0.22);
}
.u-html-select-init .select2-results > .select2-results__options {
  padding: 0;
}
.u-html-select-init .select2-results__option {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 15px;
  color: #674853;
  text-align: left;
}
.u-html-select-init .select2-results__option[aria-disabled=true] {
  display: none;
}
.u-html-select-init .select2-results__option[aria-selected=true] {
  background-color: #c5babb;
  color: #faf5f7;
}
.u-html-select-init .select2-results__option--highlighted[aria-selected] {
  background-color: #c5babb;
  color: #faf5f7;
}
.u-html-select-init .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.u-html-select-init .mCSB_scrollTools {
  width: 20px;
}
.u-html-select-init .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.u-html-select-init .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(170, 155, 161, 0.67);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*------------------------------------------------------------*/
/* MAIN */
/*------------------------------------------------------------*/
.c-chat {
  max-width: 1180px;
  height: 100%;
  background: #faf3e7 url(../img/bg-content.png) 0 0 repeat;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 70px rgba(93, 78, 54, 0.42);
  -moz-box-shadow: 0 0 70px rgba(93, 78, 54, 0.42);
  box-shadow: 0 0 70px rgba(93, 78, 54, 0.42);
}
@media only screen and (max-width: 767px) {
  .c-chat {
    padding-top: 50px;
  }
}
.c-main__top {
  position: relative;
  width: 100%;
  height: 475px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #ffc820;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c-main__top {
    height: auto;
    border-bottom-width: 3px;
  }
}
.c-main__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 82, 119, 0.57);
  z-index: -1;
}
.c-main__top .container {
  height: 100%;
}
.c-main__top h1,
.c-main__top .b-h1 {
  font-size: 50px;
  line-height: 53px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-main__top h1,
  .c-main__top .b-h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.c-main__top p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-main__top p {
    font-size: 11px;
  }
}
.c-main__top__label {
  position: relative;
  display: inline-block;
  padding: 0 105px;
  font-size: 11px;
  line-height: 7px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-main__top__label {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.u-label-line {
  position: absolute;
  display: block;
  width: 99px;
  height: 100%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .u-label-line {
    width: 49px;
  }
}
.u-label-line:before,
.u-label-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.u-label-line:before {
  top: 0;
}
.u-label-line:after {
  bottom: 0;
}
.u-label-line.is-line-left {
  left: 0;
}
.u-label-line.is-line-right {
  right: 0;
}
.c-main__top__row {
  display: table;
  width: 100%;
  height: 100%;
}
.c-main__top__item {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-main__top__item {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
/*------------------------------------------------------------*/
/* CHAT */
/*------------------------------------------------------------*/
.c-chat__section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-chat__bot {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.c-chat__bot__list {
  list-style: none;
  padding: 0 0 20px 65px;
  margin: 0;
  position: relative;
  min-height: 60px;
}
.c-chat__bot__list li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.c-chat__bot__list li p {
  margin: 0;
}
.c-chat__bot__list li.u-pull-left {
  position: absolute;
  left: 0;
  bottom: 20px;
  margin-bottom: 5px;
}
.u-pull-left {
  position: relative;
  width: 60px;
  height: 60px;
}
.u-chat-avatar {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-chat-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.u-chat-message {
  position: relative;
  padding: 12px 18px;
  max-width: 450px;
  min-height: 39px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #0bacd3;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 0;
}
.u-chat-message:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 36px;
  left: -23px;
  bottom: 0;
  background: url(../img/svg/i-line-blue.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.u-chat-message a {
  display: inline-block;
  margin-right: 8px;
  color: #ffffff;
  text-decoration: underline;
}
.u-chat-status {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 80px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  color: #593442;
}
.c-chat__client {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .c-chat__client {
    padding-right: 0;
  }
}
.c-chat__client__list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0 65px 0 0;
  margin: 0;
  font-size: 0;
  min-height: 40px;
}
.c-chat__client__list li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  margin: 0 0 0 5px;
  text-align: left;
}
.c-chat__client__list li p {
  margin: 0;
}
.c-chat__client__list li.u-chat-client-message {
  display: inline-block;
  padding: 10px 18px;
}
.c-chat__client__list li.u-pull-right {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  margin-bottom: 5px;
}
.u-pull-right {
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.u-chat-client-avatar {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  background-color: #51bf87;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.u-chat-client-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.u-chat-client-message {
  position: relative;
  display: inline-block;
  min-width: 197px;
  min-height: 39px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  background-color: #51bf87;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 0;
}
.u-chat-client-message:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 36px;
  right: -23px;
  bottom: 0;
  background: url(../img/svg/i-line-green.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.typed-cursor {
  display: none;
}
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.u-chat-message__form {
  position: relative;
  padding-right: 63px;
  display: block;
  margin-top: 15px;
  max-width: 284px;
}
.u-form-control {
  padding: 0 18px;
  width: 100%;
  height: 51px;
  background-color: #ffffff;
  border: 1px solid #0bacd3;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.u-form-control.u-not-valid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: rgba(204, 0, 0, 0.8);
  color: rgba(204, 0, 0, 0.8);
}
.u-form-control.u-not-valid::-webkit-input-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form-control.u-not-valid:-moz-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form-control.u-not-valid::-moz-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-form-control.u-not-valid:-ms-input-placeholder {
  color: rgba(204, 0, 0, 0.8);
}
.u-chat-message__form__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), inset 0 2px 5px rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15), inset 0 2px 5px rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
}
.u-chat-message__form__submit svg,
.u-chat-message__form__submit span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 27px;
  height: 22px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAWCAYAAAAxSueLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphM2RhZDQzMy0zM2EwLTQ4NzgtODc0Yi0zMzM5MzQzZjBiNWYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkI3RDk1MDkwRjZCMTFFOUEwNEM5QzkyRDlBMjNGNEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkI3RDk1MDgwRjZCMTFFOUEwNEM5QzkyRDlBMjNGNEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY4MTc3YTU5LWY4YjktNGNjMC1hMmVhLTk0Mzk5ODcxNjNhMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjgyNzMxZmEwLTJlMTItMTE3Yy1hMzYyLWZmMjMyNGJiYjZlMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PltQ1bUAAAB3SURBVHja1NZLCoAwDATQ6B3qGV3obb3PVNSlnymZDhjIrvAgpEkCQCRz3rMwb7PQgjM2Bsxi0wVRYAjKWFhQgdGgCqNAJfYJqrFXsAf2CPbCbsEBB2mJdQxnOMv4+waxtb7tU9vGlW0Q21aMdXlaz4Kmg6cKMAC+AoUnZG10SQAAAABJRU5ErkJggg==') center no-repeat;
  background-size: contain;
}
.c-chat__bot,
.c-chat__client {
  display: none;
}
/*------------------------------------------------------------*/
/* XX - POPUPS */
/*------------------------------------------------------------*/
.c-chat .daterangepicker {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  position: initial;
  padding: 0;
  margin: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: transparent;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 623px) {
  .c-chat .daterangepicker {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    text-align: center;
  }
}
.c-chat .daterangepicker:before,
.c-chat .daterangepicker:after {
  content: none;
}
.c-chat #datetimepicker1,
.c-chat .ranges,
.c-chat .daterangepicker_input {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-chat .c-chat__bot__list.calendar {
    padding-left: 5px;
  }
}
.c-chat .daterangepicker .calendar {
  margin: 0;
  max-width: 286px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 623px) {
  .c-chat .daterangepicker .calendar {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.22);
    border: 1px solid #ddd;
  }
}
.c-chat .daterangepicker .calendar.right {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.c-chat .daterangepicker td {
  width: 35px;
  height: 35px;
}
.c-chat .daterangepicker td.in-range {
  background-color: #98d7b3;
  color: #593442;
}
.c-chat .daterangepicker td.in-range:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #98d7b3;
  color: #593442;
}
.c-chat .daterangepicker td.start-date {
  background-color: #51bf87;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
.c-chat .daterangepicker td.start-date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #98d7b3;
  z-index: -2;
}
.c-chat .daterangepicker td.start-date:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #51bf87;
  z-index: -1;
}
.c-chat .daterangepicker td.start-date:hover {
  color: #ffffff;
  -webkit-border-top-left-radius: 17px;
  -moz-border-radius-topleft: 17px;
  border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 17px;
  -moz-border-radius-bottomleft: 17px;
  border-bottom-left-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.c-chat .daterangepicker td.end-date {
  background-color: #51bf87;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
.c-chat .daterangepicker td.end-date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #98d7b3;
  z-index: -2;
}
.c-chat .daterangepicker td.end-date:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #51bf87;
  z-index: -1;
}
.c-chat .daterangepicker td.end-date:hover {
  color: #ffffff;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-radius-topright: 17px;
  border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -moz-border-radius-bottomright: 17px;
  border-bottom-right-radius: 17px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.c-chat .daterangepicker td.active,
.c-chat .daterangepicker td.active:hover {
  background-color: #51bf87;
}
.c-chat .daterangepicker .calendar-table {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #fbf8f1;
}
.c-chat .daterangepicker thead {
  width: 100%;
  display: block;
  padding: 0;
}
.c-chat .daterangepicker thead tr {
  display: table;
  width: 100%;
}
.c-chat .daterangepicker thead tr:nth-child(1) {
  background-color: #e15868;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
}
.c-chat .daterangepicker thead tr:nth-child(1) th {
  position: relative;
  padding: 12px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.c-chat .daterangepicker thead tr:nth-child(1) th.prev:before {
  background-image: url(../img/svg/i-arrow-prev.svg);
}
.c-chat .daterangepicker thead tr:nth-child(1) th.next:before {
  background-image: url(../img/svg/i-arrow-next.svg);
}
.c-chat .daterangepicker thead tr:nth-child(1) th.available {
  opacity: 0.5;
}
.c-chat .daterangepicker thead tr:nth-child(1) th.available:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-chat .daterangepicker thead tr:nth-child(1) th.available:hover {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}
.c-chat .daterangepicker thead tr:nth-child(2) {
  display: block;
  padding: 0 15px;
}
.c-chat .daterangepicker thead tr:nth-child(2) th {
  width: 3.5%;
  padding-top: 19px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(89, 52, 66, 0.5);
  text-transform: uppercase;
}
.c-chat .daterangepicker thead tr:nth-child(2) th:nth-child(6),
.c-chat .daterangepicker thead tr:nth-child(2) th:nth-child(7) {
  color: #f4ad49;
}
.c-chat .daterangepicker thead tr th {
  border: 0;
  display: table-cell;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.c-chat .daterangepicker tbody {
  display: block;
  width: 100%;
  padding: 0 15px 20px;
}
.c-chat .daterangepicker tbody tr {
  display: table;
  width: 100%;
}
.c-chat .daterangepicker tbody td {
  position: relative;
  border: 0;
  display: table-cell;
  font-size: 13px;
  font-weight: 400;
  color: #593442;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.c-chat .daterangepicker tbody td.disabled {
  color: rgba(89, 52, 66, 0.5);
  text-decoration: none;
}
.c-chat .daterangepicker tbody td.today {
  color: #593442;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c-chat .daterangepicker tbody td.today:before {
  content: '';
  position: absolute;
  left: auto;
  bottom: auto;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  background-color: #0bacd3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c-chat .daterangepicker tbody td.today:after {
  content: none;
}
.c-chat .daterangepicker tbody td.today:hover {
  color: #ffffff;
  background-color: rgba(81, 191, 135, 0.58);
}
.c-chat .daterangepicker tbody td.today:hover.start-date {
  background-color: #51bf87;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #ffffff;
  background-color: rgba(81, 191, 135, 0.58);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 564px) {
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 0;
  }
}
@media (min-width: 564px) {
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
    float: none;
  }
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fbf8f1;
}
.ui-widget.ui-widget-content {
  margin-top: -2px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgba(89, 52, 66, 0.5);
  background: #fbf8f1;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  width: 285px;
  padding: 0 20px 10px;
  background-color: #fbf8f1;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 6px 16px 5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 6px 16px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 6px 16px 5px rgba(0, 0, 0, 0.22);
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px 52px;
  border: 0;
  background: #e15868;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.22);
}
.ui-datepicker .ui-datepicker-header:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #e36372 transparent;
  display: block;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  line-height: 22px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 52px;
  height: 100%;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0;
  background: transparent;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  right: auto;
  bottom: 0;
  -webkit-box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.22), 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.22), 1px 0px 0px rgba(255, 255, 255, 0.4);
}
.ui-datepicker .ui-datepicker-prev:before {
  background-image: url(../img/svg/i-arrow-prev.svg);
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  left: auto;
  bottom: 0;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.4), -1px 0px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.4), -1px 0px 0px rgba(0, 0, 0, 0.22);
}
.ui-datepicker .ui-datepicker-next:before {
  background-image: url(../img/svg/i-arrow-next.svg);
}
.ui-datepicker table {
  font-size: 13px;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker th {
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.ui-datepicker th.ui-datepicker-week-end {
  color: #f4ad49;
}
.ui-datepicker td {
  padding: 0;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #593442;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-bottom: 8px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-default.ui-state-highlight {
  position: relative;
  background-color: transparent;
  color: #593442;
  font-weight: 400;
}
.ui-state-highlight:before,
.ui-widget-content .ui-state-default.ui-state-highlight:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0bacd3;
}
.ui-widget-content .ui-state-default.ui-state-active {
  background-color: #51bf87;
  color: #ffffff;
  font-weight: 700;
}
.chat-bot-select {
  border-radius: 6px;    
  border: 1px solid #0bacd3;    
    }
.select2-search__field {
  display: none
}
.chat-bot-select + .select2 span.select2-selection.select2-selection--single {
  position: relative;
  border-bottom: none;
  border: 1px solid #0bacd3;  
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 24px;
}
.chat-bot-select + .select2 span.select2-selection.select2-selection--single::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 85%;
    background: #bbbaba;
    z-index: 10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 6px 6px;
    border: 1px solid #0bacd3;
    border-top: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: white;
     color: black;
}
.select2-container--default .select2-results__option[aria-selected=true] {
     background-color: white;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c3c2c2 !important;
}  
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
}
.mCSB_inside>.mCSB_container {
  margin-left: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
}

.b-popup-address__value iframe {
    margin-left: 9px;
    width: 81%;
    height: 800px;
}


.bttn {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #f4ad49;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  box-shadow: 0px 3px 1px 0px #c38a3a;
}

.bttn:hover {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 1px;
  box-shadow: 0px 1px 1px 0px #c38a3a;
}