@charset "UTF-8";

/* @font-face {
    font-family: var(--regular-font);
    src: url('../assets/fonts/coreSans/coresansa45regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/coreSans/coresansa45regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

/* @font-face {
    font-family: var(--medium-font);
    src: url('../assets/fonts/coreSans/coresansa55medium-webfont.woff2') format('woff2'),
         url('../assets/fonts/coreSans/coresansa55medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tt,
u,
ul,
var {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img,
embed {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--regular-font), sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #232427;
  min-width: 320px;
  background-color: #FFF;
  -webkit-text-size-adjust: none;
  overflow: visible;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links And buttons */
a {
  color: #232427;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}

button {
  cursor: pointer;
}

/* ----------------------> Basic Classes <------------------ */
.reg {
  text-transform: uppercase;
}

.font_14 {
  font-size: 14px;
}

/* ----------------------> Font weights <------------------ */
.fw_medium {
  font-family: var(--medium-font), sans-serif;
  font-weight: normal;
  font-style: normal;
}

.fw_bold {
  font-family: var(--bold-font);
  font-weight: normal;
  font-style: normal;
}

/* Positions */
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Displays */
.d_block {
  display: block;
}

/* Basic Colors */
[data-text-color="gray"] {
  color: #BBC1C8;
}

/* Header */
.logo a {
  display: block;
  width: 278px;
  height: 85px;
  background: url(../assets/images/logo.svg) 0 0 no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}

/* Content */
#content {
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 28px;
}

#content p {
  margin-bottom: 28px;
}

/* Paragraphs */
p {
  margin-bottom: 10px;
}

