/* Import variables start*/
/*
Usage:
@include ie-only {
  color: cyan;
}
*/
/* Import variables and*/
/* Import Bootstrap 4 start */
/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0027a9;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff3d2b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --sky: #e5e9f6;
  --gray-dark: #343a40;
  --primary: #0027a9;
  --blue: #0027a9;
  --red: #ff3d2b;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff3d2b;
  --light: #f8f9fa;
  --sky: #e5e9f6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1231px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  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;
}

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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0027a9;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  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: #0027a9;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0027a9;
}

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;
}

pre,
code,
kbd,
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;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Proxima N W01 Smbd", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 2.375rem;
}

@media screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 1.5625rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {

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

h3,
.h3 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {

  h3,
  .h3 {
    font-size: 1.125rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
  font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .display-1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  .display-1 {
    font-size: 2.125rem;
  }
}

.display-2 {
  font-size: 2.8125rem;
  font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .display-2 {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .display-2 {
    font-size: 1.875rem;
  }
}

.display-3 {
  font-size: 2.5rem;
  font-family: 'DIN Next W01 Light', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .display-3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .display-3 {
    font-size: 1.5rem;
  }
}

.display-4 {
  font-size: 2.0625rem;
  font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.display-5 {
  font-size: 18px;
  font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .display-5 {
    font-size: 16px;
  }
}

.display-6 {
  font-size: 1.5rem;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .display-6 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .display-6 {
    font-size: 1.25rem;
  }
}

.display-7 {
  font-size: 1.25rem;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: none;
}

.display-8 {
  font-size: 1.875rem;
  font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

.display-9 {
  font-size: 1.5rem;
  font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-xl {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 767px) {
  .text-xl {
    font-size: 16px !important;
  }
}

.text-lg {
  font-size: 1.25rem !important;
}

@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 1.125rem !important;
  }
}

.text {
  font-size: 1.125rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-ref {
  font-size: .875rem !important;
  color: #000;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.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: 1231px) {
  .container {
    max-width: 1171px;
  }
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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: 1231px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.47rem 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px dotted #ced4da;
  height: 46px;
  border-radius: 2px;
  transition: none;
}

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

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #2a5bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.25);
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
  height: 46px;
}

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

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

.form-control-lg {
  padding: 0.58rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
  height: 46px;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 46px;
}

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

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

.form-row {
  display: flex;
  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: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #868e96;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

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

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

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

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

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control: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,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff3d2b;
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control: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,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  padding: 0.47rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.25;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #001e83;
  border-color: #001b76;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001b76;
  border-color: #001869;
}

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-blue:hover {
  color: #fff;
  background-color: #001e83;
  border-color: #001b76;
}

.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-blue:not([disabled]):not(.disabled):active,
.btn-blue:not([disabled]):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #001b76;
  border-color: #001869;
}

.btn-blue:not([disabled]):not(.disabled):active:focus,
.btn-blue:not([disabled]):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-red:hover {
  color: #fff;
  background-color: #ff1a05;
  border-color: #f71500;
}

.btn-red:focus,
.btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-red:not([disabled]):not(.disabled):active,
.btn-red:not([disabled]):not(.disabled).active,
.show>.btn-red.dropdown-toggle {
  color: #fff;
  background-color: #f71500;
  border-color: #ea1400;
}

.btn-red:not([disabled]):not(.disabled):active:focus,
.btn-red:not([disabled]):not(.disabled).active:focus,
.show>.btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-success:not([disabled]):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-info:not([disabled]):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-warning:not([disabled]):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff1a05;
  border-color: #f71500;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f71500;
  border-color: #ea1400;
}

.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-danger:not([disabled]):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not([disabled]):not(.disabled):active:focus,
.btn-light:not([disabled]):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-sky {
  color: #212529;
  background-color: #e5e9f6;
  border-color: #e5e9f6;
}

.btn-sky:hover {
  color: #212529;
  background-color: #c9d1ec;
  border-color: #bfc9e9;
}

.btn-sky:focus,
.btn-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 233, 246, 0.5);
}

.btn-sky.disabled,
.btn-sky:disabled {
  background-color: #e5e9f6;
  border-color: #e5e9f6;
}

.btn-sky:not([disabled]):not(.disabled):active,
.btn-sky:not([disabled]):not(.disabled).active,
.show>.btn-sky.dropdown-toggle {
  color: #212529;
  background-color: #bfc9e9;
  border-color: #b6c1e6;
}

.btn-sky:not([disabled]):not(.disabled):active:focus,
.btn-sky:not([disabled]):not(.disabled).active:focus,
.show>.btn-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 233, 246, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-dark:not([disabled]):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #0027a9;
  background-color: transparent;
  background-image: none;
  border-color: #0027a9;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0027a9;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #0027a9;
  border-color: #0027a9;
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-outline-blue {
  color: #0027a9;
  background-color: transparent;
  background-image: none;
  border-color: #0027a9;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0027a9;
  border-color: #0027a9;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0027a9;
  background-color: transparent;
}

.btn-outline-blue:not([disabled]):not(.disabled):active,
.btn-outline-blue:not([disabled]):not(.disabled).active,
.show>.btn-outline-blue.dropdown-toggle {
  color: #212529;
  background-color: #0027a9;
  border-color: #0027a9;
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 169, 0.5);
}

.btn-outline-red {
  color: #ff3d2b;
  background-color: transparent;
  background-image: none;
  border-color: #ff3d2b;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #ff3d2b;
  background-color: transparent;
}

.btn-outline-red:not([disabled]):not(.disabled):active,
.btn-outline-red:not([disabled]):not(.disabled).active,
.show>.btn-outline-red.dropdown-toggle {
  color: #212529;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff3d2b;
  background-color: transparent;
  background-image: none;
  border-color: #ff3d2b;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff3d2b;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ff3d2b;
  border-color: #ff3d2b;
  box-shadow: 0 0 0 0.2rem rgba(255, 61, 43, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-sky {
  color: #e5e9f6;
  background-color: transparent;
  background-image: none;
  border-color: #e5e9f6;
}

.btn-outline-sky:hover {
  color: #212529;
  background-color: #e5e9f6;
  border-color: #e5e9f6;
}

.btn-outline-sky:focus,
.btn-outline-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 233, 246, 0.5);
}

.btn-outline-sky.disabled,
.btn-outline-sky:disabled {
  color: #e5e9f6;
  background-color: transparent;
}

