.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(./img/sprites.png) url(./img/loading.gif);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

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

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

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

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.lb-outerContainer:after {
  display: table; }

.lb-container {
  padding: 4px; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

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

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

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

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

.lb-nav a.lb-prev {
  width: 31px;
  height: 165px;
  left: 0;
  float: left;
  background: url("./img/sprites.png") -10px -55px;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 31px;
  height: 165px;
  right: 0;
  float: right;
  background: url("./img/sprites.png") -61px -55px;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

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

.lb-dataContainer:after {
  display: table; }

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

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

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

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

.lb-data .lb-close {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  background: url(./img/sprites.png) -207px -55px;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -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: .5rem;
  font-size: 1.5rem;
  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; }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - (.5rem * 2));
  min-height: calc(100% - (.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: .3rem;
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  -webkit-border-top-left-radius: .3rem;
  border-top-left-radius: .3rem;
  -webkit-border-top-right-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - (1.75rem * 2));
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  -webkit-border-top-left-radius: .25rem;
  border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; padding-bottom: 15px;}

.tab-content > .active {
  display: block; background: #e6ecf3; margin: 0;}

.field-error {color: red; position: relative; top: -10px; left: 10px;}

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: -webkit-calc(.375rem + 1px);
  padding-top: calc(.375rem + 1px);
  padding-bottom: -webkit-calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(.5rem + 1px);
  padding-top: calc(.5rem + 1px);
  padding-bottom: -webkit-calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(.25rem + 1px);
  padding-top: calc(.25rem + 1px);
  padding-bottom: -webkit-calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  -webkit-border-radius: .2rem;
  border-radius: .2rem; }

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: .3rem;
  border-radius: .3rem; }

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  -webkit-border-radius: .2rem;
  border-radius: .2rem; }

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  -webkit-border-radius: .2rem;
  border-radius: .2rem; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-select-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -webkit-calc(-webkit-calc(2.25rem + 2px) - 1px * 2);
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  -webkit-border-radius: 0 .25rem .25rem 0;
  border-radius: 0 .25rem .25rem 0; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.show {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

html {
	scroll-behavior: smooth; }

body {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  min-width: 305px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.container-fluid {
  padding: 0; }

img {
  max-width: 100%; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

/*::-moz-selection {
  color: #2b2b2b;
}

::selection {
  color: #2b2b2b;
}*/
@media screen and (max-width: 992px) {
  body {
    font-size: 13px; } }

/* typography */
a {
  color: #d32626; }

a:focus, h4:focus, button:focus, input:focus, .btn:focus, .close:focus {
  outline: none; }

a:hover {
  color: #ff4444; }

hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 10px auto;
  width: 100%;
  height: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 0; }

.ru, .ua, .en, .de, .pl, .it, .es {
  width: 10px;
  height: 9px;
  display: inline-block;
  margin-right: 8px; }

.ru {
  background: url("./img/sprites.png") -112px -163px; }

.ua {
  background: url("./img/sprites.png") -172px -163px; }

.en {
  background: url("./img/sprites.png") -142px -163px; }

.de {
  background: url("./img/sprites.png") -172px -134px; }

.pl {
  background: url("./img/sprites.png") -202px -134px; }

.it {
  background: url("./img/sprites.png") -112px -134px; }

.es {
  background: url("./img/sprites.png") -142px -134px; }

h1, .h1 {
  font-size: 24px;
  font-weight: 500;
  color: #2b2b2b;
  padding: 25px 0 10px; }

h2, .h2 {
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
  padding: 25px 0 10px; }

h3, .h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  padding: 20px 0 10px; }

.h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2b;
  padding: 20px 0; }

.h5, h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.h6, h6 {
  font-size: 13px;
  color: #2b2b2b; }

p {
  line-height: 1.7;
  margin: 10px 0 15px; }

blockquote {
  background-color: #eef3f8;
  background-position: top 45px left 30px;
  background-repeat: no-repeat;
  margin: 20px 0;
  padding: 30px 30px 30px 90px;
  position: relative; }

blockquote::before {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 44%;
  left: 30px;
  width: 30px;
  height: 19px;
  background: url(./img/sprites.png) -112px -95px; }

blockquote p {
  color: #000;
  font-style: italic; }

@media screen and (max-width: 576px) {
  blockquote {
    padding: 30px; }
	blockquote::before {
	content: none; }
}

article ul {
  list-style-type: none;
  padding-left: 0; }

article ul li {
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px; }

article ul li::before {
  content: '\f068';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #bb3939;
  margin-right: 10px;
  vertical-align: text-top; }

article ol {
  padding-left: 15px; }

article ol li {
  line-height: 1.7;
  color: #000;
  margin-bottom: 12px; }

article .level-one,
article .level-two,
article .level-three {
  margin: 15px 30px 20px; }

article .fa-home {
  color: #d32626;
  margin-right: 10px;
  margin-bottom: 1px;
  font-size: 13px; }

article a {
  color: #267eb3; }

.emphasized {
  background-color: #eef3f8;
  padding: 12px 24px;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.emphasized a {
  color: #d32626;
  font-weight: 500;
  text-decoration: underline;
  margin: 0 10px; }

.emphasized a:hover {
  text-decoration: none; }

.emphasized .fa-money-bill-alt, .emphasized .fa-globe {
  font-size: 15px;
  color: #d32626;
  margin-right: 2px;
  vertical-align: text-top; }

.emphasized .fa-globe {
  margin-left: 30px; }

.map {
  padding-top: 15px; }

div#map {
  position: relative;
  height: 500px;
  margin-bottom: 35px; }

#map {
  height: 15%;
  width: 100%; }

@media screen and (max-width: 768px) {
  .emphasized .fa-globe {
    margin-left: 0; } }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  background-color: #eef3f8; }

table td {
  border: 1px solid #fff;
  padding: 15px 20px; }

table th {
  border: 1px solid #fff;
  padding: 15px 20px;
  font-weight: 700; }

/* buttons */
.btn {
  padding: 15px 25px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer; }

.btn-link {
  background-color: #d32626; }

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

.btn-link:active {
  background-color: #e73939; }

.btn-bordered {
  color: #d32626;
  border: 2px solid #d32626; }

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

.btn-bordered:active {
  background-color: #c52020; }

.btn-reset {
  border: none;
  background: none;
  cursor: pointer; }

.read-more {
  color: #6d6f72;
  text-decoration: underline;
  display: block;
  margin: 15px 0 20px; }

.read-more:hover {
  color: #6d6f72;
  text-decoration: none; }

.btn-readmore {
  color: #d32626; }

.btn-search {
  border: none;
  background: none;
  vertical-align: middle;
  cursor: pointer; }

.btn-search span {
  margin-left: 6px; }

.btn-default {
  background-color: #d1d9e3;
  color: #2b2b2b; }

.btn-default:hover {
  background-color: #e7eaee;
  color: #2b2b2b;
  text-decoration: none; }

.btn-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.btn-group .btn-default, .btn-group .btn-link {
  position: relative;
  padding-left: 35px;
  padding-right: 35px; }

.btn-group .btn-default::before {
  content: '<';
  font-size: 18px;
  position: relative;
  top: 1px;
  left: -8px;
  color: #2b2b2b; }

.btn-group .btn-link::after {
  content: '>';
  font-size: 18px;
  position: relative;
  top: 1px;
  right: -8px; }

/* dropdown */
.dropdown {
  padding: 0;
  position: relative;}

.head .dropdown .item .fa-caret-down {
    position: absolute;
    right: -30px;
    bottom: 7px; }

.dropdown .item {
  position: relative; }

.dropdown .item > .dropdown-sub {
  display: none;
  position: absolute;
  z-index: 999;
  list-style-type: none; }

.dropdown .item:hover > .dropdown-sub {
  display: block; }

.dropdown-xs {
  display: none; }

/* nav section */
nav {
  background-color: #eef3f8;
  border-top: 1px solid #d8dde5;
  border-bottom: 1px solid #d8dde5; }

nav li:hover {
  background-color: #fff; }

nav li:hover a {
  color: #2b2b2b; }

nav a {
  color: #2b2b2b;
  line-height: 1.3; }

@media screen and (max-width: 1200px) {
  .head-logo span {
    display: none; } }

@media screen and (max-width: 992px) {
  .head-rtc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .head-rtc span {
    display: none; } }

@media screen and (max-width: 768px) {
  .head-rtc {
    display: none; } }

@media screen and (max-width: 576px) {
  nav {
    background-color: #fff; }
  .head-logo {
    display: none; } }

nav .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.dropdown-menu {
  padding: 0;
  border-left: 1px solid #d8dde5;
  border-right: 1px solid #d8dde5; }

.dropdown-menu li {
  border-right: 1px solid #d8dde5;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.dropdown-menu li:last-child {
  border-right: none; }

.dropdown-menu .nav-link {
  display: block;
  padding: 18px 49px; }

.dropdown-menu li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  list-style-type: none;
  padding: 0; }

.dropdown-menu li > .sub-menu li {
  margin: 10px 35px 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  border-right: none; }

.dropdown-menu li > .sub-menu li {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background: none; }

.dropdown-menu li > .sub-menu li:after {
  content: '';
  position: absolute;
  margin-bottom: -5px;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #d32626;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.dropdown-menu li > .sub-menu li:hover:after {
  width: 100%; }

.dropdown-menu li > .sub-menu li .nav-link {
  color: #586980;
  padding: 0;
  margin: 0;
  font-weight: 400; }

.dropdown-menu li > .sub-menu li .nav-link:hover, .dropdown-menu li > .sub-menu li .nav-link:active {
  text-decoration: none; }

.dropdown-menu li > .sub-menu li .nav-link::before {
  content: none; }

.dropdown-menu li > .sub-menu li .nav-link span {
  display: block; }

.dropdown-menu li:hover > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 20px 0 25px;
  background-color: #f7f9fb;
  border-top: 1px solid #d8dde5; }

.dropdown-menu li:last-child .nav-link {
  font-weight: 500;
  position: relative;
  padding-left: 60px; }

.dropdown-menu li:last-child .nav-link::before {
  content: url(./img/calc.svg);
  position: absolute;
  top: 30%;
  left: 13%; }

.dropdown-menu .chiks {
  display: none; }

.dropdown-menu .nav-xs {
  display: none;
  padding: 0 0 10px;
  border-bottom: 1px solid #d8dde5; }

.dropdown-menu .nav-xs li:last-child .nav-link {
  font-weight: 400;
  padding-left: 0;
  margin-left: 10px; }

.dropdown-menu .nav-xs li:last-child .nav-link::before {
  content: none; }

@media screen and (max-width: 1200px) {
  .dropdown-menu .nav-link {
    padding: 14px 24px; } }

@media screen and (max-width: 992px) {
  .dropdown-menu li:last-child .nav-link {
    height: 95%;
    padding: 0 18px;
    margin-left: 8px; }
  .dropdown-menu li:last-child .nav-link span {
    display: none; }
  .dropdown-menu .nav-link {
    font-size: 13px; }
  .dropdown-menu li:hover > .sub-menu {
    padding: 15px 0; }
  .dropdown-menu li > .sub-menu li {
    margin: 5px 20px 10px;
    padding-bottom: 5px; } }

@media screen and (max-width: 768px) {
  .dropdown-menu li {
    display: block; }
  .dropdown-menu .nav-link {
    padding: 10px 7.5px; } }

@media screen and (max-width: 576px) {
  .dropdown-menu {
    border: none; }
  .dropdown-menu:hover .nav {
    display: block;
    background-color: #fff;
    border-top: 1px solid #d8dde5; }
  .dropdown-menu:hover .nav .sub-menu {
    display: none; }
  .dropdown-menu .chiks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .dropdown-menu .nav-xs {
    display: block;
    border-top: 1px solid #d8dde5; }
  .dropdown-menu .nav {
    display: none;
    padding: 10px 0;
    background-color: #fff;
    border-right: 1px solid #d8dde5; }
  .dropdown-menu li {
    border: none; }
  .dropdown-menu li:last-child .nav-link {
    padding: 10px 10px 10px 30px; }
  .dropdown-menu li:last-child .nav-link::before {
    top: 18%;
    left: 0; }
  .dropdown-menu li:last-child .nav-link span {
    display: block; }
  .dropdown-menu .nav-link:hover {
    background-color: #eef3f8; }
  nav {
    background-color: #fff; } }

/* pagination menu */
.pagination {
  margin: 35px 0 70px;
  text-align: center; }

.pagination .page-numbers {
  font-size: 24px;
  color: #bdc6ce;
  font-weight: bold;
  margin: 0 15px; }

.pagination .page-numbers:hover {
  text-decoration: none;
  color: #2b2b2b; }

.pagination .current {
  color: #2b2b2b; }

/* breadcrumb-menu */
.breadcrumb {
  margin: 40px 0 25px;
  color: #555759; }

.breadcrumb a {
  color: inherit;
  text-decoration: none; }

.breadcrumb a::after {
  content: ">>";
  color: #d32626;
  margin: 0 10px; }

/* side-menu */
.side-menu {
  position: fixed;
  top: 50%;
  right: -140px;
  background-color: #267eb3;
  color: #fff;
  z-index: 100;
  -webkit-transition: right .5s ease-in-out;
  -o-transition: right .5s ease-in-out;
  transition: right .5s ease-in-out; }

@media screen and (max-width: 992px) {
  .side-menu {
    right: -135px; } }

.side-menu:hover {
  right: 0px;
  z-index: 999; }

.side-menu ul {
  list-style-type: none;
  padding: 10px 20px;
  margin: 0; }

.side-menu ul li a,
.side-menu ul li button {
  padding: 10px 0;
  color: inherit;
  display: block;
  overflow: hidden; }

.side-menu ul li button {
  background: none;
  border: none; }

.side-menu ul li button:hover {
  text-decoration: underline;
  cursor: pointer; }

.side-menu ul li svg {
  font-size: 17px;
  margin-right: 20px; }

@media screen and (max-width: 576px) {
  .side-menu {
    display: none; } }

/* jivosite */
div#jivo-iframe-container.jivo-iframe-container-bottom.jivo-expanded {
  right: 60px; }

/* search forms */
.search .field {
  position: relative; }

.search .input-search {
  -webkit-border-radius: .25em;
  border-radius: .25em;
  border: none;
  background: none;
  height: 0;
  width: 0;
  text-align: right;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s; }

.search .input-search:focus {
  border: 2px solid #d32626;
  text-align: left;
  width: 200px;
  height: 24px;
  padding: 0 10px;
  background-color: #fff;
  z-index: 999; }

.search h2 {
  font-size: 24px; }

.search h2 a {
  text-decoration: underline;
  color: #2b2b2b; }

.search h2 a:hover {
  text-decoration: none; }

.searchform {
  padding-left: 15px;
  margin-bottom: 35px; }

.searchform .btn {
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0 25px;
  -webkit-border-radius: 0;
  border-radius: 0; }

#posts, .posts {
  margin-bottom: 20px; }

#posts > a, .posts > a {
  color: #d32626; }

.results {
  margin-top: 30px; }

@media screen and (max-width: 992px) {
  .field {
    position: relative; }
  .field .input-search {
    display: none;
    position: absolute;
    top: -4px;
    right: 100%; }
  .field:hover .input-search {
    display: block; } }

@media screen and (max-width: 576px) {
  .searchform {
    padding: 0 15px; }
  .searchform .btn {
    margin-left: 0; } }

/* top section */
.top {
  background-color: #e1e7ef;
  color: #555759; }

.top a, .top button {
  color: #555759; }

.top .top-home .nav-link {
  margin-left: 5px; }

.top .top-home .nav-link::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  bottom: 9px; }

.top-left {
  padding: 0; }

.top-left .nav-link:hover {
  text-decoration: underline; }

.top .dropdown {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0; }

.top .dropdown .item {
  margin-left: 30px; }

.top .dropdown .item .link img {
  margin-right: 10px;
  margin-bottom: 4px; }

.top .dropdown .item .fa-caret-down {
  margin-left: 10px; }

.top .dropdown-sub {
  right: -16px;
  padding-top: 10px;
  margin: 0; }

.top .dropdown-sub a {
  display: block;
  padding: 10px 25px;
  background-color: #fff;
  width: 165px; }

.top .dropdown-sub a:hover {
  background-color: #eef3f8;
  text-decoration: none; }

.top .dropdown-sub a:first-child {
  border-top: 10px solid #fff; }

.top .dropdown-sub a:last-child {
  border-bottom: 15px solid #fff; }

@media screen and (max-width: 768px) {
  .top-left .nav-link {
    padding-left: 0; }
  .top .dropdown .item {
    margin-left: 20px; }
  .top .top-home .nav-link {
    margin-left: 20px; } }

@media screen and (max-width: 576px) {
  .top-left {
    display: none; }
  .top-right {
    margin-left: 20px; } }

/* head section */
.head {
  height: 115px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.head-logo .aybolit-logo {
  width: 216px;
  height: 25px;
  background: url(./img/sprites.png) -10px -10px;
  display: block;
  border: none; }

.head-logo span {
  border-left: 2px solid #d8dde5;
  padding-left: 15px;
  margin-left: 15px;
  color: #555759; }

.head-rtc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.head-rtc .round-the-clock {
  width: 75px;
  height: 20px;
  background: url("./img/sprites.png") -112px -55px; }

.head-rtc span {
  padding-left: 20px;
  color: #555759; }

.head .head-contacts {
  text-align: right;
  font-size: 16px; }

.head .head-contacts .item:hover {
  cursor: pointer; }

.head .head-contacts .item:hover span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.head .head-contacts .item:hover .dropdown-sub {
  background-color: #eceff3;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.27);
  position: absolute;
  left: 8px;
  top: -30px;
  width: 305px;
  padding: 30px 35px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

@media screen and (min-width: 1200px) {
  .head .head-contacts .item:hover .dropdown-sub {
    left: 8px; } }

@media screen and (max-width: 1200px) {
  .head .head-contacts .item:hover .dropdown-sub {
    left: 40px; } }

@media screen and (max-width: 992px) {
  .head .head-contacts .item:hover .dropdown-sub {
    left: 18px; } }

@media screen and (max-width: 768px) {
  .head .head-contacts .item:hover .dropdown-sub {
    left: -14px;
    padding-bottom: 12px; } }

@media screen and (max-width: 576px) {
  .head .head-contacts .item:hover .dropdown-sub {
	width: auto;
    left: -35px;
    top: -41px; }
  .head .head-contacts .item:hover .dropdown-sub span, .head .head-contacts .item:hover .dropdown-sub .sub-less, .head .head-contacts .item:hover .dropdown-sub .btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; } }

.head .head-contacts .fa-phone, .head .head-contacts .dropdown-sub .fa-phone {
  background-color: #d32626;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.head .head-contacts .fa-caret-down {
  margin: 0 5px 0 20px; }

.head .head-contacts .fa-viber {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #675caa;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.head .head-contacts a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.head .head-contacts .dropdown-sub a {
  margin-bottom: 25px;
  white-space: pre; }

.head .head-contacts .dropdown-sub span {
  font-size: 12px;
  color: #5f6164; }

.head .head-contacts .dropdown-sub .sub-less {
  font-size: 14px; }

.head .head-contacts .dropdown-sub .btn {
  color: #fff; }

@media screen and (max-width: 768px) {
  .head .head-contacts .dropdown-sub .btn {
    font-size: 13px; }
  .head .head-contacts .dropdown-sub a {
    margin-bottom: 20px; } }

/* slider section */
.slider {
  color: #2b2b2b;
  position: relative;
  overflow-x: hidden; }

.slider-content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  top: 0;
  width: 338px;
  background: #fff;
  height: 100%;
  z-index: 2; }

.slider-content .slider-item p {
  margin-top: 0; }

.slider-content .slider-item:hover {
  background-color: #eef3f8; }

.slider-item {
  border: 1px solid #d8dde5;
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 50px; }

.slider-item p strong {
  text-transform: uppercase; }

.slider-item i, .slider-item svg {
  margin-right: 10px; }

.slider .slide-one {
  background-image: url(./img/slide-4.jpg); }

.slider .slide-two {
  background-image: url(./img/slide-1.jpg); }

.slider .slide-three {
  background-image: url(./img/slide-3.jpg); }

.slider .slide-one, .slider .slide-two, .slider .slide-three {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 511px;
  bottom: 0px; }

.slider .wrapper-shadow {
  position: relative;
  z-index: 1; }

.slider .wrapper-shadow .shadow-left, .slider .wrapper-shadow .shadow-right {
  position: absolute;
  width: 1px;
  height: 510px;
  margin: 0;
  top: 0; }

.slider .wrapper-shadow .shadow-right {
  right: -19px;
  border-right: 20px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent) 1 100%;
  -o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent) 1 100%;
  border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(transparent)) 1 100%;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent) 1 100%; }

.slider .wrapper-shadow .shadow-left {
  left: -19px;
  border-left: 20px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.2), transparent) 1 100%;
  -o-border-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), transparent) 1 100%;
  border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(transparent)) 1 100%;
  border-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent) 1 100%; }

.slider .carousel-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
  position: absolute;
  z-index: 10;
  color: inherit;
  top: 0;
  bottom: 0;
  padding-left: 400px;
  padding-right: 200px;
  left: 0;
  right: 0; }

.slider .carousel-caption .h1 {
  font-size: 36px;
  margin: 30px 0 10px;
  text-align: left; }

.slider .carousel-caption p {
  margin: 40px 0;
  text-align: left; }

.slider .carousel-caption .btn {
  margin: 20px 0 15px; }

.slider .carousel-indicators {
  left: -270px;
  bottom: 15px;
  z-index: 1; }

@media screen and (max-width: 1200px) {
  .slider .carousel-indicators {
    left: -90px; } }

@media screen and (max-width: 992px) {
  .slider .carousel-indicators {
    left: 0; } }

.slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #919191;
  margin-right: 7px;
  margin-left: 7px; }

.slider .carousel-indicators li:hover {
  background-color: #656565; }

.slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  background-color: #d32626;
  border: 5px solid #fff; }

@media screen and (max-width: 992px) {
  .slider-content {
    position: relative;
    width: auto; }
  .slider-item {
    padding: 20px 5px 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-left: 0; }
  .slider-item:first-child {
    border-left: 1px solid #d8dde5; }
  .slider .carousel-caption {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .slider .carousel-caption .h1 {
    text-align: center; }
  .slider .carousel-caption p {
    text-align: center; } }

@media screen and (max-width: 576px) {
  .slider .shadow {
    display: none; }
  .slider .slide {
    height: 425px; }
  .slider-content {
    margin: 30px 0 20px; }
  .slider-content .slider-item:hover {
    background: none; }
  .slider .carousel-caption {
    text-align: center;
    left: 0;
    right: 0;
    padding: 0;
    top: 0;
    margin: 15px 45px 15px 0; }
  .slider .carousel-caption .h1 {
    margin: 40px 15px 15px; }
  .slider .carousel-caption p {
    margin: 20px 15px; }
  .slider-item {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: none; }
  .slider-item:first-child {
    border-left: 0; }
  .slider-item p {
    display: none; }
  .slider-item a {
    color: #fff;
    background-color: #d32626;
    padding: 15px 0;
    margin: 10px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 440px) {
  .slider .carousel-caption .h1 {
    margin: 30px 0 0;
    text-align: center; }
  .slider .carousel-caption p {
    margin: 20px 0 10px;
    text-align: center; } }

/* services section */
.services-main > div {
  padding: 30px 0 70px;
  overflow: hidden;
  border-left: 1px solid #eaeaea; }

.services-main > div:last-child {
  border-right: 1px solid #eaeaea; }

.services-main > div:hover {
  overflow: hidden;
  background-color: #f6f9fe;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5f9fd));
  background-image: -webkit-linear-gradient(bottom, white 0%, #f5f9fd 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #f5f9fd 100%);
  background-image: linear-gradient(0deg, white 0%, #f5f9fd 100%); }

.services-main > div:hover img {
  overflow: visible;
  position: relative;
  right: 0; }

.services-main > div img {
  margin: 30px 0 20px;
  right: 20px;
  position: relative;
  -webkit-transition: right .2s ease-in-out;
  -o-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out; }

.services-main > div h5 {
  padding: 0 25px;
  margin: 30px 0 50px;
  height: 30px; }

.h5 {
  padding: 0 25px;
  margin: 30px 0 50px;
  height: 30px;
}

.services-main-item {
  margin: 0 25px; }

.services-main-item p {
  margin: 10px 0 20px;
  height: 140px; }

.services-main-item .btn {
  margin: 15px 0 30px; }

.services-article > div {
  overflow: hidden;
  padding: 30px; }

.services-article > div:hover h5 {
  text-decoration: none; }

.services-article > div h5 {
  margin: 20px 0 30px;
  text-decoration: underline;
  color: #2b2b2b; }

.services-article > div a:hover {
  text-decoration: none; }

.services-article-item p {
  margin: 10px 0 20px; }

.services-page .row {
  margin-bottom: 30px; }

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

.services-page-content h5 {
  margin: 10px 0; }

@media screen and (max-width: 768px) {
  .services-page-content {
    border-left: 4px solid #e7e7e7; }
  .services-page-img {
    display: none; } }

@media screen and (max-width: 992px) {
  .services-main-item {
    margin: 10px;
    text-align: center; }
  .services-main > div h5 {
    text-align: center;
    font-size: 14px;
    padding: 0 5px; }
  .services-article-item {
    margin: 10px;
    text-align: center; }
  .services-article > div h5 {
    text-align: center;
    font-size: 14px;
    padding: 0 5px; } }

@media screen and (max-width: 768px) {
  .services-main {
    padding-bottom: 40px; }
  .services-main > div {
    padding: 30px 0 0; }
  .services-main > div:last-child {
    border-right: 0;
    border-top: 1px solid #d8dde5; }
  .services-main > div:nth-child(3) {
    border-top: 1px solid #d8dde5; }
  .services-main > div img {
    margin-bottom: 10px; }
  .services-main > div:hover {
    background: none; }
  .services-main-item p {
    height: 100px; }
  .services-article {
    padding-bottom: 40px; }
  .services-article > div {
    padding: 30px 0 0; }
  .services-article > div img {
    margin-bottom: 10px; }
  .services-article > div:hover {
    background: none; }
  .services-article-item p {
    height: 100px; } }

@media screen and (max-width: 576px) {
  .services-main {
    padding-bottom: 40px; }
  .services-main > div {
    border: 1px solid #d8dde5;
    padding: 0;
    margin: 0 15px;
    border-bottom: 0; }
  .services-main > div:first-child {
    margin-top: 15px; }
  .services-main > div:last-child {
    border-bottom: 1px solid #d8dde5; }
  .services-main > div:hover {
    background: none; }
  .services-main > div h5 {
    margin: 10px 5% 0;
    height: 25px; }
  .services-main-item p {
    height: 65px; }
  .services-main .read-more {
    display: none; }
  .services-article {
    padding-bottom: 40px; }
  .services-article > div {
    border: 1px solid #d8dde5;
    padding: 0;
    margin: 0 15px;
    border-bottom: 0; }
  .services-article > div:first-child {
    margin-top: 15px; }
  .services-article > div:last-child {
    border-bottom: 1px solid #d8dde5; }
  .services-article > div:hover {
    background: none; }
  .services-article > div h5 {
    margin: 10px 20% 0;
    height: 25px; }
  .services-article-item p {
    height: 65px; } }

/* content section */
.content-main {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.content-main .read-more {
  color: #d32626;
  margin: 0; }

.content-main .article-main h1 {
  font-size: 22px;
  padding: 35px 0 15px;
}

.content-main .article-main p {
  margin: 15px 0 25px; }

.content-main .aside-main {
  background-color: #f9f6f6;
  padding: 40px 20px 25px 10px; }

.content-main .aside-main h6 a {
  text-decoration: underline;
  color: #2b2b2b;
  font-size: 14px; }

.content-main .aside-main h6 a:hover {
  text-decoration: none; }

.content-main .aside-main p {
  margin-bottom: 50px; }

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

.content-main .aside-main .read-more {
  color: #d32626;
  margin: 20px 0 15px;
  text-decoration: none; }

.content-main .aside-main .read-more:last-child {
  text-align: center;
  margin: 0 auto 55px;
  text-decoration: underline; }

.content-main .aside-main .read-more {
  text-decoration: none; }

.content-main .aside-main-header {
  position: relative; }

.content-main .aside-main-header h5 {
  font-size: 48px;
  color: #e2dbdb;
  font-weight: bold;
  margin-top: 160px;
  -webkit-transform: matrix(0, -1, 0.99991, 0, 0, 0);
  -ms-transform: matrix(0, -1, 0.99991, 0, 0, 0);
  transform: matrix(0, -1, 0.99991, 0, 0, 0); }

.content-main .aside-main-header .read-more {
  position: absolute;
  bottom: 20px;
  left: 40%;
  width: 20px;
  text-decoration: underline; }

.content-main .aside-main-header .read-more:hover {
  text-decoration: none; }

.content-main .aside-main-item {
  margin-bottom: 70px; }

.content-main .aside-main-item:nth-child(3) {
  margin: 0; }

.content-blog .article-blog {
  margin-bottom: 50px; }

.content-blog .article-blog h1 {
  padding: 15px 0 0; }

.content-blog .read-more {
  color: #d32626;
  text-decoration: none;
  margin: 0 0 20px; }

.content-blog .aside-blog {
  padding: 0 25px;
  background-color: #f9f6f6;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.content-blog .aside-blog .h5,
.content-blog .aside-blog h5 {
  margin: 45px 0 55px; }

.content-blog .aside-blog .h6 a,
.content-blog .aside-blog h6 a {
  color: #2b2b2b;
  font-size: 14px; }

.content-blog .aside-blog p {
  margin-bottom: 50px; }

.content-blog .aside-blog .read-more {
  color: #d32626;
  text-decoration: none; }

.content-blog .aside-blog .read-more:last-child {
  text-align: center;
  margin: 20px auto 40px;
  text-decoration: underline; }

.content-blog .aside-blog-item {
  margin-bottom: 50px; }

.content-page .article-page {
  margin-bottom: 50px; }

.content-page aside {
  margin-top: 40px; }

.content-page .aside-page .h4,
.content-page .aside-page h4 {
  margin-bottom: 25px;
  padding: 0;
  cursor: pointer; }

.content-page .aside-page .h4 a,
.content-page .aside-page h4 a {
  color: #2b2b2b; }

.content-page .aside-page .h4::before,
.content-page .aside-page h4::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(./img/sprites.png) -194px -94px;
  margin-right: 8px;
  position: relative;
  top: 3px; }

.content-page .aside-page .h4.ui-state-active::before,
.content-page .aside-page h4.ui-state-active::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("./img/sprites.png") -161px -93px;
  top: 2px; }

.content-page .aside-page .accordion-menu {
  background-color: #eef3f8;
  padding: 28px 20px 20px;
  position: relative;
  display: block;
  width: 100%; }

.content-page .aside-page .accordion-menu::before {
  border: 20px solid transparent;
  border-bottom: 20px solid #eef3f8;
  content: '';
  left: 15px;
  position: absolute;
  top: -35px; }

.content-page .aside-page .no-accordeon {
  background-color: #eef3f8;
  padding: 0 20px 20px;
  position: relative;
  display: block;
  width: 100%; }

.content-page .aside-page ul {
  list-style-type: none;
  background-color: #fff;
  margin-bottom: 30px; }

.content-page .aside-page .nav-link {
  color: #2b2b2b;
  font-weight: 500;
  padding-bottom: 15px; }

.read-more-sm {
  display: none; }

#demo p {
  margin: 0; }

.content-contacts h4 {
  line-height: 1.7;
  padding: 30px 0 10px; }

.content-contacts h4 span {
  display: block;
  margin-top: 15px; }

.content-contacts h5 {
  text-transform: inherit;
  font-size: 14px;
  line-height: 1.7; }

.content-contacts p {
  margin: 0;
  line-height: 1.85; }

.content-contacts .fa-phone {
  margin-right: 6px;
  color: #d32626;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.content-contacts .fa-skype, .content-contacts .fa-envelope {
  margin-right: 8px;
  color: #d32626; }

.content-contacts .fa-skype {
  font-size: 15px; }

.content-contacts .text-center h4 {
  margin-bottom: 25px; }

.content-contacts .text-center .skype {
  margin-top: 20px; }

.content-contacts .main-office {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px; }

.content-contacts .viber {
  color: #675caa;
  margin-right: 4px; }

.content-contacts .main-office p a {
  line-height: 1.7; }

.content-contacts h1 {
  background-color: #f5f9fd;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 35px 0 15px; }

.content-contacts .ask-question {
  margin: 0;
  padding: 10px 65px 35px;
  background-color: #f5f9fd; }

.content-contacts .modal-footer-ask {
  margin: 0;
  padding: 30px 65px 40px; }

.content-contacts .regions {
  margin-top: 21px; }

.content-contacts .regions p {
  padding: 25px 30px 20px;
  border-bottom: 1px solid #d8dde5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.content-contacts .regions p:last-child {
  border: 0; }

.content-contacts .regions p .town {
  font-weight: 700; }

.content-contacts .regions p > a {
  color: #171817; }

.content-contacts .regions p > a:hover {
  color: #d32626; }

.content-contacts .regions h4 {
  padding: 20px 30px;
  background-color: #eef3f8;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  color: #d32626;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed; }

.content-contacts .regions h4 span {
  display: block;
  margin-top: 0; }

.content-contacts .required::after {
    content: none; }

@media screen and (max-width: 992px) {
  .content-contacts .main-office {
    margin: 15px; }
  .content-contacts .modal-footer-ask {
    padding: 30px 20px; }
  .content-contacts .ask-question {
    padding-bottom: 30px; }
  .content-contacts .regions h4 {
	padding: 15px; }
  .content-contacts .regions p {
	padding: 15px; } }

@media screen and (max-width: 768px) {
  .obl {
    display: none; } }

.content-category h1 {
  padding: 5px 0 20px; }

.content-category h4 {
  padding: 25px 30px;
  background-color: #f9f6f6;
  cursor: pointer;
  margin: 10px 0;
  font-size: 14px; }

.content-category h4.ui-state-active {
  color: #d32626; }

.content-category h4 + div, .content-category h4 + ul {
  padding: 5px 30px 35px; }

.content-response h1 {
  padding-bottom: 35px; }

.content-response h4 {
  font-size: 14px; }

.content-response .fa-user-circle {
  color: #d32626;
  margin-right: 5px; }

.content-response .post-ratings {
  display: inline;
  margin-left: 10px;
  position: relative;
  bottom: 2px; }

.content-response .read-more {
  color: #d32626;
  text-decoration: none; }

.content-response-item {
  position: relative;
  margin: 30px 0 50px;
  padding: 5px 25px;
  background-color: #eef3f8; }

.content-response-item::before {
  content: '';
  left: 20px;
  border: 20px solid transparent;
  border-left: 20px solid #eef3f8;
  position: absolute;
  top: -20px; }

.aside-response {
  background-color: #f5f9fd;
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.aside-response h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 25px; }

.aside-response .post-ratings {
  text-align: center;
  margin-bottom: 40px; }

.aside-response textarea {
  min-height: 210px; }

.aside-response button {
  margin-top: 20px; }

.aside-response .required::after {
    content: none; }

@media screen and (max-width: 768px) {
  .aside-response {
    padding: 10px 45px 45px; } }

@media screen and (max-width: 576px) {
  .aside-response {
    padding: 10px 15px 50px;
    margin-bottom: 0; } }

.category-info > div {
  margin: 20px 0; }

.category-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f6f6; }

.category-info-item .text {
  padding-right: 15px; }

.category-info-item .image {
  padding-right: 15px; }

.category-info-item img {
  height: 180px; }

.category-info-item h4 {
  padding: 0; }

.category-info-item p {
  margin: 10px 0; }

.category-info-item .read-more {
  color: #d32626;
  margin: 0;
  text-decoration: none; }

@media screen and (max-width: 576px) {
  .category-info-item .image {
    display: none; }
  .category-info-item .text {
    padding-left: 15px; }
.head .dropdown .item .fa-caret-down {
    position: absolute;
    right: -30px;
    bottom: 15px; } }

@media screen and (max-width: 992px) {
  .content-main .aside-item {
    margin-bottom: 50px; }
  .content-main .aside-item:last-child {
    margin: 0; } }

@media screen and (max-width: 768px) {
  .content-main .article-main {
    border-left: 0; }
  aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  article {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 576px) {
  .content-main .aside-main .read-more:last-child {
    margin-bottom: 30px; }
  .content-main .aside-main-item {
    margin-bottom: 30px; }
  .content-main .aside-main-header h5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 0 30px 0;
    text-align: center; }
  .content-main .aside-main-header .read-more {
    display: none; }
  .read-more-sm {
    display: block;
    text-align: center;
    padding: 20px 0 10px; } }

/* accordeon */
.accordion-menu .nav-link span, .no-accordeon .nav-link span {
  position: relative;
  display: block;
  margin-left: 15px; }

.accordion-menu .nav-link span:last-child::before, .no-accordeon .nav-link span:last-child::before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  margin-right: 8px;
  color: #d32626;
  position: absolute;
  top: 2px;
  left: -15px; }

.accordion-menu .nav-link.ui-state-active, .no-accordeon .nav-link.ui-state-active {
  padding-bottom: 15px; }

.accordion-menu .nav-link.ui-state-active span, .no-accordeon .nav-link.ui-state-active span {
  position: relative;
  display: block;
  margin-left: 15px; }

.accordion-menu .nav-link.ui-state-active span:last-child::before, .no-accordeon .nav-link.ui-state-active span:last-child::before {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 10px;
  margin-right: 8px;
  color: #d32626;
  position: absolute;
  top: 0;
  left: -15px; }

.accordion-menu .sub-menu, .no-accordeon .sub-menu {
  margin-left: 10px;
  padding: 15px 10px 10px;
  font-size: 13px;
  max-height: 500px;
  overflow-y: auto; }

.accordion-menu .sub-menu::-webkit-scrollbar, .no-accordeon .sub-menu::-webkit-scrollbar {
  width: 4px; }

.accordion-menu .sub-menu::-webkit-scrollbar-track, .no-accordeon .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.accordion-menu .sub-menu::-webkit-scrollbar-thumb, .no-accordeon .sub-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.accordion-menu .sub-menu::-webkit-scrollbar-thumb, .no-accordeon .sub-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.4); }

.accordion-menu .sub-menu span, .no-accordeon .sub-menu span {
  text-decoration: underline;
  margin-left: 0; }

.accordion-menu .sub-menu span:last-child::before, .no-accordeon .sub-menu span:last-child::before {
  content: none; }

.accordion-menu .current-menu-item span, .no-accordeon .current-menu-item span {
  text-decoration: none; }

/* thumbnails */
.thumb .thumbnail {
  display: block;
  padding: 15px; }

.thumb img {
  -webkit-box-shadow: 0 0 0 1px #d3d8e0, 0 0 0 6px white, 0 0 0 7px #d8dde5;
  box-shadow: 0 0 0 1px #d3d8e0, 0 0 0 6px white, 0 0 0 7px #d8dde5; }

.attachment-post-thumbnail {
  float: right;
  margin: 7px 0 7px 10px;
  max-width: 400px;
  height: auto;
  width: 100%; }

@media screen and (max-width: 992px) {
  .attachment-post-thumbnail {
    float: none;
    max-width: 100%;
    margin: 0; } }

.lb-outerContainer {
  -webkit-border-radius: 0;
  border-radius: 0; }

.lb-nav a.lb-next {
  position: absolute;
  right: -65px;
  float: none; }

.lb-nav a.lb-prev {
  position: absolute;
  left: -65px;
  float: none; }

.lb-data {
  position: relative; }

.lb-data .lb-number {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: 25px; }

.lb-closeContainer {
  position: absolute;
  right: 0;
  top: 18px; }

/* reviews section */
.reviews {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f0f4f8));
  background-image: -webkit-linear-gradient(left, white 0%, #f0f4f8 100%);
  background-image: -o-linear-gradient(left, white 0%, #f0f4f8 100%);
  background-image: linear-gradient(90deg, white 0%, #f0f4f8 100%); }

.reviews > .container {
  position: relative; }

.reviews:last-child {
  border-bottom: none;
  padding: 10px 0;
  text-align: right; }

.reviews .review {
  padding: 45px 25px 35px;
  border-left: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.reviews .review:last-child {
  border-right: 1px solid #e7e7e7; }

.reviews .review .raiting-wrap {
  margin: 20px 0 10px;
  color: #f67400; }

.reviews .review .read-more {
  color: #d32626;
  text-decoration: none; }

.reviews .more-review {
  padding: 10px 20px;
  margin-right: -15px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7; }

@media screen and (max-width: 768px) {
  .reviews .review {
    border-right: none;
    border-bottom: 1px solid #e7e7e7; }
  .reviews .review:last-child {
    border: none; } }

/* card section */
.card {
  text-align: center;
  padding: 30px 15px 45px; }

.card h5 {
  padding: 0 15px; }

/* offer section */
.offer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6dbe0), to(white));
  background-image: -webkit-linear-gradient(bottom, #d6dbe0 0%, white 100%);
  background-image: -o-linear-gradient(bottom, #d6dbe0 0%, white 100%);
  background-image: linear-gradient(0deg, #d6dbe0 0%, white 100%); }

.offer-main {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 20px; }

.offer-main .h1 {
  color: #d32626;
  width: 300px; }

.offer-main .btn {
  margin: 20px 0 60px; }

@media screen and (max-width: 768px) {
  .offer-main-content {
    text-align: center; }
  .offer-main-content .h1 {
    width: auto; }
  .offer-main-img {
    display: none; } }

/* footer section */
footer {
  background-color: #f0f4f8;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow-x: hidden; }

footer .menu-second {
  border-left: 1px solid #e7e7e7; }

footer .contacts-tel a:first-child {
  padding-top: 15px; }

footer .sub-menu {
  display: none; }

.footer-logo-sm {
  display: none; }

.footer-menu {
  padding: 55px 0 35px 35px; }

.footer-menu img {
  width: 125%;
  padding-left: 15px;
  padding-bottom: 50px; }

.footer-menu .nav {
  display: block; }

.footer-menu .nav li {
  display: block; }

.footer-menu .nav li a {
  color: #555759;
  line-height: 1.5; }

.footer-menu .nav li a:hover {
  text-decoration: underline; }

.footer-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 60px 35px 35px;
  border-left: 1px solid #e7e7e7;
  height: 100%;
  margin-bottom: 0; }

.footer-contacts a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  white-space: pre;
  font-size: 14px;
  color: #2b2b2b; }

.footer-contacts span {
  font-size: 12px;
  color: #5f6164;
  line-height: 1.7; }

.footer-contacts .btn {
  color: #fff; }

.footer-contacts .fa-phone {
  background-color: #d32626;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.footer-contacts .fa-viber {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #675caa;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.footer-contacts .awesome {
	display: flex; }

.footer-contacts .awesome a {
    font-size: 24px;
    margin-right: 20px;
	text-decoration: underline; }

.footer-contacts .awesome a.facebook {
    font-size: 20px; }

@media screen and (max-width: 1200px) {
  .footer-menu {
    font-size: 13px;
    padding: 60px 0 25px 35px; }
  .footer-menu img {
    width: 80%;
    padding-left: 0; }
  .footer-menu .menu li a {
    padding: 0.5rem 0; }
  .footer-contacts {
    padding: 65px 25px 35px; } }

@media screen and (max-width: 992px) {
  .footer-logo-lg {
    display: none; }
  .footer-logo-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0; }
  .footer-contacts {
    padding: 70px 25px 35px; }
  footer .contacts-tel a:first-child {
    padding-top: 0; }
  footer .contacts-link {
    border: none; }
  footer .contacts-link .footer-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0 0;
    border: none; }
  footer .contacts-link .footer-contacts::before {
    content: '';
    position: absolute;
    border: 0.5px solid #e7e7e7;
    height: 1px;
    width: 200%;
    top: 0;
    left: -50%;
    overflow: hidden; } }

@media screen and (max-width: 768px) {
  .footer-menu {
    padding: 15px; }
  .footer-contacts {
    padding: 25px 15px; }
  .footer-contacts .fa-phone, .footer-contacts .fa-viber, .footer-contacts .google-plus {
    display: none; } }

@media screen and (max-width: 576px) {
  footer .menu-second {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .footer-menu {
    text-align: center;
    border-bottom: 1px solid #e7e7e7; }
  .footer-contacts {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 10px; }
  .footer-contacts .fa-phone, .footer-contacts .fa-viber, .footer-contacts .google-plus {
    display: block; }
  .footer-contacts .fa-google-plus-g {
    margin-bottom: -5px; }
  .footer-contacts .btn {
    margin: 15px 0 35px; }
  footer .contacts-link .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; } }

/* button section */
.buttom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px; }

.buttom a, .buttom button {
  color: #555759; }

.buttom .dropdown .item {
  margin-right: 30px; }

.buttom .dropdown .item .link img {
  margin-right: 10px;
  margin-bottom: 4px;
  width: 12px; }

.buttom .dropdown .search {
  margin-left: 30px; }

.buttom .dropdown .search .field .input-search {
  left: 100%;
  right: auto;
  position: absolute;
  top: -4px; }

.buttom .dropdown:hover .input-search {
  display: block; }

.buttom .dropdown-sub {
  left: 0;
  margin: 0;
  bottom: 20px; }

.buttom .dropdown-sub a {
  display: block;
  padding: 10px 25px;
  background-color: #fff;
  width: 165px; }

.buttom .dropdown-sub a:hover {
  background-color: #eef3f8;
  text-decoration: none; }

.buttom .dropdown-sub a:first-child {
  border-top: 10px solid #fff; }

.buttom .fa-sitemap {
  margin-right: 5px; }

.buttom .copyright {
  color: #6d6f72;
  text-align: right; }

.buttom .copyright a {
  color: inherit; }

@media screen and (max-width: 576px) {
  .buttom .copyright {
    text-align: left;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e7e7e7; }
  .buttom .dropdown {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .buttom .dropdown .sitemap {
    padding-left: 15px; }
  .buttom .dropdown .search .field .input-search {
    right: 100%;
    left: auto; } }

/* anketa section */
.anketa-top {
  background-color: #f5f9fd;
  padding: 45px 90px 40px; }

.anketa-footer {
  background-color: #e6ecf3;
  padding: 45px 90px 30px; }

.anketa-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.anketa-footer-content div {
  text-align: center; }

.anketa .form-control {
  margin: 20px 0; }

@media screen and (max-width: 576px) {
  .anketa-top, .anketa-footer {
    padding: 30px 45px 35px; } }

/* modal section */
.modal {
  padding: 0 !Important; }

.modal-dialog {
  max-width: 920px;
  margin: 60px auto; }

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0; }

.modal-header {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #d32626;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.modal-header .nav-tabs {
  border: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }

.modal-header .nav-tabs .nav-link {
  height: 75px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #2b2b2b;
  font-weight: 500;
  background-color: #e6ecf3;
  margin: 0;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ced5dc; }

.modal-header .nav-tabs .nav-link.active {
  background-color: #d32626;
  color: #fff;
  border: none; }

.modal-top {
  padding-top: 5px; }

.modal-bottom {
  padding: 30px 0; }

.modal-body {
  padding: 0 15px; }

.modal-body .tab-content {
  padding: 0; }

.modal-body .tab-content h4 {
  margin: 15px 0 10px; }

.confirmation {
  background-color: #e6ecf3; }

.confirmation h3 {
  text-transform: uppercase;
  text-align: center; }

.confirmation h4 {
  padding-right: 20px; }

.confirmation p {
  margin: 10px 0; }

.confirmation ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.4; }

.form1, .form2, .form3, .form4, .form5 {
  background-color: #fff;
  margin: 10px 0; }

.confirmation .h3 {
  color: #d32626; }

.confirmation .edit {
  padding: 15px 0 25px; }

.confirmation .edit a {
  color: #d32626; }

.confirmation .edit::before {
  content: '\f044';
  font-family: 'FontAwesome';
  color: #bb3939;
  margin-right: 5px; }

.thank-page {
  height: 360px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.thank-page h2 {
  text-transform: uppercase;
  padding: 0; }

.check {
  width: 130px;
  height: 130px;
  margin: auto;
  color: #d32626;
  border: 3px solid #d32626;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	font-size: 35px; }

.modal-body .tab-content .navigation {
  background-color: #e6ecf3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 80px; }

.modal-body .tab-content .navigation::before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #ced5dc;
  z-index: 1; }

.modal-body .tab-content .navigation div {
  color: #97a3b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.modal-body .tab-content .navigation div span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px; }

.modal-body .tab-content .navigation div .number {
  width: 32px;
  height: 32px;
  background-color: #ced5dc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 14px;
  line-height: 1px;
  margin-bottom: 12px;
  z-index: 1; }

.modal-body .tab-content .navigation div.active {
  color: #d32626; }

.modal-body .tab-content .navigation div.active .number {
  width: 32px;
  height: 32px;
  background-color: #d32626;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1px; }

.modal-body form {
  max-width: 720px;
  margin: auto; }

.modal-body form h3 {
  color: #d32626; }

.modal-body form > .row {
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-body form > .row:first-child {
  padding-top: 50px; }

.modal-footer {
  padding: 50px;
  background-color: #e6ecf3;
  border: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0; }

.modal-footer > :not(:last-child) {
  margin: 0; }

.modal-footer > :not(:first-child) {
  margin: 0; }

.modal-footer .control {
  margin: 5px 0; }

.modal-footer-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modal .close {
  border: none;
  width: 18px;
  height: 18px;
  background: url("./img/sprites.png") -207px -55px;
  cursor: pointer;
  position: relative;
  bottom: 25px;
  right: -50px; }

.modal .close:hover {
  text-decoration: none; }

.modal .modal-sub {
  max-width: 500px;
  margin: auto;
  padding: 20px 65px 25px;
  border: none; }

.modal .modal-sub p {
  text-align: center;
  font-size: 14px; }

.modal .modal-sub p span {
  text-transform: uppercase;
  color: #d32626;
  font-weight: 500; }

.modal .modal-sub .firstaid {
  margin-left: auto;
  left: 110px;
  bottom: 60px; }

.ask-question {
  padding: 30px 0; }

.modal-footer-ask {
  margin: 0 15px; }

@media screen and (max-width: 992px) {
  .modal .close {
    bottom: 40px; }
  .modal-body .tab-content .navigation {
        padding: 30px 0;
    	overflow-x: hidden; } }

@media screen and (max-width: 768px) {
  .modal {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; }
}

@media screen and (max-width: 620px) {
  .modal .modal-sub .firstaid {
    left: 110px; }
  .modal-body form > .row {
    padding-left: 15px;
    padding-right: 15px; }
  .ask-question {
    padding: 30px 15px 0; } }

@media screen and (max-width: 576px) {
  .modal .modal-sub .firstaid {
    left: 18px;
    bottom: 60px; }
  .modal-body .tab-content .navigation {
    display: none; } }

.modal .dropdown-sub .fa-phone, .modal .dropdown-sub .dropdown-sub .fa-phone {
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #d32626;
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.modal .dropdown-sub .fa-viber {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #675caa;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff; }

.modal .dropdown-sub a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.25;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 30px;
  margin: 10px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c31818), to(#df3434));
  background-image: -webkit-linear-gradient(bottom, #c31818 0%, #df3434 100%);
  background-image: -o-linear-gradient(bottom, #c31818 0%, #df3434 100%);
  background-image: linear-gradient(0deg, #c31818 0%, #df3434 100%); }

@media screen and (max-width: 576px) {
  .modal .modal-sub {
    max-width: 100%;
    margin: 0;
    padding: 20px; }
  .modal .modal-sub p {
    font-size: 13px;
    margin-top: 24px; }
  .modal .dropdown-sub a {
    font-size: 20px;
    padding: 10px 15px; } }

/* forms */
::-webkit-inner-spin-button {
  display: none; }

::-webkit-input-placeholder {
  color: #2b2b2b; }

::-moz-placeholder {
  color: #2b2b2b; }

:-ms-input-placeholder {
  color: #2b2b2b; }

::-ms-input-placeholder {
  color: #2b2b2b; }

::placeholder {
  color: #2b2b2b; }

.form-group {
  margin: 0; }

.form-group p {
  margin-top: 0; }

.form-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.form-control {
  border: 1px solid #d8dde5;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  height: 40px;
  padding: 0 10px;
  font-size: 14px; }

.form-control:hover, .form-control:active, .form-control:focus {
  border: 1px solid #d32626;
  padding: 0 10px;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(13, 13, 13, 0);
  box-shadow: inset 0px 0px 9px 0px rgba(13, 13, 13, 0); }

textarea {
  min-height: 100px; }

.comment {
  margin-bottom: 30px; width: 100%; }

.comment textarea {
  padding-top: 10px; }

.comment textarea:hover {
  padding-top: 10px; }

.control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 25px;
  margin: 10px 0;
  margin-right: 15px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #d8dde5; }

.control-radio .control-indicator {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.control:hover input, .control-indicator {
  background-color: #d8dde5; }

.control input:checked ~ .control-indicator {
  background: #d32626;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.control input:disabled ~ .control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control-indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control-indicator:after {
  display: block; }

.control-checkbox .control-indicator:after {
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #7b7b7b; }

.control-radio .control-indicator:after {
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff; }

.control-radio input:disabled ~ .control-indicator:after {
  background: #7b7b7b; }

select {
	outline: none;
	box-shadow: none !important; }

.select {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #d8dde5;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  border-radius: 0; }

.select select:hover, .select select:active, .select select:focus {
  border: 1px solid #d32626;
  padding: 9px 14px;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(13, 13, 13, 0);
  box-shadow: inset 0px 0px 9px 0px rgba(13, 13, 13, 0); }

.select select::-ms-expand {
  display: none; }

.select select:hover, .select select:focus {
  color: #000; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select-arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select-arrow, .select select:focus ~ .select-arrow {
  border-top-color: #000; }

.select select:disabled ~ .select-arrow {
  border-top-color: #ccc; }

span.wpcf7-not-valid-tip {
  margin-bottom: 10px; }

div.wpcf7-response-output {
  margin: 0;
  padding: 10px;
  margin: 0 15px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #d32626; }

.wrapper header .visible-xs {
  display: none; }

@media screen and (max-width: 992px) {
  .modal .close {
    right: 15px; }
  .modal-dialog {
    margin: 70px auto; } }

@media screen and (max-width: 576px) {
  .modal {
    padding: 0; }
  .modal-header {
    border: 0; }
  .modal-header .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-header .nav-tabs .nav-link {
    margin: 0;
	width: 100%;
	border-bottom: 1px solid #ced5dc; }
  .modal-header .nav-tabs .nav-link:active {
	border: none; }
  .modal-body {
    padding: 0 15px; }
  .modal-footer {
    padding: 30px 0px; }
  .modal-footer-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-footer-order .btn {
    margin-top: 10px; }
  .modal-footer .control {
    margin: 5px 15px 10px 0; }
  .control {
    margin: 10px 10px 15px 0; } }

@media screen and (max-width: 576px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper nav {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 70%;
    background-color: #eef3f8;
    border-top: 0;
    border-bottom: 1px solid #d8dde5; }
  .wrapper nav .dropdown-menu {
    position: absolute;
    width: 70%;
    z-index: 998;
    background-color: #eef3f8; }
  .wrapper nav .chiks > a {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eef3f8; }
  .wrapper nav .chiks > a img {
    width: 70%; }
  .wrapper nav .chiks span {
    border-right: 1px solid #d8dde5; }
  .wrapper nav .chiks span:hover {
    background-color: #fff; }
  .wrapper nav .chiks span .fa-bars {
    font-size: 23px;
    margin: 10px; }
  .wrapper .top {
    width: 30%;
    background-color: #eef3f8;
    height: 45px;
    border-bottom: 1px solid #d8dde5; }
  .wrapper .top .btn-search span {
    display: none; }
  .wrapper .top-right {
    margin: 0;
    padding: 0; }
  .wrapper .top-right .btn-search {
    padding: 14.5px;
    border-left: 1px solid #d8dde5; }
  .wrapper .top-right .field .input-search {
    top: 8px;
    height: 30px;
    right: 100%; }
  .wrapper .top .dropdown .item {
    margin-left: 0; }
  .wrapper .top .dropdown .item a {
    display: block; }
  .wrapper .top .dropdown .item button {
    height: 45px;
    width: 45px;
    border-left: 1px solid #d8dde5; }
  .wrapper .top .dropdown .item button span, .wrapper .top .dropdown .item button .fa-caret-down {
    display: none; }
	.ua {
		display: block !important;
    	margin-left: 12px;
	}
  .wrapper .top .dropdown .item button span.ru {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .wrapper .top .dropdown .item button > img {
    margin-right: 0; }
  .wrapper header {
    border-bottom: 1px solid #d8dde5;
	height: 150px; }
	.wrapper .head {
		height: 150px; }
  .wrapper header .visible-xs, .wrapper header .visible-all {
    display: flex;
	justify-content: flex-start;
	margin-bottom: 7px;}
  .wrapper header .head-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/* error page */
.error {
  height: 330px;
  margin: 50px 15px;
  text-align: center;
  background-image: url(./img/404.png);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: auto auto;
  background-size: auto; }

@media screen and (max-width: 768px) {
  .error {
    -webkit-background-size: contain;
    background-size: contain; } }

.error h1 {
  font-size: 24px;
  font-weight: 500;
  margin: 70px 0 140px; }

@media screen and (max-width: 576px) {
  .error {
    margin: 50px 15px; }
  .error h1 {
    margin: 45px 0 90px; } }

/*---------------------------------------*/
.select-insurance {
  position: relative;
  margin-top: -10px; }

.select-insurance.active ul {
  display: block; }

.select-insurance ul {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  z-index: 5;
  list-style: none;
  border: solid 1px #d6dbe0;
  width: 100%;
  max-height: 148px;
  overflow: auto;
  display: none; }

.select-insurance li {
  font-size: 13px;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer; }

.select-insurance li:hover {
  background-color: #e6ecf3; }

.modal-footer-order .control-indicator {
  background: #fff; }

/*---------------------------------------*/
.form-script .step:not(.active), .form-script .confirm:not(.active) {
  display: none; }

.steps {padding: 0 15px;}

.pac-container {
  z-index: 9999 !important; }

.pac-icon {
  display: none !important; }

.pac-item {
  cursor: pointer !important;
  font-size: 11.9px !important;
  padding: 0.5em !important; }

.pac-item:hover {
  background-color: rgba(0, 0, 0, 0.03) !important; }

.pac-item-selected {
  background-color: rgba(0, 0, 0, 0.03) !important; }

.pac-item-query {
  font-size: 14px !important; }

.pharmacy {
  color:#d32626;
  margin-left: 10px;
  font-weight: 500;
}

.hint {
  position: relative;
  bottom: 10px;
  left: 5px;
  font-style: italic;
  color: #97a3b2;
  font-size: 12.9px;
}

.totop {
	display: none; /* delete style */
    position: fixed;
    float: right;
    bottom: 35px;
    right: 35px;
    width: 35px;
    height: 34px;
    background: #ced5dc;
    cursor: pointer;
	border-radius: 50%;
	z-index: 9999;
}

.totop span {
	border-top: 2px solid #999;
    border-left: 2px solid #999;
    height: 9px;
    width: 9px;
    position: absolute;
    top: 14px;
    left: 12.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.required {
	position: relative;
}

.required::after {
	content: 'Обьязательное поле';
    position: absolute;
    bottom: 50px;
    right: 15px;
    font-size: 12px;
    color: #d32626;
	font-style: italic;
}

.required .field-error {
    background: #e6ecf3;
    z-index: 1;
}

.content-contacts .form-blank {
    padding: 0 60px 45px;
    background: #f5f9fd;
}

@media screen and (max-width: 768px) {
	.content-contacts .form-blank {
		padding: 0;
	}
}

.table-bordered {
	margin: 0;
}

.table-bordered b {
	white-space: nowrap;
	font-weight: 500;
}

.clari p {
	margin: 0 15px;
	font-size: 13px;
}

.img-float-right {
	float: right;
	margin-left: 15px;
}

.img-float-left {
	float: left;
	margin-right: 15px;
}

.toggle-display {
  font-style: italic;
  margin: 15px 0;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: underline;
}

.toggle-display:after{
  content: '';
  display: inline-block;
  border-top: 2px solid #495057;
  border-left: 2px solid #495057;
  height: 9px;
  width: 9px;
  position: relative;
  top: -2px;
  -ms-transform: rotate(45deg);
  transform: rotate(225deg);
  margin-left: 10px;
}

.sticky_header_part{
  background: #fff;
  transition: top .3s ease-in-out;
  top: -220px;
}

.sticky_header_part.fixed{
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}

.dropdown-menu li{
  position: relative;
}

.dropdown-menu li .menu_item_mob_opener{
  display: none;
  position: absolute;
  right: 10px;
  padding: 10px;
  top: 0px;
}

.dropdown-menu li .menu_item_mob_opener.active svg{
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  .dropdown-menu li .menu_item_mob_opener{
    display: block;
  }
  .dropdown-menu li .menu_item_mob_opener.active svg{
    transform: rotate(180deg);
  }
  .dropdown-menu li.menu-item-has-children > .sub-menu{
    position: static;
    background: #fff!important;
  }
  .dropdown-menu li.menu-item-has-children > .sub-menu li{
    width: 93%;
    margin-right: 0;
  }
}

.b-mob { display: none !important; }

@media screen and (max-width: 576px) {
	.b-mob { display: block !important; }
}


.white-popup-block input[type="submit"],
a.btn-call { background: #D32626; color: #fff !important; padding: 5px 10px; font-size: 16px; line-height: 22px; text-decoration: none; border-radius: 5px; border: none; text-align: center; }

.header a.btn-call { float: right; }

.white-popup-block { background: #FFF; padding: 20px 30px; text-align: left; max-width: 320px; margin: 40px auto; position: relative; }
.white-popup-block input { padding: 5px; }

.popup-modal-dismiss { position: absolute; display: block; width: 16px; height: 16px; top: 5px; right: 5px; font-size: 14px; font-weight: bold; text-decoration: none; }

.white-popup-block input { width: 100%; }

.h3 { color: #D32626; }

.b-why { margin: 0; padding: 0; display: block; position: relative; }
.b-why:after { display: block; content: ' '; width: 100%; margin: 10px auto; clear: both; }
.b-why li { display: flex; width: 100%; text-align: left; align-items: center; margin: 15px auto; }
.b-why li:before { content: ' ' !important; margin: 0; background-size: cover !important; height: 32px; display: block; width: 32px; float: left; margin-right: 10px; }
.b-why li:nth-child(1):before { background: url(/icons/icons11.png) 50% 0 no-repeat; }
.b-why li:nth-child(2):before { background: url(/icons/icons21.png) 50% 0 no-repeat; }
.b-why li:nth-child(3):before { background: url(/icons/icons31.png) 50% 0 no-repeat; }
.b-why li:nth-child(4):before { background: url(/icons/icons41.png) 50% 0 no-repeat; }
.b-why li:nth-child(5):before { background: url(/icons/icons51.png) 50% 0 no-repeat; }


.block-calls { background: #D32626; font-size: 12px; color: #fff; padding: 10px; box-sizing: content-box; display: flex; align-items: center; margin: 20px auto; }
.block-calls a { color: #fff !important; font-size: 14px; text-decoration: none; font-weight: bold; }
.block-calls a span { color: #000 !important; }
.block-calls b { text-transform: uppercase; font-size: 16px; }
.block-calls > div { display: inline-block; width: 50%; margin: 5px; text-align: left; }
.block-calls > div:nth-child(2) { padding-left: 60px; position: relative; box-sizing: border-box; }
.block-calls > div:nth-child(2):before { display: inline-block; content: "\f10b"; font-family: FontAwesome; width: 46px; height: 46px; position: absolute; background: #d32626; border-radius: 50%; border: #fff solid 1px; text-align: center; font-size: 38px; line-height: 46px; left: 0; }
.block-calls a.btn-call { position: relative; }

.b-features { margin: 0; padding: 0; display: block; position: relative; }
.b-features:after { display: block; content: ' '; width: 100%; margin: 10px auto; clear: both; }
.b-features li { display: block; width: 25%; text-align: center; align-items: center; float: left; padding: 5px; }
.b-features li b { display: block; margin: 5px auto; }
.b-features li:before { content: ' ' !important; background-size: cover !important; height: 88px; display: block; width: 88px; margin: 0 auto 15px auto;  }
.b-features li:nth-child(1):before { background: url(/icons/icons41.png) 50% 0 no-repeat; }
.b-features li:nth-child(2):before { background: url(/icons/icons21.png) 50% 0 no-repeat; }
.b-features li:nth-child(3):before { background: url(/icons/icons31.png) 50% 0 no-repeat; }
.b-features li:nth-child(4):before { background: url(/icons/icons51.png) 50% 0 no-repeat; }
div.h2 { color: #D32626; }

@media only screen and (max-width:480px) {
	.block-calls { display: block; }
	.block-calls > div { width: 100%; }
	.b-features li { width: 100%; }
}

.b-how { background: url('/wp-content/uploads/perevezti-xvorogo.jpg') no-repeat; color: #fff; background-position: 100% 50%; background-size: contain; margin: 20px auto; }
.b-how > div { width: 50%; display: block; background: #D32626; padding: 30px; box-sizing: border-box; font-size: 12px; }
.b-how > div ul { margin: 0; padding: 0; list-style: none; margin: 15px auto; }
.b-how > div li { font-size: 14px !important; margin: 15px auto;  color: #fff; }
.b-how > div li:before { display: block; content: "\f00c";  color: #fff; font-family: FontAwesome; background: #2F3439; width: 18px; height: 18px; border-radius: 50%; text-align: center; line-height: 18px; margin-right: 8px; float: left; }
.b-how .h3 { color: #fff; }
.b-how a.btn-call { margin: auto; display: block; text-align: center; background: #2F3439; }

@media only screen and (max-width:480px) {
	.b-how > div { width: 100%; }
}

.h4, .h6 {
  font-weight: bold;
}

.news_h5 {
font-size: 48px;
    color: #e2dbdb;
    font-weight: bold;
    margin-top: 160px;
    -webkit-transform: matrix(0, -1, 0.99991, 0, 0, 0);
    -ms-transform: matrix(0, -1, 0.99991, 0, 0, 0);
    transform: matrix(0, -1, 0.99991, 0, 0, 0);
}