.m0 {
  margin: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  #content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .styler .jq-selectbox__dropdown {
    left: 0 !important;
    right: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  .col-xs-6 {
    width: 100% !important;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  border: 1px solid #CCC;
  user-select: none;
  -webkit-user-select: none;
}

.select2-selection--multiple .select2-search__field {
  border-color: #CCC;
  padding: 0 12px;
  height: 40px;
  margin: 0;
}

.select2-selection--multiple .select2-selection__rendered {
  background: #FFF url(../../img/dd_icon.png) calc(100% - 11px) 50% no-repeat;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #CCC;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__options>.select2-results__option {
  border-bottom: 1px solid #CCC;
}

.select2-results__options .select2-results__option {
  cursor: pointer;
  display: block;
  padding: 5px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__options li:last-child {
  border: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid #CCC;
}

.k-dinamyc-select .select2-search--dropdown {
  display: none;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #FFF;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border-left: 1px solid #CCC;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -8px;
  width: 16px;
  height: 10px;
  background: url(../../img/dd_icon.png) 50% 50% no-repeat;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #EEE;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--open .select2-selection__arrow b {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-selection.select2-selection--multiple {
  padding: 0 0 0 11px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #CCC;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  vertical-align: middle;
  cursor: default;
  float: left;
  line-height: 26px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  padding: 0 25px 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  color: #666;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #EEE;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  font-size: 16px;
  color: #666;
  border: 1px solid #CCC;
  background: #FFF url(../../img/search_icon.png) calc(100% - 13px) 50% no-repeat;
  padding: 5px 30px 5px 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field.hideIcon {
  background: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: none;
  outline: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-search--inline .select2-search__field {
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-results__options li {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.select2-results__options li li {
  padding-left: 33px !important;
  background: url(../../img/sub_list_icon.png) 17px 8px no-repeat;
}

.select2-results__options li li li {
  padding-left: 66px;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #EEE;
}

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: transparent;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  font-weight: normal;
  padding: 3px 12px;
}

.select2-container--classic .select2-selection--single {
  background-color: #F7F7F7;
  border: 1px solid #AAA;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #EEE 100%);
  background-image: -o-linear-gradient(top, white 50%, #EEE 100%);
  background-image: linear-gradient(to bottom, white 50%, #EEE 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897FB;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #DDD;
  border: none;
  border-left: 1px solid #AAA;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #EEE 50%, #CCC 100%);
  background-image: -o-linear-gradient(top, #EEE 50%, #CCC 100%);
  background-image: linear-gradient(to bottom, #EEE 50%, #CCC 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #AAA;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897FB;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #EEE 50%);
  background-image: -o-linear-gradient(top, white 0%, #EEE 50%);
  background-image: linear-gradient(to bottom, white 0%, #EEE 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #EEE 50%, white 100%);
  background-image: -o-linear-gradient(top, #EEE 50%, white 100%);
  background-image: linear-gradient(to bottom, #EEE 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #AAA;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897FB;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #E4E4E4;
  border: 1px solid #AAA;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897FB;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #AAA;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897FB;
}

[data-dd-login-btn] {
  display: block;
  position: absolute;
  top: 11px;
  opacity: 0;
  visibility: hidden;
}

[data-dd-login-btn].glyphicon-plus-sign {
  right: 20px;
}

[data-dd-login-btn].glyphicon-minus-sign {
  right: 50px;
}

.select2-container .glyphicon-plus-sign {
  color: #48AE35;
}

.select2-container .glyphicon-minus-sign {
  color: #BC204B;
}

.select2-results__options li:hover [data-dd-login-btn] {
  visibility: visible;
  opacity: 1;
}

.select-img-flag {
  margin-right: 5px;
}

.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #0091DA;
}

.select2-results__option:empty {
  display: none !important;
}

/*
	blocks component
*/
/* Buttons */
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}

[data-icon] {
  position: relative;
}

[data-icon="print"]::before {
  content: "";
  background: url(../assets/images/icons/print_icon.png) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Form */
.styler.opened .jq-selectbox__trigger-arrow {
  transform: rotate(-180deg);
}

.styler .jq-selectbox__select {
  background: none;
  border: none;
  box-shadow: none;
  height: auto;
  width: auto;
  padding: 0 21px 0 0;
  font-family: var(--medium-font), sans-serif;
}

.styler .jq-selectbox__select:hover {
  color: var(--main-color);
  background: none;
}

.styler .jq-selectbox__select:hover .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background: var(--scroll-top) 0 0 no-repeat;
  background-size: contain;
}

.styler .jq-selectbox__select .jq-selectbox__select-text {
  width: 100% !important;
}

.styler .jq-selectbox__select .jq-selectbox__trigger {
  border: none;
  width: 10px;
}

.styler .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border: none;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  top: 50%;
  right: 0;
  background: url(../assets/images/icons/chevron.svg) 0 0 no-repeat;
  background-size: cover;
  transition: transform .3s;
}

.styler.dropdown__left .jq-selectbox__dropdown {
  right: auto;
  left: 0;
}

.styler .jq-selectbox__dropdown {
  min-width: 209px;
  left: auto;
  right: 0;
  border-radius: 4px !important;
  background: #FFF;
  border: 1px solid #E4E6E8;
  border-top: 1px solid #E4E6E8 !important;
  border-radius: 4px;
  box-shadow: 0 15px 46px rgba(6, 72, 122, .18);
  font-family: var(--regular-font), sans-serif;
}

.styler .jq-selectbox__dropdown li {
  padding: 9px 12px 8px;
}

.styler .jq-selectbox__dropdown li+li {
  border-top: 1px solid #E4E6E8;
}

.styler .jq-selectbox__dropdown li:hover,
.styler .jq-selectbox__dropdown li.selected {
  background: none;
  color: var(--main-color);
}

@media only screen and (max-width: 320px) {
  .styler .jq-selectbox__dropdown {
    min-width: 160px;
  }
}

/* Titles */
h2,
h3,
h4 {
  font-weight: normal;
}

.about .editor_style h2 {
  margin-top: 0 !important;
}

.title__1 {
  font-size: 48px;
  font-family: var(--extra-bold-font), sans-serif;
}

.title__2 {
  font-size: 40px;
  font-family: var(--medium-font), sans-serif;
  line-height: 1;
}

.title__3 {
  font-size: 24px;
  font-family: var(--bold-font), sans-serif;
}

.title__4 {
  font-size: 16px;
  line-height: 2.1;
}

.title__5 {
  font-size: 16px;
}

.title__7 {
  font-size: 12px;
  line-height: 1.2;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 12px;
  vertical-align: middle;
}

.breadcrumbs a {
  color: var(--main-color);
  font-family: var(--medium-font), sans-serif;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}



@media (max-width: 767px) {
  .title__1 {
    font-size: 32px;
  }

  .title__2 {
    font-size: 30px;
  }

  .title__3 {
    font-size: 18px;
  }

  .title__4 {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .title__1 {
    font-size: 28px;
  }

  .title__2 {
    font-size: 24px;
  }

  .title__3 {
    font-size: 16px;
  }
}

/* Links */
.editor_style a {
  color: var(--dark-color);
}

.editor_style a.fw_bold {
  font-family: var(--bold-font), sans-serif;
}

.editor_style a {
  font-family: var(--medium-font), sans-serif;
}

.editor_style a:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--dark-color);
}

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
  outline: none;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-radio.disabled {
  opacity: .55;
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  color: #333;
  text-align: left;
  -moz-appearance: textfield;
}

#orderingInformationModal input::-webkit-inner-spin-button,
#orderingInformationModal input::-webkit-outer-spin-button,
#modalMedicinesTax input::-webkit-inner-spin-button,
#modalMedicinesTax input::-webkit-outer-spin-button,
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus::after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover::after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover::after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin::after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus::after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox.disabled .jq-selectbox__select {
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
  padding-left: 10px;
  padding-right: 30px;
}

.jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger {
  right: 10px;
  opacity: .4;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/* Text */
.editor_style p {
  line-height: 1.8 !important;
  margin-bottom: 1em !important;
}

.record_fail_style ul {
  margin-left: 22px;
  margin-bottom: 3em;
}

.record_fail_style ul {
  margin-bottom: 1em;
}

.editor_style ul:not([class]) li,
.record_fail_style ul li {
  padding-left: 23px;
  line-height: 1.8;
  position: relative;
}

.editor_style ul:not([class]) li::before,
.record_fail_style ul li::before {
  content: "—";
  position: absolute;
  left: 0;
}

.editor_style ol:not([class]),
.editor_style .number_list {
  margin-bottom: 3em;
  counter-reset: number_list;
}

.editor_style ol:not([class]) li,
.editor_style .number_list li {
  padding-left: 28px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 12px;
}

.editor_style ol:not([class]) li::before,
.editor_style .number_list li::before {
  content: counter(number_list) ". ";
  counter-increment: number_list;
  position: absolute;
  left: 0;
  top: 1px;
}

.editor_style table {
  margin: 24px 0 64px;
  width: 100% !important;
  font-size: 14px;
  line-height: 18px;
}

.editor_style table thead {
  font-family: var(--bold-font), sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.editor_style table thead th {
  font-weight: initial;
  text-align: left;
  padding-bottom: 24px;
}

.editor_style table tbody tr:nth-of-type(1) td {
  padding: 10px 10px 10px 10px;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.editor_style table tbody td {
  padding: 10px 10px 10px 10px;
  line-height: 1;
  border: 1px solid #000;
  width: 33.3% !important;
}

@media (max-width: 500px) {
  .editor_style table {
    margin: 15px 0 50px;
  }

  .editor_style table thead th {
    padding-bottom: 5px;
  }
}

.editor_style a[href$=".pdf"],
.editor_style a[href$=".doc"] {
  display: inline-block;
  margin-left: 15px !important;
  line-height: 1.8;
  margin-bottom: -10px;
  position: relative;
  padding-left: 45px;
}

.editor_style a[href$=".pdf"]::before,
.editor_style a[href$=".doc"]::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -1px;
}

.editor_style a[href$=".pdf"]::before {
  background-image: url('../assets/images/icons/pdf.png');
}

.editor_style a[href$=".doc"]::before {
  background-image: url('../assets/images/icons/doc.png');
}

.editor_style .doctor_table__row th {
  float: left;
  display: block;
  font-size: 14px;
  text-align: left;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-family: var(--bold-font), sans-serif;
}

.editor_style .doctor_table__row td {
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E7E9;
}

.editor_style .doctor_table__row td:first-child,
.editor_style .doctor_table__row th:first-child {
  width: 400px;
}

.editor_style .doctor_table__row td:nth-child(2),
.editor_style .doctor_table__row th:nth-child(2) {
  width: 200px;
}

.editor_style .doctor_table__row td:last-child,
.editor_style .doctor_table__row th:last-child {
  width: 170px;
}

.editor_style mark {
  color: #B8C3CC;
  background-color: transparent;
}

.editor_style img[style*="float:left"] {
  margin-right: 48px;
  margin-bottom: 2.1rem;
  margin-top: .5rem;
}

.editor_style img[style*="float:right"] {
  margin-left: 48px;
  margin-bottom: 2.1rem;
  margin-top: .5rem;
}

@media (max-width: 500px) {

  .editor_style img[style*="float:left"],
  .editor_style img[style*="float:right"] {
    width: 100% !important;
    height: initial !important;
  }
}

.editor_style img+img {
  margin-top: 3em;
}

.editor_style>.col-md-8>*:first-child {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .editor_style>.col-md-8>*:first-child {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .editor_style>.col-md-8>*:first-child {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .editor_style>.col-md-8>*:first-child {
    margin-top: 30px;
  }
}

/* Gallery */
.gallery {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.gallery .owl-prev,
.gallery .owl-next {
  width: 36px;
  height: 36px;
  bottom: 24px;
  cursor: pointer;
  color: transparent;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.gallery .owl-prev {
  right: 110px;
  background: #FFF url(../assets/images/icons/arrow_prev.png) 47% 50% no-repeat;
}

.gallery .owl-next {
  right: 60px;
  background: #FFF url(../assets/images/icons/arrow_next.png) 52% 50% no-repeat;
}

/* Header elements */
.header_location {
  padding: 12px 0 12px 25px;
  font-size: 16px;
  display: inline-block;
  background: url(../assets/images/icons/geo_grey.svg) 0 15px no-repeat;
}

body.showRespNav {
  overflow: hidden;
}

#responsive_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #232427;
  opacity: 0;
  visibility: hidden;
}

.showOverlay #responsive_overlay,
.showRespNav #responsive_overlay {
  visibility: visible;
  opacity: .8;
  z-index: 6;
}

@media only screen and (max-width: 424px) {
  .header-responsive {
    width: 100%;
  }
}

.showOverlay .search {
  z-index: 999;
}

.search {
  background: #EEF2F5;
  position: relative;
  box-shadow: inset 0 4px 4px rgba(187, 193, 200, .44);
}

.search.active {
  z-index: 999;
}

.search__field {
  background: none;
  line-height: 46px;
  height: 48px;
  color: #000;
  font-size: 16px;
  font-family: var(--regular-font), sans-serif;
  border: none;
  width: calc(100% - 60px);
  padding-left: 20px;
  text-overflow: ellipsis;
}

.search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #8C97A4;
  font-family: var(--regular-font), sans-serif;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search input::-moz-placeholder {
  font-size: 16px;
  color: #8C97A4;
  font-family: var(--regular-font), sans-serif;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search input:-moz-placeholder {
  font-size: 16px;
  color: #8C97A4;
  font-family: var(--regular-font), sans-serif;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search input:-ms-input-placeholder {
  font-size: 16px;
  color: #8C97A4;
  font-family: var(--regular-font), sans-serif;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
}

.search input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
}

.search input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
}

.search input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity .5s ease;
}

.search [class^="search__button"] {
  float: right;
  width: 56px;
  display: block;
  height: 48px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.search__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  top: 100%;
  margin-top: 24px;
  background-color: #FFF;
}

.search__dropdown--categories:not(.search__dropdown--categories--inner) li a::after {
  display: block;
  width: 14px;
  height: 14px;
  right: 28px;
  top: 30px;
  background: var(--scroll-top) center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  position: absolute;
  content: "";
}

.search__dropdown--categories--inner li a::after {
  width: 24px;
  height: 24px;
  background: url(../assets/images/icons/search_dropdown_link_icon.svg) 50% 50% no-repeat;
  position: absolute;
  right: 19px;
  top: 50%;
  display: none;
  margin-top: -12px;
  content: "";
}

.search__dropdown--categories--inner li a:hover::after {
  display: block;
}

.search__dropdown--categories>li {
  border-bottom: 1px solid #E4E7E9;
  transition: background-color .3s;
  cursor: pointer;
}

.search__dropdown--categories>li:hover {
  background-color: var(--second-light-color);
}

.search__dropdown--categories>li a {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  line-height: 71px;
  color: #28292B;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.search__dropdown--categories .search__dropdown__sub_info {
  font-size: 14px;
  line-height: 20px;
  color: #95A6B3;
  width: 100%;
  display: block;
  margin-top: -0.5em;
}

.search__dropdown--categories>li a>.synonyms {
  font-size: 13px;
  vertical-align: baseline;
  color: #BAC2CA;
}

.search__dropdown__alphabet--letter {
  line-height: 24px;
  border-radius: 2px 2px 0 0;
  background-color: #EEF2F5;
  color: #8998A5;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid #E4E7E9;
  font-family: var(--bold-font);
}

.search.active .search__dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
}

.teaser {
  border-radius: 4px;
  border: 1px solid #E4E7E9;
  padding: 22px 26px 14px;
  line-height: 24px;
  font-size: 14px;
  -webkit-transition: z-index .6s ease, opacity .6s ease;
  -moz-transition: z-index .6s ease, opacity .6s ease;
  -o-transition: z-index .6s ease, opacity .6s ease;
  transition: z-index .6s ease, opacity .6s ease;
  min-height: 288px;
  position: relative;
  z-index: 5;
}

.search__dropdown--categories .child-record {
  margin-left: auto;
  background: url('/static/mobile_app/www/assets/images/icons/child-icon.svg') 10px center no-repeat;
  position: absolute;
  right: 0;
  height: 25px;
  width: 50px;
}

.teaser:hover .teaser__title a {
  color: var(--main-color);
}

.teaser__time {
  color: #BBC1C8 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.teaser__content {
  line-height: 1.4;
}

.teaser__author {
  font-size: 12px;
}

.teaser__title {
  font-size: 16px;
  line-height: 1.3;
}

.teaser__title a:hover {
  color: var(--main-color);
}

/* FIXME: удалено из мобилки, используется на десктопе */
.teaser:hover {
  z-index: 6;
}

.teaser__label {
  font-size: 12px;
  float: left;
}

.teaser_size--lg {
  padding-top: 28px;
}

@media (max-width: 991px) {
  .teaser {
    min-height: 250px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .teaser {
    min-height: 290px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .teaser {
    min-height: 300px;
  }
}

@media only screen and (max-width: 580px) {
  .teaser {
    min-height: 250px;
  }
}

@media only screen and (max-width: 450px) {
  .teaser {
    min-height: 300px;
  }
}

.banner {
  background-color: #EDF2F5;
}

.banner .title__7 {
  letter-spacing: .8px;
}

.banner__inner {
  padding: 34px 0 50px;
  position: relative;
}

.banner .btn {
  letter-spacing: .8px;
  font-family: var(--bold-font);
}

.banner__type--programs .banner__inner {
  padding-top: 34px;
  padding-bottom: 43px;
  min-height: 336px;
}

.banner__caption {
  line-height: 32px;
}

.banner__type--operations {
  min-height: 384px;
}

.banner__type--our-mission {
  background-color: #EDF2F5;
}

.information_list {
  padding: 17px 0 0;
}

.banner__expert_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 570px;
  padding-bottom: 35px;
  text-align: right;
}

.banner__expert_img img {
  margin-right: -5px;
}
.confirm-action--title{
  font-family: var(--medium-font);
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 15px;
}
.opt-inputs-title{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.opt-inputs-subTitle{
  font-family: var(--medium-font);
  font-size: 12px;
  line-height: 14px;
}
.opt-inputs-code{
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
}
.opt-input-disabled {
  background-color: #f0f0f0;
  opacity: 0.5;
  pointer-events: none; /* Отключает взаимодействие с инпутами */
}
.opt-inputs-code.active{
  color: var(--main-color);
}

.banner__expert_img figcaption {
  text-align: left;
  background-color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -72px;
  min-height: 120px;
  padding: 37px 38px 0 120px;
  -webkit-box-shadow: 0 15px 46px rgba(6, 72, 122, .18);
  box-shadow: 0 15px 46px rgba(6, 72, 122, .18);
  background: #FFF url(../assets/images/icons/expert_calendar_icon.png) 31px 28px no-repeat;
}

.banner__type--price .banner__inner {
  padding-bottom: 30px;
  padding-top: 38px;
  min-height: 316px;
}

.banner__type--simple {
  position: relative;
}

.banner__type--simple .banner__inner {
  padding: 84px 0 96px;
}

.banner__big_img {
  position: absolute;
  right: 50px;
  bottom: 0;
  max-width: 50%;
}

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

.banner__type--simple_2 {
  min-height: 384px;
  position: relative;
}

.banner__type--simple_2 .banner__inner {
  padding: 62px 0;
}

.banner__type--simple_2 .banner__content {
  line-height: 28px;
}

.banner__type--simple_2 .btn {
  font-size: 14px;
  letter-spacing: 1px;
}

.banner__big_img2 {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 50%;
}

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

@media only screen and (max-width: 1024px) {
  .banner__inner {
    padding-bottom: 70px;
  }

  .banner__type--simple .banner__inner {
    padding-top: 40px;
    padding-bottom: 170px;
  }
}

@media (max-width: 991px) {
  .banner__type--expert.doctor_profile .banner__inner {
    padding-bottom: 70px;
  }

  .banner__type--expert.doctor_profile .banner__expert_img {
    width: 40%;
  }

  .banner__type--expert.doctor_profile .banner__expert_img img {
    max-width: 100%;
    height: auto;
  }

  .banner__expert_img figcaption {
    min-width: 700px;
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner__type--simple_2 {
    min-height: 0;
  }

  .banner__type--simple_2 .banner__big_img2 {
    display: none;
  }

  .banner__type--simple .banner__big_img {
    display: none;
  }

  .banner__type--simple .banner__big_img2 {
    display: none;
  }

  .banner__type--simple .banner__inner {
    padding-bottom: 40px;
  }

  .banner__type--expert.doctor_profile .banner__expert_img img {
    display: none;
  }

  .banner__expert_img figcaption,
  .banner__expert_img {
    position: static;
  }

  .banner__type--expert.doctor_profile {
    margin-bottom: 40px;
  }

  .banner__expert_img {
    width: 100% !important;
  }

  .banner__expert_img figcaption {
    min-width: 0;
    width: 100%;
  }

  .banner__type--expert.doctor_profile .banner__inner {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .banner__expert_img figcaption {
    background-image: none;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 424px) {
  .banner__type--simple .banner__inner {
    padding-bottom: 40px;
  }

  .banner__expert_img figcaption {
    padding: 20px;
  }

  .banner__expert_img .banner__expert__info--1,
  .banner__expert_img .banner__expert__info--2 {
    float: none;
  }

  .banner__expert_img .banner__expert__info--price {
    text-align: left;
  }

  .banner__expert_img .doctor_profile.select__wrap {
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .banner__type--simple_2 .btn {
    display: block;
  }
}

/* Awards */
.awards {
  width: 630px;
  padding: 24px 30px;
  background-color: #EEF2F5;
}

.awards a {
  color: #383838;
  font-size: 16px;
  font-family: var(--medium-font), sans-serif;
}

.slider_transition--1,
.slider_transition--2,
.slider_transition--3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.active .slider_transition--1,
.active .slider_transition--2,
.active .slider_transition--3 {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.active .slider_transition--1 {
  transition-delay: 1000ms;
}

.active .slider_transition--2 {
  transition-delay: 1200ms;
}

.active .slider_transition--3 {
  transition-delay: 1400ms;
}

/* Map */
@media only screen and (max-width: 767px) {
  .map__block .map__wrapper {
    display: flex;
    justify-content: center;
  }
}

/* Table of prices */
.table {
  width: 100%;
  margin-bottom: 45px;
}

.table tr td {
  padding: 24px 0;
  border-bottom: 1px solid #E1E4E7;
}

.table tr td:first-child {
  width: 77%;
}

.table tr td:nth-child(2) {
  width: 4.5%;
}

.table tr td:nth-child(3) {
  width: 9%;
}

.table tr td:last-child {
  min-width: 120px;
  text-align: right;
}

.table .help {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px 0 0 15px;
  background: url(../../../assets/images/icons/help.png) 50% 50% no-repeat;
}

.table .help .tooltip_templates {
  display: none;
  width: 100px;
  background-color: #FFF;
  border: 1px solid #E4E6E8;
  -webkit-box-shadow: 0 2px 8px rgba(65, 107, 163, .23);
  box-shadow: 0 2px 8px rgba(65, 107, 163, .23);
}

@media only screen and (max-width: 1024px) {
  .table tr td:first-child {
    width: 74%;
  }
}

@media only screen and (max-width: 767px) {
  .table {
    display: block;
  }

  .table tbody {
    display: block;
  }

  .table tr {
    display: block;
    border-bottom: 1px solid #E1E4E7;
    padding: 15px 0;
  }

  .table tr td {
    padding: 0;
    text-align: left !important;
    width: 100% !important;
    display: block;
    border: none;
  }

  .table tr td a {
    display: inline-block;
    margin-top: 10px;
  }

  .table tr td:last-child {
    padding-top: 10px;
  }
}

/* Laboratory research */
@media (max-width: 991px) {
  .banner__inner {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__type--programs .banner__inner {
    min-height: 0;
  }
}

@media only screen and (max-width: 600px) {
  .banner__inner {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

#gallery {
  padding-top: 11px;
}

@media only screen and (max-width: 991px) {
  .resp_btn_indent>span {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .resp_btn_indent .col-md-4 .btn {
    margin-bottom: 15px;
  }
}

/* EDIT */
.edit .banner {
  padding: 30px 0;
}

.edit .banner .btn {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 15px 10px 15px;
}

.edit .banner .btn:last-child {
  margin-right: 0;
}

.edit .banner .form .input__row+span {
  margin-top: 10px;
}

.edit .banner .form span {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.edit .banner .form .input__row {
  width: 400px;
  margin-right: 20px;
}

.edit .banner .form .checkbox__row {
  margin-top: 40px;
}

.edit .btn {
  font-family: var(--bold-font), sans-serif;
}

@media only screen and (max-width: 500px) {
  .edit .banner .form .input__row {
    width: 100%;
  }

  .edit .btn {
    margin: 0 0 20px 0 !important;
    width: 100%;
    min-width: 0;
  }
}

/* Specialist Grishina */
.doctor_profile .teaser {
  background-color: #FFF;
}

.doctor_profile.select__wrap {
  margin-top: -10px;
  padding-top: 0;
  margin-bottom: 7px;
}

/* Recaptcha */
.g-recaptcha,
.grecaptcha-badge {
  display: none;
}

/* Specialists */
@media only screen and (max-width: 991px) {
  .banner__type--simple_2 .banner__big_img2 {
    max-width: 42%;
  }
}

.record_specialities_container {
  max-width: 55%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 600px) {
  .record_specialities_container {
    width: 100%;
    max-width: 100%
  }
}

.record_specialities_button {
  margin: 0 10px 5px 0;
  width: 100%;
  height: auto;
  padding: 5px 25px;
  line-height: 20px;
  display: inline-block;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 6px;
  text-align: center;
  font-family: var(--medium-font), sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: color .3s, background .3s, border .3s;
  user-select: none;
  position: relative;
}

.article-gallery {
  display: flex !important;
  margin-bottom: 44px !important;
  margin-top: 24px !important;
  flex-wrap: wrap !important;
  gap: 12px 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

.article-gallery-img {
  width: 95px !important;
  height: 70px !important;
  margin-right: 20px !important;
  border-radius: 8px !important;
  margin-top: 0 !important;
  object-fit: cover !important;
  outline: 1px lightgray solid !important;
}

.article-gallery-img-opened {
  outline: 2px #2C9CE5 solid !important;
}

.gallery-opened-img {
  max-width: 670px;
  border-radius: 8px;
  max-height: 400px;
}

.gallery-opened-img-description {
  font-family: var(--regular-font), sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-top: 12px;
  color: #95A6B3;
}

.editor_style ul,
.editor_style ol {
  padding-left: 24px;
  margin-bottom: 28px;
}

.editor_style li>ul,
.editor_style li>ol {
  margin-top: 5px;
  margin-bottom: -5px;
}

.editor_style section>p:last-child {
  margin-bottom: 0 !important;
}