.btn-outline-sky:not([disabled]):not(.disabled):active,
.btn-outline-sky:not([disabled]):not(.disabled).active,
.show>.btn-outline-sky.dropdown-toggle {
  color: #212529;
  background-color: #e5e9f6;
  border-color: #e5e9f6;
  box-shadow: 0 0 0 0.2rem rgba(229, 233, 246, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0027a9;
  background-color: transparent;
}

.btn-link:hover {
  color: #0027a9;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.58rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 2px;
  height: 46px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-rounded {
  border-radius: 35px;
}

.btn-gray {
  background: #939598;
  border-color: #939598;
  color: #fff;
}

.btn-gray:hover {
  background: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}

.btn-rounded-lg {
  border-radius: 50px;
  font-size: 0.9375rem;
  padding-top: .939rem;
  padding-bottom: .939rem;
}

.btn-blue-red {
  background: #0027a9;
  border-color: #0027a9;
  color: #fff;
}

.btn-blue-red:hover {
  background: #ff3d2b;
  border-color: #ff3d2b;
  color: #fff;
}
.btn-outline-blue-red {
   background: #fff;
   border-color: #0027a9;
   color: #0027a9;
 }

 .btn-outline-blue-red:hover {
   background: #ff3d2b;
   border-color: #ff3d2b;
   color: #fff;
 }

.btn-white-blue {
  background: none;
  border-color: #fff;
  color: #fff;
}

.btn-white-blue:hover {
  background: #0027a9;
  border-color: #0027a9;
  color: #fff;
}

.btn-blue:hover {
  background: #3353ba;
  border-color: #3353ba;
}

.btn-red:hover {
  background: #ff6455;
  border-color: #ff6455;
}

.btn-red-hover:hover {
  background: #ff3d2b;
}

.btn-outline-blue:hover {
  color: #fff !important;
  background: #0027a9 !important;
  border-color: #0027a9 !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.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;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #0027a9;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0027a9;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

.nav-link.disabled {
  color: #868e96;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

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

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


.nav-pills .nav-link {
  border-radius: 2px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #0027a9;
  background-color: #fff;
  border-bottom: 3px solid #ff3d2b;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0027a9 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #001b76 !important;
}

.bg-blue {
  background-color: #0027a9 !important;
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #001b76 !important;
}

.bg-red {
  background-color: #ff3d2b !important;
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
  background-color: #f71500 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ff3d2b !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #f71500 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-sky {
  background-color: #e5e9f6 !important;
}

a.bg-sky:focus,
a.bg-sky:hover,
button.bg-sky:focus,
button.bg-sky:hover {
  background-color: #bfc9e9 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ced4da !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0027a9 !important;
}

.border-blue {
  border-color: #0027a9 !important;
}

.border-red {
  border-color: #ff3d2b !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff3d2b !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-sky {
  border-color: #e5e9f6 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1231px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1231px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1231px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

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

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

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

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

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

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

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

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

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

.w-60px {
  width: 60px !important;
}

.w-150px {
  width: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.w-200px {
  width: 200px !important;
}

.w-260px {
  width: 260px !important;
}

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

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

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

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

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

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

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

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

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

.h-60px {
  height: 60px !important;
}

.h-150px {
  height: 150px !important;
}

.h-160px {
  height: 160px !important;
}

.h-200px {
  height: 200px !important;
}

.h-260px {
  height: 260px !important;
}

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-15 {
  margin: 6px !important;
}

.mt-15,
.my-15 {
  margin-top: 6px !important;
}

.mr-15,
.mx-15 {
  margin-right: 6px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 6px !important;
}

.ml-15,
.mx-15 {
  margin-left: 6px !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-15 {
  padding: 6px !important;
}

.pt-15,
.py-15 {
  padding-top: 6px !important;
}

.pr-15,
.px-15 {
  padding-right: 6px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 6px !important;
}

.pl-15,
.px-15 {
  padding-left: 6px !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-15 {
    margin: 6px !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 6px !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 6px !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 6px !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 6px !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-15 {
    padding: 6px !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 6px !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 6px !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 6px !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 6px !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-15 {
    margin: 6px !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 6px !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 6px !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 6px !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 6px !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-15 {
    padding: 6px !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 6px !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 6px !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 6px !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 6px !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-15 {
    margin: 6px !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 6px !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 6px !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 6px !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 6px !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-15 {
    padding: 6px !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 6px !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 6px !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 6px !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 6px !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1231px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-15 {
    margin: 6px !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 6px !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 6px !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 6px !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 6px !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-15 {
    padding: 6px !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 6px !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 6px !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 6px !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 6px !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1231px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0027a9 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #001b76 !important;
}

.text-blue {
  color: #0027a9 !important;
}

a.text-blue:focus,
a.text-blue:hover {
  color: #001b76 !important;
}

.text-red {
  color: #ff3d2b !important;
}

a.text-red:focus,
a.text-red:hover {
  color: #f71500 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #ff3d2b !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #f71500 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-sky {
  color: #e5e9f6 !important;
}

a.text-sky:focus,
a.text-sky:hover {
  color: #bfc9e9 !important;
}

.text-dark {
  color: #343a40 !important;
}


a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Import Bootstrap 4 end */
/* Import plugins Start */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.nice-select {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  cursor: pointer;
  color: #000;
  transition: all 0.2s;
  font-size: 1.125rem;
  border: 1px dotted #adb5bd;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 2px;
}

.nice-select.open {
  border: 1px solid #adb5bd;
}

.nice-select .current {
  overflow: hidden;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nice-select input.current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-color: transparent !important;
}

.nice-select input.current:focus {
  border-color: transparent !important;
}

.nice-select:after {
  content: '';
  display: block;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  border: 6px solid transparent;
  border-top-color: #868e96;
  transform: rotate(0);
  transform-origin: 50% 25%;
  height: 12px;
  width: 12px;
}

.nice-select.open:after {
  transform: rotate(-180deg);
}

.nice-select.open .style-scroll {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  color: #ccc;
  pointer-events: none;
}

.nice-select .style-scroll {
  display: none;
  box-sizing: initial;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 3px);
  left: -1px;
  min-width: 100%;
  width: auto;
  background-color: #fff;
  border: 1px dotted #ced4da;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  padding: 0;
  margin: 0;
}

.nice-select .style-scroll__content {
  right: auto;
  min-width: 100%;
}

.nice-select .style-scroll__panel {
  right: 9px;
}

.nice-select .style-scroll.active {
  display: block;
}

.nice-select .style-scroll.has-scrollbar .list {
  padding-right: 15px;
}

.nice-select .option {
  cursor: pointer;
  text-align: left;
  color: #adb5bd;
  outline: none;
  font-size: 1rem;
  padding: 14px 25px 14px 15px;
  position: relative;
}

.nice-select .option:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  display: block;
  height: 1px;
  border-bottom: 1px dotted #ced4da;
}

.nice-select .option.hidden {
  display: none;
}

.nice-select .option:hover,
.nice-select .option.focus {
  color: #000;
}

.nice-select .option.selected.focus {
  color: #0027a9;
}

.nice-select .option.disabled {
  color: #ccc;
  cursor: default;
}

.nice-select.js-custom-select--small-style {
  width: 100%;
  height: 24px;
  border: 1px dotted #adb5bd;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 5px !important;
  padding-right: 25px;
}

.nice-select.js-custom-select--small-style .current {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .nice-select.js-custom-select--small-style {
    font-size: 14px;
  }
}

.nice-select.js-custom-select--small-style::after {
  right: 8px;
}

.nice-select.js-custom-select--small-style .style-scroll {
  top: calc(100% + 13px);
  left: auto;
  right: -1px;
}

.nice-select.js-custom-select--small-style .style-scroll::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 30px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px dotted #adb5bd;
  border-radius: 2px;
  transform: rotate(45deg);
  z-index: 1;
}

.nice-select.js-custom-select--small-style .style-scroll .list {
  position: relative;
  z-index: 2;
  background: #fff;
}

.nice-select.js-custom-select--small-style .style-scroll .option {
  padding: 10px;
  white-space: nowrap;
}

.nice-select.js-custom-select--small-style .style-scroll .option::after {
  left: 5px;
  right: 5px;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.style-scroll {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.style-scroll__content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  outline: none;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0;
}

.style-scroll__content::-webkit-scrollbar {
  display: none;
}

.style-scroll__panel {
  background: #ced4da;
  position: absolute;
  width: 3px;
  right: 17px;
  top: 10px;
  bottom: 10px;
}

.style-scroll__slider {
  background: #ff3d2b;
  position: relative;
  margin: 0;
}

.style-scroll.no-scrollbar {
  height: auto;
  overflow: visible;
}

.style-scroll.no-scrollbar .style-scroll {
  min-height: auto;
}

.style-scroll.no-scrollbar .style-scroll__content {
  position: static;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.has-scrollbar>.style-scroll__content::-webkit-scrollbar {
  display: block;
}

/* Import plugins End */
/*Import fonts start*/
/*
font-family:'Proxima N W01 Light', Helvetica, Arial, sans-serif;
font-family:'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
font-family:'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
font-family:'DIN Next W01 Light', Helvetica, Arial, sans-serif;
font-family:'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
*/
/*Import fonts end*/
/* Import General styles start */
.quote_top {
  background: url("../images/icons/quote.png") center top no-repeat;
  background-size: 50px;
}

.quote_bottom {
  background: url("../images/icons/quote.png") center top no-repeat;
  transform: rotate(180deg);
  background-size: 50px;
}

.blue-bg {
  background-color: #e5e9f6;
}

.bb-dotted {
  border-bottom: 1px dotted #c1c1c1 !important;
}

.bt-dotted {
  border-top: 1px dotted #c1c1c1 !important;
}

.quote {
  padding-right: 0 !important;
  padding-left: 30px !important;
}

.price-cut {
  text-decoration: line-through;
  color: red;
}


.text-gray {
  color: #939598;
}

.link-light {
  text-decoration: underline;
  line-height: 1.2;
}

.link-light:hover {
  text-decoration: underline;
  color: #000;
}

.pt-4_5 {
  padding-top: 2.5rem !important;
}

.pb-4_5 {
  padding-bottom: 2.5rem !important;
}

.pl-4_5 {
  padding-left: 2.5rem !important;
}

.pr-4_5 {
  padding-right: 2.5rem !important;
}

.pb-5_5 {
  padding-bottom: 3.5rem !important;
}

.pt-5_5 {
  padding-top: 3.5rem !important;
}

.pl-5_5 {
  padding-left: 3.5rem !important;
}

.pr-5_5 {
  padding-right: 3.5rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6 {
  padding-left: 4.5rem !important;
}

.pr-6 {
  padding-right: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.mb-4_5 {
  margin-bottom: 2.5rem !important;
}

.mt-4_5 {
  margin-top: 2.5rem !important;
}

.mb-5_5 {
  margin-bottom: 3.5rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

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

/* Import General styles end */
/* Import General styles start */
*:focus {
  outline-color: transparent;
}

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

body {
  font-size: 1.125rem;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  overflow-X: hidden;
}

body.disable-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

.no-scroll {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

p {
  line-height: 1.3em;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
}

.content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

a:active,
a:focus,
a:hover,
input:active,
input:focus,
input:hover,
button:active,
button:focus,
button:hover,
select:active,
select:focus,
select:hover {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

a::-ms-clear,
input::-ms-clear,
button::-ms-clear,
select::-ms-clear {
  display: none;
}

hr {
  background: none;
  border: none;
  display: block;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #adb5bd;
}

.btn-no-style {
  background-color: #fff;
  border: none;
  padding: 3px;
  margin: 0;
  font-size: 0;
  cursor: pointer;
}

.br-def {
  border-radius: 2px;
}

.border-dotted {
  border: 1px dotted #adb5bd;
}

.fs-0 {
  font-size: 0;
}

.date-default {
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .date-default {
    font-size: 0.875rem;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.share-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
}

.share-icon svg {
  height: 28px;
  width: 28px;
  fill: #0027a9;
}

.share-icon:hover svg {
  fill: #ff3d2b;
}

.link-dashed {
  border-bottom: 1px dashed #0027a9;
  font-size: 1.25rem;
  line-height: 1.1em;
  display: inline-block;
}

.link-dashed:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
}

.link-dashed:focus {
  color: rgba(0, 39, 169, 0.5);
  border-bottom: 1px dashed rgba(0, 39, 169, 0.5);
}

.link-bold {
  border-bottom: 1px solid #0027a9;
  font-size: 1rem;
  font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  display: inline-block;
}

.link-bold:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}

.link-bold:focus {
  color: rgba(0, 39, 169, 0.5);
  border-bottom: 1px solid rgba(0, 39, 169, 0.5);
}

.link-solid {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.1em;
  display: inline-block;
}

.link-solid:hover {
  text-decoration: none;
  color: #0027a9;
  border-bottom: 1px solid #0027a9;
}

.link-solid:focus {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.link-forward,
.link-forward-sm,
.link-back,
.link-back-sm {
  color: #0027a9;
  font-size: 1.0625rem;
  letter-spacing: .005em;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid transparent;
}

.link-forward:hover,
.link-forward-sm:hover,
.link-back:hover,
.link-back-sm:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
}

.link-forward-sm,
.link-back-sm {
  font-size: .9375rem;
}

.link-forward,
.link-forward-sm {
  padding-right: 14px;
}

.link-forward:after,
.link-forward-sm:after {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-55%) scale(0.5, 1.5);
  display: inline-block;
}

.link-back-sm,
.link-back {
  padding-left: 14px;
}

.link-back-sm:before,
.link-back:before {
  content: '<';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%) scale(0.5, 1.5);
}

.link-red {
  color: #ff3d2b;
}

.link-red:hover {
  color: #ff3d2b;
  border-color: #ff3d2b;
}

.link-blue-red {
  color: #0027a9 !important;
  border-color: transparent !important;
}

.link-blue-red:hover {
  color: #ff3d2b !important;
  border-color: transparent !important;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px dotted #ced4da;
  border-radius: 2px !important;
  color: #000;
  box-shadow: none !important;
  background-color: #fff;
  padding-left: 15px !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid #adb5bd !important;
}

select:hover {
  cursor: pointer;
}

.border-between {
  position: relative;
}

.border-between::after {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background: #0027a9;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}

.dropdown-style-1 button {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  align-items: center;
}

.dropdown-style-1 button img {
  width: 1.5em;
  height: auto;
  margin-right: 0.8em;
}

.dropdown-style-1.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.dropdown-style-1 .dropdown-menu {
  min-width: auto;
  background: none;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
}

.dropdown-style-1 .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
  background: #e5e9f6;
  border-bottom: 1px solid #0027a9;
  font-size: 1rem;
  color: #0027a9;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
}

.dropdown-style-1 .dropdown-item img {
  width: 1.5em;
  height: auto;
  margin-right: 0.8em;
}

.dropdown-style-1 .dropdown-item:hover {
  color: #ff3d2b;
}

.dropdown-style-1 .dropdown-item:first-child {
  border-top: 1px solid #0027a9;
}

@media screen and (max-width: 991px) {
  .slick-slider .stars__info {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .offset-md-07 {
    margin-left: 5.3333% !important;
  }
}

.prox-bold {
  font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
}

/* Import General styles end */
/* Import pages start */
.main-page .home {
  height: 100vh;
  min-height: 500px;
  background: url("../images/main_page/main_page_bg2.jpg") top/cover no-repeat;
  margin-bottom: 1.6875rem;
  position: relative;
}

.main-page .home__search-box {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-page .home__search-box {
    top: 20%;
  }
}

@media screen and (max-width: 767px) {
  .main-page .home__search-box {
    position: static;
    transform: none;
  }
}

.main-page .home__title {
  color: #0027a9;
}

@media screen and (max-width: 767px) {
  .main-page .home__title {
    font-size: 24px;
    color: #0027a9;
  }
}

@media screen and (max-width: 767px) {
  .main-page .home {
    background: #0027a9;
    min-height: auto;
    height: auto;
  }
}

.main-page .footer {
  border-top: none;
}

.main-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-page .header {
    position: relative;
  }
}

.main-page .header__mobile-nav-item svg {
  fill: #fff;
}

.main-page .header .nav-menu {
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .main-page .header .nav-menu__login-logo {
    border: 2px solid #fff;
    color: #fff;
  }
}

.main-page .header .nav-menu__login-logo::before {
  border: transparent;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .main-page .header .nav-menu__login-logo::before {
    border: 2px solid #ff3d2b;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .main-page .header .nav-menu {
    position: relative;
    background: #ff3d2b;
  }

  .main-page .header .nav-menu__logo .header-logo-img,
  .main-page .header .nav-menu__logo .header-logo-text {
    fill: #fff !important;
  }
}

.main-page .nav-menu__logo {
  max-width: 290px;
  max-height: 74px;
}

@media screen and (max-width: 991px) {
  .main-page .nav-menu__logo {
    max-width: 233px;
    max-height: 62px;
  }
}

@media screen and (max-width: 767px) {
  .main-page .nav-menu__logo {
    max-width: 142px;
    max-height: 40px;
  }
}

.main-page .nav-menu__logo:hover {
  opacity: 1;
}

.main-page .dropdown-style-1 .dropdown-item {
  background: #e5e9f6;
  /*@media screen and (max-width: $mw_md) {
        background: $sky;
      }*/
}

.compare-plans__title-box {
  border-bottom: 1px dotted #ced4da;
  margin-top: 50px;
  margin-bottom: 30px;
}

.compare-plans__title-box h1 {
  margin-bottom: 10px;
  font-family: 'DIN Next W01 Light', Helvetica, Arial, sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .compare-plans__title-box h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .compare-plans__title-box h1 {
    font-size: 18px;
  }
}

.expert-advisor__search-form {
  position: relative;
}

@media screen and (max-width: 767px) {
  .expert-advisor__search-form {
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    display: none;
  }

  .expert-advisor__search-form.show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .expert-advisor__search-form-box {
    position: absolute;
    top: -3px;
    right: 15px;
    left: 15px;
    z-index: 99;
    padding: 0;
    width: auto;
    font-size: 0;
  }
}

.expert-advisor__search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.expert-advisor__search-btn svg {
  width: 19px;
  height: 19px;
  fill: #939598;
}

.expert-advisor__search-mob-btn {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .expert-advisor__search-mob-btn {
    display: block;
  }
}

.expert-advisor__search-mob-btn svg {
  width: 19px;
  height: 19px;
  fill: #939598;
}

.expert-advisor__article-main-img {
  position: relative;
}

.expert-advisor__article-main-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding-left: 30px;
  color: #fff;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-img-text {
    position: static;
    color: #0027a9;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    background: #e5e9f6;
  }
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-img-text>h3 {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }
}

.expert-advisor__article-main-img-text>p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-img-text>p {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}

.expert-advisor__article-main-text {
  background: #e5e9f6;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-text {
    padding-left: 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 25px;
  }
}

.expert-advisor__article-main-text>h4 {
  font-size: 1.25rem;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-text>h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .expert-advisor__article-main-text>p {
    font-size: 1rem;
  }
}

.expert-advisor__article-main-text>a {
  color: #ff3d2b;
}

.expert-advisor__article-main-text>a:hover {
  color: #ff3d2b;
  border-color: #ff3d2b;
}

.expert-advisor__item-arrows {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px dotted #ced4da;
  border-bottom: 1px dotted #ced4da;
}

.expert-advisor__stars {
  margin-left: 30px;
  font-size: 1.375rem;
}

.expert-advisor__card {
  background: #e5e9f6;
  border-top: 4px solid #ff3d2b;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.expert-advisor__card-img {
  position: relative;
  display: block;
}

.expert-advisor__card-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.expert-advisor__card-img:hover::after {
  background: rgba(255, 255, 255, 0.2);
}

.expert-advisor__card-title {
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 17px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.expert-advisor__card-address {
  margin-left: 30px;
  font-size: 16px;
  color: #000;
  position: relative;
}

.expert-advisor__card-address svg {
  position: absolute;
  fill: #ff3d2b;
  top: 50%;
  width: 27px;
  height: 27px;
  left: -8px;
  transform: translate(-100%, -50%);
}

.faq #faq-left-menu-wr {
  position: relative;
}

.faq__menu {
  background-color: #e5e9f6;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .faq__menu {
    margin-bottom: 40px;
  }
}

.faq__menu.fixed {
  position: fixed;
  width: 292.75px;
  top: 0;
  z-index: 99;
}

@media only screen and (max-width: 1230px) {
  .faq__menu.fixed {
    width: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .faq__menu.fixed {
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__menu.fixed {
    position: static;
    width: auto;
  }
}

.faq__menu.fixed-bottom-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq__menu.fixed-bottom-wrapper {
    position: static;
  }
}

.faq__menu li {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 991px) {
  .faq__menu li {
    padding-left: 10px !important;
  }
}

.faq__menu li a {
  text-decoration: none;
  font-family: "Proxima N W01 Smbd", Helvetica, Arial, sans-serif;
}

.faq__menu li a:hover {
  text-decoration: underline;
}

.how-it-works .benefits {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .how-it-works .benefits {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .how-it-works .benefits__cover {
    border: none;
  }
}

@media only screen and (max-width: 767px) {

  .individual-clinic__clinic-title,
  .individual-clinic__clinic-description,
  .individual-clinic__clinic-reviews,
  .individual-clinic__special-deal,
  .individual-clinic__appointment {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.individual-clinic main {
  position: relative;
}

.individual-clinic__back-link .page-link span {
  transform: scale(0.7, 1.7);
  display: inline-block;
  margin-right: 5px;
}

.individual-clinic__clinic-title {
  /*border-top: 4px solid #0027a9;*/
  margin-right: -15px;
}

.individual-clinic__clinic-title--orange {
  border-top: 4px solid #ff3d2b;
}

@media only screen and (max-width: 991px) {
  .individual-clinic__clinic-title {
    border-top: 0;
    padding: 0 15px 15px 15px !important;
    margin-bottom: 0 !important;
    margin-right: 0;
  }

  .individual-clinic__clinic-title h2 {
    font-size: 1.25rem !important;
    margin-bottom: 1.5rem !important;
    color: red;
  }

  .individual-clinic__clinic-title .subtitle {
    line-height: 1.3;
    padding-right: 40px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .individual-clinic__clinic-title {
    padding: 15px !important;
  }

  .individual-clinic__clinic-title .main-title {
    display: none !important;
  }

  .individual-clinic__clinic-title .subtitle {
    font-size: 14px;
  }
}

.individual-clinic__clinic-description .using {
  margin: 30px 0;
  color: red;
  display: flex;
  align-items: center;
}

.individual-clinic__clinic-description .using svg {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 30px;
}

.individual-clinic__clinic-description .using svg path {
  fill: #ff3d2b;
}

@media only screen and (max-width: 991px) {
  .individual-clinic__clinic-description {
    padding: 0 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .individual-clinic__clinic-description {
    font-size: 16px;
    padding-bottom: 15px !important;
  }

  .individual-clinic__clinic-description .using {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .individual-clinic__clinic-reviews {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.individual-clinic__clinic-reviews .reviews-num {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .individual-clinic__clinic-reviews .reviews-num {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: 106px;
  }

  .individual-clinic__clinic-reviews .reviews-num .individual-clinic__rating-stars {
    order: 1;
    margin-right: 39%;
  }
}

@media only screen and (max-width: 767px) {
  .individual-clinic__clinic-reviews .reviews-num {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .individual-clinic__reviews .review {
    font-size: 16px;
  }

  .individual-clinic__reviews .review p:last-child {
    font-size: 14px;
  }
}

.individual-clinic__clinic-rating {
  font-size: 3.42687rem;
  font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
}

.individual-clinic__services-price td {
  position: relative;
}

.individual-clinic__services-price-cell-premium {
  display: inline-block;
  min-width: 110px;
}

@media only screen and (max-width: 767px) {
  .individual-clinic__services-price-cell-premium {
    min-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .individual-clinic__services-price-price-popup {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.individual-clinic__services-price td:nth-child(2),
.individual-clinic__services-price th:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .individual-clinic__services-price td:nth-child(2),
  .individual-clinic__services-price th:nth-child(2) {
    width: 70%;
  }
}

.individual-clinic__services-price td:nth-child(2),
.individual-clinic__services-price th:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 767px) {

  .individual-clinic__services-price td:nth-child(2),
  .individual-clinic__services-price th:nth-child(2) {
    width: 30%;
  }
}

.individual-clinic__services-price tbody td:first-child {
  /*border-right: 1px solid #868e96;*/
  font-size: 1rem;
}

.individual-clinic__services-price tbody td:first-child span {
  font-size: 1.125rem;
}

.individual-clinic__services-price tbody td:nth-child(2) {
  font-size: 1.375rem;
  /*border-right: 1px solid #868e96;*/ }

  .individual-clinic__services-price tbody td:last-child {
    font-size: 1.125rem;
    border-right: none;
  }

  .individual-clinic__services-price tbody td:last-child span {
    font-size: 1.375rem;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__services-price tbody td:first-child {
      font-size: 0.875rem !important;
    }

    .individual-clinic__services-price tbody td:first-child span {
      font-size: 0.875rem !important;
    }

    .individual-clinic__services-price tbody td:nth-child(2) {
      font-size: 16px !important;
    }

    .individual-clinic__services-price tbody td:last-child {
      font-size: 14px !important;
    }

    .individual-clinic__services-price tbody td:last-child span {
      font-size: 16px !important;
    }
  }

  .individual-clinic__services-price .more {
    margin: 0 30px;
    width: 120px;
    text-align: right;
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__services-price .more {
      width: auto;
      margin: 0 30px 20px;
    }
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__services-price {
      padding-left: 0 !important;
    }

    .individual-clinic__services-price td:nth-child(1),
    .individual-clinic__services-price td:nth-child(2) {
      border-right: 1px solid #939598;
    }

    .individual-clinic__services-price td:last-child {
      position: relative;
    }

    .individual-clinic__services-price .button-block {
      justify-content: center !important;
    }

    .individual-clinic__services-price .button-block .btn {
      margin-right: 0 !important;
    }
  }

  @media only screen and (max-width: 767px) {

    .individual-clinic__services-price th,
    .individual-clinic__services-price td {
      font-size: 14px !important;
      text-align: left !important;
      border: none !important;
      vertical-align: top !important;
    }
  }

  .individual-clinic__services-price--premium td:nth-child(1),
  .individual-clinic__services-price--premium th:nth-child(1) {
    width: 40%;
  }

  @media only screen and (max-width: 767px) {

    .individual-clinic__services-price--premium td:nth-child(1),
    .individual-clinic__services-price--premium th:nth-child(1) {
      width: 40%;
    }
  }

  .individual-clinic__services-price--premium td:nth-child(2),
  .individual-clinic__services-price--premium th:nth-child(2) {
    width: 25%;
  }

  @media only screen and (max-width: 767px) {

    .individual-clinic__services-price--premium td:nth-child(2),
    .individual-clinic__services-price--premium th:nth-child(2) {
      width: 20%;
    }
  }

  .individual-clinic__services-price--premium td:nth-child(3),
  .individual-clinic__services-price--premium th:nth-child(3) {
    width: 35%;
  }

  @media only screen and (max-width: 767px) {

    .individual-clinic__services-price--premium td:nth-child(3),
    .individual-clinic__services-price--premium th:nth-child(3) {
      width: 40%;
      padding: 0 0 0 35px;
    }
  }

  .individual-clinic__special-deal {
    padding-left: 98px !important;
    padding-right: 66px !important;
    margin-bottom: 60px;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__special-deal {
      margin-bottom: 35px;
    }
  }

  .individual-clinic__special-deal .price {
    font-size: 4.0625rem;
  }

  .individual-clinic__special-deal .price .currency {
    font-family: 'DIN Next W01 Light', Helvetica, Arial, sans-serif;
  }

  .individual-clinic__special-deal__par {
    font-size: 22px !important;
    max-width: 375px;
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__special-deal {
      margin-left: -30px !important;
      margin-right: -30px !important;
    }

    .individual-clinic__special-deal .big-text {
      font-size: 2.8125rem;
    }

    .individual-clinic__special-deal .price {
      font-size: 4.0625rem;
    }

    .individual-clinic__special-deal .small-text {
      width: 68% !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__special-deal {
      margin-left: -15px !important;
      margin-right: -15px !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
      position: relative;
    }

    .individual-clinic__special-deal .big-text {
      font-size: 22px;
    }

    .individual-clinic__special-deal .price {
      font-size: 1.9825rem;
      position: absolute;
      right: 40px;
      top: 30px;
    }

    .individual-clinic__special-deal .small-text {
      width: 100% !important;
      font-size: 1rem !important;
    }
  }

  @media screen and (max-width: 991px) {
    .individual-clinic__meet {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    .individual-clinic__meet {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  .individual-clinic__meet .slick-initialized .slick-slide {
    padding: 0 11px;
  }

  .individual-clinic__meet .slick-slide img {
    padding: 0 8px;
  }

  .individual-clinic__meet .slick-arrow {
    width: 40px !important;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__meet h3 {
      font-size: 18px !important;
      margin-bottom: 30px !important;
    }
  }

  .individual-clinic__facilities {
    padding-top: 60px;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__facilities {
      padding-top: 35px;
    }
  }

  .individual-clinic__facilities .facility_1 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left 0px no-repeat;
  }

  .individual-clinic__facilities .facility_2 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -31px no-repeat;
  }

  .individual-clinic__facilities .facility_3 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -62px no-repeat;
  }

  .individual-clinic__facilities .facility_4 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -93px no-repeat;
  }

  .individual-clinic__facilities .facility_5 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -124px no-repeat;
  }

  .individual-clinic__facilities .facility_6 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -155px no-repeat;
  }

  .individual-clinic__facilities .facility_7 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -186px no-repeat;
  }

  .individual-clinic__facilities .facility_8 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -217px no-repeat;
  }

  .individual-clinic__facilities .facility_9 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -248px no-repeat;
  }

  .individual-clinic__facilities .facility_10 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -279px no-repeat;
  }

  .individual-clinic__facilities .facility_11 {
    width: 31px;
    height: 31px;
    background: url("../images/icons/sprite_facilities.png") left -310px no-repeat;
  }

  .individual-clinic__facilities .row .col-12:nth-child(2),
  .individual-clinic__facilities .row .col-12:nth-child(3) {
    /* padding-left: 50px; */
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__facilities .row .col-12 {
      padding-left: 13% !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__facilities .row .col-12 {
      padding-left: 50px;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__facilities h3 {
      font-size: 1.125rem;
    }
  }

  .individual-clinic__gallery {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .individual-clinic__gallery .slick-slide img {
    padding: 0 8px;
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__gallery .gallery-slider {
      display: none;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__gallery {
      border-bottom: 1px dotted lightgray;
      margin-bottom: 0;
      padding-top: 35px;
      padding-bottom: 31px;
    }

    .individual-clinic__gallery h3 {
      font-size: 1.125rem;
    }
  }

  .individual-clinic__appointment {
    position: relative;
  }

  .individual-clinic__appointment .steps {
    max-width: 320px;
    margin: 0 auto 35px;
  }

  .individual-clinic__appointment .steps .arrow.prev-link,
  .individual-clinic__appointment .steps .arrow.next-link {
    text-decoration: none;
  }

  .individual-clinic__appointment .steps .arrow.prev-link span,
  .individual-clinic__appointment .steps .arrow.next-link span {
    transform: scale(0.8, 1.8);
    font-size: 23px;
  }

  .individual-clinic__appointment .steps .arrow.disabled {
    opacity: .3;
  }

  .individual-clinic__appointment .steps .step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #052cab;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 6px;
    background: #e5e9f6;
    position: relative;
  }

  .individual-clinic__appointment .steps .step .num {
    font-size: 20px;
    line-height: 18px;
  }

  .individual-clinic__appointment .steps .step .check {
    font-size: 17px;
    display: inline-block;
    margin-top: 5px;
  }

  .individual-clinic__appointment .steps .step.disabled {
    opacity: .5;
  }

  .individual-clinic__appointment .steps .step:not(:last-of-type)::after {
    content: "";
    width: 95px;
    height: 1px;
    background: #052cab;
    position: absolute;
    z-index: -1;
    top: 24px;
    left: 48px;
  }

  .individual-clinic__appointment .doc-name {
    border-bottom: 1px dotted #8799d6;
  }

  .individual-clinic__appointment .btn {
    margin: 0 auto;
    display: block;
    width: 235px;
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__appointment .btn {
      font-size: 0.7rem;
    }
  }

  .individual-clinic__appointment .form-check-label::before {
    border: 1px solid #0027a9;
    border-radius: 2px;
  }

  .individual-clinic__appointment .or-block span {
    position: relative;
  }

  .individual-clinic__appointment .or-block span::before,
  .individual-clinic__appointment .or-block span::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    border-bottom: 1px dotted #8799d6;
    top: 12px;
  }

  .individual-clinic__appointment .or-block span::before {
    right: 40px;
  }

  .individual-clinic__appointment .or-block span::after {
    left: 40px;
  }

  .individual-clinic__appointment .progress {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(229, 233, 246, 0.9);
    padding-top: 80px;
  }

  .individual-clinic__appointment .progress .head {
    font-size: 51px;
    color: #d31200 !important;
    letter-spacing: 20px;
    font-weight: bold;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__appointment .progress {
      background: #e5e9f6;
      padding-top: 40px;
    }

    .individual-clinic__appointment .progress img {
      width: 70px;
    }

    .individual-clinic__appointment .progress .head {
      font-size: 19px;
      letter-spacing: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__appointment {
      /*height: 200px;*/
      overflow: hidden;
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__appointment-title {
      background: #fff;
      margin-left: -30px;
      margin-right: -30px;
      padding: 30px 0 !important;
    }

    .individual-clinic__appointment-title p {
      font-size: 18px;
    }
  }

  .individual-clinic__didnt-find .head {
    font-size: 2.375rem;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic__didnt-find .head {
      font-size: 2.25rem;
    }
  }

  .individual-clinic__didnt-find .page-link span {
    transform: scale(0.7, 1.7);
    display: inline-block;
    margin-right: 5px;
  }

  .individual-clinic__didnt-find+h3.text-center {
    margin-top: 60px !important;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__didnt-find+h3.text-center {
      margin-top: 35px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__didnt-find .head {
      font-size: 18px;
    }

    .individual-clinic__didnt-find .page-link {
      font-size: 16px;
    }
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic__didnt-find+h3 {
      font-size: 1.125rem;
    }
  }

  @media only screen and (max-width: 991px) {
    .individual-clinic main .container {
      max-width: none;
      box-sizing: border-box;
    }

    .individual-clinic main .container .row {
      margin-left: 0;
      margin-right: 0;
    }
  }

  .individual-clinic .featured-clinics__btn {
    max-width: 100%;
  }

  .individual-clinic .featured-clinics .featured-clinics__img-link img {
    display: block !important;
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic .featured-clinics {
      margin-bottom: 0;
    }

    .individual-clinic .featured-clinics .featured-clinics__title {
      min-height: 0;
      font-size: 18px;
    }
  }

  @media only screen and (max-width: 440px) {
    .individual-clinic .featured-clinics .slider-big-arrows .slick-list {
      margin: 0 !important;
    }

    .individual-clinic .featured-clinics .slider-big-arrows .slick-next {
      right: -30px;
    }

    .individual-clinic .featured-clinics .slider-big-arrows .slick-prev {
      left: -30px;
    }
  }

  @media screen and (max-width: 991px) {
    .doctors-slider {
      padding-left: 50px;
      padding-right: 50px;
    }
  }

  @media screen and (max-width: 767px) {
    .doctors-slider {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .individual-clinic .benefits__cover {
      border-bottom: none !important;
    }
  }

  .individual-clinic__meet .slick-arrow {
    height: 263px !important;
    width: 25px !important;
  }

  .individual-clinic__meet .slick-arrow::after {
    top: 135px !important;
  }

  .individual-clinic__meet .slick-prev::after {
    left: 5px !important;
  }

  @media screen and (max-width: 767px) {
    .individual-clinic__meet .slick-prev {
      left: 5px !important;
    }
  }

  .individual-clinic__meet .slick-next::after {
    right: 5px !important;
  }

  @media screen and (max-width: 767px) {
    .individual-clinic__meet .slick-next {
      right: 5px !important;
    }
  }

  .individual-clinic__meet .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  @media screen and (max-width: 767px) {
    .individual-clinic__meet .slick-list {
      margin-left: 15px !important;
      margin-right: 15px !important;
    }
  }

  .individual-clinic__gallery .slick-arrow {
    width: 25px !important;
  }

  .individual-clinic__gallery .slick-prev {
    left: -15px !important;
  }

  .individual-clinic__gallery .slick-prev::after {
    left: px !important;
  }

  .individual-clinic__gallery .slick-next {
    right: -15px !important;
  }

  .individual-clinic__gallery .slick-next::after {
    right: px !important;
  }

  .individual-clinic__gallery .second-slider .slick-list {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .individual-clinic__gallery .slick-dots {
    bottom: -35px !important;
  }

  .individual-clinic__gallery .slick-dots li {
    padding: 0 12px !important;
  }

  .individual-clinic__gallery .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
  }

  @media screen and (max-width: 767px) {
    .individual-clinic__gallery .slick-dots li {
      padding: 0 5px !important;
    }

    .individual-clinic__gallery .slick-dots li button {
      width: 5px !important;
      height: 5px !important;
    }
  }

  .individual-clinic__rating-stars>.stars>.stars__back {
    transform: scale(1.1);
  }

  .individual-clinic__review-stars {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 4px;
  }

  .individual-clinic__review-stars .stars__back {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="#b8b8b8"/></svg>');
    color: red;
  }

  .individual-clinic__review-stars .stars__back .stars__front {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="#3e3e3e"/></svg>');
  }

  .jobs .text-bold {
    font-family: "Proxima N W01 Smbd", Helvetica, Arial, sans-serif;
  }

  .jobs .card-body .btn {
    height: 45px;
    line-height: 19px;
    border-radius: 2px;
    width: 215px !important;
  }

  .jobs .card-body p:last-of-type {
    margin-bottom: 0 !important;
  }

  .jobs .card-body::before {
    height: calc(100% - 45px - 1rem) !important;
  }

  .jobs .benefits__cover {
    border: none;
  }

  .landing-for-partners .title {
    height: 650px;
    background: url("../images/landing_for_partners/landing_for_partners_photo.jpg") center center no-repeat;
    background-size: cover;
  }

  .landing-for-partners .nav-item {
    width: 33.33333%;
  }

  .landing-for-partners .nav-item .nav-link {
    border: 1px solid #e5e9f6 !important;
    margin-right: -1px;
    min-height: 50px;
    flex-grow: 1;
  }

  @media only screen and (max-width: 767px) {
    .landing-for-partners .nav-item .nav-link {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media only screen and (max-width: 425px) {
    .landing-for-partners .nav-item .nav-link {
      font-size: .9rem;
    }
  }

  .landing-for-partners .nav-item .nav-link.active {
    background-color: #e5e9f6;
    border-radius: 2px 2px 0 0;
    color: #0027a9;
  }

  .landing-for-partners .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .landing-for-partners .col-form-label {
    padding-left: 25px !important;
  }

  @media only screen and (max-width: 767px) {
    .landing-for-partners .form-block {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .landing-for-partners .col-form-label {
      padding-left: 0 !important;
    }
  }

  @media screen and (max-width: 767px) {
    .landing-for-partners .benefits {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .landing-for-partners .benefits__cover {
      border: none;
    }
  }

  .search-results .search-clinics-form {
    margin-top: 25px;
  }

  .sign-up__title {
    margin-top: 50px;
    font-size: 1.75rem;
    margin-bottom: 30px;
  }

  @media screen and (max-width: 767px) {
    .sign-up__title {
      font-size: 1.375rem;
      margin-top: 30px;
    }
  }

  .sign-up__sub-title {
    letter-spacing: .005em;
    font-size: 1.25rem;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
  }

  @media screen and (max-width: 767px) {
    .sign-up__sub-title {
      font-size: 1rem;
      line-height: 1.1875rem;
      padding-left: 0;
      padding-right: 0;
    }
  }

  .sign-up__summary-info {
    margin-top: 20px;
    background: #eaeaea;
    padding-top: 45px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 5px;
    font-size: 1.25rem;
  }

  @media screen and (max-width: 767px) {
    .sign-up__summary-info {
      margin-top: 10px;
      padding-top: 25px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 1rem;
    }
  }

  .sign-up__summary-info li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  @media screen and (max-width: 767px) {
    .sign-up__summary-info li {
      padding-top: 2px;
      padding-bottom: 2px;
    }
  }

  .sign-up__summary-info-title {
    text-transform: none;
    font-size: 1.25rem;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  }

  .sign-up__summary-info-col {
    padding-left: 55px !important;
    border-left: 1px solid #ced4da;
  }

  @media screen and (max-width: 767px) {
    .sign-up__summary-info-col {
      padding-left: 0 !important;
      padding-top: 10px;
      padding-bottom: 10px;
      border-left: none;
      border-top: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
    }
  }

  .sign-up__payment {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 55px;
    padding-right: 55px;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 767px) {
    .sign-up__payment {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 30px;
      font-size: 1rem;
    }
  }

  .sign-up__payment .input-error__icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 10px;
  }

  .sign-up__payment-title {
    text-transform: none;
    font-size: 1.25rem;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .sign-up__payment-card-name {
    min-width: 140px;
    display: inline-block;
  }

  @media screen and (max-width: 440px) {
    .sign-up__payment-card-name {
      min-width: 100%;
      display: block;
      margin-bottom: 4px;
    }
  }

  .sign-up__payment-input {
    width: 100%;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    color: #000;
  }

  .sign-up__payment-input-expiry-date {
    width: 75%;
  }

  @media screen and (max-width: 767px) {
    .sign-up__payment-input-expiry-date {
      width: 100%;
    }
  }

  .sign-up__payment input[type="password"] {
    letter-spacing: 13px;
    text-align: center;
  }

  .sign-up__payment-button {
    width: 296px;
    font-size: 1.125rem;
    letter-spacing: .005em;
  }

  @media screen and (max-width: 767px) {
    .sign-up__payment-button {
      width: 250px;
    }
  }

  .sign-up__details-button {
    width: 200px;
    font-size: 1.125rem;
    letter-spacing: .005em;
  }

  @media screen and (max-width: 767px) {
    .sign-up__details-button {
      width: 170px;
    }
  }

  .sign-up__details-text {
    padding-left: 45px;
    padding-right: 45px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 991px) {
    .sign-up__details-text {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .sign-up__details-text {
      font-size: 0.875rem;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px;
    }
  }

  .sign-up__geo-tag-ws {
    margin: 4px 10px 0 -5px;
  }

  .sign-up__geo-tag-ws svg {
    fill: #ff3d2b;
    width: 27px;
    height: 27px;
  }

  .terms-and-conditions .dropdown-list__item {
    margin-top: 8px;
  }

  /* Import pages end */
  /* Import components start*/
  .header {
    position: relative;
    z-index: 100;
  }

  .header .nav-menu {
    border-bottom: 2px solid #ff3d2b;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    min-height: 129px;
  }

  @media screen and (max-width: 767px) {
    .header .nav-menu {
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem;
      min-height: auto;
    }
  }

  .header__mobile-nav {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .header__mobile-nav {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
    }
  }

  .header__mobile-nav-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 8%;
  }

  .header__mobile-nav-item svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #0027a9;
  }

  .header__mobile-nav-item-open--login svg {
    width: 30px;
    height: 30px;
  }

  .header__mobile-nav-item-close {
    display: none;
  }

  .header__mobile-nav-item.active .header__mobile-nav-item-close {
    display: block;
  }

  .header__mobile-nav-item.active .header__mobile-nav-item-open {
    display: none;
  }

  .header__mobile-nav-item.disabled {
    display: none;
  }

  .header__settings-list {
    padding: 10px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ff3d2b;
  }

  @media screen and (min-width: 768px) {
    .header__settings-list {
      display: none !important;
    }
  }

  .header__settings-list.open {
    display: block;
  }

  .header__settings-list-btn {
    width: 100%;
    text-align: left;
    background: #fff;
    color: #000;
    font-size: 1.0125rem;
    border: 1px dotted #adb5bd;
  }

  .header__settings-list-btn::after {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 15px;
    transform: translatex(-50%) scale(1.1);
  }

  .header__settings-list-btn:focus {
    border: 1px solid #adb5bd;
  }

  .header__settings-list-container {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px dotted #ced4da;
    border-top: none;
  }

  .header__settings-list-container a {
    color: #000;
    font-size: 1.0125rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.875rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header__settings-list-container a:not(:last-child) {
    border-bottom: 1px dotted #ced4da;
  }

  .header__settings-select-box {
    background: #e5e8ef;
    border-radius: 2px;
    padding: 7px;
  }

  .header__settings-title {
    font-size: 1rem;
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
    padding-left: 0.9375rem;
  }

  .footer {
    letter-spacing: .005em;
    border-top: 1px dotted #ced4da;
    padding-top: 45px;
  }

  .footer__form .input-error__icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 15px;
  }

  @media screen and (max-width: 767px) {
    .footer__form .input-error__icon {
      right: 25px;
    }
  }

  .footer__logo:hover {
    opacity: .8;
  }

  @media screen and (max-width: 1230px) {
    .footer__logo svg {
      max-width: 130px;
      max-height: 100px;
    }
  }

  .footer__join-us {
    line-height: 1.2em;
  }

  .footer__info {
    background: #0027a9;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .footer__social {
    display: flex;
  }

  .footer__social-link {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 12px;
  }

  .footer__social-link svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }

  .footer__social-link:hover {
    opacity: .8;
  }

  .footer__info-text {
    color: #fff;
    margin-top: 1.5625rem;
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  @media screen and (min-width: 576px) {
    .footer__info-text {
      font-size: 0.875rem;
      line-height: 1.1875rem;
    }
  }

  .footer__nav-link {
    line-height: 1.1em;
    font-size: 1rem;
    padding: 7px 0;
  }

  @media screen and (max-width: 767px) {
    .footer__nav-link {
      padding: 10px 0;
    }
  }

  .footer .dropdown-style-1 .dropdown-item {
    background: #e5e9f6;
  }

  .footer .user-login {
    top: 45px;
  }

  @media screen and (max-width: 991px) {
    .footer .user-login {
      right: auto;
      left: 0;
    }

    .footer .user-login::before {
      right: auto;
      left: 20px;
    }
  }

  .search-form-main {
    position: relative;
    z-index: 999;
  }

  .search-form-main input,
  .search-form-main select {
    border-color: #adb5bd;
  }

  .search-form-main input {
    text-overflow: ellipsis;
  }

  .search-form-main__box {
    border-radius: 2px;
  }

  .search-form-main__submit {
    letter-spacing: .05em;
    font-size: 1.25rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    height: 60px;
  }

  @media screen and (max-width: 767px) {
    .search-form-main__submit {
      font-size: 1.125rem;
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem;
      height: 55px;
    }
  }

  .search-form-main__input-text,
  .search-form-main__select-distance,
  .search-form-main__select-treatment {
    height: 60px !important;
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    border: 1px dotted #adb5bd;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 40px;
    border-radius: 2px;
  }

  .search-form-main__input-text:focus,
  .search-form-main__select-distance:focus,
  .search-form-main__select-treatment:focus {
    border: 1px solid #adb5bd;
  }

  @media screen and (max-width: 767px) {

    .search-form-main__input-text,
    .search-form-main__select-distance,
    .search-form-main__select-treatment {
      font-size: 1rem;
      height: 55px !important;
    }
  }

  .search-form-main__select-distance {
    min-width: 124px;
  }

  .search-form-main__input-ico {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
  }

  .search-form-main__input-ico--dropdown {
    border: 6px solid transparent;
    border-top-color: #868e96;
    transform: translateY(-20%);
  }

  .search-form-main__input-text {
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-right: 40px;
  }

  .search-form-main__input-text-list {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    color: #000;
    border: 1px solid #adb5bd;
    border-top: none;
    display: none;
    font-size: 1.125rem;
  }

  @media screen and (max-width: 767px) {
    .search-form-main__input-text-list {
      font-size: 1rem;
    }
  }

  .search-form-main__input-text-list li {
    height: 55px;
    background: #fff;
    padding-top: 13px;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
  }

  @media screen and (max-width: 767px) {
    .search-form-main__input-text-list li {
      line-height: 1.1em;
    }
  }

  .search-form-main__input-text-list li:hover {
    color: #0027a9;
  }

  .search-form-main__input-text-list li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px dotted #ced4da;
  }

  .search-form-main__property-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }

  .search-form-main__property-btn-img {
    background: #ff3d2b;
    border: none;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    line-height: 0;
  }

  .search-form-main__property-btn-text {
    color: #0027a9;
    font-size: 1rem;
    padding-left: 15px;
    display: inline-block;
    position: relative;
  }

  .search-form-main__property-btn-text::after {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    right: -25px;
    font-size: 0;
    border: 7px solid transparent;
    border-top-color: #0027a9;
  }

  .search-form-main__select-ico,
  .search-form-main__select-ico-active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
  }

  .search-form-main__property-select.show .search-form-main__select-ico {
    display: none !important;
  }

  .search-form-main__property-select.show .search-form-main__select-ico-active {
    display: block !important;
  }

  @media screen and (max-width: 1520px) {
    .search-form-main__property-select.show .search-form-main__select-ico-active {
      transform: translate(-50%, -50%) rotate(-90deg);
    }
  }

  .search-form-main__property-select.show .search-form-main__property-btn-text::after {
    transform: rotate(180deg) translatey(50%);
  }

  .search-form-main__property-list {
    border: 1px solid #ced4da;
    transform: translate(calc(-100% - 15px), -50%) !important;
    top: 50% !important;
    background: #fff;
  }

  .search-form-main__property-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ced4da;
    transform: translatey(-50%) rotate(45deg);
    display: block;
    font-size: 0;
  }

  @media screen and (max-width: 1540px) {
    .search-form-main__property-list {
      transform: translate(0, 0) !important;
      top: calc(100% + 15px) !important;
    }

    .search-form-main__property-list:after {
      content: "";
      top: 0px;
      right: auto;
      left: 20px;
      transform: translatey(-50%) rotate(45deg);
    }
  }

  @media screen and (max-width: 991px) {
    .search-form-main__property-list {
      top: calc(100% + 10px) !important;
    }
  }

  @media screen and (max-width: 767px) {
    .search-form-main__property-list {
      top: calc(100% + 5px) !important;
    }
  }

  .search-form-main .dropdown-divider {
    border: none;
    border-bottom: 1px dotted #adb5bd;
  }

  .search-form-main .dropdown-item {
    background: #fff;
    position: relative;
    z-index: 9;
  }

  .search-form-main__property-input {
    display: none;
  }

  .search-form-main__property-input+label {
    justify-content: flex-start !important;
    color: #adb5bd;
    cursor: pointer;
  }

  .search-form-main__property-input:checked+label {
    color: #0027a9;
    background: #fff;
  }

  .search-form-main__property-input:hover+label {
    color: #000;
    background: #fff;
  }

  .search-form-main__location-img {
    top: 50%;
    right: 15px;
    transform: translatey(-50%);
  }

  .search-form-main .hidden {
    display: none;
  }

  .banner-big {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  @media screen and (max-width: 767px) {
    .banner-big {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
    }
  }

  .banner-big img {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
  }

  .benefits {
    letter-spacing: .005em;
  }

  .benefits__cover {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  @media screen and (max-width: 991px) {
    .benefits__cover {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
    }
  }

  @media screen and (max-width: 767px) {
    .benefits__cover {
      padding-top: 0.625rem;
      padding-bottom: 1.875rem;
      border-bottom: 1px dotted #ced4da;
    }
  }

  .benefits__title {
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }

  @media screen and (max-width: 991px) {
    .benefits__title {
      font-size: 1.125rem;
      line-height: 1.5rem;
    }
  }

  @media screen and (max-width: 767px) {
    .benefits__title {
      font-size: 1rem;
      line-height: 1.15rem;
      margin-bottom: 0.625rem;
    }
  }

  @media screen and (max-width: 991px) {
    .benefits__img {
      max-width: 110px;
    }
  }

  @media screen and (max-width: 767px) {
    .benefits__img {
      max-width: 85px;
    }
  }

  @media screen and (max-width: 991px) {
    .benefits__text {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .benefits__text {
      font-size: 0.9375rem;
    }
  }

  .counters__cover {
    border-bottom: 1px dotted #ced4da;
    padding-top: 1.6875rem;
    padding-bottom: 4.0625rem;
  }

  @media screen and (max-width: 991px) {
    .counters__cover {
      padding-top: 1.125rem;
      padding-bottom: 3.125rem;
    }
  }

  @media screen and (max-width: 767px) {
    .counters__cover {
      padding-top: 0.625rem;
      padding-bottom: 1.875rem;
    }
  }

  .counters__title {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .005em;
  }

  @media screen and (max-width: 991px) {
    .counters__title {
      font-size: 1.25rem;
    }
  }

  @media screen and (max-width: 767px) {
    .counters__title {
      font-size: 1.0625rem;
    }
  }

  .counters__number {
    font-size: 4.375rem;
    color: #ff3d2b;
    font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
    line-height: 5rem;
  }

  @media screen and (max-width: 991px) {
    .counters__number {
      font-size: 3.625rem;
      line-height: 3.75rem;
    }
  }

  @media screen and (max-width: 767px) {
    .counters__number {
      font-size: 3.04375rem;
      line-height: 2.5rem;
    }
  }

  .counters__text {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: .005em;
  }

  @media screen and (max-width: 991px) {
    .counters__text {
      font-size: 1.125rem;
      line-height: 1.375rem;
      padding-top: 0.3125rem;
    }
  }

  @media screen and (max-width: 767px) {
    .counters__text {
      font-size: 1rem;
      padding-top: 0;
      line-height: 1.1875rem;
    }
  }

  .cities-light__wrapper {
    border-top: 1px dotted #ced4da;
    padding-top: 1.875rem;
  }

  @media screen and (max-width: 767px) {
    .cities-light__wrapper {
      padding-top: 0.9375rem;
      border-bottom: 1px dotted #ced4da;
    }
  }

  .cities-light__item {
    background: #e5e9f6;
    margin-bottom: 1.875rem;
  }

  .cities-light__item-cover {
    margin-bottom: 1.875rem;
    border-bottom: 1px dotted #ced4da;
  }

  .cities-light__item-cover:nth-child(odd) {
    padding-right: 0.9375rem;
  }

  .cities-light__item-cover:nth-child(even) {
    padding-left: 0.9375rem;
  }

  @media screen and (max-width: 991px) {
    .cities-light__item {
      position: relative;
    }
  }

  @media screen and (max-width: 767px) {
    .cities-light__item {
      margin-bottom: 0.9375rem;
    }

    .cities-light__item-cover {
      margin: 0;
      border-bottom: none;
    }

    .cities-light__item-cover.hidden {
      display: none;
    }

    .cities-light__item-cover:nth-child(odd) {
      padding-right: 0;
    }

    .cities-light__item-cover:nth-child(even) {
      padding-left: 0;
    }

    .cities-light__item-cover:last-child {
      margin-bottom: 0;
    }
  }

  .cities-light__img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .cities-light__img-cover {
    position: relative;
  }

  @media screen and (max-width: 991px) {
    .cities-light__img-cover {
      min-height: 130px;
    }
  }

  @media screen and (max-width: 767px) {
    .cities-light__img-cover {
      min-height: 110px;
    }
  }

  .cities-light__img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .cities-light__img:hover::after {
    background: #fff;
    opacity: .3;
  }

  .cities-light__title {
    margin-top: 14px;
    padding-left: 30px;
  }

  .cities-light__title a:hover {
    text-decoration: none;
    color: #ff3d2b;
  }

  @media screen and (max-width: 991px) {
    .cities-light__title {
      position: absolute;
      top: 20px;
      left: 20px;
      margin: 0;
      padding: 0;
      font-size: 1.1875rem;
    }

    .cities-light__title a {
      color: #fff;
    }
  }

  @media screen and (max-width: 767px) {
    .cities-light__title {
      font-size: 1.125rem;
    }
  }

  .cities-light__text {
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cities-light__link {
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    border-top: 1px dotted #0027a9;
    margin-top: auto;
    height: 50px;
  }

  .cities-light__link:hover {
    background: #acb8e3;
    border-color: #acb8e3;
    color: #0027a9;
  }

  .cities-light__link span:hover {
    border-color: transparent;
    color: #0027a9;
  }

  @media screen and (max-width: 991px) {
    .cities-light__link {
      text-transform: capitalize;
    }
  }

  @media screen and (max-width: 767px) {
    .cities-light__link {
      height: 40px;
      padding-top: 5px;
    }
  }

  .cities-light__more-button {
    display: none;
  }

  .cities-light__more-button.show {
    display: block;
  }

  @media screen and (min-width: 768px) {
    .cities-light__more-button.show {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    .cities-light__more-button {
      width: 100%;
      background: none;
      color: #ff3d2b;
      font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.1875rem;
      border: none;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0.3125rem;
    }

    .cities-light__more-button:focus {
      text-decoration: underline;
    }
  }

  .featured-clinics__item {
    padding-bottom: 2.8125rem;
  }

  @media screen and (max-width: 991px) {
    .featured-clinics__item {
      height: 100%;
    }
  }

  @media screen and (max-width: 1320px) {
    .featured-clinics__item:last-of-type .stars__info {
      left: -45px;
      right: auto;
      transform: translateX(-100%);
    }

    .featured-clinics__item:last-of-type .stars__info::before {
      left: auto;
      right: -8px;
    }
  }

  .featured-clinics__slider {
    align-items: stretch;
  }

  .featured-clinics__slider .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .featured-clinics__slider .slick-track .slick-slide {
    height: auto;
  }

  .featured-clinics__img-link {
    position: relative;
    display: none;
  }

  .featured-clinics__img-link:hover::after {
    background: #fff;
    opacity: .3;
  }

  .featured-clinics__img-link::after {
    content: '';
    z-index: 9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .featured-clinics__title {
    min-height: 5rem;
    margin-top: 1.5625rem;
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }

  .featured-clinics__title a:hover {
    text-decoration: none;
    color: #ff3d2b;
  }

  .featured-clinics__text {
    letter-spacing: .005rem;
    font-size: 1rem;
    margin-top: 7px;
  }

  .featured-clinics__btn:hover {
    color: #fff;
  }

  .featured-clinics__no-reviews-link {
    font-size: 0.9375rem;
  }

  .featured-clinics .slick-track {
    display: flex;
  }

  .featured-clinics .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: stretch;
    justify-content: center;
  }

  @media screen and (max-width: 991px) {
    .featured-clinics__btn {
      width: 150px !important;
    }
  }

  @media screen and (max-width: 767px) {
    .featured-clinics__tittle {
      font-size: 1.125rem;
    }
  }

  .recent-expert-advisor {
    padding-top: 3.125rem;
  }

  .recent-expert-advisor__slider .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .recent-expert-advisor__slider .slick-track .slick-slide {
    height: auto;
  }

  @media screen and (max-width: 767px) {
    .recent-expert-advisor {
      padding-top: 2.1875rem;
    }
  }

  .recent-expert-advisor__img-link {
    position: relative;
  }

  .recent-expert-advisor__img-link:hover::after {
    background: #fff;
    opacity: .3;
  }

  .recent-expert-advisor__img-link::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
  }

  .recent-expert-advisor__item {
    padding-bottom: 3.125rem;
  }

  @media screen and (max-width: 767px) {
    .recent-expert-advisor__item {
      padding-bottom: 1.875rem;
      padding-left: 2.5rem;
      padding-right: 1.25rem;
    }
  }

  .recent-expert-advisor__title {
    line-height: 1.5625rem;
    margin-top: 1.875rem;
    margin-bottom: 1.375rem;
  }

  .recent-expert-advisor__title a:hover {
    text-decoration: none;
    color: #ff3d2b;
  }

  @media screen and (max-width: 767px) {
    .recent-expert-advisor__title {
      font-size: 1.125rem;
      line-height: 1.375rem;
      margin-top: 0;
      margin-bottom: 0.625rem;
    }
  }

  .recent-expert-advisor__text {
    line-height: 1.5625rem;
    letter-spacing: .005rem;
    margin-bottom: 1.5625rem;
  }

  @media screen and (max-width: 991px) {
    .recent-expert-advisor__text {
      font-size: 16px;
    }
  }

  .recent-expert-advisor__link {
    color: #ff3d2b;
    border-bottom: 1px solid transparent;
  }

  .recent-expert-advisor__link:hover {
    color: #ff3d2b;
    border-color: red;
  }

  .nav-menu {
    letter-spacing: .005em;
  }

  .nav-menu .btn:not([type="submit"]):not(.logout) {
    text-transform: none;
    font-size: 1rem;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
    letter-spacing: .005em;
    display: flex;
    align-items: center;
  }

  .nav-menu__tel {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0;
  }

  .nav-menu__logo {
    max-width: 233px;
    max-height: 62px;
  }

  @media screen and (max-width: 767px) {
    .nav-menu__logo {
      max-width: 142px;
      max-height: 40px;
    }
  }

  .nav-menu__logo:hover {
    opacity: .8;
  }

  .nav-menu__login {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: -10px;
    right: 15px;
  }

  @media screen and (max-width: 991px) {
    .nav-menu__login {
      top: 0;
    }
  }

  .nav-menu__login-logo {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 2px solid #0027a9;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  @media screen and (max-width: 991px) {
    .nav-menu__login-logo {
      flex: 0 0 44px;
      width: 44px;
      height: 44px;
    }
  }

  @media screen and (max-width: 767px) {
    .nav-menu__login-logo {
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      border: 2px solid #0027a9;
    }
  }

  .nav-menu__login-logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #e5e9f6;
  }

  @media screen and (max-width: 767px) {
    .nav-menu__login-logo::before {
      border: 2px solid #fff;
    }
  }

  .nav-menu__login-logo span {
    position: relative;
    z-index: 2;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
  }

  @media screen and (max-width: 991px) {
    .nav-menu__login-logo span {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .nav-menu__login-logo span {
      font-size: 0.875rem;
    }
  }

  .nav-menu__form {
    width: 320px;
    left: auto !important;
    top: calc(100% + 10px) !important;
    right: -70px !important;
    transform: translate(0, 0) !important;
    padding: 0;
    border: 1px solid #ced4da;
    font-size: 1.0125rem;
  }

  .nav-menu__form button[type="submit"] {
    letter-spacing: .05em;
  }

  .nav-menu__form::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 30%;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ced4da;
    font-size: 0;
    display: block;
    transform: rotate(45deg);
  }

  .nav-menu__form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .nav-menu__form input,
  .nav-menu__form label {
    font-size: 16px;
  }

  .nav-menu__form-cover {
    background: #e5e8ef;
    margin: 10px;
    position: relative;
    z-index: 9;
  }

  .nav-menu__form-forgot {
    font-size: 1rem;
  }

  .nav-menu__form .btn {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }

  .nav-menu__form .form-control {
    line-height: 2.35rem;
    font-size: 1rem;
  }

  .nav-menu__form .form-control::placeholder {
    color: rgba(35, 31, 32, 0.5);
  }

  .slick-slide {
    display: flex;
    height: auto;
  }

  .slider-small-dots .slick-dots {
    display: flex;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translatex(-50%);
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0;
    z-index: 99;
  }

  .slider-small-dots .slick-dots li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-small-dots .slick-dots button {
    background: rgba(0, 39, 169, 0.5);
    text-indent: -999999px;
    font-size: 0;
    width: 5px;
    height: 5px;
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: background-color 0.2s;
  }

  .slider-small-dots .slick-dots .slick-active button {
    background: #0027a9;
  }

  .slider-big-arrows .slick-arrow {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
    border: none;
    text-indent: -999999px;
    font-size: 0;
    height: 100%;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  .slider-big-arrows .slick-arrow::after {
    content: "";
    display: block;
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="24"><path fill-rule="evenodd" fill="#0027A9" d="M7.994 12.262L1.137 23.999l-1.131-.645 6.633-11.355L.006.645 1.137 0l6.857 11.736-.46.263.46.263z"/></svg>');
    */
    background-image: url('/frontend/assets/images/slider/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 24px;
    text-indent: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    transition: background-image 0.2s;
  }

  .slider-big-arrows .slick-arrow:hover::after {
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="24"><path fill-rule="evenodd" fill="#ff3c2b" d="M7.994 12.262L1.137 23.999l-1.131-.645 6.633-11.355L.006.645 1.137 0l6.857 11.736-.46.263.46.263z"/></svg>'); }
        */
    background-image: url('/frontend/assets/images/slider/arrow_over.svg');
  }

  .slider-big-arrows .slick-prev {
    left: 0;
  }

  .slider-big-arrows .slick-prev::after {
    left: 40%;
    transform: translatey(-50%) rotate(180deg);
  }

  .slider-big-arrows .slick-next {
    right: 0;
  }

  .slider-big-arrows .slick-next::after {
    right: 40%;
  }

  .slider-big-arrows .slick-list {
    margin-left: 60px;
    margin-right: 60px;
  }

  @media screen and (max-width: 767px) {
    .slider-big-arrows .slick-arrow {
      width: 38px;
    }

    .slider-big-arrows .slick-list {
      margin-left: 38px;
      margin-right: 38px;
    }
  }

  .circled-pagination {
    font-family: 'DIN Next W01 Bold', Helvetica, Arial, sans-serif;
    margin-top: 80px;
  }
   
  .circled-pagination.with-promo {
    margin-top: 25px; /* Reduced margin when promo is shown */
  }

  @media screen and (max-width: 767px) {
    .circled-pagination {
      margin-top: 45px;
    }
  }


  .circled-pagination__list {
    display: flex;
    color: #b2bee5;
  }

  .circled-pagination__list a {
    display: block;
    color: #b2bee5;
  }

  .circled-pagination__list a:hover {
    text-decoration: none;
    color: #0027a9;
  }

  .circled-pagination__list a:hover svg path {
    fill: #0027a9;
  }

  .circled-pagination__item {
    text-align: center;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item {
      font-size: 0;
    }
  }

  .circled-pagination__item:not(:last-child) {
    position: relative;
    margin-right: 50px;
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item:not(:last-child) {
      margin-right: 13px;
    }
  }

  .circled-pagination__item:not(:last-child)::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b2bee5;
    top: 50%;
    right: 0;
    transform: translatex(100%);
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item:not(:last-child)::after {
      display: none;
    }
  }

  .circled-pagination__item a {
    position: relative;
    width: 45px;
    height: 45px;
    border: 2px solid #b2bee5;
    border-radius: 50%;
    display: block;
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item a {
      width: 0;
      height: 0;
    }
  }

  .circled-pagination__item a:hover {
    border-color: #0027a9;
    color: #0027a9;
  }

  .circled-pagination__item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item.active {
      font-size: 0.875rem;
    }
  }

  .circled-pagination__item.active a {
    border-color: #0027a9;
    color: #0027a9;
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__item.active a {
      width: 30px;
      height: 30px;
    }
  }

  .circled-pagination__prev,
  .circled-pagination__next {
    text-align: center;
    width: 45px;
    height: 45px;
  }

  @media screen and (max-width: 767px) {

    .circled-pagination__prev,
    .circled-pagination__next {
      width: 30px;
      height: 30px;
    }
  }

  .circled-pagination__prev a,
  .circled-pagination__next a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    font-size: 0;
  }

  .circled-pagination__prev svg,
  .circled-pagination__next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circled-pagination__prev {
    margin-right: 25px;
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__prev svg {
      transform: translate(-50%, -50%) scale(0.8);
    }
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__prev {
      margin-right: 15px;
    }
  }

  .circled-pagination__next {
    margin-left: 25px;
  }

  .circled-pagination__next svg {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__next svg {
      transform: translate(-50%, -50%) rotate(180deg) scale(0.8);
    }
  }

  @media screen and (max-width: 767px) {
    .circled-pagination__next {
      margin-left: 15px;
    }
  }

  .sign-up-form {
    margin-top: 25px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form {
      margin-top: 10px;
    }
  }

  .sign-up-form__cover {
    padding-top: 33px;
    padding-bottom: 45px;
    margin-bottom: 30px;
    border-radius: 2px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__cover {
      padding-top: 20px;
      padding-bottom: 25px;
    }
  }

  .sign-up-form__title {
    text-transform: capitalize;
    font-size: 1.25rem;
    padding-left: 45px;
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 1.5625rem;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__title {
      font-size: 1.125rem;
      margin-top: 10px;
      margin-bottom: 15px;
      padding-left: 0;
      text-align: center;
    }
  }

  .sign-up-form__input-title {
    font-size: 1.125rem;
    padding-left: 70px;
    margin-top: 8px;
    display: block;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__input-title {
      font-size: 1rem;
      padding-left: 2%;
    }
  }

  .sign-up-form__input-title-radio {
    margin-top: 12px;
  }

  .sign-up-form__input {
    width: 84%;
    padding-left: 20px;
    color: #000;
    margin-bottom: 13px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__input {
      padding-left: 0;
      width: 96%;
      margin-right: 2%;
      margin-left: 2%;
    }
  }

  .sign-up-form__input::placeholder {
    color: #000;
  }

  .sign-up-form__input-zip-code {
    width: 60%;
  }

  .sign-up-form__radio {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__radio {
      margin-top: 5px;
      margin-bottom: 5px;
    }
  }

  .sign-up-form input[type="password"] {
    letter-spacing: 13px;
  }

  .sign-up-form__info {
    color: #000;
    font-size: 0.875rem;
    letter-spacing: .02em;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__info-link {
      font-size: 0.875rem;
    }
  }

  .sign-up-form__button {
    width: 190px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__button {
      width: 130px;
    }
  }

  .sign-up-form .input-error__icon {
    position: absolute;
    display: block;
    top: 10px;
    left: 87%;
    z-index: 99;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form .input-error__icon {
      left: auto;
      right: 15px;
    }
  }

  .sign-up-form .input-error__message {
    width: 84%;
    margin-top: -10px;
    margin-bottom: 13px;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form .input-error__message {
      width: 96%;
      margin-right: 2%;
      margin-left: 2%;
    }
  }

  .sign-up-form__help-button {
    position: absolute;
    display: block;
    top: 10px;
    left: 87%;
    padding: 0;
    width: 22px;
    height: 22px;
    background: transparent;
    border: none;
    margin: 0;
    z-index: 99;
    line-height: 22px;
    cursor: pointer;
    font-size: 0;
  }

  @media screen and (max-width: 767px) {
    .sign-up-form__help-button {
      left: auto;
      right: 15px;
    }
  }

  .sign-up-form__help-button svg {
    width: 22px;
    height: 22px;
    fill: #0027a9;
  }

  .sign-up-form__help-button:hover svg {
    opacity: .8;
  }

  .sign-up-form__help-button:hover span {
    display: block;
  }

  .sign-up-form__help-button span {
    display: none;
    position: absolute;
    top: 50%;
    left: 42px;
    width: 220px;
    transform: translatey(-50%);
    min-height: 46px;
    border: 1px solid #adb5bd;
    font-size: 1rem;
    padding: 6px 11px;
    text-align: left;
  }

  @media screen and (max-width: 1230px) {
    .sign-up-form__help-button span {
      right: 42px;
      left: auto;
    }
  }

  .sign-up-form__help-button span::after {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    height: 100%;
    width: 11px;
    background: #e5e9f6;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }

  @media screen and (max-width: 1230px) {
    .sign-up-form__help-button span::after {
      right: 0;
      left: auto;
    }
  }

  .sign-up-form__help-button span::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #e5e9f6;
    border: 1px solid #adb5bd;
  }

  @media screen and (max-width: 1230px) {
    .sign-up-form__help-button span::before {
      right: 0;
      left: auto;
      transform: translate(50%, -50%) rotate(45deg);
    }
  }

  .expert-advisor__article {
    margin-bottom: -15px;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article {
      margin-bottom: 0;
    }
  }

  .expert-advisor__article-box {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    background: #e5e9f6;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article-box {
      background: transparent;
      border-bottom: 1px dotted #ced4da;
    }
  }

  @media screen and (max-width: 767px) {
    .expert-advisor__article-box {
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }

  .expert-advisor__article-img {
    position: relative;
    display: block;
    height: 100%;
    min-height: 330px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article-img {
      min-height: 350px;
      margin-top: 25px;
      height: calc(100% - 25px);
    }
  }

  @media screen and (max-width: 767px) {
    .expert-advisor__article-img {
      min-height: 44vw;
      margin-top: 15px;
      height: calc(100% - 15px);
    }
  }

  .expert-advisor__article-img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
  }

  .expert-advisor__article-img:hover::after {
    background: rgba(255, 255, 255, 0.2);
  }

  .expert-advisor__article-title {
    font-size: 1.25rem;
    width: 55%;
  }

  .expert-advisor__article-title a:hover {
    color: #ff3d2b;
    text-decoration: none;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article-title {
      width: 45%;
    }
  }

  @media screen and (max-width: 767px) {
    .expert-advisor__article-title {
      font-size: 1.125rem;
      width: 100%;
    }
  }

  .expert-advisor__article-second-box {
    height: calc(100% - 265px);
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article-second-box {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .expert-advisor__article-second-img {
    height: 265px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  @media screen and (max-width: 991px) {
    .expert-advisor__article-second-img {
      height: 200px;
    }
  }

  .expert-advisor__article-second-img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
  }

  .expert-advisor__article-second-img:hover::after {
    background: rgba(255, 255, 255, 0.2);
  }

  .expert-advisor__article-second-title {
    font-size: 1.25rem;
  }

  .expert-advisor__article-second-title a:hover {
    color: #ff3d2b;
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {
    .expert-advisor__article-second-title {
      font-size: 1.125rem;
    }
  }

  .thank-you-message {
    margin-top: 180px;
    margin-bottom: 170px;
  }

  @media screen and (max-width: 991px) {
    .thank-you-message {
      margin-top: 120px;
      margin-bottom: 110px;
    }
  }

  @media screen and (max-width: 767px) {
    .thank-you-message {
      margin-top: 60px;
      margin-bottom: 50px;
    }
  }

  .thank-you-message__title {
    font-size: 3.375rem !important;
    margin-bottom: 25px;
  }

  @media screen and (max-width: 991px) {
    .thank-you-message__title {
      font-size: 2.625rem !important;
    }
  }

  @media screen and (max-width: 767px) {
    .thank-you-message__title {
      font-size: 1.75rem !important;
      margin-bottom: 15px;
    }
  }

  .thank-you-message__text {
    font-size: 1.5rem;
  }

  @media screen and (max-width: 991px) {
    .thank-you-message__text {
      font-size: 1.375rem;
    }
  }

  @media screen and (max-width: 767px) {
    .thank-you-message__text {
      font-size: 1.25rem;
    }
  }

  .thank-you-message__info {
    font-size: 1.375rem;
  }

  @media screen and (max-width: 991px) {
    .thank-you-message__info {
      font-size: 1.25rem;
    }
  }

  @media screen and (max-width: 767px) {
    .thank-you-message__info {
      font-size: 1.125rem;
    }
  }

  .lets-book {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media screen and (max-width: 767px) {
    .lets-book {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  .lets-book__link {
    font-size: 1.375rem;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: .05em;
  }

  .contacts-form .input-error__icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 15px;
  }

  .contacts-form__block {
    border-top: 4px solid red;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 40px;
  }

  @media only screen and (max-width: 991px) {
    .contacts-form__block {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media only screen and (max-width: 767px) {
    .contacts-form__block {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      padding-bottom: 10px;
    }
  }

  .contacts-form__block .input-error__icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 25px;
  }

  .contacts-form__textarea {
    resize: none;
    height: 120px;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
  }

  .how-it-works .video-tutorial {
    margin-top: 70px;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 767px) {
    .how-it-works .video-tutorial {
      margin-top: 40px;
      margin-bottom: 0;
    }
  }

  .plan-for-employees {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  @media screen and (max-width: 767px) {
    .plan-for-employees {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

  .plan-for-employees__text {
    font-size: 1.375rem;
  }

  @media screen and (max-width: 767px) {
    .plan-for-employees__text {
      font-size: 1.125rem;
    }
  }

  .plan-for-employees__link {
    font-size: 1.375rem;
    padding-right: 20px;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    margin-top: 40px;
    letter-spacing: .05em;
    text-transform: uppercase !important;
  }

  .plan-for-employees__link:hover {
    border-color: transparent;
    color: #ff3d2b;
  }

  @media screen and (max-width: 767px) {
    .plan-for-employees__link {
      font-size: 1.125rem;
      margin-top: 25px;
    }
  }

  .stars {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0;
    width: 85px;
    height: 18px;
  }

  .stars__back,
  .stars__front,
  .stars__link {
    display: inline-block;
    font-size: 0;
  }

  .stars__back {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="rgb(255,198,186)"/></svg>');
    background-repeat: repeat-x;
    height: 15px;
    width: 85px;
    position: relative;
  }

  .stars__front {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="rgb(255,61,43)"/></svg>');
    background-repeat: repeat-x;
    height: 100%;
    display: block;
  }

  .stars__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .stars__info {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
    width: 300px;
    background: #fff;
    border: 1px solid #ced4da;
    position: absolute;
    top: -30px;
    right: -15px;
    transform: translateX(100%);
    z-index: 999;
    font-size: 1.125rem;
  }

  .stars__info::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -8px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #fff;
    border: 1px solid #ced4da;
  }

  .stars__info .stars {
    transform: scale(0.9);
  }

  .stars__info .stars__back {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="rgb(184,184,184)"/></svg>');
  }

  .stars__info .stars__front {
    background-image: url('data:image/svg+xml;utf8,<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="rgb(62,62,62)"/></svg>');
  }

  @media only screen and (max-width: 991px) {
    .stars__info {
      transform: translateX(90%) translateY(-7%) scale(0.8);
    }
  }

  @media only screen and (max-width: 520px) {
    .stars__info {
      top: 37px;
      right: auto;
      left: 0;
      transform: translateX(0);
      transform: translateY(-20%) scale(0.7);
    }

    .stars__info::before {
      top: -8px;
      left: 30px;
    }
  }

  .stars__info-list {
    background: #fff;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9;
  }

  .stars__info-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stars__info-list li:not(:last-child) {
    border-bottom: 1px dotted #ced4da;
  }

  .stars:hover .stars__info {
    visibility: visible;
    opacity: 1;
  }

  .search-result {
    margin-top: 15px;
  }

  .search-result .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @media (max-width: 767px) {
    .search-result .container {
      padding: 0;
    }
  }

  .search-result__clinics {
    flex: 0 0 73.61%;
    max-width: 73.61%;
  }

  @media (max-width: 991px) {
    .search-result__clinics {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  .search-result__map {
    position: relative;
    flex: 0 0 25.27%;
    max-width: 25.27%;
  }

  @media (max-width: 991px) {
    .search-result__map {
      display: none;
    }
  }

  .search-result__map-content {
    height: 489px;
  }

  .search-result__map-content.fixed {
    width: 288px;
    position: fixed;
    top: 0;
  }

  @media (max-width: 1230px) {
    .search-result__map-content.fixed {
      width: 235px;
    }
  }

  .search-result__map-content.fixed-bottom-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .search-result__map #search-result__map-wr {
    width: 100%;
    height: 100%;
  }

  .custom-marker {
    width: 1px;
    height: 1px;
    position: absolute;
  }

  .custom-marker__content {
    height: 40px;
    width: 40px;
    transform: translate3d(-50%, -100%, 0);
    transition: height 0.3s, width 0.3s;
    cursor: pointer;
  }

  .custom-marker__content svg {
    display: block;
    height: 100%;
    fill: #0027a9;
  }

  .custom-marker__content--premium svg {
    fill: #ff3d2b;
  }

  .custom-marker__content:hover,
  .custom-marker__content.select {
    height: 63px;
    width: 63px;
    z-index: 10;
  }

  .custom-marker.select {
    z-index: 10;
  }

  .custom-marker.select .custom-marker__content {
    height: 63px;
    width: 63px;
  }

  .dropdown-list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
  }

  .dropdown-list--border-top {
    border-top: 1px dotted #adb5bd;
  }

  .dropdown-list__name {
    color: #ff3d2b;
    border-bottom: 1px dotted #adb5bd;
    padding-bottom: 12px;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
  }

  .dropdown-list__title {
    padding: 12px 20px 20px 40px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
  }

  .dropdown-list__title::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 13px;
    height: 22px;
    width: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='22' height='22'%3E%3Cpath d='M29.13 0a3.45 3.45 0 0 0-2.31 1l-5 5a3.47 3.47 0 0 0-1 2.31 3.45 3.45 0 0 0 1 2.3L61.24 50 21.8 89.38a3.45 3.45 0 0 0-1 2.3 3.26 3.26 0 0 0 1 2.31l5 5a3.16 3.16 0 0 0 4.61 0L78.2 52.3a3.15 3.15 0 0 0 0-4.6L31.43 1a3.45 3.45 0 0 0-2.3-1z' fill='%23ff3d2b'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    transition: .25s all ease-out .1s;
  }

  .dropdown-list__title h4 {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    margin: 0;
  }

  .dropdown-list__title p {
    font-size: 18px;
    color: #000;
  }

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

  .dropdown-list__title--text-lg {
    font-size: 20px;
  }

  .dropdown-list__title--part-width {
    width: 65%;
  }

  @media screen and (max-width: 991px) {
    .dropdown-list__title--part-width {
      width: 100%;
    }
  }

  .dropdown-list__title--padding-lg {
    padding: 25px 20px 30px 40px;
  }

  .dropdown-list__title--padding-lg p {
    margin-top: 15px;
  }

  .dropdown-list__title--padding-lg::before {
    top: 26px;
  }

  .dropdown-list__list {
    overflow: hidden;
    height: 0;
    color: #000;
    transition: height .25s ease-out, margin-bottom .25s ease-out;
  }

  .dropdown-list__list--text-blue {
    color: #0027a9;
  }

  .dropdown-list__list--part-width {
    width: 65%;
  }

  @media screen and (max-width: 991px) {
    .dropdown-list__list--part-width {
      width: 100%;
    }
  }

  .dropdown-list__list p {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 30px;
  }

  .dropdown-list__list p:last-of-type {
    margin-bottom: 0;
  }

  .dropdown-list__list-inner {
    padding: 0 20px 0 40px;
    display: flex;
    flex-direction: column;
  }

  .dropdown-list__list-inner--padding-lg {
    padding: 0 20px 30px 40px;
  }

  .dropdown-list__item {
    position: relative;
  }

  .dropdown-list__item::before {
    content: "";
    width: 0px;
    height: calc(100% - 75px);
    position: absolute;
    left: 5px;
    top: 60px;
    transform: scaleY(0);
    transform-origin: top;
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.14, 0.81, 0.56, 0.82);
    background-color: red;
  }

  .dropdown-list__item--padding-lg::before {
    top: 70px;
    height: calc(100% - 210px);
  }

  .dropdown-list__item--border-bottom:not(:last-child) {
    border-bottom: 1px dotted #adb5bd;
  }

  .dropdown-list__item.open::before {
    transform: scaleY(1);
    transition-delay: 0.35s;
  }

  .dropdown-list__item.open .dropdown-list__title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='22' height='22'%3E%3Cpath d='M29.13 0a3.45 3.45 0 0 0-2.31 1l-5 5a3.47 3.47 0 0 0-1 2.31 3.45 3.45 0 0 0 1 2.3L61.24 50 21.8 89.38a3.45 3.45 0 0 0-1 2.3 3.26 3.26 0 0 0 1 2.31l5 5a3.16 3.16 0 0 0 4.61 0L78.2 52.3a3.15 3.15 0 0 0 0-4.6L31.43 1a3.45 3.45 0 0 0-2.3-1z' fill='%230027a9'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
  }

  .dropdown-list__item.open .dropdown-list__list {
    margin-bottom: 16px;
  }

  .dropdown-list__item.open .dropdown-list__title {
    background-color: #e5e9f6;
  }

  @keyframes progressSearch {
    0% {
      transform: scale3d(1, 1, 1) translateY(-50%);
    }

    50% {
      transform: scale3d(1.1, 1.1, 1.1) translateY(-50%);
    }

    100% {
      transform: scale3d(1, 1, 1) translateY(-50%);
    }
  }

  .autocomplete-place {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .autocomplete-place__get-address {
    position: absolute;
    z-index: 55;
    right: 17px;
    top: 50%;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .autocomplete-place__get-address svg {
    display: block;
    width: 100%;
    height: 25px;
    fill: #333333;
    transition: fill 0.3s;
  }

  .autocomplete-place__get-address:hover svg {
    fill: #8e8e8e;
  }

  .autocomplete-place__get-address.progress-search {
    animation: progressSearch 2s infinite ease-in-out;
  }

  .autocomplete-place__get-address.progress-search svg {
    fill: #ff3d2b;
  }

  .autocomplete-place__result {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px dotted #ced4da;
  }

  .autocomplete-place__result.show {
    display: block;
  }

  .autocomplete-place__result-item {
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #adb5bd;
    transition: color 0.3s;
    border-top: 1px dotted #ced4da;
    padding: 14px 0;
    margin: 0 15px;
  }

  .autocomplete-place__result-item:first-child {
    border-top: none;
  }

  .autocomplete-place__result-item:hover {
    color: #000000;
  }

  .custom-ico-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    padding: 12px 17px;
    margin: 0;
  }

  .custom-ico-checkbox input {
    display: none;
  }

  .custom-ico-checkbox__ico {
    flex: 0 0 22px;
    max-width: 22px;
  }

  .custom-ico-checkbox__ico svg {
    display: block;
    width: 100%;
    height: 20px;
    fill: #939598;
    transition: fill 0.3s;
  }

  .custom-ico-checkbox__label {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    transition: color 0.3s;
    padding-left: 14px;
    margin-left: -4px;
  }

  .custom-ico-checkbox__label:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    background: #ff3d2b;
  }

  .custom-ico-checkbox:hover .custom-ico-checkbox__ico svg {
    fill: #ff3d2b;
  }

  .custom-ico-checkbox:hover .custom-ico-checkbox__label {
    color: #ff3d2b;
  }

  .custom-ico-checkbox input:checked+.custom-ico-checkbox__ico svg {
    fill: #ff3d2b;
  }

  .custom-ico-checkbox input:checked+.custom-ico-checkbox__ico+.custom-ico-checkbox__label {
    color: #ff3d2b;
  }

  .custom-ico-checkbox input:checked+.custom-ico-checkbox__ico+.custom-ico-checkbox__label:before {
    opacity: 1;
  }

  .pagination {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 3px 10px;
  }

  .pagination__load-more {
    margin-bottom: 20px;
  }

  .pagination__load-more a {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1;
    color: #0027a9;
  }

  .pagination__load-more a:hover {
    text-decoration: none;
    color: #ff3d2b;
  }

  .pagination__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .pagination__nav-trigger a {
    box-sizing: content-box;
    display: block;
    width: 20px;
    padding: 10px;
  }

  .pagination__nav-trigger a svg {
    display: block;
    width: 100%;
    height: 22px;
    fill: #0027a9;
  }

  .pagination__nav-trigger a:hover svg {
    fill: #ff3d2b;
  }

  .pagination__nav-trigger--prev a {
    transform: rotate(180deg);
  }

  .pagination__nav-trigger.disabled {
    pointer-events: none;
  }

  .pagination__nav-trigger.disabled a svg {
    fill: #868e96;
  }

  .pagination__nav-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .pagination__nav-number-item {
    box-sizing: content-box;
    display: block;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #0027a9;
    padding: 8px 12px;
  }

  .pagination__nav-number-item:hover,
  .pagination__nav-number-item.active {
    text-decoration: none;
    color: #ff3d2b;
  }

  .pagination__nav-number-item.disabled,
  .pagination__nav-number-item.active {
    pointer-events: none;
  }

  .radio-box {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
  }

  input[type="radio"] {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    max-width: 20px;
    border: 1px dotted #868e96;
    background: #fff;
    outline: none;
    border-radius: 100% !important;
    cursor: pointer;
    padding: 0 !important;
    margin-right: 10px;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  input[type="radio"]+label {
    cursor: pointer;
  }

  input[type="radio"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background: #0027a9;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }

  input:checked:after {
    opacity: 1;
  }

  .checkbox-box {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .checkbox-box__input {
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px dotted #ced4da;
    margin: 0 10px 0 0;
    position: relative;
  }

  .checkbox-box__input::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon fill='%23949494' points='39 55.54 16.82 33.29 0 50.01 39.14 88.92 100 27.84 83.3 11.08 39 55.54'/%3E%3C/svg%3E%0A");
    opacity: 0;
  }

  .checkbox-box input[type="checkbox"] {
    display: none;
  }

  .checkbox-box input[type="checkbox"]:checked+.checkbox-box__input::after {
    opacity: 1;
  }

  .user-login {
    display: none;
    background: #fff;
    margin: 11px;
    position: absolute;
    right: 15px;
    top: 90px;
    z-index: 5;
    width: 300px;
  }

  @media screen and (max-width: 991px) {
    .user-login {
      top: 70px;
    }
  }

  @media screen and (max-width: 767px) {
    .user-login {
      top: 100%;
      right: 0;
      left: 0;
      width: auto;
      margin: 0;
      padding: 10px 10px 0;
      background: #ff3d2b;
      box-shadow: none;
    }
  }

  .user-login .input-error__icon {
    position: absolute;
    display: block;
    top: 12px;
    right: 15px;
  }

  .user-login::before,
  .user-login::after {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    border-radius: 2px;
  }

  @media screen and (max-width: 767px) {

    .user-login::before,
    .user-login::after {
      display: none;
    }
  }

  .user-login::before {
    right: 85px;
    top: -18px;
    z-index: -1;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
  }

  .user-login::after {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
    z-index: -2;
    border: 1px solid #ced4da;
  }

  .user-login__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background: #e5e9f6;
    border-radius: 2px 2px 0 0;
    padding: 7px 7px;
  }

  .user-login__forgot {
    font-size: 1rem;
    line-height: 1.1em;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px dashed #0027a9;
  }

  .user-login__forgot:hover {
    border-color: transparent;
  }

  .user-login__forgot-close {
    display: none;
  }

  .user-login__forgot.active .user-login__forgot-open {
    display: none;
  }

  .user-login__forgot.active .user-login__forgot-close {
    display: block;
  }

  .user-login__content {
    padding: 0 7px 7px;
    background: #e5e9f6;
    border-radius: 0 0 2px 2px;
  }

  .user-login__content-tab {
    display: none;
  }

  .user-login__content-tab--login {
    display: block;
  }

  .user-login__footer {
    display: none;
    text-align: center;
    color: #fff;
    margin: 16px 0;
  }

  @media screen and (max-width: 767px) {
    .user-login__footer {
      display: block;
    }
  }

  .user-login__new-customer-title {
    font-size: 1rem;
  }

  .user-login__new-customer-link {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }

  .user-login__new-customer-link a {
    color: #fff;
  }

  .user-login__new-customer-link a:hover {
    color: #fff;
  }

  .user-login__input {
    margin: 0 0 6px 0;
    font-size: 1rem;
    position: relative;
  }

  .user-login__input--check {
    margin: 15px 0 15px 15px;
  }

  .user-login .btn {
    margin-top: 15px;
  }

  .user-login.open {
    display: block;
  }

  .user-login.forgot .user-login__content-tab {
    display: block;
  }

  .user-login.forgot .user-login__content-tab--login {
    display: none;
  }

  .user-logged-in {
    display: none;
    background: #ff3d2b;
    margin: 11px;
    position: absolute;
    right: 15px;
    top: 115px;
    z-index: 5;
    width: 300px;
    color: #fff;
  }

  @media screen and (max-width: 991px) {
    .user-logged-in {
      top: 85px;
    }
  }

  @media screen and (max-width: 767px) {
    .user-logged-in {
      top: 100%;
      right: 0;
      left: 0;
      width: auto;
      margin: 0;
      padding: 10px;
      background: #ff3d2b;
      box-shadow: none;
    }
  }

  .user-logged-in::before,
  .user-logged-in::after {
    content: '';
    position: absolute;
    display: block;
    background: #ff3d2b;
    border-radius: 2px;
  }

  @media screen and (max-width: 767px) {

    .user-logged-in::before,
    .user-logged-in::after {
      display: none;
    }
  }

  .user-logged-in::before {
    right: 10px;
    top: -18px;
    z-index: -1;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #ff3d2b;
    border-left: 1px solid #ff3d2b;
  }

  @media screen and (max-width: 991px) {
    .user-logged-in::before {
      right: 3px;
    }
  }

  .user-logged-in::after {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
    z-index: -2;
    border: 1px solid #ff3d2b;
  }

  .user-logged-in p {
    margin-bottom: 0.9375rem;
  }

  .user-logged-in__logout {
    text-align: right;
  }

  .user-logged-in.open {
    display: block;
  }

  .popup-overlay {
    display: none;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  .popup-overlay.active {
    display: block;
  }

  .popup {
    display: none;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 780px;
    max-height: 100%;
    overflow-y: auto;
    background: #e5e9f6;
    padding: 30px 50px;
  }

  .popup.active {
    display: block;
  }

  .popup__close {
    padding: 3px;
    margin: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    background: transparent;
    top: 15px;
    right: 15px;
    border: 2px solid #0027a9;
    border-radius: 50%;
  }

  .popup__close svg {
    padding: 1px;
    width: 12px;
    height: 12px;
    fill: #0027a9;
  }

  .popup__content-title {
    text-transform: uppercase;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    margin: 0 0 5px;
  }

  .popup--clinic-reviews {
    background: #fff;
    max-width: 670px;
    top: 0;
    left: auto;
    right: 0;
    transform: none;
    padding: 40px 60px 80px 75px;
  }

  @media only screen and (max-width: 767px) {
    .popup--clinic-reviews {
      padding: 40px 15px 80px;
    }
  }

  .popup--clinic-reviews .popup__close {
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 0;
  }

  .popup--clinic-reviews .popup__close svg {
    padding: 0;
    width: 20px;
    height: 20px;
    fill: #000;
  }

  .price-list-info {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  .price-list-info__list-item {
    flex: 0 0 100%;
    padding: 7px 12px;
    display: flex;
    color: #0027a9;
  }

  .price-list-info__list-item:not(:last-child) {
    border-bottom: 1px dotted #adb5bd;
  }

  .price-list-info__text {
    font-size: 1.125rem !important;
  }

  .price-list-info__cost {
    font-size: 1.375rem !important;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    margin: 0 5px 0 auto;
  }

  .price-list-info__currency {
    font-size: 1.375rem !important;
  }

  .input-error__icon {
    display: none;
    width: 22px;
    height: 22px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23ff3d2b' d='M50,.07A49.93,49.93,0,1,0,99.93,50,49.92,49.92,0,0,0,50,.07ZM74.71,66.9,66.9,74.71,50,57.8,33.1,74.71,25.29,66.9,42.2,50,25.29,33.1l7.81-7.81L50,42.2,66.9,25.29l7.81,7.81L57.8,50Z'/%3E%3C/svg%3E%0A");
  }

  .input-error__message {
    display: block;
    color: #ff3d2b;
    font-size: 0.875rem;
    letter-spacing: .02em;
    margin-bottom: 0.9em;
  }

  /* Import components end*/
  /*individual clinic start*/
  .individual-clinic-popup .stars__info .stars__back {
    transform: scale(0.9);
    filter: grayscale(1);
  }

  .individual-clinic-popup__comment .stars__back {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path fill="#fff" d="M-7792-7582.67H8611v16474H-7792z" data-name="Layer 2"/><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="#b8b8b8" data-name="Layer 1"/></svg>');
  }

  .individual-clinic-popup__comment .stars__front {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="17" height="15"><path fill="#fff" d="M-7792-7582.67H8611v16474H-7792z" data-name="Layer 2"/><path d="M49.93 0L62.5 37.14l37.5.93-29.73 24L81 99.88 50.07 77.59 19.21 100l10.61-37.81L0 38.27l37.5-1.08z" fill="#333333" data-name="Layer 1"/></svg>');
  }

  .individual-clinic-popup__summ .stars__info {
    transform: translateX(90%) translateY(-7%) scale(0.8);
  }

  @media only screen and (max-width: 767px) {
    .individual-clinic-popup__summ .stars__info {
      top: 40px;
      right: auto;
      left: -85px;
      transform: translateY(-20%) scale(0.7);
    }

    .individual-clinic-popup__summ .stars__info::before {
      top: -8px;
      left: 150px;
    }
  }

  @media only screen and (max-width: 415px) {
    .individual-clinic-popup__summ .stars__info {
      left: -55px;
    }

    .individual-clinic-popup__summ .stars__info::before {
      left: 40px;
    }
  }

  .clinic-left-bar {
    /*border-top: 4px solid #0027a9;*/
    width: 292.75px;
    position: absolute;
  }

  .clinic-left-bar--orange {
    border-top: 4px solid #ff3d2b;
  }

  @media only screen and (max-width: 1230px) {
    .clinic-left-bar {
      width: 100%;
      position: static;
    }
  }

  .clinic-left-bar.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    max-height: 100%;
    overflow-y: auto;
  }

  @media only screen and (max-width: 1230px) {
    .clinic-left-bar.fixed {
      position: static;
    }
  }

  .clinic-left-bar.fixed-bottom-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  @media only screen and (max-width: 1230px) {
    .clinic-left-bar.fixed-bottom-wrapper {
      position: static;
    }
  }

  .clinic-left-bar__photo {
    margin-bottom: 22px;
  }

  .clinic-left-bar__contacts-location {
    margin-bottom: 22px;
  }

  .clinic-left-bar__contacts-phone {
    margin-bottom: 22px;
  }

  .clinic-left-bar__contacts-timetable {
    margin-bottom: 22px;
  }

  .clinic-left-bar__make-appointment {
    margin-bottom: 22px;
  }

  .clinic-left-bar__using {
    margin-bottom: 22px;
    display: none;
  }

  @media only screen and (max-width: 767px) {
    .clinic-left-bar__using {
      display: block;
    }
  }

  .clinic-left-bar__map {
    height: 175px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
  }

  .clinic-left-bar__map img {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
  }

  .clinic-left-bar .using {
    color: red;
    display: flex;
  }

  .clinic-left-bar .using__ico {
    margin-top: 3px;
  }

  .clinic-left-bar .using__ico svg {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .clinic-left-bar .using__ico svg path {
    fill: #ff3d2b;
  }

  .clinic-left-bar .using__content {
    margin-left: 17px;
  }

  .clinic-left-bar .clinic-left-bar__map {
    margin-bottom: 0;
  }

  .clinic-left-bar--orange .clinic-left-bar__map {
    margin-bottom: 22px;
  }

  /*individual clinic end*/
  /*__how-it-works*/
  .how-it-works-main {
    letter-spacing: .005em;
  }

  .how-it-works-main__title {
    padding-bottom: 2.5rem;
    padding-top: 4.375rem;
    font-size: 2.375rem;
  }

  @media screen and (max-width: 991px) {
    .how-it-works-main__title {
      font-size: 1.875rem;
      padding-top: 3.125rem;
      padding-bottom: 2.1875rem;
    }
  }

  @media screen and (max-width: 767px) {
    .how-it-works-main__title {
      padding-top: 2.1875rem;
      padding-bottom: 1.875rem;
      font-size: 1.375rem;
    }
  }

  .how-it-works-main__text {
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }

  @media screen and (max-width: 991px) {
    .how-it-works-main__text {
      font-size: 1.125rem;
      line-height: 1.5rem;
    }
  }

  @media screen and (max-width: 767px) {
    .how-it-works-main__text {
      font-size: 0.875rem;
      line-height: 1.15rem;
      margin-bottom: 1.25rem;
    }
  }

  @media screen and (max-width: 767px) {
    .how-it-works-main__item-title {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .how-it-works-main__first-word {
      text-transform: capitalize;
    }
  }

  .how-it-works-all-steps__number {
    display: block;
    border: 3px solid #ff3d2b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.25rem;
    margin-right: 15px;
  }

  .how-it-works-all-steps__text {
    min-height: 120px;
  }

  @media screen and (max-width: 767px) {
    .how-it-works-all-steps__text {
      min-height: auto;
    }
  }

  /*end __how-it-works*/
  /*** reused blocks ***/
  /*__clinic blocks */
  .clinic-description {
    font-size: 16px;
    line-height: 1.42;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-description {
      font-size: 14px;
    }
  }

  .clinic-price {
    width: 100%;
  }

  .clinic-price__item {
    border-bottom: 1px dotted #a7a9b1;
    padding: 20px 0 20px 18px;
  }

  @media (max-width: 991px) {
    .clinic-price__item {
      border: none;
      padding: 10px 0 10px 0;
    }
  }

  .clinic-price__item:first-child {
    padding-top: 0;
  }

  @media (max-width: 991px) {
    .clinic-price__item:first-child {
      border-top: 1px dotted #a7a9b1;
      padding-top: 20px;
    }
  }

  @media (max-width: 991px) {
    .clinic-price__item:last-child {
      border-bottom: 1px dotted #a7a9b1;
      padding-bottom: 20px;
    }
  }

  .clinic-price__name {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
  }

  @media (max-width: 1230px) {
    .clinic-price__name {
      font-size: 16px;
    }
  }

  .clinic-price__value {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-top: 8px;
  }

  @media (max-width: 1230px) {
    .clinic-price__value {
      font-size: 18px;
    }
  }

  .clinic-timetable {
    display: flex;
  }

  .clinic-timetable__ico {
    flex: 0 0 18px;
    max-width: 18px;
  }

  .clinic-timetable__ico svg {
    display: block;
    width: 100%;
    height: 20px;
  }

  .clinic-timetable__ico svg path {
    fill: #0027a9;
  }

  .clinic-timetable__list {
    width: 100%;
    margin-left: 17px;
  }

  .clinic-timetable__list-item {
    display: flex;
    align-items: flex-start;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #0027a9;
    margin-top: 9px;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-timetable__list-item {
      font-size: 13px;
    }
  }

  .clinic-timetable__list-item:first-child {
    margin-top: 0;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-timetable__list-item:first-child {
      margin-top: 4px;
    }
  }

  .clinic-timetable__day {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .clinic-timetable__day-times {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .clinic-timetable__day-times-item {
    margin-bottom: 9px;
  }

  .clinic-timetable__day-times-item:last-child {
    margin-bottom: 0;
  }

  .clinic-timetable--orange .clinic-timetable__ico svg path {
    fill: #ff3d2b;
  }

  .clinic-shares__item {
    display: flex;
    align-items: center;
    margin-top: 18px;
  }

  @media (max-width: 1230px) {
    .clinic-shares__item {
      margin-top: 10px;
    }
  }

  .clinic-shares__item:first-child {
    margin-top: 0;
  }

  .clinic-shares__ico {
    flex: 0 0 28px;
    max-width: 28px;
  }

  @media (max-width: 1230px) {
    .clinic-shares__ico {
      flex: 0 0 22px;
      max-width: 22px;
      max-height: 22px;
    }
  }

  .clinic-shares__ico svg {
    display: block;
    width: 100%;
    height: 28px;
  }

  .clinic-shares__ico svg path {
    fill: #ff3d2b;
  }

  .clinic-shares__value {
    width: 100%;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    color: #ff3d2b;
    margin-left: 18px;
  }

  @media (max-width: 1230px) {
    .clinic-shares__value {
      font-size: 16px;
      margin-left: 15px;
    }
  }

  .clinic-location {
    display: flex;
  }

  .clinic-location__ico {
    flex: 0 0 18px;
    max-width: 18px;
  }

  .clinic-location__ico-premium {
    display: none;
  }

  .clinic-location__ico svg {
    display: block;
    width: 120%;
    height: 22px;
  }

  .clinic-location__ico svg path {
    fill: #0027a9;
  }

  .clinic-location__content {
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    color: #333333;
    margin-left: 17px;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-location__content {
      font-size: 13px;
    }
  }

  .clinic-location__address {
    margin-top: -0.3em;
    /*calc from font-size clinic-location__content*/
    margin-bottom: 17px;
  }

  .clinic-location__distance {
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    line-height: 1;
  }

  .clinic-location--orange .clinic-location__ico svg path {
    fill: #ff3d2b;
  }

  .clinic-location--premium .clinic-location__ico-premium {
    display: block;
  }

  .clinic-location--premium .clinic-location__ico-standard {
    display: none;
  }

  .clinic-user-rating {
    margin-top: 10px;
  }

  .clinic-user-rating:before,
  .clinic-user-rating:after {
    clear: both;
  }

  .clinic-user-rating__estimate {
    float: left;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-user-rating__estimate {
      font-size: 16px;
    }
  }

  .clinic-user-rating__review {
    width: 100%;
    line-height: 1;
    margin-top: 14px;
  }

  .clinic-user-rating a {
    font-size: 16px;
    line-height: 1;
    transition: border-color 0.3s;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-user-rating a {
      font-size: 13px;
    }
  }

  .clinics-by-treatment {
    background: #ff3d2b;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    min-height: 145px;
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
    }

    .clinics-by-treatment.active .clinics-by-treatment__sub-title {
      display: none;
    }

    .clinics-by-treatment.active .clinics-by-treatment__icon::before {
      transform: translate(-50%, -50%) rotate(90deg);
    }
  }

  .clinics-by-treatment__title {
    font-size: 2.375rem;
    color: #fff;
    letter-spacing: .005rem;
    margin-bottom: 2.1875rem;
    text-align: center;
  }

  @media screen and (max-width: 991px) {
    .clinics-by-treatment__title {
      font-size: 2.25rem;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment__title {
      font-size: 1.375rem;
      line-height: 1.5rem;
      padding-right: 50px;
      padding-left: 39px;
      text-align: left;
      margin-bottom: 0.625rem;
    }
  }

  .clinics-by-treatment__list {
    column-count: 3;
    column-rule: 1px dotted rgba(255, 255, 255, 0.5);
  }

  @media screen and (max-width: 991px) {
    .clinics-by-treatment__list {
      column-count: 2;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment__list {
      column-count: 1;
      display: none;
    }
  }

  .clinics-by-treatment__link {
    color: #fff;
    letter-spacing: .005rem;
    line-height: 1.875rem;
    padding-left: 4.0625rem;
  }

  .clinics-by-treatment__link:hover {
    color: #fff;
  }

  @media screen and (max-width: 991px) {
    .clinics-by-treatment__link {
      padding-left: 3.4375rem;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment__link {
      padding-left: 2.4375rem;
      line-height: 2.5rem;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment__sub-title {
      color: white;
      font-size: 1rem;
      position: absolute;
      bottom: -32px;
      left: 55px;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment__icon {
      display: block;
      position: absolute;
      top: 0;
      right: 30px;
      width: 30px;
      height: 30px;
      border: 2px solid #fff;
      border-radius: 50%;
    }

    .clinics-by-treatment__icon::after,
    .clinics-by-treatment__icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
    }

    .clinics-by-treatment__icon::after {
      width: 17px;
      height: 2px;
    }

    .clinics-by-treatment__icon::before {
      width: 2px;
      height: 17px;
    }
  }

  @media screen and (max-width: 767px) {
    .clinics-by-treatment.show .clinics-by-treatment__sub-title {
      display: none;
    }

    .clinics-by-treatment.show .clinics-by-treatment__list {
      display: block;
    }

    .clinics-by-treatment.show .clinics-by-treatment__icon::before {
      transform: translate(-50%, -50%) rotate(90deg);
    }
  }

  .clinic-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*background: #e5e9f6;*/
    border-top: 4px solid #0027a9;
    padding: 15px 15px 22px 15px;
    margin-bottom: 15px;
  }

  @media (max-width: 767px) {
    .clinic-card {
      flex-direction: column;
    }
  }

  .clinic-card:last-child {
    margin-bottom: 0;
  }

  .clinic-card__recommended {
    overflow: hidden;
    display: flex;
    top: -4px;
    left: 34%;
    position: absolute;
  }

  @media (max-width: 991px) {
    .clinic-card__recommended {
      left: 39.4%;
    }
  }

  @media (max-width: 991px) {
    .clinic-card__recommended {
      display: none;
    }
  }

  .clinic-card__recommended-ico {
    position: relative;
    z-index: 5;
    display: flex;
    width: 37px;
    height: 24px;
    background: #0027a9;
  }

  @media (max-width: 991px) {
    .clinic-card__recommended-ico {
      width: 31px;
    }
  }

  .clinic-card__recommended-ico svg {
    display: block;
    width: 55%;
    margin: auto;
  }

  .clinic-card__recommended-ico svg path {
    fill: #fff;
  }

  .clinic-card__recommended-ico:hover+.clinic-card__recommended-content {
    transform: translate3d(0, 0, 0);
  }

  .clinic-card__recommended-content {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: #0027a9;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s;
    padding: 0 12px 0 2px;
  }

  .clinic-card__photo,
  .clinic-card__contacts {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 30px;
    padding-top: 12px;
  }

  @media (max-width: 991px) {

    .clinic-card__photo,
    .clinic-card__contacts {
      flex: 0 0 38.888%;
      max-width: 38.888%;
    }
  }

  @media (max-width: 767px) {

    .clinic-card__photo,
    .clinic-card__contacts {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
    }
  }

  .clinic-card__info,
  .clinic-card__description {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  @media (max-width: 991px) {

    .clinic-card__info,
    .clinic-card__description {
      flex: 0 0 61.111%;
      max-width: 61.111%;
    }
  }

  @media (max-width: 767px) {

    .clinic-card__info,
    .clinic-card__description {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  .clinic-card__photo,
  .clinic-card__info {
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    .clinic-card__photo {
      display: none;
    }
  }

  .clinic-card__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px dotted #a7a9b1;
    padding: 12px 0;
  }

  @media (max-width: 767px) {
    .clinic-card__info {
      border-bottom: none;
      padding: 0;
      margin-bottom: 25px;
    }
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-card__info-name h2 {
      font-size: 18px;
    }
  }

  @media (max-width: 991px) {
    .clinic-card__info-name h2 {
      font-size: 22px;
    }
  }

  @media (max-width: 767px) {
    .clinic-card__info-name h2 {
      font-size: 20px;
      margin-bottom: 0;
    }
  }

  .clinic-card__info-categories {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.28;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-card__info-categories {
      font-size: 12px;
    }
  }

  @media (max-width: 767px) {
    .clinic-card__info-categories {
      display: none;
    }
  }

  .clinic-card__description {
    padding-bottom: 50px;
  }

  .clinic-card__description:before,
  .clinic-card__description:after {
    clear: both;
  }

  @media (max-width: 767px) {
    .clinic-card__description {
      display: flex;
      flex-direction: column-reverse;
      padding-bottom: 22px;
    }
  }

  .clinic-card__description-entry,
  .clinic-card__description-shares {
    float: left;
    width: 60%;
  }

  @media (max-width: 991px) {

    .clinic-card__description-entry,
    .clinic-card__description-shares {
      float: none;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .clinic-card__description-entry {
      display: none;
    }
  }

  .clinic-card__description-price {
    float: left;
    width: 40%;
    padding-left: 15px;
  }

  @media (max-width: 991px) {
    .clinic-card__description-price {
      float: none;
      width: 60%;
      padding-left: 0;
    }
  }

  @media (max-width: 767px) {
    .clinic-card__description-price {
      width: auto;
      margin-top: 22px;
    }

    .clinic-card__description-price .clinic-price__item {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  @media (max-width: 991px) {
    .clinic-card__description-shares {
      margin-top: 16px;
    }
  }

  .clinic-card__contacts-rating {
    padding-left: 36px;
    margin-bottom: 30px;
  }

  @media (max-width: 767px) {
    .clinic-card__contacts-rating {
      padding-left: 0;
      margin-bottom: 20px;
    }

    .clinic-card__contacts-rating .clinic-user-rating__review {
      display: none;
    }
  }

  .clinic-card__contacts-location {
    margin-bottom: 30px;
  }

  .clinic-card__contacts-map {
    overflow: hidden;
    display: none;
    position: relative;
    height: 176px;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
  }

  @media (max-width: 991px) {
    .clinic-card__contacts-map {
      display: block;
    }
  }

  .clinic-card__contacts-map img {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
  }

  .clinic-card__contacts-phone {
    margin-bottom: 22px;
  }

  @media (max-width: 767px) {
    .clinic-card__contacts-phone {
      display: none;
    }
  }

  .clinic-card__contacts-phone .btn {
    display: block;
    width: 100%;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .clinic-card__contacts-phone .btn {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }

  .clinic-card__nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  @media (max-width: 767px) {
    .clinic-card__nav {
      position: static;
    }
  }

  @media (max-width: 767px) {
    .clinic-card__nav .btn {
      width: 100% !important;
    }
  }

  .clinic-card--premium {
    border-top: 4px solid #ff3d2b;
  }

  .clinic-card--premium .clinic-card__recommended-ico {
    background: #ff3d2b;
  }

  .clinic-card--premium .clinic-card__recommended-content {
    background: #ff3d2b;
  }

  .clinic-card--premium .clinic-card__info-name h2 {
    color: #ff3d2b;
  }

  .clinic-card--premium .clinic-card__description-price {
    color: #ff3d2b;
  }

  .clinic-phone__list {
    display: none;
    margin-left: 32px;
  }

  .clinic-phone__list-item {
    line-height: 1;
    margin-top: 4px;
  }

  .clinic-phone__list-item a {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 1rem;
  }

  .clinic-phone__list-item:first-child {
    margin-top: 0;
  }

  .clinic-phone.show .clinic-phone__button {
    display: none;
  }

  .clinic-phone.show .clinic-phone__list {
    display: block;
  }

  /* end __clinic blocks */
  /*__family blocks*/
  .family-members {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .family-members__list-members {
    display: flex;
    align-items: flex-start;
  }

  .family-members__member,
  .family-members__add-new {
    flex: 0 0 90px;
    width: 90px !important;
    max-width: 90px;
    min-height: 90px;
    position: relative;
    padding: 0 5px;
  }

  @media screen and (max-width: 991px) {
    .family-members__member {
      margin-right: 14px;
    }
  }

  @media screen and (max-width: 767px) {
    .family-members__member {
      margin-right: 0;
    }
  }

  .family-members__member-delete {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .family-members__member-delete svg {
    width: 100%;
    height: 100%;
    fill: #939598;
    transition: fill 0.3s;
  }

  .family-members__member-delete:hover svg {
    fill: #343a40;
  }

  .family-members__member-icon {
    width: 46px;
    height: 46px;
    margin: 9px auto 0;
  }

  @media screen and (max-width: 767px) {
    .family-members__member-icon {
      width: 40px;
      height: 40px;
    }
  }

  .family-members__member-icon svg {
    width: 100%;
    height: 100%;
    fill: #ff3d2b;
  }

  .family-members__member-ages {
    margin-top: 9px;
  }

  .family-members__member:first-of-type .family-members__member-delete {
    display: none;
  }

  .family-members__member:first-of-type .family-members__member-ages {
    display: none;
  }

  .family-members__add-new-btn {
    width: 46px;
    height: 46px;
    cursor: pointer;
    margin: 9px auto 0;
  }

  @media screen and (max-width: 767px) {
    .family-members__add-new-btn {
      width: 40px;
      height: 40px;
    }
  }

  .family-members__add-new-btn svg {
    fill: #939598;
    transition: fill 0.3s;
  }

  .family-members__add-new-btn:hover svg {
    fill: #343a40;
  }

  .family-members__add-new-btn.disable {
    cursor: default;
  }

  .family-members__add-new-btn.disable svg {
    fill: rgba(204, 204, 204, 0.51);
  }

  .family-members .slick-slider {
    position: relative;
    z-index: 10;
    padding: 0 15px;
  }

  .family-members .slick-slider:before,
  .family-members .slick-slider:after {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
  }

  .family-members .slick-slider:before {
    left: 0;
    transform: translateX(-100%);
  }

  .family-members .slick-slider:after {
    right: 0;
    transform: translateX(100%);
  }

  .family-members .slick-slider .slick-list {
    position: relative;
    height: 90px;
    width: 100%;
    overflow: inherit;
  }

  .family-members .slick-slider .slick-list .slick-track {
    position: absolute;
    left: 0;
    top: 0;
  }

  .family-members .slick-slider .slick-list .slick-slide .family-members__member-delete {
    display: block;
  }

  .family-members .slick-slider .slick-list .slick-slide .family-members__member-ages {
    display: block;
  }

  .family-members .slick-slider .slick-list .slick-slide:first-child .family-members__member-delete {
    display: none;
  }

  .family-members .slick-slider .slick-list .slick-slide:first-child .family-members__member-ages {
    display: none;
  }

  .family-members .slick-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 15px;
    overflow: hidden;
    display: block;
    text-indent: 9999px;
    border: none;
    outline: none;
    background: #ffffff;
    padding: 0;
    margin: 0;
  }

  .family-members .slick-slider .slick-arrow:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 24px;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="24"><path fill-rule="evenodd" fill="#939598" d="M7.994 12.262L1.137 23.999l-1.131-.645 6.633-11.355L.006.645 1.137 0l6.857 11.736-.46.263.46.263z"/></svg>');
  }

  .family-members .slick-slider .slick-prev {
    left: 0;
  }

  .family-members .slick-slider .slick-prev:before {
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
  }

  .family-members .slick-slider .slick-next {
    right: 0;
  }

  .family-members .slick-slider .slick-next:before {
    transform: translate3d(-50%, -50%, 0);
  }

  /*end __family blocks*/
  /*plans blocks*/
  .plans {
    display: flex;
    margin: 15px -5px;
    align-items: flex-start;
  }

  @media screen and (max-width: 991px) {
    .plans {
      flex-flow: column;
      display: block;
    }
  }

  .plans__item {
    width: calc(20% - 10px);
    flex: 0 0 calc(25% - 10px);
    margin: 0 5px;
    border: 1px dotted #adb5bd;
    position: relative;
    transition: margin 0.2s;
  }

  .plans__item::after {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
  }

  @media screen and (max-width: 991px) {
    .plans__item {
      height: auto;
      width: calc(100% - 10px);
      margin-bottom: 10px;
    }
  }

  .plans__item--free {
    color: #939598;
  }

  .plans__item--free::after {
    background-color: #939598;
  }

  .plans__item--free .plans__property-dash {
    background-color: #939598;
  }

  @media screen and (max-width: 991px) {

    .plans__item--free .plans__footer,
    .plans__item--free .plans__footer-mob {
      background-color: #e9ecef;
    }
  }

  .plans__item--free .plans__footer-mob-button svg path {
    fill: #939598;
  }

  @media screen and (max-width: 991px) {
    .plans__item--free .plans__col--content:last-child::after {
      border-bottom-color: transparent;
    }
  }

  .plans__item--pay {
    color: #0027a9;
  }

  .plans__item--pay::after {
    background-color: #0027a9;
  }

  .plans__item--pay .plans__header {
    background: #e5e9f6;
  }

  .plans__item--pay .plans__col--header::after {
    border-bottom-color: transparent;
  }

  .plans__item--pay .plans__col--content:last-child::after {
    border-bottom-color: transparent;
  }

  .plans__item--pay .plans__property-dash {
    background-color: #0027a9;
  }

  .plans__item--pay .plans__footer,
  .plans__item--pay .plans__footer-mob {
    background-color: #e5e9f6;
  }

  .plans__item--titles-for-desktop .plans__title,
  .plans__item--titles-for-desktop .plans__text {
    text-align: right;
    width: 100%;
    flex: 0 0 100%;
  }

  @media screen and (max-width: 991px) {
    .plans__item--titles-for-desktop {
      display: none;
    }
  }

  .plans__header {
    position: relative;
    transition: padding-top 0.2s;
  }

  .plans__content {
    transition: height 0.3s;
  }

  @media screen and (max-width: 991px) {
    .plans__content {
      overflow: hidden;
    }
  }

  .plans__content.open {
    overflow: initial;
  }

  .plans__col {
    padding: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  @media screen and (max-width: 991px) {
    .plans__col {
      height: auto;
      padding: 20px 30px;
      flex: 0 0 100%;
      justify-content: space-between;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__col {
      padding: 20px 15px;
    }
  }

  .plans__col::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    display: block;
    height: 0;
    border-bottom: 1px dotted #adb5bd;
  }

  .plans__col--header {
    align-content: flex-start;
  }

  @media screen and (max-width: 991px) {
    .plans__col--header {
      height: auto;
    }
  }

  @media screen and (max-width: 991px) {
    .plans__col--content {
      height: auto;
    }
  }

  @media screen and (max-width: 991px) {
    .plans__col--width-description {
      height: auto;
    }
  }

  .plans__col--width-description .plans__title {
    margin-bottom: 10px;
  }

  @media screen and (max-width: 991px) {
    .plans__col--width-description .plans__title {
      margin-bottom: 0;
    }
  }

  .plans__col--footer {
    flex-flow: column;
  }

  @media screen and (max-width: 991px) {
    .plans__col--footer {
      height: auto;
      flex-flow: row;
      padding: 25px 30px;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__col--footer {
      justify-content: center;
    }
  }

  .plans__col--footer::after {
    border-bottom-color: transparent;
  }

  .plans__title {
    text-align: center;
    font-family: "Proxima N W01 Smbd", Helvetica, Arial, sans-serif;
    font-size: 18px;
  }

  @media screen and (max-width: 991px) {
    .plans__title {
      flex: 0 0 33.3333%;
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin-bottom: 0;
      text-align: left;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__title {
      flex: 0 0 65%;
      padding: 5px 0 20px 5px;
      order: 1;
    }
  }

  @media screen and (max-width: 991px) {
    .plans__title {
      font-size: 20px;
      padding: 0;
    }
  }

  .plans__title--header {
    font-family: 'DIN Next LT W01 Heavy', Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0;
  }

  .plans__title--content {
    display: none;
  }

  @media screen and (max-width: 991px) {
    .plans__title--content {
      display: flex;
    }
  }

  .plans__text {
    font-size: 15px;
    line-height: 1.1em;
  }

  .plans__text strong {
    font-weight: normal;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }

  .plans__text p {
    margin-bottom: 5px;
  }

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

  @media screen and (max-width: 991px) {
    .plans__text {
      font-size: 14px;
      flex: 0 0 41.6666%;
      display: flex;
      flex-flow: column;
      justify-content: center;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__text {
      flex: 0 0 100%;
      order: 3;
      padding-top: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__text--header {
      border-top: 1px dotted #adb5bd;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__text--header {
      margin-top: 15px;
    }
  }

  .plans__text--content {
    display: none;
  }

  @media screen and (max-width: 991px) {
    .plans__text--content {
      display: flex;
    }
  }

  @media screen and (max-width: 991px) {
    .plans__text--footer {
      display: none;
    }
  }

  .plans__property {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 991px) {
    .plans__property {
      flex: 0 0 25%;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__property {
      flex: 0 0 35%;
      order: 2;
    }
  }

  .plans__property--header {
    display: none;
  }

  @media screen and (max-width: 991px) {
    .plans__property--header {
      display: flex;
      flex-flow: column;
      text-align: center;
    }
  }

  .plans__property-text {
    font-size: 15px;
    line-height: 1.1em;
    text-align: center;
  }

  .plans__number {
    display: flex;
    line-height: 1.1em;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
  }

  @media screen and (max-width: 991px) {
    .plans__number--header {
      font-size: 30px;
    }
  }

  .plans__number--footer {
    font-size: 30px;
  }

  @media screen and (max-width: 991px) {
    .plans__number--footer {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__number--footer {
      display: flex;
    }
  }

  .plans__price {
    line-height: 1.1em;
    text-align: center;
    font-size: 24px;
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
  }

  .plans__price-text {
    font-size: 15px;
    line-height: 1.1em;
    text-align: center;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  }

  @media screen and (max-width: 991px) {
    .plans__price--header {
      font-size: 30px;
    }
  }

  .plans__price--footer {
    font-size: 30px;
  }

  @media screen and (max-width: 991px) {
    .plans__price--footer {
      display: none;
    }
  }

  .plans__price--footer-mob {
    font-size: 30px;
  }

  .plans__number-text {
    font-size: 15px;
    line-height: 1.1em;
  }

  .plans__checked svg {
    width: 23px;
    height: 23px;
  }

  .plans__checked svg polygon,
  .plans__checked svg path {
    fill: #0027a9;
  }

  .plans__dash {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
  }

  .plans__footer {
    transition: padding-bottom 0.2s;
  }

  .plans__footer .plans__toggle-btn {
    display: none;
  }

  @media screen and (max-width: 991px) {
    .plans__footer {
      display: flex;
      justify-content: space-between;
    }

    .plans__footer .plans__toggle-btn {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {
    .plans__footer {
      justify-content: center;
    }

    .plans__footer .plans__toggle-btn {
      display: none;
    }
  }

  .plans__footer-mob {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .plans__footer-mob {
      background: #000;
      display: flex;
      justify-content: center;
      flex-flow: column;
      padding: 10px 0 0 0;
    }
  }

  .plans__footer-mob-button {
    position: relative;
    text-align: center;
    padding: 10px 0 15px 0;
    margin-bottom: 20px;
  }

  .plans__footer-mob-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 0;
    left: 8px;
    right: 8px;
    border-bottom: 1px dotted #adb5bd;
  }

  .plans__popup {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: z-index 0.2s;
  }

  .plans__popup:hover {
    z-index: 999;
  }

  .plans__popup-wrap {
    position: relative;
  }

  .plans__button {
    margin-top: 20px;
    min-width: 100%;
    text-align: center;
  }

  @media screen and (max-width: 991px) {
    .plans__button {
      margin-top: 0;
      flex: 0 0 150px;
      min-width: auto;
    }
  }

  .plans__button .btn {
    width: 90%;
  }

  @media screen and (max-width: 991px) {
    .plans__button .btn {
      width: 100%;
    }
  }

  .plans__popular {
    position: absolute;
    top: -1px;
    left: 8px;
    width: 25px;
    height: 25px;
  }

  .plans__popular svg {
    width: 25px;
    height: 25px;
  }

  .plans__popular svg path {
    fill: #0027a9;
  }

  .plans__popular2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 25px;
    height: 25px;
  }

  .plans__popular2 svg {
    width: 25px;
    height: 25px;
  }

  .plans__popular2 svg path {
    fill: #0027a9;
  }

  .plans__toggle-btn {
    display: inline-block;
    position: relative;
    height: 1.2em;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    padding-right: 25px;
  }

  .plans__toggle-btn-name {
    text-transform: capitalize;
  }

  .plans__toggle-btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 8px;
    width: 10px;
    height: 10px;
    font-size: 0;
  }

  .plans__toggle-btn-arrow svg {
    width: 10px;
    height: 10px;
  }

  .plans__toggle-btn-arrow svg path {
    fill: #0027a9;
  }

  .plans__toggle-btn.close .plans__toggle-btn-arrow {
    transform: translateY(-50%) rotate(-90deg);
  }

  @media screen and (min-width: 992px) {

    .plans__item--pay:hover,
    .plans__item--free:hover {
      margin: -5px 5px;
    }

    .plans__item--pay:hover .plans__header,
    .plans__item--free:hover .plans__header {
      padding-top: 5px;
    }

    .plans__item--pay:hover .plans__footer,
    .plans__item--free:hover .plans__footer {
      padding-bottom: 5px;
    }
  }

  /*plans blocks*/
  /*choose blocks*/
  .choose {
    margin: 10px 0 50px 0;
  }

  .choose__item {
    border: 1px dotted #adb5bd;
    padding: 15px 30px;
    margin: 30px 0;
    position: relative;
    background: #fff;
    border-radius: 2px;
  }

  @media screen and (max-width: 767px) {
    .choose__item {
      padding: 22px 30px;
    }
  }

  .choose__item::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #fff;
  }

  .choose__item::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    transform: rotate(45deg);
    top: -6px;
    left: 15%;
    width: 12px;
    height: 13px;
    border: 1px dotted #adb5bd;
    border-radius: 2px;
    background: #fff;
  }

  .choose__item.disable {
    display: none;
  }

  .choose__item-inner {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .choose__item-inner {
      flex-flow: column;
      justify-content: center;
    }
  }

  .choose__title {
    flex: 0 0 50%;
    font-size: 20px;
  }

  @media screen and (max-width: 991px) {
    .choose__title {
      display: flex;
      flex-flow: column;
      flex: 0 0 40%;
      font-size: 18px;
      line-height: 1.2em;
    }
  }

  @media screen and (max-width: 767px) {
    .choose__title {
      flex: 0 0 50%;
      width: 60%;
      min-width: 230px;
      font-size: 16px;
      margin-bottom: 5px;
    }
  }

  .choose__title strong {
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  }

  @media screen and (max-width: 991px) {
    .choose__title strong {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    .choose__title strong {
      font-size: 16px;
    }
  }

  .choose__check {
    flex: 0 0 20%;
    margin: 0;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 991px) {
    .choose__check {
      flex: 0 0 30%;
    }
  }

  @media screen and (max-width: 767px) {
    .choose__check {
      flex: 0 0 50%;
      width: 60%;
      min-width: 230px;
      margin-top: 15px;
    }
  }

  .choose__check-inner {
    display: inline-block;
    position: relative;
  }

  .choose__label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
  }

  .choose__label-name {
    display: flex;
    align-items: center;
  }

  .choose__value {
    margin-left: 20px;
    display: block;
    line-height: 1.2em;
  }

  .choose__hint {
    font-size: 14px;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  }

  .choose__popup {
    margin-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
  }

  /*choose blocks*/
  /*popups blocks*/
  .info-popup-1 {
    width: 17px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    margin-right: 10px;
    font-size: 0;
  }

  .info-popup-1 svg {
    width: 17px;
    height: 17px;
    cursor: pointer;
  }

  .info-popup-1 svg path {
    fill: #939598;
    transition: fill 0.2s;
  }

  .info-popup-1__message {
    padding: 0 8px;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%);
    border: 1px solid #939598;
    width: 215px;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }

  @media screen and (max-width: 1350px) {
    .info-popup-1__message {
      left: auto;
      right: -10px;
      top: calc(100% + 15px);
      transform: translateY(0);
    }
  }

  .info-popup-1__message::before {
    display: block;
    content: '';
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: -6px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border: 1px solid #939598;
    z-index: 4;
  }

  @media screen and (max-width: 1350px) {
    .info-popup-1__message::before {
      top: -6px;
      left: auto;
      right: 12px;
      transform: translateY(0) rotate(45deg);
    }
  }

  .info-popup-1__message::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 5;
  }

  .info-popup-1__col {
    display: flex;
    padding: 15px 8px;
    background-color: #fff;
    position: relative;
    z-index: 6;
  }

  .info-popup-1__col:not(:last-child) {
    border-bottom: 1px dotted #adb5bd;
  }

  .info-popup-1__title {
    display: inline-block;
    flex: 2;
    margin-right: 15px;
    font-size: 18px;
    font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  }

  .info-popup-1__info {
    display: inline-block;
    font-size: 22px;
    font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
    flex: 1;
  }

  .info-popup-1:hover svg path {
    fill: #ff3d2b;
  }

  .info-popup-1:hover .info-popup-1__message {
    opacity: 1;
    visibility: visible;
  }

  .info-popup-2 {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    font-size: 0;
  }

  .info-popup-2 svg {
    width: 17px;
    height: 17px;
    cursor: pointer;
  }

  .info-popup-2 svg path {
    fill: #939598;
    transition: fill 0.2s;
  }

  .info-popup-2--clinic-price {
    padding: 0 10px;
  }

  .info-popup-2--clinic-price svg path {
    fill: rgba(255, 61, 43, 0.3);
  }

  .info-popup-2--clinic-price .info-popup-2__message {
    width: 210px;
    border: 1px solid #adb5bd;
    background: #fff;
  }

  .info-popup-2--clinic-price .info-popup-2__message::before,
  .info-popup-2--clinic-price .info-popup-2__message::after {
    background: #fff;
  }

  .info-popup-2--clinic-price .info-popup-2__message::before {
    border: 1px solid #adb5bd;
  }

  .info-popup-2__message {
    position: absolute;
    right: -35px;
    bottom: calc(100% + 15px);
    z-index: 5;
    background: #e5e9f6;
    padding: 5px 10px;
    width: 250px;
    border: 1px dotted #adb5bd;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }

  @media screen and (max-width: 767px) {
    .info-popup-2__message {
      width: 200px;
    }
  }

  .info-popup-2__message::before {
    content: '';
    display: block;
    position: absolute;
    background: #e5e9f6;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border: 1px dotted #adb5bd;
    bottom: -7px;
    right: 30px;
  }

  .info-popup-2__message::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e5e9f6;
  }

  .info-popup-2__message-inner {
    position: relative;
    z-index: 5;
  }

  .info-popup-2:hover svg path {
    fill: #ff3d2b;
  }

  .info-popup-2:hover .info-popup-2__message {
    opacity: 1;
    visibility: visible;
  }

  /*popups blocks*/
  /*__search clinics */
  .search-clinics-form__wrapper {
    position: relative;
    z-index: 55;
    border-radius: 2px;
    padding: 3px 6px;
    display: flex;
  }

  @media (max-width: 767px) {
    .search-clinics-form__wrapper {
      display: block;
    }
  }

  .search-clinics-form__property {
    position: relative;
    flex: 0 0 60px;
    max-width: 60px;
    margin-top: 3px;
  }

  @media (max-width: 991px) {
    .search-clinics-form__property {
      position: absolute;
      left: 6px;
      top: 3px;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-form__property {
      position: relative;
      max-width: 100%;
      width: 100%;
      display: block;
      left: 0;
      top: 0;
      margin-bottom: 6px;
    }
  }

  .search-clinics-form__property-btn {
    position: relative;
    display: block;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .search-clinics-form__property-btn-img {
    display: block;
    width: 60px;
    height: 60px;
    background: #ff3d2b;
    line-height: 0;
  }

  @media (max-width: 767px) {
    .search-clinics-form__property-btn-img {
      display: none;
    }
  }

  .search-clinics-form__property-btn-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .search-clinics-form__property-btn-ico--active {
    display: none;
  }

  .search-clinics-form__property-btn-text {
    position: relative;
    display: none;
    font-size: 1rem;
    color: #0027a9;
    padding-left: 15px;
  }

  @media (max-width: 767px) {
    .search-clinics-form__property-btn-text {
      display: block;
    }
  }

  .search-clinics-form__property-btn-text::after {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    right: -25px;
    font-size: 0;
    border: 7px solid transparent;
    border-top-color: #0027a9;
  }

  .search-clinics-form__property.show .search-clinics-form__property-btn-ico {
    display: none;
  }

  .search-clinics-form__property.show .search-clinics-form__property-btn-ico--active {
    display: block;
  }

  .search-clinics-form__property-list {
    top: 50% !important;
    border: 1px solid #ced4da;
    transform: translate(-100%, -50%) !important;
    padding: 0 0.625rem;
    margin-left: -15px;
  }

  .search-clinics-form__property-list:after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .search-clinics-form__property-list:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #fff;
    border: 1px solid #ced4da;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
  }

  @media screen and (max-width: 1540px) {
    .search-clinics-form__property-list {
      transform: translate(0, 0) !important;
      top: 100% !important;
      margin-top: 15px;
      margin-left: 0;
    }

    .search-clinics-form__property-list:before {
      content: "";
      top: 0;
      right: auto;
      left: 20px;
      transform: translatey(-50%) rotate(45deg);
    }
  }

  @media screen and (max-width: 991px) {
    .search-clinics-form__property-list {
      top: calc(100% + 10px) !important;
    }
  }

  @media screen and (max-width: 767px) {
    .search-clinics-form__property-list {
      top: calc(100% + 5px) !important;
    }
  }

  .search-clinics-form__property-list .dropdown-item {
    position: relative;
    z-index: 10;
    border-bottom: 1px dotted #adb5bd;
    padding: 0;
    margin: 0;
  }

  .search-clinics-form__property-list .dropdown-item:last-child {
    border-bottom: none;
  }

  .search-clinics-form__property-list .dropdown-item:hover,
  .search-clinics-form__property-list .dropdown-item:active,
  .search-clinics-form__property-list .dropdown-item:focus {
    background: none;
  }

  .search-clinics-form__property-list .dropdown-item__label {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 1rem 0.875rem;
    margin: 0;
  }

  .search-clinics-form__property-list .dropdown-item__label-input {
    display: none;
  }

  .search-clinics-form__property-list .dropdown-item__label-input:checked+.dropdown-item__label-name {
    color: #0027a9;
  }

  .search-clinics-form__property-list .dropdown-item__label:hover .dropdown-item__label-name {
    color: #0027a9;
  }

  .search-clinics-form__group-inputs {
    flex: 1 0 auto;
    width: auto;
    display: flex;
    align-items: flex-end;
    margin: 0 -3px;
    padding-left: 6px;
  }

  @media (max-width: 991px) {
    .search-clinics-form__group-inputs {
      flex: 1 0 100%;
      flex-wrap: wrap;
      padding-left: 0;
    }

    .search-clinics-form__group-inputs:before {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      box-sizing: content-box;
      padding: 0 3px;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-form__group-inputs:before {
      display: none;
    }
  }

  .search-clinics-form__input {
    display: none;
    width: 100%;
    padding: 3px;
  }

  @media (max-width: 991px) {
    .search-clinics-form__input {
      flex: 1 0 auto;
      width: auto;
      min-width: 80%;
    }
  }

  .search-clinics-form__input--address {
    flex: 0 0 41%;
    max-width: 41%;
  }

  .search-clinics-form__input--address input {
    padding-right: 50px !important;
  }

  @media (max-width: 991px) {
    .search-clinics-form__input--address {
      flex: 1 0 auto;
      max-width: 100%;
      min-width: 80%;
    }
  }

  .search-clinics-form__input--radius {
    flex: 0 0 12.333%;
    max-width: 12.333%;
  }

  @media (max-width: 991px) {
    .search-clinics-form__input--radius {
      flex: 0 0 30%;
      max-width: 30%;
      min-width: auto;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-form__input--radius {
      flex: 0 0 40%;
      max-width: 40%;
    }
  }

  .search-clinics-form__input--treatment {
    flex: 0 0 30%;
    max-width: 30%;
  }

  @media (max-width: 991px) {
    .search-clinics-form__input--treatment {
      flex: 0 0 40%;
      max-width: 40%;
      min-width: auto;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-form__input--treatment {
      flex: 0 0 60%;
      max-width: 60%;
    }
  }

  .search-clinics-form__input--submit {
    display: block !important;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  @media (max-width: 991px) {
    .search-clinics-form__input--submit {
      flex: 1 0 auto;
      max-width: 100%;
      min-width: auto;
      width: auto;
    }
  }

  .search-clinics-form__input--submit .btn {
    width: 100%;
    height: 60px;
    font-size: 1.25rem;
    letter-spacing: .05em;
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  @media screen and (max-width: 767px) {
    .search-clinics-form__input--submit .btn {
      height: 55px;
      font-size: 1.125rem;
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem;
    }
  }

  .search-clinics-form__input.show {
    display: block;
  }

  .search-clinics-form__input input,
  .search-clinics-form__input select {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 100%;
    font-size: 1.125rem;
    border: 1px dotted #adb5bd;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 2px;
  }

  .search-clinics-form__input input:focus,
  .search-clinics-form__input select:focus {
    border: 1px solid #adb5bd;
  }

  @media screen and (max-width: 767px) {

    .search-clinics-form__input input,
    .search-clinics-form__input select {
      height: 55px !important;
      font-size: 1rem;
    }
  }

  .search-clinics-filter__wr {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #adb5bd;
    border-bottom: 1px dotted #adb5bd;
    margin: 20px 0 50px;
  }

  @media (max-width: 991px) {
    .search-clinics-filter__wr {
      display: block;
      border: none;
      margin: 20px 0;
    }
  }

  .search-clinics-filter__category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 52%;
    max-width: 52%;
    padding: 0 25px;
    margin: -1px 0;
  }

  @media (min-width: 992px) and (max-width: 1230px) {
    .search-clinics-filter__category {
      padding: 0 15px;
    }
  }

  @media (max-width: 991px) {
    .search-clinics-filter__category {
      justify-content: flex-start;
      max-width: none;
      padding: 0 20px;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-filter__category {
      display: block;
      padding: 0;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-filter__category:first-child .search-clinics-filter__category-list {
      display: flex;
      justify-content: space-around;
    }
  }

  .search-clinics-filter__category:last-child {
    justify-content: flex-start;
    flex: 0 0 48%;
    max-width: 48%;
    border-left: 1px dotted #adb5bd;
  }

  @media (max-width: 991px) {
    .search-clinics-filter__category:last-child {
      max-width: none;
      border-left: none;
      border-top: 1px dotted #adb5bd;
      padding-top: 20px;
    }
  }

  .search-clinics-filter__category-name {
    flex: 0 0 77px;
    min-width: 77px;
    font-size: 16px;
    line-height: 1;
    color: #939598;
  }

  @media (min-width: 990px) and (max-width: 1230px) {
    .search-clinics-filter__category-name {
      font-size: 14px;
    }
  }

  @media (max-width: 767px) {
    .search-clinics-filter__category-name {
      margin-bottom: 10px;
    }
  }

  .search-clinics-filter__category-list {
    display: block;
    line-height: 1;
  }

  .search-clinics-filter__category-list-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding: 0 10px;
  }

  @media (max-width: 767px) {
    .search-clinics-filter__category-list-item {
      display: block;
      padding: 0;
      margin: 0;
    }
  }

  .search-clinics-filter__category-list-item .js-custom-select {
    height: 34px;
    min-width: 325px;
    font-size: 16px;
  }

  @media (min-width: 990px) and (max-width: 1230px) {
    .search-clinics-filter__category-list-item .custom-ico-checkbox {
      padding-left: 5px;
      padding-right: 5px;
    }

    .search-clinics-filter__category-list-item .custom-ico-checkbox__label {
      font-size: 14px;
    }
  }

  .search-clinics-mini-banner {
    padding: 15px 0;
    background: rgba(255, 61, 43, 0.1);
    color: rgba(255, 61, 43, 0.5);
    text-align: center;
    font-size: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  @media screen and (max-width: 991px) {
    .search-clinics-mini-banner {
      font-size: 1.25rem;
    }
  }

  @media screen and (max-width: 767px) {
    .search-clinics-mini-banner {
      font-size: 1.125rem;
    }
  }

  .search-clinics-mini-banner__number {
    font-family: 'DIN Next LT W01 Bold', Helvetica, Arial, sans-serif;
  }

  .search-clinics-mini-banner__text {
    font-family: 'DIN Next W01 Light', Helvetica, Arial, sans-serif;
  }

  /*** end reused blocks ***/

  .center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
  }

  .old_price {
    background-color: #e5e9f6;
    font-size: 0.6em;
    border-radius: 12px;
    padding: 8px;
  }




  /**** SWITCH PLAN BUY *****/

  .buy_duration {
    background-color: #e5e9f6;
    border: none;
  }

  .buy_duration:not([disabled]):not(.disabled).active {
    background-color: #ff5300;
    border-color: #ff5300;
  }

  .buy_duration:not([disabled]):not(.disabled).focus {
    border: none;
    box-shadow: none;
  }


  /* Slideshow container */
  .slideshow-container {
    position: relative;
    background: #e5e9f6;
  }

  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    padding-left: 15%;
    padding-right: 15%;
    color: #ff3d2b;
    font-weight: bold;
    font-size: 60px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }


  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #e5e9f6;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #A7C7E7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  /* Add a background color to the active dot/circle */
  .active,
  .dot:hover {
    /* background-color: #0027a9;*/
  }

  /* Add an italic font style to all quotes */
  q {
    font-style: italic;
  }

  /* Add a blue color to the author */
  .author {
    color: cornflowerblue;
  }


  #popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  #popup-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    width: 97%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }