@charset "UTF-8";

.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-dropdown {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  /* CHANGED */
  border: none;
  /* CHANGED */
  border-radius: 3px;
  /* CHANGED */
  border-top-left-radius: 0;
  /* CHANGED */
  border-top-right-radius: 0;
  /* CHANGED */
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  /* CHANGED */
  margin-top: -1px;
  /* CHANGED */
}

.select2-container--default .select2-selection {
  outline: none;
  /* CHANGED */
}

.select2-container--default .select2-selection--single {
  height: 44px;
  /* CHANGED */
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 3px;
  /* CHANGED */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  /* CHANGED */
  line-height: 42px;
  /* CHANGED */
  padding-left: 14px;
  padding-right: 30px;
  /* CHANGED */
}

.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: #888;
  /* CHANGED */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  /* CHANGED */
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  /* CHANGED */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  /* CHANGED */
  border-style: solid;
  /* CHANGED */
  border-width: 0;
  /* CHANGED */
  height: 0;
  left: calc(50% - 9px);
  /* CHANGED */
  margin-left: 0;
  /* CHANGED */
  margin-top: 0;
  /* CHANGED */
  position: absolute;
  top: calc(50% - 12px);
  /* CHANGED */
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  /* CHANGED */
  content: '\e002';
  font-family: "iconfont";
  color: rgba(153, 153, 153, 0.8);
  font-size: 12px;
  display: inline-block;
  transform-origin: 50% 46%;
}

.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 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  /* CHANGED */
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  /* CHANGED */
  border-width: 0;
  /* CHANGED */
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  /* CHANGED */
  display: inline-block;
  transform: rotate(-180deg);
  transition: transform .2s linear;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  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: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

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

.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 {
  border: transparent;
  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 {
  padding: 8px;
  /* CHANGED */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(153, 153, 153, 0.5);
  /* CHANGED */
  border-radius: 3px;
  /* CHANGED */
  outline: none;
  /* CHANGED */
}

.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: rgba(153, 153, 153, 0.8);
  /* CHANGED */
}

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

.select2-container--default .select2-results>.select2-results__options {
  max-height: 210px;
  /* CHANGED */
  overflow-y: auto;
}

.select2-container--default .select2-results__option {
  padding: 10px;
  /* CHANGED */
}

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

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

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ECECEC;
  /* CHANGED */
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(236, 236, 236, 0.55);
  /* CHANGED */
  color: #222;
  /* CHANGED */
}

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

.range-slider-default {
  border-radius: 3px;
  background-color: #e2ebf4;
  border: none;
  box-shadow: none;
}

.range-slider-default .noUi-handle {
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  background: #c3cada;
  box-shadow: none;
  border-radius: 50%;
}

.range-slider-default .noUi-handle:before,
.range-slider-default .noUi-handle:after {
  display: none;
}

.range-slider-default.noUi-horizontal {
  height: 10px;
}

.range-slider-default.noUi-horizontal .noUi-handle {
  top: -7px;
  left: -11.5px;
}

.range-slider-default.noUi-vertical {
  width: 10px;
  height: 100%;
}

.range-slider-default .noUi-connect {
  border-radius: 3px;
  background: #CCD4E2;
  box-shadow: none;
  border: none;
}

.range-slider-default-shadow {
  border-radius: 3px;
  background: #e2ebf4;
  border: none;
  box-shadow: none;
}

.range-slider-default-shadow .noUi-handle {
  width: 21px;
  height: 21px;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.range-slider-default-shadow .noUi-handle:before,
.range-slider-default-shadow .noUi-handle:after {
  display: none;
}

.range-slider-default-shadow.noUi-horizontal {
  height: 10px;
}

.range-slider-default-shadow.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -10.5px;
}

.range-slider-default-shadow.noUi-vertical {
  width: 10px;
  height: 100%;
}

.range-slider-default-shadow .noUi-connect {
  border-radius: 2px;
  background: #CCD4E2;
  box-shadow: none;
  border: none;
}

.range-slider-default-shadow-sm .noUi-handle {
  width: 16px;
  height: 16px;
}

.range-slider-default-shadow-sm.noUi-horizontal {
  height: 4px;
}

.range-slider-default-shadow-sm.noUi-horizontal .noUi-handle {
  top: -7px;
  left: -8px;
}

.range-slider-handle-primary .noUi-handle {
  background: #0594d0;
}

.range-slider-connect-primary .noUi-connect {
  background: #0594d0;
}

.range-slider-info .noUi-handle {
  background: #4ec2e7;
}

.range-slider-info .noUi-connect {
  background: #4ec2e7;
}

.range-slider-success .noUi-handle {
  background: #82c250;
}

.range-slider-success .noUi-connect {
  background: #82c250;
}

.range-slider-warning .noUi-handle {
  background: #f5ba42;
}

.range-slider-warning .noUi-connect {
  background: #f5ba42;
}

.range-slider-danger .noUi-handle {
  background: #ed5f55;
}

.range-slider-danger .noUi-connect {
  background: #ed5f55;
}

.flexdatalist-results {
  color: #888;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  margin-top: -2px;
  border-top: 1px solid #dfdfdf !important;
}

.flexdatalist-results li {
  border: none;
  font-size: 20px;
  line-height: 40px;
}

.flexdatalist-results li.active {
  background: #ECECEC;
  color: #000;
}

.flexdatalist-results li.no-results {
  color: #888;
}

.flexdatalist-results li .item-capital,
.flexdatalist-results li .item-continent {
  font-size: 10px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}

.flexdatalist-results li .item+.item {
  margin-left: 12px;
}

.flexdatalist-results li .item .highlight {
  font-weight: normal;
}

.flexdatalist-results li.group {
  background: #fff;
  color: #000;
  padding: 0 8px;
}

.flexdatalist-results li.group .group-item-count {
  font-size: 10px;
  color: #888;
}

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-default
3. Header Menu / .header-default__menu
4. Features / .features-default
5. Categories / .categories-default
6. Testimonials / .testimonials-default
7. Pricing / .pricing-default
8. News from blog / .news-latest-from-blog
9. Contact Us / .contact-us
10. Recent Jobs / .listing-recent-drugs
11. Statistics / .stats-default
12. Partners / .partners-default
13. Footer / .footer-default

*------------------------------------------------------------------
# [Color codes]

# Black (text): #000
# Black (headings, links) #000
# Border color #d9d9d9
# Gray #888
# Primary #a3238e
# Secondary #acb5ca
# Info #4ec2e7
# Success #82c250
# Warning #f5ba42
# Danger #ed5f55

*------------------------------------------------------------------
[Typography]

Body:		17px Open Sans;
Headers:		CircularStd;
Input, textarea:	Open Sans;
Sidebar heading:	Open Sans;
*/

/* @media (
  min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
} */

body {
  overflow-x: hidden;
}

.houses-page {
  background: url("../images/houses/main-bg.png") 70% 150px no-repeat;
}

.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
  background: rgba(34, 34, 34, 0.9);
  color: #ffffff;
  border-radius: 3px;
  font-size: 15px;
}

html,
body {
  background: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  color: #000;
}

/* BEGIN HEADERS STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CircularStd";
  font-weight: 300;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.667rem;
}

h3 {
  font-size: 2.333rem;
}

h4 {
  font-size: 1.867rem;
}

h5 {
  font-size: 1.533rem;
}

h6 {
  font-size: 1.133rem;
}

/* END HEADERS STYLES */
.bg-faded {
  background-color: #ecf0f1;
}

.bg-primary {
  background-color: #0594d0 !important;
}

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

.bg-success {
  background-color: #82c250 !important;
}

.bg-info {
  background-color: #4ec2e7 !important;
}

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

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

.bg-inverse {
  background-color: #2f2929 !important;
}

/* a {
  color: #0594d0;
}

a:focus,
a:hover {
  color: #047fb2;
} */

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #047fb2 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #3daad6 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #6baa41 !important;
}

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

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

.text-muted {
  color: #888 !important;
}

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

.color-black {
  color: #000 !important;
}

.color-primary {
  color: #0594d0 !important;
}

.color-success {
  color: #82c250 !important;
}

.color-info {
  color: #4ec2e7 !important;
}

.color-curious-blue {
  color: #3598dc !important;
}

.color-curious-blue:focus,
.color-curious-blue:hover {
  color: #1f79cb !important;
}

.link-endeavour {
  color: #00579b;
}

.link-endeavour:focus,
.link-endeavour:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 87, 155, 0.6);
  color: #00467c;
}

.link-underlined {
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #0594d0;
  background: transparent;
  color: #0594d0;
  padding: 0;
}

.link-underlined:focus,
.link-underlined:hover {
  outline: none;
  text-decoration: none;
  border-bottom-color: #047fb2;
  color: #047fb2;
}

.link-underlined--dashed {
  border-bottom-style: dashed;
}

.link-underlined--endeavour {
  color: #00579b;
  border-bottom-color: #00579b;
}

.link-underlined--endeavour:focus,
.link-underlined--endeavour:hover {
  border-bottom-color: #00467c;
  color: #00467c;
}

.lead {
  font-size: 1.067rem;
}

.blockquote {
  font-size: 1.133rem;
}

.blockquote:not(.blockquote-reverse) {
  border-left: 0.2rem solid #0594d0;
}

.blockquote-reverse {
  border-right: 0.2rem solid #0594d0;
}

.blockquote-footer {
  margin-top: .825rem;
  font-size: 1rem;
}

.text-light {
  color: #999 !important;
}

.btn {
  font-family: "Open Sans";
  border-radius: 3px;
  border-color: transparent;
  /*padding: .65rem 1.333rem 0.7rem 1.333rem;*/
  padding: 10.9px 20px;
}

.btn:focus {
  box-shadow: none;
}

.btn+.dropdown-toggle-split {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.btn.dropdown-toggle:not(.dropdown-toggle-split):after {
  margin-left: 10px;
}

.btn-rounded {
  border-radius: 1.9rem !important;
}

.btn-icon {
  /*padding: 0.333rem 0.333rem 0.267rem 0.333rem;*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon .icon {
  font-size: 22px;
  height: auto;
  line-height: 1rem;
  margin-bottom: -1px;
}

.btn-icon.btn-icon-left .icon {
  margin-left: -0.2rem;
}

.btn-icon.btn-icon-left .text {
  margin-left: 0.5rem;
}


.btn-icon.btn-icon-right .icon {
  margin-right: -0.2rem;
}

.btn-icon.btn-icon-right .text {
  margin-right: 0.5rem;
}

.btn-outline-default {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #888;
  font-weight: 300;
}

.btn-outline-default:focus,
.btn-outline-default:hover,
.btn-outline-default:active {
  border: 1px solid #41c3fa;
  color: #0594d0;
}

.btn-outline-white {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
}

.btn-outline-white:focus,
.btn-outline-white:hover,
.btn-outline-white:active {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-gray {
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #888;
  font-weight: 300;
}

.btn-outline-gray:hover,
.btn-outline-gray:active {
  border: 1px solid #41c3fa;
  color: #0594d0;
}

.btn-primary {
  background: #0594d0;
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover {
  background: #0589c1;
  border-color: transparent;
}

.btn-primary:active,
.btn-primary.active {
  background: #047fb2;
  border-color: transparent;
  color: #fff;
}

.btn-primary:focus {
  color: #fff;
}

.btn-outline-primary {
  color: #000;
  border-color: #0594d0;
}

.btn-outline-primary:focus {
  color: #000;
  border-color: #0594d0;
}

.btn-outline-primary:hover {
  background-color: #0589c1;
  border-color: #0589c1;
  color: #fff;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0594d0;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #047fb2;
  border-color: #047fb2;
  color: #fff;
}

.show>.btn-primary.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #047fb2;
  border-color: #047fb2;
}

.btn-secondary {
  background: #acb5ca;
  color: #fff;
  border-color: transparent;
}

.btn-secondary:focus {
  background: #acb5ca;
  color: #fff;
  border-color: transparent;
}

.btn-secondary:hover {
  background: #a1aac2;
  color: #fff;
  border-color: transparent;
}

.btn-secondary:active,
.btn-secondary.active {
  background: #969fb9;
  border-color: transparent;
  color: #fff;
}

.btn-secondary-light {
  background: #ecf0f1;
  color: #000;
  border-color: transparent;
}

.btn-secondary-light:hover {
  background: #dae2e4;
  color: #000;
  border-color: transparent;
}

.btn-secondary-light:active,
.btn-secondary-light.active {
  background: #c9d4d7;
  border-color: transparent;
}

.btn-secondary-light:focus {
  color: #000;
}

.btn-outline-secondary {
  color: #000;
  border-color: #acb5ca;
}

.btn-outline-secondary:focus {
  color: #000;
  border-color: #acb5ca;
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #acb5ca;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #969fb9;
  border-color: #969fb9;
  color: #fff;
}

.show>.btn-secondary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #969fb9;
  border-color: #969fb9;
}

.show>.btn-secondary.dropdown-toggle {
  color: #fff;
}

.btn-info {
  background: #4ec2e7;
  color: #fff;
  border-color: transparent;
}

.btn-info:hover {
  background: #43b9e3;
  border-color: transparent;
}

.btn-info:active,
.btn-info.active {
  background: #3daad6;
  border-color: transparent;
}

.btn-info:focus {
  color: #fff;
}

.btn-outline-info {
  color: #000;
  border-color: #4ec2e7;
}

.btn-outline-info:focus {
  color: #000;
  border-color: #4ec2e7;
}

.btn-outline-info:hover {
  background-color: #43b9e3;
  border-color: #43b9e3;
  color: #fff;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #4ec2e7;
}

.btn-outline-info:active,
.btn-outline-info.active {
  background-color: #3daad6;
  border-color: #3daad6;
  color: #fff;
}

.show>.btn-info.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle {
  background-color: #3daad6;
  border-color: #3daad6;
}

.btn-success {
  background: #82c250;
  color: #fff;
  border-color: transparent;
}

.btn-success:hover {
  background: #75b945;
  border-color: transparent;
}

.btn-success:active,
.btn-success.active {
  background: #6baa41;
  border-color: transparent;
}

.btn-success:focus {
  color: #fff;
}

.btn-outline-success {
  color: #000;
  border-color: #82c250;
}

.btn-outline-success:focus {
  color: #000;
  border-color: #82c250;
}

.btn-outline-success:hover {
  background-color: #75b945;
  border-color: #75b945;
  color: #fff;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #82c250;
}

.btn-outline-success:active,
.btn-outline-success.active {
  background-color: #6baa41;
  border-color: #6baa41;
  color: #fff;
}

.show>.btn-success.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #6baa41;
  border-color: #6baa41;
}

.btn-warning {
  background: #f5ba42;
  color: #fff;
  border-color: transparent;
}

.btn-warning:hover {
  background: #f4b139;
  border-color: transparent;
}

.btn-warning:active,
.btn-warning.active {
  background: #dea336;
  border-color: transparent;
}

.btn-warning:focus {
  color: #fff;
}

.btn-outline-warning {
  color: #000;
  border-color: #f5ba42;
}

.btn-outline-warning:focus {
  color: #000;
  border-color: #f5ba42;
}

.btn-outline-warning:hover {
  background-color: #f4b139;
  border-color: #f4b139;
  color: #fff;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f5ba42;
}

.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: #dea336;
  border-color: #dea336;
  color: #fff;
}

.show>.btn-warning.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle {
  background-color: #dea336;
  border-color: #dea336;
}

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

.btn-danger:hover {
  background: #ea534a;
  border-color: transparent;
}

.btn-danger:active,
.btn-danger.active {
  background: #d94e47;
  border-color: transparent;
}

.btn-danger:focus {
  color: #fff;
}

.btn-outline-danger {
  color: #000;
  border-color: #ed5f55;
}

.btn-outline-danger:focus {
  color: #000;
  border-color: #ed5f55;
}

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ed5f55;
}

.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: #d94e47;
  border-color: #d94e47;
  color: #fff;
}

.show>.btn-danger.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle {
  background-color: #d94e47;
  border-color: #d94e47;
}

.btn-supernova {
  background: #ffcd02;
  color: #000;
  border-color: transparent;
}

.btn-supernova:hover {
  color: #000;
  background: #f2c200;
  border-color: transparent;
}

.btn-supernova:active,
.btn-supernova.active {
  background: #ffb901;
  border-color: transparent;
}

.btn-supernova:focus {
  color: #000;
}

.show>.btn-supernova.dropdown-toggle,
.show>.btn-outline-supernova.dropdown-toggle {
  background-color: #ffb901;
  border-color: #ffb901;
}

/* Buttons sizes */
.btn-xs {
  padding: .4rem 0.8rem;
  font-size: .775rem;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: .73rem 1.75rem 0.85rem 1.75rem;
  border-radius: 3px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: .5rem 1rem;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: .4rem 0.85rem;
  font-size: .775rem;
}

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

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

.btn-primary-flat {
  box-shadow: 0 2px #047fb2;
}

.btn-primary-flat:focus {
  box-shadow: 0 2px #047fb2;
}

.btn-primary-flat:hover {
  box-shadow: 0 2px #0474a3;
}

.btn-primary-flat:active {
  box-shadow: 0 2px #046994;
}

.btn-lg.btn-primary-flat {
  box-shadow: 0 3px #047fb2;
}

.btn-lg.btn-primary-flat:focus {
  box-shadow: 0 3px #047fb2;
}

.btn-lg.btn-primary-flat:hover {
  box-shadow: 0 3px #0474a3;
}

.btn-lg.btn-primary-flat:active {
  box-shadow: 0 3px #046994;
}

.btn-secondary-flat {
  box-shadow: 0 2px #99a4be;
}

.btn-secondary-flat:focus {
  box-shadow: 0 2px #99a4be;
}

.btn-secondary-flat:hover {
  box-shadow: 0 2px #8e99b6;
}

.btn-secondary-flat:active {
  box-shadow: 0 2px #848ead;
}

.btn-lg.btn-secondary-flat {
  box-shadow: 0 3px #99a4be;
}

.btn-lg.btn-secondary-flat:focus {
  box-shadow: 0 3px #99a4be;
}

.btn-lg.btn-secondary-flat:hover {
  box-shadow: 0 3px #8e99b6;
}

.btn-lg.btn-secondary-flat:active {
  box-shadow: 0 3px #848ead;
}

.btn-info-flat {
  box-shadow: 0 2px #33b9e3;
}

.btn-info-flat:focus {
  box-shadow: 0 2px #33b9e3;
}

.btn-info-flat:hover {
  box-shadow: 0 2px #28afdf;
}

.btn-info-flat:active {
  box-shadow: 0 2px #2b9cca;
}

.btn-lg.btn-info-flat {
  box-shadow: 0 3px #33b9e3;
}

.btn-lg.btn-info-flat:focus {
  box-shadow: 0 3px #33b9e3;
}

.btn-lg.btn-info-flat:hover {
  box-shadow: 0 3px #28afdf;
}

.btn-lg.btn-info-flat:active {
  box-shadow: 0 3px #2b9cca;
}

.btn-success-flat {
  box-shadow: 0 2px #72b43f;
}

.btn-success-flat:focus {
  box-shadow: 0 2px #72b43f;
}

.btn-success-flat:hover {
  box-shadow: 0 2px #67a33d;
}

.btn-success-flat:active {
  box-shadow: 0 2px #5d9439;
}

.btn-lg.btn-success-flat {
  box-shadow: 0 3px #72b43f;
}

.btn-lg.btn-success-flat:focus {
  box-shadow: 0 3px #72b43f;
}

.btn-lg.btn-success-flat:hover {
  box-shadow: 0 3px #67a33d;
}

.btn-lg.btn-success-flat:active {
  box-shadow: 0 3px #5d9439;
}

.btn-warning-flat {
  box-shadow: 0 2px #f3af25;
}

.btn-warning-flat:focus {
  box-shadow: 0 2px #f3af25;
}

.btn-warning-flat:hover {
  box-shadow: 0 2px #f2a61c;
}

.btn-warning-flat:active {
  box-shadow: 0 2px #d39523;
}

.btn-lg.btn-warning-flat {
  box-shadow: 0 3px #f3af25;
}

.btn-lg.btn-warning-flat:focus {
  box-shadow: 0 3px #f3af25;
}

.btn-lg.btn-warning-flat:hover {
  box-shadow: 0 3px #f2a61c;
}

.btn-lg.btn-warning-flat:active {
  box-shadow: 0 3px #d39523;
}

.btn-danger-flat {
  box-shadow: 0 2px #ea4539;
}

.btn-danger-flat:focus {
  box-shadow: 0 2px #ea4539;
}

.btn-danger-flat:hover {
  box-shadow: 0 2px #e7392f;
}

.btn-danger-flat:active {
  box-shadow: 0 2px #d4362e;
}

.btn-lg.btn-danger-flat {
  box-shadow: 0 3px #ea4539;
}

.btn-lg.btn-danger-flat:focus {
  box-shadow: 0 3px #ea4539;
}

.btn-lg.btn-danger-flat:hover {
  box-shadow: 0 3px #e7392f;
}

.btn-lg.btn-danger-flat:active {
  box-shadow: 0 3px #d4362e;
}

.btn-supernova-flat {
  box-shadow: 0 2px #e2b600;
}

.btn-supernova-flat:focus {
  box-shadow: 0 2px #e2b600;
}

.btn-supernova-flat:hover {
  box-shadow: 0 2px #d3a900;
}

.btn-supernova-flat:active {
  box-shadow: 0 2px #e1a300;
}

.btn-lg.btn-supernova-flat {
  box-shadow: 0 3px #e2b600;
}

.btn-lg.btn-supernova-flat:focus {
  box-shadow: 0 3px #e2b600;
}

.btn-lg.btn-supernova-flat:hover {
  box-shadow: 0 3px #d3a900;
}

.btn-lg.btn-supernova-flat:active {
  box-shadow: 0 3px #e1a300;
}

.form-group+.form-group {
  margin-top: 30px;
}

.label-title span {
  color: #999999;
}

.form-control {
  border-radius: 3px;
  font-family: "Open Sans";
  color: #000;
  border-color: rgba(153, 153, 153, 0.5);
  line-height: 1.467rem;
  font-size: 1rem;
  padding: .55rem 1rem;
}

.form-control:active,
.form-control:focus {
  border-color: rgba(153, 153, 153, 0.8);
  /*box-shadow: 0 0 5px rgba($color-primary, 0.3);*/
}

.form-control:-ms-input-placeholder {
  color: #888;
}

.form-control::placeholder {
  color: #888;
}

.form-control:disabled,
.form-control:-moz-read-only {
  background-color: #f1f4f7;
  box-shadow: none;
  border-color: rgba(153, 153, 153, 0.5);
}

.form-control:disabled,
.form-control:read-only {
  background-color: #f1f4f7;
  box-shadow: none;
  border-color: rgba(153, 153, 153, 0.5);
}

.form-control.form-control-border-hidden {
  border: none;
}

.form-control-inline-icon,
.form-control-inline-icon {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

.form-control-inline-icon .icon,
.form-control-inline-icon .icon,
.form-control-inline-icon .icon,
.form-control-inline-icon .icon {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 10px;
}

.form-control-inline-icon.inline-icon-right .form-control,
.form-control-inline-icon.inline-icon-right .form-control,
.form-control-inline-icon.inline-icon-right .form-control,
.form-control-inline-icon.inline-icon-right .form-control {
  padding-right: 3rem;
}

.form-control-inline-icon.inline-icon-right .iconfont-right,
.form-control-inline-icon.inline-icon-right .iconfont-right,
.form-control-inline-icon.inline-icon-right .iconfont-right,
.form-control-inline-icon.inline-icon-right .iconfont-right {
  position: absolute;
  right: 1rem;
}

.form-control-inline-icon.inline-icon-left .form-control,
.form-control-inline-icon.inline-icon-left .form-control,
.form-control-inline-icon.inline-icon-left .form-control,
.form-control-inline-icon.inline-icon-left .form-control {
  padding-left: 3rem;
}

.form-control-inline-icon.inline-icon-left .iconfont-left,
.form-control-inline-icon.inline-icon-left .iconfont-left,
.form-control-inline-icon.inline-icon-left .iconfont-left,
.form-control-inline-icon.inline-icon-left .iconfont-left {
  position: absolute;
  left: 1rem;
}

/* Label for form control */
.col-form-label {
  color: #000;
}

.col-form-label:not(.col-form-label-sm):not(.col-form-label-lg) {
  line-height: 2rem;
  font-size: 1rem;
}

/* Label with icon */
.col-form-label-icon .icon {
  font-size: 1.333rem;
  line-height: 1.333rem;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
  color: #bfbfbf;
}

/* form control bottom help block  */
.form-control-feedback {
  font-size: 1rem;
  color: #888;
}

.input-group-addon {
  color: #000;
  background-color: #fff;
  border-color: rgba(153, 153, 153, 0.5);
  border-radius: 3px;
}

.input-group-addon-icon {
  padding: 0 1rem;
  font-size: 17px;
  color: #bfbfbf;
}

.input-group-addon-icon .icon {
  position: relative;
  top: 2px;
}

.form-control-label .icon {
  color: #bfbfbf;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #82c250;
}

.has-success .form-control {
  border-color: #82c250;
  background-image: none;
}

.has-success .form-control:focus {
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #82c250;
  border-color: #82c250;
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f5ba42;
}

.has-warning .form-control {
  border-color: #f5ba42;
  background-image: none;
}

.has-warning .form-control:focus {
  box-shadow: none;
}

.has-warning .input-group-addon {
  color: #f5ba42;
  border-color: #f5ba42;
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ed5f55;
}

.has-danger .form-control {
  border-color: #ed5f55;
  background-image: none;
}

.has-danger .form-control:focus {
  box-shadow: none;
}

.has-danger .input-group-addon {
  color: #ed5f55;
  border-color: #ed5f55;
}

/* Form input and label sizes */
.col-form-label-sm {
  padding-top: calc(.75rem - 1px * 2);
  padding-bottom: calc(.65rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-label-lg {
  padding-top: calc(1rem - 1px * 2);
  padding-bottom: calc(1rem - 1px * 2);
  font-size: 1.063rem;
}

.form-control-sm {
  padding: .4rem .65rem;
  font-size: 0.875rem;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.6rem 0.65rem;
  font-size: 0.875rem;
}

.form-control-lg {
  padding: 1rem 1.5rem;
  font-size: 1.063rem;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 1rem 1.5rem;
  font-size: 1.063rem;
}

/* Custom checkboxes and radios */
.custom-control {
  padding-left: 1.55rem;
  margin-right: 1rem;
}

.custom-control:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  border: 1px solid rgba(153, 153, 153, 0.8);
  background-color: #fff;
}

.custom-control--sm .custom-control-indicator {
  width: 16px;
  height: 16px;
}

.custom-control--sm .custom-control-input:checked~.custom-control-indicator:before {
  top: -6px !important;
  left: 0;
}

.custom-control-indicator {
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  background-color: #fff;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #000;
  background-color: #fff;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: none;
}

.custom-control-input:active~.custom-control-indicator {
  color: #000;
  background-color: #fff;
}

.custom-control-input:disabled~.custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled~.custom-control-description {
  color: #888;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator::before {
  content: '\79';
  font-family: "iconfont";
  font-size: 15px;
  color: #3f4145;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 2px;
  line-height: 1.2rem;
}

.custom-checkbox .custom-control-input:disabled~.custom-control-indicator::before {
  color: rgba(63, 65, 69, 0.5);
}

.custom-solid-checkbox .custom-control-indicator {
  background: #0594d0;
  border: none;
}

.custom-solid-checkbox:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  box-shadow: none;
  border: none;
  background-color: #0594d0;
}

.custom-solid-checkbox .custom-control-input:checked~.custom-control-indicator {
  background: #0594d0;
}

.custom-solid-checkbox .custom-control-input:checked~.custom-control-indicator::before {
  color: #000;
  top: -3px;
  left: 3px;
}

.custom-solid-checkbox .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(5, 148, 208, 0.7);
  border-color: rgba(5, 148, 208, 0.7);
}

.custom-solid-checkbox .custom-control-input:disabled~.custom-control-indicator::before {
  color: rgba(0, 0, 0, 0.7);
}

.custom-solid-checkbox-info .custom-control-indicator {
  background: #4ec2e7;
}

.custom-solid-checkbox-info:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #4ec2e7;
}

.custom-solid-checkbox-info .custom-control-input:checked~.custom-control-indicator {
  background: #4ec2e7;
}

.custom-solid-checkbox-info .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(78, 194, 231, 0.7);
  border-color: rgba(78, 194, 231, 0.7);
}

.custom-solid-checkbox-success .custom-control-indicator {
  background: #82c250;
}

.custom-solid-checkbox-success:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #82c250;
}

.custom-solid-checkbox-success .custom-control-input:checked~.custom-control-indicator {
  background: #82c250;
}

.custom-solid-checkbox-success .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(130, 194, 80, 0.7);
  border-color: rgba(130, 194, 80, 0.7);
}

.custom-solid-checkbox-warning .custom-control-indicator {
  background: #f5ba42;
}

.custom-solid-checkbox-warning:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #f5ba42;
}

.custom-solid-checkbox-warning .custom-control-input:checked~.custom-control-indicator {
  background: #f5ba42;
}

.custom-solid-checkbox-warning .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(245, 186, 66, 0.7);
  border-color: rgba(245, 186, 66, 0.7);
}

.custom-solid-checkbox-danger .custom-control-indicator {
  background: #ed5f55;
}

.custom-solid-checkbox-danger:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #ed5f55;
}

.custom-solid-checkbox-danger .custom-control-input:checked~.custom-control-indicator {
  background: #ed5f55;
}

.custom-solid-checkbox-danger .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(237, 95, 85, 0.7);
  border-color: rgba(237, 95, 85, 0.7);
}

.custom-solid-checkbox-secondary .custom-control-indicator {
  background: #acb5ca;
}

.custom-solid-checkbox-secondary:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #acb5ca;
}

.custom-solid-checkbox-secondary .custom-control-input:checked~.custom-control-indicator {
  background: #acb5ca;
}

.custom-solid-checkbox-secondary .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(172, 181, 202, 0.7);
  border-color: rgba(172, 181, 202, 0.7);
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  background-image: none;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #3f4145;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 3.9px);
  border-radius: 50%;
}

.custom-radio .custom-control-input:disabled~.custom-control-indicator::before {
  background: rgba(63, 65, 69, 0.5);
}

.custom-solid-radio .custom-control-indicator {
  background: #0594d0;
  border: none;
}

.custom-solid-radio:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  box-shadow: none;
  border: none;
  background-color: #0594d0;
}

.custom-solid-radio .custom-control-input:checked~.custom-control-indicator {
  background: #0594d0;
}

.custom-solid-radio .custom-control-input:checked~.custom-control-indicator::before {
  background: #000;
}

.custom-solid-radio .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(5, 148, 208, 0.7);
  border-color: rgba(5, 148, 208, 0.7);
}

.custom-solid-radio .custom-control-input:disabled~.custom-control-indicator::before {
  background: rgba(0, 0, 0, 0.7);
}

.custom-solid-radio-info .custom-control-indicator {
  background: #4ec2e7;
}

.custom-solid-radio-info:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #4ec2e7;
}

.custom-solid-radio-info .custom-control-input:checked~.custom-control-indicator {
  background: #4ec2e7;
}

.custom-solid-radio-info .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(78, 194, 231, 0.7);
  border-color: rgba(78, 194, 231, 0.7);
}

.custom-solid-radio-success .custom-control-indicator {
  background: #82c250;
}

.custom-solid-radio-success:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #82c250;
}

.custom-solid-radio-success .custom-control-input:checked~.custom-control-indicator {
  background: #82c250;
}

.custom-solid-radio-success .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(130, 194, 80, 0.7);
  border-color: rgba(130, 194, 80, 0.7);
}

.custom-solid-radio-warning .custom-control-indicator {
  background: #f5ba42;
}

.custom-solid-radio-warning:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #f5ba42;
}

.custom-solid-radio-warning .custom-control-input:checked~.custom-control-indicator {
  background: #f5ba42;
}

.custom-solid-radio-warning .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(245, 186, 66, 0.7);
  border-color: rgba(245, 186, 66, 0.7);
}

.custom-solid-radio-danger .custom-control-indicator {
  background: #ed5f55;
}

.custom-solid-radio-danger:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #ed5f55;
}

.custom-solid-radio-danger .custom-control-input:checked~.custom-control-indicator {
  background: #ed5f55;
}

.custom-solid-radio-danger .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(237, 95, 85, 0.7);
  border-color: rgba(237, 95, 85, 0.7);
}

.custom-solid-radio-secondary .custom-control-indicator {
  background: #acb5ca;
}

.custom-solid-radio-secondary:hover .custom-control-input:not(:disabled)~.custom-control-indicator {
  background-color: #acb5ca;
}

.custom-solid-radio-secondary .custom-control-input:checked~.custom-control-indicator {
  background: #acb5ca;
}

.custom-solid-radio-secondary .custom-control-input:disabled~.custom-control-indicator {
  background: rgba(172, 181, 202, 0.7);
  border-color: rgba(172, 181, 202, 0.7);
}

.form-label-icon {
  line-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.form-label-icon--right .icon {
  margin-right: 10px;
}

.form-label-icon--left .icon {
  margin-left: 10px;
}

.form-controls-flat .form-control {
  font-size: 20px;
  line-height: 24px;
  border-color: transparent;
  background: #F1F4F7;
  font-weight: 300;
  padding: 10px 12px;
}

.form-controls-flat .form-control:focus {
  box-shadow: none;
  border-color: #0594d0;
}

.radio-block {
  display: block;
  position: relative;
}

.radio-block-label {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 3px;
}

.radio-block-radio {
  position: absolute;
  top: 0;
  opacity: 0;
  height: 0;
}

.radio-block-radio:checked+.radio-block-label {
  border-color: #0594d0;
  box-shadow: inset 0 0 0 0.5px #0594d0;
}

.radio-block-description {
  text-align: center;
  color: #999999;
  font-size: 14px;
  display: block;
}

.switch-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.switch-toggle>label+label {
  padding-left: 10px;
}

.switch-toggle.switch-toggle-disabled {
  opacity: .5;
}

.switch-toggle .switch-toggle-body {
  display: inline-block;
  background-color: #e2ebf4;
}

.switch-toggle .switch-toggle-input {
  position: absolute;
  visibility: hidden;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch {
  position: relative;
  border-radius: 50%;
  background-color: #ccd4e2;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::before,
.switch-toggle .switch-toggle-input+.switch-toggle-switch::after {
  content: "";
  position: absolute;
  transition: 0.35s;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
  background-color: #ccd4e2;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::after {
  left: -6px;
  top: 50%;
  border-radius: 50%;
  background-color: #b2bbcf;
  border: 1px solid transparent;
  transform: translateY(-50%);
  opacity: 1;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-toggle .switch-toggle-input:checked+.switch-toggle-switch {
  background-color: #82c250;
}

.switch-toggle .switch-toggle-input:checked+.switch-toggle-switch::before {
  width: 100%;
  background-color: #82c250;
}

.switch-toggle .switch-toggle-input:checked+.switch-toggle-switch::after {
  background-color: #b2bbcf;
  border: 1px solid #e2ebf4;
}

.switch-toggle>label+label {
  padding-left: 10px;
  line-height: 26px;
  font-size: 0.88706rem;
}

.switch-toggle .switch-toggle-body {
  border-radius: 20px;
  height: 26px;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch {
  height: 8px;
  width: 3rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::before,
.switch-toggle .switch-toggle-input+.switch-toggle-switch::after {
  transition: 0.35s;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch::after {
  left: -6px;
  top: 50%;
  height: 18px;
  width: 18px;
  transform: translateY(-50%);
}

.switch-toggle .switch-toggle-input+.switch-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-toggle .switch-toggle-input:checked+.switch-toggle-switch::before {
  width: 100%;
}

.switch-toggle .switch-toggle-input:checked+.switch-toggle-switch::after {
  left: calc(100% - (20px - 7px));
  height: 20px;
  width: 20px;
}

.switch-toggle.switch-toggle-lg>label+label {
  padding-left: 10px;
  line-height: 36px;
  font-size: 1.22824rem;
}

.switch-toggle.switch-toggle-lg .switch-toggle-body {
  border-radius: 26px;
  height: 36px;
}

.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch {
  height: 12px;
  width: 4rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch::before,
.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch::after {
  transition: 0.35s;
}

.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch::after {
  left: -6px;
  top: 50%;
  height: 28px;
  width: 28px;
  transform: translateY(-50%);
}

.switch-toggle.switch-toggle-lg .switch-toggle-input+.switch-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-toggle.switch-toggle-lg .switch-toggle-input:checked+.switch-toggle-switch::before {
  width: 100%;
}

.switch-toggle.switch-toggle-lg .switch-toggle-input:checked+.switch-toggle-switch::after {
  left: calc(100% - (30px - 7px));
  height: 30px;
  width: 30px;
}

.switch-toggle.switch-toggle-sm>label+label {
  padding-left: 10px;
  line-height: 22px;
  font-size: 0.75059rem;
}

.switch-toggle.switch-toggle-sm .switch-toggle-body {
  border-radius: 10px;
  height: 22px;
}

.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch {
  height: 7px;
  width: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch::before,
.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch::after {
  transition: 0.35s;
}

.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch::after {
  left: -6px;
  top: 50%;
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
}

.switch-toggle.switch-toggle-sm .switch-toggle-input+.switch-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-toggle.switch-toggle-sm .switch-toggle-input:checked+.switch-toggle-switch::before {
  width: 100%;
}

.switch-toggle.switch-toggle-sm .switch-toggle-input:checked+.switch-toggle-switch::after {
  left: calc(100% - (16px - 7px));
  height: 16px;
  width: 16px;
}

.switch-outline-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.switch-outline-toggle>label+label {
  padding-left: 10px;
}

.switch-outline-toggle.switch-outline-toggle-disabled {
  opacity: .5;
}

.switch-outline-toggle .switch-outline-toggle-body {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #b2bbcf;
}

.switch-outline-toggle .switch-outline-toggle-input {
  position: absolute;
  visibility: hidden;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::before,
.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  content: "";
  position: absolute;
  transition: 0.35s;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  left: -6px;
  top: 50%;
  border-radius: 50%;
  background-color: #b2bbcf;
  border: 1px solid transparent;
  transform: translateY(-50%);
  opacity: 1;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-outline-toggle .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::before {
  width: 100%;
}

.switch-outline-toggle .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::after {
  background-color: #82c250;
}

.switch-outline-toggle>label+label {
  padding-left: 10px;
  line-height: 26px;
  font-size: 0.88706rem;
}

.switch-outline-toggle .switch-outline-toggle-body {
  border-radius: 20px;
  height: 26px;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch {
  height: 8px;
  width: 2.5rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::before,
.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  transition: 0.35s;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  left: -7px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
}

.switch-outline-toggle .switch-outline-toggle-input+.switch-outline-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-outline-toggle .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::before {
  width: 100%;
}

.switch-outline-toggle .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::after {
  left: calc(100% - (20px - 7px));
  height: 20px;
  width: 20px;
}

.switch-outline-toggle.switch-outline-toggle-lg>label+label {
  padding-left: 10px;
  line-height: 36px;
  font-size: 1.22824rem;
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-body {
  border-radius: 26px;
  height: 36px;
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch {
  height: 12px;
  width: 3.6rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch::before,
.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  transition: 0.35s;
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  left: -7px;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translateY(-50%);
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input+.switch-outline-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::before {
  width: 100%;
}

.switch-outline-toggle.switch-outline-toggle-lg .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::after {
  left: calc(100% - (30px - 7px));
  height: 30px;
  width: 30px;
}

.switch-outline-toggle.switch-outline-toggle-sm>label+label {
  padding-left: 10px;
  line-height: 22px;
  font-size: 0.75059rem;
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-body {
  border-radius: 10px;
  height: 22px;
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch {
  height: 7px;
  width: 1.6rem;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 8px;
  transition: 0.3s 0.05s;
  top: calc(50% - 13px);
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch::before,
.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  transition: 0.35s;
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  border-radius: 10px;
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch::after {
  left: -7px;
  top: 50%;
  height: 16px;
  width: 16px;
  transform: translateY(-50%);
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input+.switch-outline-toggle-switch:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::before {
  width: 100%;
}

.switch-outline-toggle.switch-outline-toggle-sm .switch-outline-toggle-input:checked+.switch-outline-toggle-switch::after {
  left: calc(100% - (16px - 7px));
  height: 16px;
  width: 16px;
}

.checkbox-toggle {
  position: relative;
}

.checkbox-toggle *,
.checkbox-toggle *:before,
.checkbox-toggle *:after {
  box-sizing: border-box;
}

.checkbox-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-toggle input[type="checkbox"][disabled]~label {
  pointer-events: none;
}

.checkbox-toggle input[type="checkbox"][disabled]~label .checkbox-toggle-switch {
  opacity: 0.5;
}

.checkbox-toggle input[type="checkbox"]:checked~label .checkbox-toggle-switch:before {
  content: attr(data-unchecked);
  left: 0;
}

.checkbox-toggle input[type="checkbox"]:checked~label .checkbox-toggle-switch:after {
  content: attr(data-checked);
}

.checkbox-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-toggle label .checkbox-toggle-label {
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.checkbox-toggle label .checkbox-toggle-switch {
  position: relative;
}

.checkbox-toggle label .checkbox-toggle-switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-align: center;
}

.checkbox-toggle label .checkbox-toggle-switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}

.checkbox-toggle input[type="checkbox"][disabled]~label {
  color: #888;
}

.checkbox-toggle input[type="checkbox"]:focus~label,
.checkbox-toggle input[type="checkbox"]:hover~label {
  color: #000;
}

.checkbox-toggle input[type="checkbox"]:focus~label .checkbox-toggle-switch,
.checkbox-toggle input[type="checkbox"]:hover~label .checkbox-toggle-switch {
  background-color: #e2ebf4;
}

.checkbox-toggle input[type="checkbox"]:focus~label .checkbox-toggle-switch:after,
.checkbox-toggle input[type="checkbox"]:hover~label .checkbox-toggle-switch:after {
  background-color: #b2bbcf;
  color: #000;
}

.checkbox-toggle input[type="checkbox"]:hover~label {
  color: #000;
}

.checkbox-toggle input[type="checkbox"]:checked~label:hover {
  color: #000;
}

.checkbox-toggle input[type="checkbox"]:checked~label .checkbox-toggle-switch:after {
  color: #fff;
  background: #82c250;
}

.checkbox-toggle input[type="checkbox"]:checked:focus~label .checkbox-toggle-switch,
.checkbox-toggle input[type="checkbox"]:checked:hover~label .checkbox-toggle-switch {
  background-color: #e2ebf4;
}

.checkbox-toggle label .checkbox-toggle-label {
  -ms-flex: 1;
  flex: 1;
}

.checkbox-toggle label .checkbox-toggle-switch {
  background: #e2ebf4;
}

.checkbox-toggle label .checkbox-toggle-switch:before {
  font-weight: 500;
  color: #000;
}

.checkbox-toggle label .checkbox-toggle-switch:after {
  font-weight: 500;
  background-color: #b2bbcf;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #000;
}

.checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) input[type="checkbox"]:checked~label .checkbox-toggle-switch:after {
  transform: translate3d(50px, 0, 0);
}

.checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label {
  cursor: pointer;
  font-size: 14px;
  padding-left: 15px;
}

.checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch {
  height: 28px;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  border-radius: 3px;
}

.checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch:before {
  left: 52px;
  font-size: 14px;
  line-height: 28px;
  width: 52px;
  padding: 0 12px;
}

.checkbox-toggle:not(.checkbox-toggle-lg):not(.checkbox-toggle-sm) label .checkbox-toggle-switch:after {
  top: 2px;
  left: 2px;
  border-radius: 3px;
  width: 50px;
  line-height: 24px;
  font-size: 14px;
}

.checkbox-toggle.checkbox-toggle-sm input[type="checkbox"]:checked~label .checkbox-toggle-switch:after {
  transform: translate3d(38px, 0, 0);
}

.checkbox-toggle.checkbox-toggle-sm label {
  cursor: pointer;
  font-size: 11px;
  padding-left: 15px;
}

.checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch {
  height: 21px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  border-radius: 3px;
}

.checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch:before {
  left: 40px;
  font-size: 9px;
  line-height: 21px;
  width: 40px;
  padding: 0 12px;
}

.checkbox-toggle.checkbox-toggle-sm label .checkbox-toggle-switch:after {
  top: 2px;
  left: 2px;
  border-radius: 3px;
  width: 38px;
  line-height: 17px;
  font-size: 9px;
}

.checkbox-toggle.checkbox-toggle-lg input[type="checkbox"]:checked~label .checkbox-toggle-switch:after {
  transform: translate3d(60px, 0, 0);
}

.checkbox-toggle.checkbox-toggle-lg label {
  cursor: pointer;
  font-size: 16px;
  padding-left: 15px;
}

.checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch {
  height: 36px;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
  border-radius: 3px;
}

.checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch:before {
  left: 63px;
  font-size: 16px;
  line-height: 36px;
  width: 63px;
  padding: 0 12px;
}

.checkbox-toggle.checkbox-toggle-lg label .checkbox-toggle-switch:after {
  top: 3px;
  left: 3px;
  border-radius: 3px;
  width: 60px;
  line-height: 30px;
  font-size: 16px;
}

.radio-group-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.radio-group-toggle input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.radio-group-toggle label {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  padding: 6px 22px;
  transition: all 0.1s ease-in-out;
  border: 1px solid #b2bbcf;
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
}

.radio-group-toggle label:hover {
  cursor: pointer;
}

.radio-group-toggle label:first-of-type {
  border-radius: 2px 0 0 2px;
}

.radio-group-toggle label:last-of-type {
  border-radius: 0 2px 2px 0;
}

.radio-group-toggle input:checked+label {
  background: #b2bbcf;
  color: #fff;
}

.radio-group-toggle--success label {
  border-color: #82c250;
  color: #82c250;
}

.radio-group-toggle--success input:checked+label {
  background: #82c250;
}

.radio-group-toggle--azure-radiance label {
  border-color: #007AFF;
  color: #007aff;
}

.radio-group-toggle--azure-radiance input:checked+label {
  background: #007AFF;
}

.progress {
  line-height: 1.25rem;
  border-radius: 3px;
  background-color: #f1f4f7;
}

.progress-bar {
  height: 1.25rem;
  color: #fff;
  background-color: #0594d0;
}

.progress-bar-striped {
  background-size: 1.25rem 1.25rem;
}

.progress-sm .progress-bar {
  height: .75rem;
}

.progress-sm .progress-bar-striped {
  background-size: .75rem .75rem;
}

.progress-xs .progress-bar {
  height: .45rem;
}

.progress-xs .progress-bar-striped {
  background-size: .55rem .55rem;
}

.popover {
  font-family: "Open Sans";
  line-height: 1.5;
  font-size: 1rem;
  border: none;
  color: #888;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.popover:before {
  border-width: 8px;
}

.popover:after {
  border-width: 7px;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -8px;
  margin-left: -8px;
  border-top-color: rgba(0, 0, 0, 0.13);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -7px;
  margin-left: -7px;
  border-top-color: #fff;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -8px;
  margin-top: -8px;
  border-left-color: rgba(0, 0, 0, 0.13);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -7px;
  margin-top: -7px;
  border-left-color: #fff;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -8px;
  margin-top: -8px;
  border-right-color: rgba(0, 0, 0, 0.13);
}

.popover.popover-right:after,
.popover.bs-tether-element-attached-left:after {
  left: -7px;
  margin-top: -7px;
  border-right-color: #fff;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -8px;
  margin-left: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.13);
}

.popover.popover-bottom:after,
.popover.bs-tether-element-attached-top:after {
  top: -7px;
  margin-left: -7px;
  border-bottom-color: #fff;
}

.popover-content {
  padding: .95rem 1rem;
}

.popover-title {
  padding: .95rem 1rem 0 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #000;
  background-color: transparent;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.popover-title:not(:empty)+.popover-content {
  padding-top: .45rem;
}

.tooltip {
  font-family: "Open Sans";
  font-size: 0.875rem;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltip-inner {
  font-family: "Open Sans";
  max-width: 200px;
  padding: 0.313rem 0.625rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

.badge {
  padding: .6rem .8rem;
  font-size: 1.067rem;
  font-weight: normal;
  border-radius: 3px;
}

.badge-pill {
  padding: .6rem .8rem;
  border-radius: 10rem;
}

.badge-sm {
  padding: .4rem .5rem .478rem .5rem;
  font-size: .933rem;
  line-height: .933rem;
}

.badge-sm.badge-pill {
  padding: .478rem .867rem .478rem .867rem;
}

h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge {
  font-size: 75%;
}

.badge-default {
  background-color: #acb5ca;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #969fb9;
}

[class*="badge-outline-"] {
  color: #000;
}

.badge-outline-default {
  border: 1px solid #acb5ca;
}

.badge-outline-default[href]:focus,
.badge-outline-default[href]:hover {
  border: 1px solid #969fb9;
}

.badge-primary {
  background-color: #0594d0;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #047fb2;
}

.badge-outline-primary {
  border: 1px solid #0594d0;
}

.badge-outline-primary[href]:focus,
.badge-outline-primary[href]:hover {
  border: 1px solid #047fb2;
}

.badge-success {
  background-color: #82c250;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #6baa41;
}

.badge-outline-success {
  border: 1px solid #82c250;
}

.badge-outline-success[href]:focus,
.badge-outline-success[href]:hover {
  border: 1px solid #6baa41;
}

.badge-info {
  background-color: #4ec2e7;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #3daad6;
}

.badge-outline-info {
  border: 1px solid #4ec2e7;
}

.badge-outline-info[href]:focus,
.badge-outline-info[href]:hover {
  border: 1px solid #3daad6;
}

.badge-warning {
  background-color: #f5ba42;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #dea336;
}

.badge-outline-warning {
  border: 1px solid #f5ba42;
}

.badge-outline-warning[href]:focus,
.badge-outline-warning[href]:hover {
  border: 1px solid #dea336;
}

.badge-danger {
  background-color: #ed5f55;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #d94e47;
}

.badge-outline-danger {
  border: 1px solid #ed5f55;
}

.badge-outline-danger[href]:focus,
.badge-outline-danger[href]:hover {
  border: 1px solid #d94e47;
}

.badge-shamrock {
  background-color: #2ecc71;
}

.badge-shamrock[href]:focus,
.badge-shamrock[href]:hover {
  background-color: #1bb751;
}

.badge-mountain-meadow {
  background-color: #1abc9c;
}

.badge-mountain-meadow[href]:focus,
.badge-mountain-meadow[href]:hover {
  background-color: #0ea37d;
}

.badge-cannibar {
  background-color: #e74c3c;
}

.badge-cannibar[href]:focus,
.badge-cannibar[href]:hover {
  background-color: #dc3125;
}

.badge-red-orange {
  background-color: #fd4122;
}

.badge-red-orange[href]:focus,
.badge-red-orange[href]:hover {
  background-color: #ca341b;
}

.badge-vida-loca {
  background-color: #53b427;
}

.badge-vida-loca[href]:focus,
.badge-vida-loca[href]:hover {
  background-color: #42901f;
}

.badge-bettercup {
  background-color: #f3aa0d;
}

.badge-bettercup[href]:focus,
.badge-bettercup[href]:hover {
  background-color: #c2880a;
}

.badge-denim {
  background-color: #128adb;
}

.badge-denim[href]:focus,
.badge-denim[href]:hover {
  background-color: #0e6eaf;
}

.badge-curious-blue {
  background-color: #3598dc;
}

.badge-curious-blue[href]:focus,
.badge-curious-blue[href]:hover {
  background-color: #1f79cb;
}

.breadcrumb {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #888;
  content: "/";
}

.breadcrumb-item.active {
  color: #888;
}

.pagination {
  border-radius: 3px;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.page-item.active .page-link {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #0594d0;
}

.page-item.disabled .page-link {
  color: #888;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #e6e6e6;
}

.page-link {
  padding: .7rem 1.1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.page-link:focus,
.page-link:hover {
  color: #047fb2;
  text-decoration: none;
  background-color: #fff;
  border-color: #e6e6e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination-sm .page-link {
  padding: 0.35rem 0.65rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* BEGIN TABLE STYLES */
.table th,
.table td {
  font-size: 0.9333rem;
  padding: 0.9333rem 1rem 0.6rem 1rem;
  border-top-color: #d5dae6;
}

.table thead th {
  font-weight: 500;
  border-bottom-color: #d5dae6;
}

.table tbody+tbody {
  border-top-color: #d5dae6;
}

.table-bordered {
  border-color: #d5dae6;
}

.table-bordered th,
.table-bordered td {
  border-color: #d5dae6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f4f7;
}

/* END TABLE STYLES */
.media>img {
  margin-right: 1.25rem;
  border-radius: 3px;
}

.media+.media {
  margin-top: 2rem;
}

.media-body {
  font-size: 1rem;
}

.media-header {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.tags {
  padding: 4px;
  border-radius: 3px;
  background-color: #e2ebf4;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tags-item {
  color: #fff;
  padding: 5px 10px;
  background: #0594d0;
  border-radius: 3px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.tags-item+.tags-item {
  margin-left: 4px;
}

.tags-item-text {
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  -ms-flex-order: 1;
  order: 1;
}

.tags-item-close {
  position: relative;
  top: 1px;
  margin-left: 9px;
  color: #fff;
  -ms-flex-order: 2;
  order: 2;
}

.tags-item-close:hover,
.tags-item-close:active,
.tags-item-close:focus {
  color: #fff;
}

.tags-sm .tags-item {
  padding: 3px 8px;
}

.tags-sm .tags-item-text {
  font-size: 13px;
  line-height: 13px;
}

.tags-sm .tags-item-close {
  font-size: 22px;
  top: 1px;
}

.tags-item-secondary {
  background: #acb5ca;
}

.tags-item-info {
  background: #4ec2e7;
}

.tags-item-success {
  background: #82c250;
}

.tags-item-warning {
  background: #f5ba42;
}

.tags-item-danger {
  background: #ed5f55;
}

.jumbotron {
  background: #f1f4f7;
  border-radius: 3px;
  padding: 1.438rem 2rem;
}

.jumbotron-action-header {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 1rem;
}

.jumbotron-action-text {
  margin: 0;
}

.jumbotron-action-btn {
  margin-top: 27px;
}

.jumbotron-action-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jumbotron-action-inline .jumbotron-action-btn {
  margin-top: 0;
  margin-left: 20px;
}

.jumbotron-action-center {
  padding: 2rem 4rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jumbotron-action-primary {
  background: #0594d0;
  color: #fff;
}

.jumbotron-action-cinnabar {
  background: #e74c3c;
  color: #fff;
}

.jumbotron-action-success {
  background: #82c250;
  color: #fff;
}

.jumbotron-action-info {
  background: #4ec2e7;
  color: #fff;
}

.jumbotron-action-warning {
  background: #f5ba42;
  color: #fff;
}

.jumbotron-action-danger {
  background: #ed5f55;
  color: #fff;
}

.carousel-inner {
  border-radius: 3px;
}

.carousel-inner img {
  border-radius: 3px;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background-color: rgba(47, 41, 41, 0.7);
  text-align: left;
  font-size: 1rem;
  padding: 1.333rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.carousel-caption p:last-child {
  margin-bottom: 0;
}

.carousel-indicators {
  position: absolute;
  right: 1.5rem;
  bottom: auto;
  top: 1.5rem;
  left: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
}

.list-group-item-action {
  color: #000;
  font-size: 1rem;
}

.list-group-item-action .list-group-item-heading {
  color: #000;
}

.list-group-item-action:not(.disabled):focus,
.list-group-item-action:not(.disabled):hover {
  color: #000;
  background-color: #f7f7f9;
}

.list-group-item-action:not(.disabled):active {
  color: #000;
  background-color: #eceeef;
}

.list-group-item {
  padding: 0.75rem 1rem;
  border: 1px solid #e6e6e6;
}

.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  background-color: #0594d0;
  border-color: #0594d0;
}


.nav .nav-link {
  color: #2f2929;
  font-size: 1.067rem;
}

.nav .nav-link.active {
  color: #0594d0;
}

.nav .nav-link:not(.disabled):hover {
  color: #0594d0;
}

.nav .nav-link.disabled {
  color: #888;
}

.nav .nav-item+.nav-item {
  margin-left: 0.7rem;
}

.nav .nav-link {
  position: relative;
  padding: 0.7rem 1em;
}

.nav .nav-link.active::before {
  position: absolute;
  content: '';
  background: #0594d0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 2;
}


.nav .nav-link-1 {
  color: #2f2929;
  font-size: 1.067rem;
  text-decoration: none;
}

.nav .nav-link-1.active {
  color: #0594d0;
}

.nav .nav-link-1:hover {
  color: #ffffff;
}

.nav .nav-link-1:not(.disabled):hover {
  color: #0594d0;
}

.nav .nav-link-1.disabled {
  color: #888;
}

.nav .nav-link-1 {
  position: relative;
  padding: 0.7rem 1em;
}

.nav .nav-link-1.active::before {
  position: absolute;
  content: '';
  background: #0594d0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 2;
}



.home__videos-tabs {
  /* margin-top: 40px;  */
  margin-bottom: 40px;
}

.home__videos-tabs .nav-link {
  background: #e4e9ef;
  color: #2f2929;
  padding: 9px 22px;
  font-family: "CircularStd";
  font-weight: 500;
  font-size: 15px;
}

.home__videos-tabs .nav-link::before {
  display: none;
}

.home__videos-tabs .nav-link.active,
.home__videos-tabs .nav-link:not(.disabled).active:hover,
.home__videos-tabs .nav-link:not(.disabled):hover {
  color: #2f2929;
  background: #ccd5e0;
}

.home__videos-tabs .nav-link+.nav-link {
  margin-left: 4px;
}

.home__videos-tabs-content {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}




.home_nutrition-tabs {
  /*margin-top: 40px;   
  margin-bottom: 40px;*/
}

.home_nutrition-tabs .nav-link {
  background: #e4e9ef;
  color: #2f2929;
  padding: 9px 22px;
  font-family: "CircularStd";
  font-weight: 500;
  font-size: 15px;
}

.home_nutrition-tabs .nav-link::before {
  display: none;
}

.home_nutrition-tabs .nav-link.active,
.home_nutrition-tabs .nav-link:not(.disabled).active:hover,
.home_nutrition-tabs .nav-link:not(.disabled):hover {
  color: #2f2929;
  background: #ccd5e0;
}

.home_nutrition-tabs .nav-link+.nav-link {
  margin-left: 4px;
}

.home_nutrition-tabs-content {
  margin-top: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}


.home__videos-tabs .nav {
  justify-content: center;
}


.nav-vertical .nav-item+.nav-item {
  margin-top: 0.7rem;
}

.nav-vertical .nav-link {
  position: relative;
  padding: 0.4rem 1.3em;
}

.nav-vertical .nav-link.active::before {
  position: absolute;
  content: '';
  background: #0594d0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  z-index: 2;
}


.nav-pills .nav-link {
  border-radius: 3px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0594d0;
}

.nav-pills .nav-link.active:not(.disabled):hover {
  color: #fff;
}

.nav-pills .nav-item+.nav-item {
  margin-left: 5px;
}

.nav-pills .nav-item.show .nav-link {
  color: #fff;
  background-color: #0594d0;
}

.nav-tabs {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs .nav-link {
  font-size: 1.067rem;
  border: none;
  border-right: 1px solid #e6e6e6;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-link:not(.disabled):focus,
.nav-tabs .nav-link:not(.disabled):hover {
  border-color: #e6e6e6;
  color: #0594d0;
}

.nav-tabs .nav-link.active {
  position: relative;
  color: #0594d0;
}

.nav-tabs .nav-link.active::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  z-index: 2;
  height: 3px;
  background: #0594d0;
}

.nav-tabs .nav-link.disabled {
  color: #888;
  border-color: #e6e6e6;
}

.nav-tabs .nav-item.show .nav-link {
  color: #0594d0;
  background-color: transparent;
  border-color: #e6e6e6;
}

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

.nav-tabs {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.nav-tabs .tab-content {
  padding: 1.333rem;
}

.card {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

.card-header {
  padding: 15px 20px;
  background-color: #f7f7f9;
  border-bottom: 1px solid #e6e6e6;
  font-size: 17px;
  line-height: 20px;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header-pills {
  padding: 0;
  margin: -7px -13px;
}

.card-header-pills .nav-link {
  padding: 7px 18px;
}

.card-header-tabs {
  padding: 0;
  background: transparent;
  margin: -7px -13px -16px -13px;
}

.card-header-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #e6e6e6;
}

.card-header-tabs .nav-link {
  padding: .65em 1em;
  border-top: 1px solid #e6e6e6;
}

.card-block {
  padding: 16px 10px;
  font-size: 16px;
}

.card-footer {
  border-top: 1px solid #e6e6e6;
  background: #F9FAFB;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
}

.card-text {
  font-size: 16px;
}

.card-inverse .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.15);
}

.card-primary {
  background-color: #0594d0;
  border-color: #0594d0;
}

.card-secondary {
  background-color: #acb5ca;
  border-color: #acb5ca;
}

.card-success {
  background-color: #82c250;
  border-color: #82c250;
}

.card-info {
  background-color: #4ec2e7;
  border-color: #4ec2e7;
}

.card-warning {
  background-color: #f5ba42;
  border-color: #f5ba42;
}

.card-danger {
  background-color: #ed5f55;
  border-color: #ed5f55;
}

[class*="card-outline-"] .card-header {
  background: transparent;
}

[class*="card-outline-"] .card-header[class*="bg-"] {
  color: #fff;
}

.card-outline-primary {
  border-color: #0594d0;
}

.card-outline-primary .card-header,
.card-outline-primary .card-footer {
  border-color: #0594d0;
}

.card-outline-secondary {
  border-color: #acb5ca;
}

.card-outline-secondary .card-header,
.card-outline-secondary .card-footer {
  border-color: #acb5ca;
}

.card-outline-info {
  border-color: #4ec2e7;
}

.card-outline-info .card-header,
.card-outline-info .card-footer {
  border-color: #4ec2e7;
}

.card-outline-success {
  border-color: #82c250;
}

.card-outline-success .card-header,
.card-outline-success .card-footer {
  border-color: #82c250;
}

.card-outline-warning {
  border-color: #f5ba42;
}

.card-outline-warning .card-header,
.card-outline-warning .card-footer {
  border-color: #f5ba42;
}

.card-outline-danger {
  border-color: #ed5f55;
}

.card-outline-danger .card-header,
.card-outline-danger .card-footer {
  border-color: #ed5f55;
}

.card-solid {
  border: none;
  position: relative;
}

.card-solid .card-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #d7dfe8;
  border-bottom: none;
}

.card-accordion .card-header {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
}

.card-accordion .card-title {
  margin-bottom: 0;
  font-size: 1rem;
}

.card-accordion .card-title a {
  position: relative;
  top: 1px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 4rem;
}

.navbar .form-inline {
  padding-top: 1px;
}

.navbar .form-inline+.navbar-nav {
  margin-left: 10px;
}

.navbar .form-control {
  font-size: 1rem;
  padding: .48rem .75rem .52rem .75rem;
}

.navbar .form-control:-ms-input-placeholder {
  font-size: 1rem;
}

.navbar .form-control::placeholder {
  font-size: 1rem;
}

.navbar .form-control:focus {
  border-color: #DAE2E4;
}

.navbar .form-control:active,
.navbar .form-control:focus {
  box-shadow: none;
}

.navbar .search-form+.navbar-nav {
  margin-left: 1rem;
}

.navbar-light {
  /* Search form */
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: #000;
  background: #DAE2E4;
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link {
  color: #000;
}

.navbar-light .form-control {
  background: #DAE2E4;
  border-color: #DAE2E4;
  padding: .525rem 1rem;
}

.navbar-light .form-control:-ms-input-placeholder {
  color: #6D7172;
}

.navbar-light .form-control::placeholder {
  color: #6D7172;
}

.navbar-light .form-control:focus {
  border-color: #DAE2E4;
}

.navbar-inverse .navbar-nav .nav-link {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-inverse.bg-inverse .navbar-nav .nav-link:focus,
.navbar-inverse.bg-inverse .navbar-nav .nav-link:hover,
.navbar-inverse.bg-inverse .navbar-nav .nav-link.open,
.navbar-inverse.bg-inverse .navbar-nav .nav-link.active {
  background: #1C1818;
}

.navbar-inverse.bg-inverse .form-control {
  background: #1C1818;
  border-color: #1C1818;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-inverse .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-inverse .form-control:focus {
  border-color: #1C1818;
}

.navbar-inverse.bg-primary .navbar-nav .nav-link:focus,
.navbar-inverse.bg-primary .navbar-nav .nav-link:hover,
.navbar-inverse.bg-primary .navbar-nav .nav-link.open,
.navbar-inverse.bg-primary .navbar-nav .nav-link.active {
  background: #86146E;
}

.navbar-inverse.bg-primary .form-control {
  background: #86146E;
  border-color: #86146E;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-primary .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-primary .form-control:focus {
  border-color: #86146E;
}

.navbar-inverse.bg-info .navbar-nav .nav-link:focus,
.navbar-inverse.bg-info .navbar-nav .nav-link:hover,
.navbar-inverse.bg-info .navbar-nav .nav-link.open,
.navbar-inverse.bg-info .navbar-nav .nav-link.active {
  background: #33AADC;
}

.navbar-inverse.bg-info .form-control {
  background: #33AADC;
  border-color: #33AADC;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-info .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-info .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-info .form-control:focus {
  border-color: #33AADC;
}

.navbar-inverse.bg-success .navbar-nav .nav-link:focus,
.navbar-inverse.bg-success .navbar-nav .nav-link:hover,
.navbar-inverse.bg-success .navbar-nav .nav-link.open,
.navbar-inverse.bg-success .navbar-nav .nav-link.active {
  background: #62AA35;
}

.navbar-inverse.bg-success .form-control {
  background: #62AA35;
  border-color: #62AA35;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-success .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-success .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-success .form-control:focus {
  border-color: #62AA35;
}

.navbar-inverse.bg-warning .navbar-nav .nav-link:focus,
.navbar-inverse.bg-warning .navbar-nav .nav-link:hover,
.navbar-inverse.bg-warning .navbar-nav .nav-link.open,
.navbar-inverse.bg-warning .navbar-nav .nav-link.active {
  background: #F1A22B;
}

.navbar-inverse.bg-warning .form-control {
  background: #F1A22B;
  border-color: #F1A22B;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-warning .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-warning .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-warning .form-control:focus {
  border-color: #F1A22B;
}

.navbar-inverse.bg-danger .navbar-nav .nav-link:focus,
.navbar-inverse.bg-danger .navbar-nav .nav-link:hover,
.navbar-inverse.bg-danger .navbar-nav .nav-link.open,
.navbar-inverse.bg-danger .navbar-nav .nav-link.active {
  background: #E54239;
}

.navbar-inverse.bg-danger .form-control {
  background: #E54139;
  border-color: #E54139;
  color: rgba(255, 255, 255, 0.9);
}

.navbar-inverse.bg-danger .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse.bg-danger .form-control:focus {
  border-color: #E54139;
}

.navbar-brand {
  font-family: "CircularStd";
  font-weight: 300;
  padding-top: .5rem;
  font-size: 1.333rem;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  top: 1.1rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none;
  outline: none;
}

@media (max-width: 991px) {
  .navbar {
    padding: .6rem 0 0 0;
  }

  .navbar .search-form+.navbar-nav {
    margin-left: 0;
  }

  .navbar .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .navbar .form-inline {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar .form-inline+.navbar-nav {
    margin-left: 0;
  }

  .navbar .form-inline .form-control {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 1rem;
  }

  .navbar-nav .nav-link,
  .navbar-nav .dropdown-item {
    padding: 1rem;
    font-size: 1.133rem;
    line-height: 1.133rem;
    color: #fff;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-nav+.form-inline {
    margin-top: 1rem;
  }

  .navbar-inverse.bg-inverse .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-inverse .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-inverse .navbar-nav .nav-link.open,
  .navbar-inverse.bg-inverse .navbar-nav .nav-link.active {
    background: #231F1F;
  }

  .navbar-inverse.bg-inverse .form-control {
    background: #fff;
    border-color: #fff;
    color: #000;
  }

  .navbar-inverse.bg-inverse .form-control:-ms-input-placeholder {
    color: #888;
  }

  .navbar-inverse.bg-inverse .form-control::placeholder {
    color: #888;
  }

  .navbar-inverse.bg-inverse .form-control:focus {
    border-color: #fff;
  }

  .navbar-inverse.bg-inverse .dropdown-menu {
    background: #231F1F;
  }

  .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item:hover {
    background: #181414;
  }

  .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-inverse .dropdown-menu .dropdown-item:active {
    background: #181414;
  }

  .navbar-inverse.bg-primary .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-primary .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-primary .navbar-nav .nav-link.open,
  .navbar-inverse.bg-primary .navbar-nav .nav-link.active {
    background: #8B1775;
  }

  .navbar-inverse.bg-primary .form-control {
    background: #8B1775;
    border-color: #8B1775;
  }

  .navbar-inverse.bg-primary .form-control:focus {
    border-color: #8B1775;
  }

  .navbar-inverse.bg-primary .dropdown-menu {
    background: #8B1775;
  }

  .navbar-inverse.bg-primary .dropdown-menu .dropdown-item:hover {
    background: #81136A;
  }

  .navbar-inverse.bg-primary .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-primary .dropdown-menu .dropdown-item:active {
    background: #81136A;
  }

  .navbar-inverse.bg-info .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-info .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-info .navbar-nav .nav-link.open,
  .navbar-inverse.bg-info .navbar-nav .nav-link.active {
    background: #35A8DA;
  }

  .navbar-inverse.bg-info .form-control {
    background: #35A8DA;
    border-color: #35A8DA;
  }

  .navbar-inverse.bg-info .form-control:focus {
    border-color: #35A8DA;
  }

  .navbar-inverse.bg-info .dropdown-menu {
    background: #35A8DA;
  }

  .navbar-inverse.bg-info .dropdown-menu .dropdown-item:hover {
    background: #299CD4;
  }

  .navbar-inverse.bg-info .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-info .dropdown-menu .dropdown-item:active {
    background: #299CD4;
  }

  .navbar-inverse.bg-success .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-success .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-success .navbar-nav .nav-link.open,
  .navbar-inverse.bg-success .navbar-nav .nav-link.active {
    background: #62A838;
  }

  .navbar-inverse.bg-success .form-control {
    background: #62A838;
    border-color: #62A838;
  }

  .navbar-inverse.bg-success .form-control:focus {
    border-color: #62A838;
  }

  .navbar-inverse.bg-success .dropdown-menu {
    background: #62A838;
  }

  .navbar-inverse.bg-success .dropdown-menu .dropdown-item:hover {
    background: #529C2A;
  }

  .navbar-inverse.bg-success .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-success .dropdown-menu .dropdown-item:active {
    background: #529C2A;
  }

  .navbar-inverse.bg-warning .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-warning .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-warning .navbar-nav .nav-link.open,
  .navbar-inverse.bg-warning .navbar-nav .nav-link.active {
    background: #F0A02D;
  }

  .navbar-inverse.bg-warning .form-control {
    background: #F1A02E;
    border-color: #F1A02E;
  }

  .navbar-inverse.bg-warning .form-control:focus {
    border-color: #F1A02E;
  }

  .navbar-inverse.bg-warning .dropdown-menu {
    background: #F0A02D;
  }

  .navbar-inverse.bg-warning .dropdown-menu .dropdown-item:hover {
    background: #EE9221;
  }

  .navbar-inverse.bg-warning .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-warning .dropdown-menu .dropdown-item:active {
    background: #EE9221;
  }

  .navbar-inverse.bg-danger .navbar-nav .nav-link:focus,
  .navbar-inverse.bg-danger .navbar-nav .nav-link:hover,
  .navbar-inverse.bg-danger .navbar-nav .nav-link.open,
  .navbar-inverse.bg-danger .navbar-nav .nav-link.active {
    background: #E3433A;
  }

  .navbar-inverse.bg-danger .form-control {
    background: #E4423B;
    border-color: #E4423B;
  }

  .navbar-inverse.bg-danger .form-control:focus {
    border-color: #E4423B;
  }

  .navbar-inverse.bg-danger .dropdown-menu {
    background: #E3433A;
  }

  .navbar-inverse.bg-danger .dropdown-menu .dropdown-item:hover {
    background: #DE352D;
  }

  .navbar-inverse.bg-danger .dropdown-menu .dropdown-item.active,
  .navbar-inverse.bg-danger .dropdown-menu .dropdown-item:active {
    background: #DE352D;
  }

  .navbar-light {
    /* Search form */
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000;
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.open,
  .navbar-light .navbar-nav .nav-link.active {
    color: #000;
    background: #DAE2E4;
  }

  .navbar-light .navbar-nav .open>.nav-link,
  .navbar-light .navbar-nav .active>.nav-link {
    color: #000;
  }

  .navbar-light .form-control {
    background: #DAE2E4;
    border-color: #DAE2E4;
  }

  .navbar-light .form-control:focus {
    border-color: #DAE2E4;
  }

  .navbar-light .dropdown-menu {
    background: #DAE2E4;
  }

  .navbar-light .dropdown-menu .dropdown-item {
    color: #000;
  }

  .navbar-light .dropdown-menu .dropdown-item:hover {
    background: #CAD5D7;
  }

  .navbar-light .dropdown-menu .dropdown-item.active,
  .navbar-light .dropdown-menu .dropdown-item:active {
    background: #CAD5D7;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding: 1.54rem 1.1rem 1.4rem 1.1rem;
    font-size: 1.133rem;
    line-height: 1.133rem;
  }
}

.dropdown-menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #fff;
  border: none;
  margin-top: 10px;
  z-index: 1001;
}

.dropdown-item {
  font-size: 1.133rem;
  padding: 0.5333rem 1rem;
}

.dropdown-item:hover {
  background: #dae2e4;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #dae2e4;
  color: #000;
}

.bg-primary .dropdown-item:hover,
.bg-primary .dropdown-item.active {
  background: #0594d0;
  color: #fff;
}

.bg-info .dropdown-item:hover,
.bg-info .dropdown-item.active {
  background: #4ec2e7;
  color: #fff;
}

.bg-success .dropdown-item:hover,
.bg-success .dropdown-item.active {
  background: #82c250;
  color: #fff;
}

.bg-warning .dropdown-item:hover,
.bg-warning .dropdown-item.active {
  background: #f5ba42;
  color: #fff;
}

.bg-danger .dropdown-item:hover,
.bg-danger .dropdown-item.active {
  background: #ed5f55;
  color: #fff;
}

.dropdown-menu.animated {
  animation-duration: 0.2s;
  animation-timing-function: ease;
}

.dropdown-menu.animated.fadeIn {
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.close {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-shadow: none;
}

.close:focus,
.close:active {
  outline: none;
}

.alert-link {
  font-weight: 500;
}

.alert {
  border-radius: 3px;
  padding: 1.2rem;
  font-size: 1rem;
}

.alert-primary {
  background-color: #F1DEEE;
  border-color: #F1DEEE;
  color: #0594d0;
}

.alert-primary .alert-link {
  color: #04719e;
}

.alert-secondary {
  background-color: #eaeded;
  border-color: #eaeded;
  color: #333;
}

.alert-secondary .alert-link {
  color: #000;
}

.alert-info {
  background-color: #dcf3fa;
  border-color: #dcf3fa;
  color: #30a3c7;
}

.alert-info .alert-link {
  color: #26819e;
}

.alert-success {
  background: #ECF6E5;
  border-color: #ECF6E5;
  color: #69a53b;
}

.alert-success .alert-link {
  color: #517f2e;
}

.alert-warning {
  background: #FEF5E3;
  border-color: #FEF5E3;
  color: #d19927;
}

.alert-warning .alert-link {
  color: #a67a1f;
}

.alert-danger {
  background: #FCE7E6;
  border-color: #FCE7E6;
  color: #ed5f55;
}

.alert-danger .alert-link {
  color: #e83427;
}

[class*="alert-solid-"] {
  color: #fff;
}

[class*="alert-solid-"] hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}

[class*="alert-solid-"] .alert-link {
  color: #fff;
  font-weight: 500;
}

[class*="alert-solid-"] .close {
  color: #fff;
  opacity: 1;
}

[class*="alert-solid-"] .close:hover {
  opacity: 1;
}

.alert-solid-primary {
  background-color: #0594d0;
  border-color: #0594d0;
}

.alert-solid-secondary {
  background-color: #acb5ca;
  border-color: #acb5ca;
}

.alert-solid-success {
  background-color: #82c250;
  border-color: #82c250;
}

.alert-solid-info {
  background-color: #4ec2e7;
  border-color: #4ec2e7;
}

.alert-solid-warning {
  background-color: #f5ba42;
  border-color: #f5ba42;
}

.alert-solid-danger {
  background-color: #ed5f55;
  border-color: #ed5f55;
}

.modal .close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0594d0;
  color: #fff;
  position: absolute;
  opacity: 1;
  right: -15px;
  top: -15px;
}

.modal .close:hover {
  background: #0589c1;
}

.modal-content {
  border: none;
  border-radius: 6px;
}

.modal-header {
  padding: 15px 15px 12px 15px;
  border-bottom-color: #e6e6e6;
}

.modal-footer {
  border-top-color: #e6e6e6;
}

.modal-body-header {
  margin-bottom: 25px;
}

.modal-body-single {
  padding: 30px;
}

.modal-form .form-group:last-child {
  margin-bottom: 0;
}

.modal-form .form-group+.form-group {
  margin-top: 1.5rem;
}

.modal-controls {
  margin-top: 34px;
}

.modal-controls a {
  color: #8e8e93;
  font-weight: 400;
}

/* DELETE THIS BLOCK IN PRODUCTION  */
.color-preview {
  height: 100px;
  color: #fff;
}

.color-preview-default,
.color-preview-active {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-preview-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.color-preview-active {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.color-preview-primary .color-preview-default {
  background: #0594d0;
}

.color-preview-primary .color-preview-active {
  background: #047fb2;
}

.color-preview-info .color-preview-default {
  background: #4ec2e7;
}

.color-preview-info .color-preview-active {
  background: #3daad6;
}

.color-preview-success .color-preview-default {
  background: #82c250;
}

.color-preview-success .color-preview-active {
  background: #6baa41;
}

.color-preview-warning .color-preview-default {
  background: #f5ba42;
}

.color-preview-warning .color-preview-active {
  background: #dea336;
}

.color-preview-danger .color-preview-default {
  background: #ed5f55;
}

.color-preview-danger .color-preview-active {
  background: #d94e47;
}

.color-preview-secondary .color-preview-default {
  background: #acb5ca;
}

.color-preview-secondary .color-preview-active {
  background: #969fb9;
}

.color-preview-cinnabar .color-preview-default {
  background: #e74c3c;
}

.color-preview-cinnabar .color-preview-active {
  background: #dc3125;
}

.color-preview-zest .color-preview-default {
  background: #e67e22;
}

.color-preview-zest .color-preview-active {
  background: #da5e13;
}

.color-preview-supernova .color-preview-default {
  background: #ffcd02;
}

.color-preview-supernova .color-preview-active {
  background: #ffb901;
}

.color-preview-pavlova .color-preview-default {
  background: #d5c295;
}

.color-preview-pavlova .color-preview-active {
  background: #c3ab76;
}

.color-preview-pickled-bluewood .color-preview-default {
  background: #34495e;
}

.color-preview-pickled-bluewood .color-preview-active {
  background: #1f2f40;
}

.color-preview-mine-shaft .color-preview-default {
  background: #2b2b2b;
}

.color-preview-mine-shaft .color-preview-active {
  background: #191919;
}

.color-preview-wisteria .color-preview-default {
  background: #9b59b6;
}

.color-preview-wisteria .color-preview-active {
  background: #7c3c9c;
}

.color-preview-ming .color-preview-default {
  background: #3a6f81;
}

.color-preview-ming .color-preview-active {
  background: #1f2f40;
}

.color-preview-curious-blue .color-preview-default {
  background: #3598dc;
}

.color-preview-curious-blue .color-preview-active {
  background: #1f79cb;
}

.color-preview-shamrock .color-preview-default {
  background: #2ecc71;
}

.color-preview-shamrock .color-preview-active {
  background: #1bb751;
}

.color-preview-mountain-meadow .color-preview-default {
  background: #1abc9c;
}

.color-preview-mountain-meadow .color-preview-active {
  background: #0ea37d;
}

.color-preview-porcelain {
  color: #000;
}

.color-preview-porcelain .color-preview-default {
  background: #ecf0f1;
}

.color-preview-porcelain .color-preview-active {
  background: #e3e9ea;
}

.color-preview-cascade .color-preview-default {
  background: #95a5a6;
}

.color-preview-cascade .color-preview-active {
  background: #768889;
}

.color-preview-killarney .color-preview-default {
  background: #345f41;
}

.color-preview-killarney .color-preview-active {
  background: #1f4129;
}

.color-preview-blue-marguerite .color-preview-default {
  background: #745ec5;
}

.color-preview-blue-marguerite .color-preview-active {
  background: #5440ae;
}

.color-preview-millbrook .color-preview-default {
  background: #5e4534;
}

.color-preview-millbrook .color-preview-active {
  background: #402c1f;
}

.color-preview-cosmic .color-preview-default {
  background: #5e345e;
}

.color-preview-cosmic .color-preview-active {
  background: #401f40;
}

.color-preview-flory .color-preview-default {
  background: #ef717a;
}

.color-preview-flory .color-preview-active {
  background: #e7515a;
}

.color-preview-atlantis .color-preview-default {
  background: #a5c63b;
}

.color-preview-atlantis .color-preview-active {
  background: #88b024;
}

.color-preview-persian-pink .color-preview-default {
  background: #f47cc3;
}

.color-preview-persian-pink .color-preview-active {
  background: #ee5cac;
}

.color-preview-nutmeg .color-preview-default {
  background: #79302a;
}

.color-preview-nutmeg .color-preview-active {
  background: #591c18;
}

.color-preview-donkey-brown .color-preview-default {
  background: #a38671;
}

.color-preview-donkey-brown .color-preview-active {
  background: #856651;
}

.color-preview-perano .color-preview-default {
  background: #b8c9f1;
}

.color-preview-perano .color-preview-active {
  background: #9eb3ea;
}

.color-preview-kashmir-blue .color-preview-default {
  background: #5065a1;
}

.color-preview-kashmir-blue .color-preview-active {
  background: #344683;
}

.hero-preview {
  min-height: 500px;
  position: relative;
  background: url("../images/hero/drug.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.hero-preview .navbar {
  margin-bottom: 108px;
  margin-top: 20px;
}

.hero-preview .navbar-brand {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.hero-preview .brand-colored {
  color: #ffcd02;
}

.hero-preview .brand-version {
  position: relative;
  right: 0;
  top: -10px;
  font-size: 13px;
}

.hero-preview h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 25px;
}

.hero-preview h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 35px;
}

.menu-preview {
  background: #F1F4F7;
  margin-left: -15px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  height: 100%;
}

.menu-preview .menu-preview {
  margin: 0;
  display: none;
}

.menu-preview-link-item {
  font-size: 20px;
  color: #000;
  display: block;
  padding: .65rem 2rem .7rem 2rem;
}

.menu-preview-link-item:hover,
.menu-preview-link-item:focus {
  color: #0594d0;
  text-decoration: none;
}

.menu-preview-link-item-active {
  background: #DADEE8;
}

.menu-preview-nav-item .menu-preview .menu-preview-link-item {
  color: #888;
  font-size: 18px;
  padding-left: 50px;
}

.menu-preview-nav-item .menu-preview .menu-preview-link-item:hover,
.menu-preview-nav-item .menu-preview .menu-preview-link-item:focus {
  color: #0594d0;
  text-decoration: none;
}

/* DELETE THIS BLOCK IN PRODUCTION  */
.button-browse-all {
  text-align: center;
  margin-top: 35px;
}

.button-browse-all .btn {
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 17px 12px 17px;
  border-radius: 0;
  font-family: "CircularStd";
  font-weight: 400;
}

.listings-pagination {
  margin-top: 30px;
}

.listings-pagination .page-link {
  border: none;
  color: #0063d3;
  border-bottom: 1px solid #0063d3;
  padding: 0;
  background: none;
}

.listings-pagination .page-link:hover {
  background: none;
}

.listings-pagination .page-item {
  font-size: 18px;
}

.listings-pagination .page-item+.page-item {
  margin-left: 30px;
}

.listings-pagination .page-item.active .page-link {
  border: none;
  background: none;
  color: #000;
}

.description-list-block {
  font-size: 16px;
}

.description-list-block__heading {
  margin-bottom: 20px;
  font-size: 22px;
}

.description-list-block+.description-list-block {
  margin-top: 60px;
}

.description-list-block__list li {
  padding-left: 20px;
  position: relative;
}

.description-list-block__list li:before {
  content: '';
  border-radius: 50%;
  border: 2px solid #a3238e;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  position: absolute;
}

.description-list-block__list li+li {
  margin-top: 20px;
}

.online {
  width: 12px;
  height: 12px;
  background: #5fb336;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.social-auth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.social-auth__heading {
  margin-bottom: 20px;
}

.social-auth__links a {
  display: inline-block;
}

.social-auth__links a:hover {
  text-decoration: none;
}

.social-auth__links a+a {
  margin-left: 10px;
}

.header-topbar {
  height: 40px;
  background-color: #f1f4f7;
  font-size: 14px;
  color: #000;
}

.header-topbar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  /* width: 100% !important; */
  padding: 0px;
}

.header-topbar .container .nav-link{
  font-size: 14px !important;
  color: #007bff !important;
  font-weight: 600 !important;
}


.header-topbar__follow-us {
  display: -ms-flexbox;
  display: flex;
}

.header-topbar__follow-us a {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.header-topbar__contact-info {
  display: -ms-flexbox;
  display: flex;
}

.header-topbar__contact-info-item {
  margin-right: 0px;
  /* margin-right: 30px; */
}

.header-topbar__contact-info-item:last-child {
  margin-right: 0;
}

.header-topbar__contact-info-item .title {
  color: #999;
}

.header-topbar__contact-info-item .icon {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  top: 2px;
}

.header-topbar__contact-info-item .icon.iconfont-phone-outline {
  top: 1px;
}

.header-topbar__nav .nav-item .nav-link {
  padding: 9px;
  font-size: 14px;
}

.header-topbar__nav .dropdown-menu {
  padding: 0;
  margin-top: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-topbar__nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #999;
}

.header-topbar__nav .dropdown-menu .dropdown-item:hover {
  color: #000;
  background: #fff;
}

.header-topbar__nav .dropdown-menu .dropdown-item.active {
  background-color: #e4e9ef;
  color: #000;
}

.header-default__menu {
  height: 84px;
}

.header-default__menu .container {
  height: 100%;
}

.header-default__menu .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 0;
}

.header-default__menu .navbar-brand {
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  /* margin-right: 56px; */
  position: relative;
  top: -1px;
}

.header-default__menu .navbar-brand .colored {
  color: #0594d0;
}

.header-default__menu .navbar-nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 2px;
}

.header-default__menu .nav-item {
  margin-right: 0;
}

.header-default__menu .nav-item+.nav-item {
  margin-left: 25px;
}

.header-default__menu .nav-item.show>.nav-link,
.header-default__menu .nav-item:hover>.nav-link {
  color: #0594d0;
}

.header-default__menu .nav-item.show>.nav-link::after,
.header-default__menu .nav-item:hover>.nav-link::after {
  color: #0594d0;
}

.header-default__menu .nav-item.dropdown.active>.nav-link {
  padding-right: 20px;
}

.header-default__menu .nav-item.active>.nav-link {
  background: #0594d0;
  color: #fff;
  border-radius: 2px;
}

.header-default__menu .nav-link {
  /*padding: 7px 21px;*/
  padding: 7px 10px;
  color: #333;
  font-family: "CircularStd";
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.header-default__menu .nav-link:last-child {
  margin-right: 0;
}

.header-default__menu .nav-link:hover {
  color: #0594d0;
}

.header-default__menu .dropdown-menu {
  margin-top: 20px;
  background: #353636;
  border-radius: 2px;
  padding: 17px;
  z-index: 1001;
}

.header-default__menu .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 16px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #353636;
  border-left: 9px solid transparent;
  content: '';
}

.header-default__menu .dropdown-menu .dropdown-item {
  padding: 0;
  font-family: "Open Sans";
  font-size: 17px;
  color: #bfbfbf;
  line-height: 17px;
  margin-bottom: 15px;
}

.header-default__menu .dropdown-menu .dropdown-item:hover,
.header-default__menu .dropdown-menu .dropdown-item.active {
  color: #fff;
  background: none;
}

.header-default__menu .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.header-default__menu .dropdown-menu__columns {
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}

.header-default__menu .dropdown-menu__column {
  padding: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-default__menu .dropdown-menu__column:last-child {
  border: none;
}

.header-default__menu .dropdown-toggle::after {
  font-family: "iconfont";
  content: "";
  border: none;
  vertical-align: baseline;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  margin-left: 8px;
  color: #999;
  top: 1px;
}

.header-default__menu.stick-me.sticking {
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 69px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.09);
}

.header-default__menu.stick-me.sticking .navbar {
  height: 69px;
}

.header-default__menu-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.header-default__menu-links .btn {
  padding: 7px 21px;
  font-size: 15px;
  font-weight: 400;
  color: #0594d0;
  border-color: rgba(5, 148, 208, 0.5);
}

.header-default__menu-links .btn+.btn {
  margin-left: 16px;
}

.header-default__menu-links .btn:hover {
  color: #fff;
}

.header-default__dropdowns {
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.header-default__dropdowns .nav-link {
  padding-left: 11px;
  padding-right: 0;
}

.header-default__dropdowns .dropdown-menu {
  padding: 26px;
  box-shadow: none;
  border: 2px solid #0594d0;
  background: #fff;
}

.header-default__dropdowns .dropdown-menu::before {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #0594d0;
  border-left: 12px solid transparent;
  content: '';
}

.header-default__dropdowns .dropdown-menu::after {
  position: absolute;
  top: -9px;
  left: calc(50% - 10px);
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}

.header-default__dropdowns .dropdown-menu.dropdown-menu-right::before {
  left: calc(100% - 40px);
}

.header-default__dropdowns .dropdown-menu.dropdown-menu-right::after {
  left: calc(100% - 38px);
}

.header-default__dropdowns .dropdown-item {
  padding: 5px 10px;
  color: #0063d3;
}

.header-default__dropdowns .dropdown-item:hover {
  background: #0594d0;
  color: #fff;
}

.header-default__currency a,
.header-default__langs a {
  font-size: 15px;
  cursor: pointer;
}

.header-default__currency>.dropdown-toggle span,
.header-default__langs>.dropdown-toggle span {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  width: 36px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  color: #000;
}

.header-default__currency>.dropdown-toggle span img,
.header-default__langs>.dropdown-toggle span img {
  position: relative;
  top: -1px;
}

.header-default__currency.show>.dropdown-toggle span,
.header-default__currency:hover>.dropdown-toggle span,
.header-default__langs.show>.dropdown-toggle span,
.header-default__langs:hover>.dropdown-toggle span {
  border-color: #0594d0;
}

.header-default__currency-block,
.header-default__langs-block {
  margin-bottom: 38px;
}

.header-default__currency-block:last-child,
.header-default__langs-block:last-child {
  margin-bottom: 0;
}

.header-default__currency-lists,
.header-default__langs-lists {
  display: -ms-flexbox;
  display: flex;
}

.header-default__currency-lists ul,
.header-default__langs-lists ul {
  width: 190px;
  margin: 0;
  margin-right: 35px;
}

.header-default__currency-lists ul:first-child,
.header-default__langs-lists ul:first-child {
  margin-left: -11px;
}

.header-default__currency-lists ul:last-child,
.header-default__langs-lists ul:last-child {
  margin-right: 0;
}

.header-default__currency-lists a,
.header-default__langs-lists a {
  font-size: 13px;
  border-radius: 2px;
  display: block;
  padding: 5px 10px;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #0484c1;
  border: 1px solid transparent;
}

.header-default__currency-lists a:hover,
.header-default__currency-lists a.is-active,
.header-default__langs-lists a:hover,
.header-default__langs-lists a.is-active {
  border: 1px solid #0594d0;
  color: #0594d0;
  text-decoration: none;
}

.header-default__currency-lists a:hover span,
.header-default__currency-lists a.is-active span,
.header-default__langs-lists a:hover span,
.header-default__langs-lists a.is-active span {
  color: #0594d0;
}

.header-default__currency-lists a span,
.header-default__langs-lists a span {
  display: inline-block;
  color: #888888;
  text-transform: uppercase;
  width: 30px;
  margin-right: 10px;
  font-weight: 500;
}

.header-default__currency .dropdown-menu {
  width: 966px;
  margin-left: -453px;
}

.header-default__langs .dropdown-menu {
  width: 738px;
  margin-left: -339px;
}

.header-default__langs-lists {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-default__langs-lists img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
}

@media only screen and (max-width: 1199px) {
  .header-default .header-topbar {
    display: none;
  }

  .header-default .navbar-toggler {
    right: 0;
    top: 26px;
    cursor: pointer;
  }

  .header-default__menu {
    height: auto;
  }

  .header-default__menu .navbar {
    display: block;
  }

  .header-default__menu .navbar-brand {
    padding-left: 0;
    /* top: 10px; */
  }

  .header-default__menu .navbar-nav {
    display: block;
  }

  .header-default__menu .nav-item {
    display: block;
    margin: 0;
  }

  .header-default__menu .nav-item+.nav-item {
    margin: 0;
  }

  .header-default__menu .nav-link {
    padding: 0;
  }

  .header-default__menu .dropdown-menu {
    position: static;
    border: 0;
    background: #fff;
    padding: 0;
  }

  .header-default__menu .dropdown-menu::before,
  .header-default__menu .dropdown-menu::after {
    display: none;
  }

  .header-default__menu-collapse {
    display: block;
  }

  .header-default__menu-links {
    margin-top: 20px;
  }

  .header-default__dropdowns {
    display: none;
  }

  .header-default .navbar-collapse {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .header-default .navbar-collapse .nav-link {
    padding: 10px 0;
  }

  .header-default .navbar-collapse .nav-item {
    margin-left: 2px;
  }

  .header-default .navbar-collapse .nav-item.active .nav-link {
    background: transparent;
    color: #0594d0;
  }

  .header-default .navbar-collapse .dropdown-menu {
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 15px;
  }

  .header-default .navbar-collapse .dropdown-item {
    color: #000;
    font-size: 17px;
    padding: 3px 0;
  }

  .header-default .navbar-collapse .dropdown-item:hover {
    color: #0594d0;
  }

  .header-default .dropdown-menu {
    box-shadow: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header-default .dropdown-menu .dropdown-menu__columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-default .dropdown-menu .dropdown-menu__column {
    border: none;
  }

  .header-default .dropdown-menu .dropdown-menu__column+.dropdown-menu__column {
    padding-top: 0;
  }
}

.header-simple {
  height: 98px;
}

.header-simple .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 98px;
  border-radius: 0;
}

.header-simple .navbar-brand {
  -ms-flex-order: 1;
  order: 1;
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  margin-right: 56px;
}

.header-simple .navbar-brand .colored {
  color: #0594d0;
}

.header-simple .navbar-nav {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header-simple .navbar-nav .nav-item {
  margin-right: 0;
}

.header-simple .navbar-nav .nav-item+.nav-item {
  margin-left: 25px;
}

.header-simple .navbar-nav .nav-item.open>.nav-link {
  color: #0594d0;
}

.header-simple .navbar-nav .nav-item.dropdown.active>.nav-link {
  padding-right: 20px;
}

.header-simple .navbar-nav .nav-item.active>.nav-link {
  background: #0594d0;
  color: #fff;
  border-radius: 2px;
}

.header-simple .navbar-nav .nav-link {
  padding: 6px 15px;
  color: #333;
  font-family: "CircularStd";
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.header-simple .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.header-simple .navbar-nav .nav-link:hover {
  color: #0594d0;
}

.header-simple .auth-controls {
  -ms-flex-order: 3;
  order: 3;
}

.header-simple .auth-controls .btn {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.header-simple .auth-controls .btn .icon {
  position: relative;
  top: 1px;
}

.header-simple .auth-controls .btn .icon+.text {
  margin-left: 7px;
}

.header-simple .auth-controls .btn+.btn {
  margin-left: 16px;
}

.header-simple .dropdown-menu {
  margin-top: 20px;
  background: #353636;
  border-radius: 2px;
  padding: 14px;
  z-index: 1001;
}

.header-simple .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 16px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #353636;
  border-left: 9px solid transparent;
  content: '';
}

.header-simple .dropdown-menu .dropdown-item {
  padding: 0;
  font-family: "Open Sans";
  font-size: 15px;
  color: #bfbfbf;
  line-height: 15px;
  margin-bottom: 15px;
}

.header-simple .dropdown-menu .dropdown-item:hover,
.header-simple .dropdown-menu .dropdown-item.active {
  color: #fff;
  background: none;
}

.header-simple .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.header-simple .dropdown-menu.dropdown-menu-center {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}

.header-simple .dropdown-menu.dropdown-menu-center:before {
  left: 50%;
  margin-left: -8px;
}

.header-simple .dropdown-toggle::after {
  font-family: "iconfont";
  content: "";
  border: none;
  vertical-align: baseline;
  font-size: 8px;
  font-weight: bold;
  position: relative;
  margin-left: 8px;
}

@media (max-width: 1240px) {
  .header-drug .navbar {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-drug .navbar-nav {
    display: none;
  }
}

.header-simple-dark {
  background: #333;
  min-height: 47px;
}

.header-simple-dark .navbar-nav .nav-link {
  font-size: 20px;
  padding: 15px;
}

.header-simple-dark .navbar-nav .nav-item:first-child {
  margin-left: -15px;
}

.header-simple-dark .navbar-nav .nav-item.active .nav-link,
.header-simple-dark .navbar-nav .nav-item:hover .nav-link {
  color: #ffc71d;
}

.header-simple-dark .navbar-toggler {
  right: 0;
  top: -2px;
}

@media only screen and (max-width: 997px) {
  .header-simple-dark .navbar-nav {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .header-simple-dark .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
}

.header-simple-light {
  background-color: #f1f4f7;
  min-height: 47px;
}

.header-simple-light .navbar-nav .nav-link {
  font-size: 19px;
  padding: 15px;
  color: #000;
}

.header-simple-light .navbar-nav .nav-item:first-child {
  margin-left: -15px;
}

.header-simple-light .navbar-nav .nav-item:hover .nav-link,
.header-simple-light .navbar-nav .nav-item.active .nav-link {
  color: #0594d0;
}

.header-simple-light .navbar-toggler {
  right: 0;
  color: #000;
  top: 5px;
}

@media only screen and (max-width: 997px) {
  .header-simple-light .navbar-nav {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .header-simple-light .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
}

.header-default--properties .header-default__menu .navbar-nav .nav-item+.nav-item {
  margin-left: 8px;
}

.header-default--properties .header-default__menu .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

/*
$header-default-height: 98px;
$header-default-sticky-height: 69px;
$header-default-sticky-box-shadow: 0 4px 10px -2px rgba(#000, .09);

.header-master {
  &__menu {
    height: $header-default-height;

    .navbar-brand {
      font-family: $font-name;
      font-size: 30px;
      line-height: 30px;
      color: #222;
      text-transform: uppercase;
      margin-right: 76px;
      position: relative;
      top: -1px;

      .colored {
        color: $color-primary-light;
      }
    }

    .navbar-nav {
      flex-direction: row;

      .nav-item {
        margin-right: 0;

        + .nav-item {
          margin-left: 25px;
        }

        &.open {
          > .nav-link {
            color: $color-primary-light;
          }
        }

        &.dropdown {
          &.active {
            > .nav-link {
              padding-right: 20px;
            }
          }
        }

        &.active {
          > .nav-link {
            background: $color-primary-light;
            color: #fff;
            border-radius: 2px;
          }
        }

        .dropdown-menu {
          margin-top: 20px;
          background: #353636;
          border-radius: 2px;
          padding: 14px;
          z-index: 1001;

          &:before {
            position: absolute;
            top: -9px;
            left: 16px;
            display: inline-block;
            border-right: 9px solid transparent;
            border-bottom: 9px solid #353636;
            border-left: 9px solid transparent;
            content: '';
          }

          .dropdown-item {
            padding: 0;
            font-family: $text-font-name;
            font-size: 15px;
            color: #bfbfbf;
            line-height: 15px;
            margin-bottom: 15px;

            &:hover, &.active {
              color: #fff;
              background: none;
            }

            &:last-child {
              margin-bottom: 0;
            }
          }

          &.dropdown-menu-center {
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);

            &:before {
              left: 50%;
              margin-left: -8px;
            }
          }
        }

        .dropdown-toggle {
          &::after {
            font-family: $iconfont-font-name;
            content: $dropdown-icon-code;
            border: none;
            vertical-align: baseline;
            font-size: 11px;
            font-weight: bold;
            position: relative;
            margin-left: 8px;
            color: #999;
            top: 1px;
          }
        }
      }

      .nav-link {
        padding: 7px 21px;
        color: #333;
        font-family: $font-name;
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;

        &:last-child {
          margin-right: 0;
        }

        &:hover {
          color: $color-primary-light;
        }
      }
    }

    &.stick-me.sticking {
      width: 100%;
      background: #fff;
      z-index: 999;
      height: $header-default-sticky-height;
      box-shadow: $header-default-sticky-box-shadow;

      .navbar {
        height: $header-default-sticky-height;
      }
    }
  }

  &__navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    height: $header-default-height;
    border-radius: 0;
  }

  &__links {
    a {
      display: inline-block;
      margin-left: 25px;
    }

    .btn-link {
      color: #000;

      &:hover {
        color: $color-primary-light;
      }
    }

    .btn {
      padding: 7px 21px;
      font-size: 19px;
      font-weight: 400;
      border-color: $color-primary-light;
      border-width: 2px;

      &:hover {
        background: $color-primary-light;
      }

      + .btn {
        margin-left: 16px;
      }
    }
  }

  &__dropdowns {
    display: flex;

    .dropdown-menu {
      padding: 26px;
      box-shadow: none;
      border: 2px solid $color-primary;

      &:before {
        position: absolute;
        top: -12px;
        left: calc(50% - 12px);
        display: inline-block;
        border-right: 12px solid transparent;
        border-bottom: 12px solid $color-primary;
        border-left: 12px solid transparent;
        content: '';
      }

      &:after {
        position: absolute;
        top: -9px;
        left: calc(50% - 10px);
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        content: '';
      }
    }

    .dropdown-item {
      padding: 5px 10px;

      &:hover {
        background: $color-primary;
        color: #fff;
      }
    }
  }

  &__currency,
  &__langs {
    a {
      font-size: 15px;
      cursor: pointer;
    }

    .dropdown-toggle {
      span {
        display: inline-block;
        border-radius: 50%;
        border: 1px solid rgba(#333, .25);
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        line-height: 34px;
        color: #000;

        img {
          position: relative;
          top: -1px;
        }
      }
    }
  }

  &__currency-block,
  &__langs-block {
    margin-bottom: 38px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  &__currency-lists,
  &__langs-lists {
    display: flex;

    ul {
      width: 190px;
      margin: 0;
      margin-right: 35px;

      &:first-child {
        margin-left: -11px;
      }

      &:last-child {
        margin-right: 0;
      }
    }

    a {
      font-size: 13px;
      border-radius: 2px;
      display: block;
      padding: 5px 11px;
      margin-bottom: 3px;
      white-space: nowrap;
      color: #0484c1;

      &:hover,
      &.is-active {
        background: #34aadc;
        color: #fff;
        text-decoration: none;
        
        span {
          color: #fff;
        }
      }

      span {
        display: inline-block;
        color: #888888;
        text-transform: uppercase;
        width: 30px;
        margin-right: 10px;
        font-weight: 500;
      }
    }
  }

  &__currency {
    .dropdown-menu {
      width: 966px;
      margin-left: -453px;
    }
  }

  &__langs {
    .dropdown-menu {
      width: 738px;
      margin-left: -339px;
    }
  }

  &__langs-lists {
    justify-content: space-between;

    img {
      position: relative;
      top: -1px;
      display: inline-block;
      margin-right: 4px;
    }
  }
}*/
.header-master__menu {
  height: 98px;
}

.header-master__menu .container {
  height: 100%;
}

.header-master__menu .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 0;
}

.header-master__menu .navbar-brand {
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  margin-right: 56px;
  position: relative;
  top: -1px;
}

.header-master__menu .navbar-brand .colored {
  color: #0594d0;
}

.header-master__menu .navbar-nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.header-master__menu .nav-item {
  margin-right: 0;
}

.header-master__menu .nav-item+.nav-item {
  margin-left: 25px;
}

.header-master__menu .nav-item.open>.nav-link {
  color: #0594d0;
}

.header-master__menu .nav-item.dropdown.active>.nav-link {
  padding-right: 20px;
}

.header-master__menu .nav-item.active>.nav-link {
  background: #0594d0;
  color: #fff;
  border-radius: 2px;
}

.header-master__menu .nav-link {
  padding: 7px 21px;
  color: #333;
  font-family: "CircularStd";
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.header-master__menu .nav-link:last-child {
  margin-right: 0;
}

.header-master__menu .nav-link:hover {
  color: #0594d0;
}

.header-master__menu .dropdown-menu {
  margin-top: 20px;
  background: #353636;
  border-radius: 2px;
  padding: 14px;
  z-index: 1001;
}

.header-master__menu .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 16px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #353636;
  border-left: 9px solid transparent;
  content: '';
}

.header-master__menu .dropdown-menu .dropdown-item {
  padding: 0;
  font-family: "Open Sans";
  font-size: 17px;
  color: #bfbfbf;
  line-height: 17px;
  margin-bottom: 15px;
}

.header-master__menu .dropdown-menu .dropdown-item:hover,
.header-master__menu .dropdown-menu .dropdown-item.active {
  color: #fff;
  background: none;
}

.header-master__menu .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.header-master__menu .dropdown-menu__columns {
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}

.header-master__menu .dropdown-menu__column {
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-master__menu .dropdown-menu__column:last-child {
  border: none;
}

.header-master__menu .dropdown-toggle::after {
  font-family: "iconfont";
  content: "";
  border: none;
  vertical-align: baseline;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  margin-left: 8px;
  color: #999;
  top: 1px;
}

.header-master__menu.stick-me.sticking {
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 69px;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.09);
}

.header-master__menu.stick-me.sticking .navbar {
  height: 69px;
}

.header-master__menu-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.header-master__menu-links .btn {
  padding: 7px 21px;
  font-size: 19px;
  font-weight: 400;
  color: #0594d0;
  border-color: rgba(5, 148, 208, 0.5);
}

.header-master__menu-links .btn+.btn {
  margin-left: 16px;
}

.header-master__menu-links .btn:hover {
  color: #fff;
}

.header-master__dropdowns {
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.header-master__dropdowns .nav-link {
  padding-left: 11px;
  padding-right: 0;
}

.header-master__dropdowns .dropdown-menu {
  padding: 26px;
  box-shadow: none;
  border: 2px solid #0594d0;
  background: #fff;
}

.header-master__dropdowns .dropdown-menu:before {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #0594d0;
  border-left: 12px solid transparent;
  content: '';
}

.header-master__dropdowns .dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: calc(50% - 10px);
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}

.header-master__dropdowns .dropdown-item {
  padding: 5px 10px;
  color: #0063d3;
}

.header-master__dropdowns .dropdown-item:hover {
  background: #0594d0;
  color: #fff;
}

.header-master__currency a,
.header-master__langs a {
  font-size: 15px;
  cursor: pointer;
}

.header-master__currency .dropdown-toggle span,
.header-master__langs .dropdown-toggle span {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  width: 36px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  color: #000;
}

.header-master__currency .dropdown-toggle span img,
.header-master__langs .dropdown-toggle span img {
  position: relative;
  top: -1px;
}

.header-master__currency-block,
.header-master__langs-block {
  margin-bottom: 38px;
}

.header-master__currency-block:last-child,
.header-master__langs-block:last-child {
  margin-bottom: 0;
}

.header-master__currency-lists,
.header-master__langs-lists {
  display: -ms-flexbox;
  display: flex;
}

.header-master__currency-lists ul,
.header-master__langs-lists ul {
  width: 190px;
  margin: 0;
  margin-right: 35px;
}

.header-master__currency-lists ul:first-child,
.header-master__langs-lists ul:first-child {
  margin-left: -11px;
}

.header-master__currency-lists ul:last-child,
.header-master__langs-lists ul:last-child {
  margin-right: 0;
}

.header-master__currency-lists a,
.header-master__langs-lists a {
  font-size: 13px;
  border-radius: 2px;
  display: block;
  padding: 5px 10px;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #0484c1;
  border: 1px solid transparent;
}

.header-master__currency-lists a:hover,
.header-master__currency-lists a.is-active,
.header-master__langs-lists a:hover,
.header-master__langs-lists a.is-active {
  border: 1px solid #0594d0;
  color: #0594d0;
  text-decoration: none;
}

.header-master__currency-lists a:hover span,
.header-master__currency-lists a.is-active span,
.header-master__langs-lists a:hover span,
.header-master__langs-lists a.is-active span {
  color: #0594d0;
}

.header-master__currency-lists a span,
.header-master__langs-lists a span {
  display: inline-block;
  color: #888888;
  text-transform: uppercase;
  width: 30px;
  margin-right: 10px;
  font-weight: 500;
}

.header-master__currency .dropdown-menu {
  width: 966px;
  margin-left: -453px;
}

.header-master__langs .dropdown-menu {
  width: 738px;
  margin-left: -339px;
}

.header-master__langs-lists {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-master__langs-lists img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 4px;
}

.header-master__links a {
  display: inline-block;
  margin-left: 25px;
}

.header-master__links .btn-link {
  color: #000;
}

.header-master__links .btn-link:hover {
  color: #34aadc;
}

.header-master__links .btn {
  padding: 7px 21px;
  font-size: 19px;
  font-weight: 400;
  border-color: #34aadc;
  border-width: 2px;
}

.header-master__links .btn:hover {
  background: #34aadc;
}

.header-master__links .btn+.btn {
  margin-left: 16px;
}

@media only screen and (max-width: 1199px) {
  .header-master .header-topbar {
    display: none;
  }

  .header-master .navbar-toggler {
    right: 0;
    top: 26px;
    cursor: pointer;
  }

  .header-master__menu {
    height: auto;
  }

  .header-master__menu .navbar {
    display: block;
  }

  .header-master__menu .navbar-brand {
    padding-left: 0;
    top: 10px;
  }

  .header-master__menu .navbar-nav {
    display: block;
  }

  .header-master__menu .nav-item {
    display: block;
    margin: 0;
  }

  .header-master__menu .nav-item+.nav-item {
    margin: 0;
  }

  .header-master__menu .nav-link {
    padding: 0;
  }

  .header-master__menu .dropdown-menu {
    position: static;
    border: 0;
    background: #fff;
    padding: 0;
  }

  .header-master__menu .dropdown-menu::before,
  .header-master__menu .dropdown-menu::after {
    display: none;
  }

  .header-master__menu-collapse {
    display: block;
  }

  .header-master__menu-links {
    margin-top: 20px;
  }

  .header-master__dropdowns {
    display: none;
  }

  .header-master .dropdown-menu {
    box-shadow: none;
  }

  .header-master .navbar-collapse {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .header-master .navbar-collapse .nav-link {
    padding: 10px 0;
  }

  .header-master .navbar-collapse .dropdown-menu {
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 15px;
  }

  .header-master .navbar-collapse .dropdown-item {
    color: #000;
    font-size: 17px;
    padding: 3px 0;
  }

  .header-master .navbar-collapse .dropdown-item:hover {
    color: #0594d0;
  }

  .header-master__links {
    margin-top: 20px;
  }

  .header-master__links a:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header-default .dropdown-menu .dropdown-menu__columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-default .dropdown-menu .dropdown-menu__column {
    border: none;
  }

  .header-default .dropdown-menu .dropdown-menu__column+.dropdown-menu__column {
    padding-top: 0;
  }
}

.header-houses {
  padding: 44px 0 30px 0;
}

.header-houses__brand,
.header-houses__brand:hover {
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #222;
  text-transform: uppercase;
  margin-right: 56px;
  text-decoration: none;
}

.header-houses__brand .colored,
.header-houses__brand:hover .colored {
  color: #0594d0;
}

.header-houses__phone {
  font-size: 21px;
  color: #000;
  margin-right: 20px;
  position: relative;
  top: 1px;
}

.header-houses__phone .icon {
  position: relative;
  margin-right: 2px;
  font-size: 14px;
  top: -1px;
  color: #0594d0;
}

.header-houses__call-btn {
  padding: 5px 20px;
  font-size: 19px;
}

@media only screen and (max-width: 997px) {
  .header-houses__brand-wrap {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-houses__brand,
  .header-houses__brand:hover {
    margin: 0;
  }

  .header-houses__callback {
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-houses__callback {
    margin-top: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-houses__phone {
    margin: 0;
  }

  .header-houses__call-btn {
    margin-top: 15px;
  }
}

.header-booking {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
}

.header-booking .navbar-toggler {
  right: 0;
  top: 30px;
  cursor: pointer;
}

.header-booking .navbar-toggler.is-active {
  top: 32px;
}

.header-booking .navbar {
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 4px;
}

.header-booking .navbar-brand {
  padding: 0;
  margin: 0;
}

.header-booking__logo-sm {
  display: none;
}

.header-booking__menu-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
}

.header-booking__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-booking .form-control {
  border: 1px solid rgba(179, 181, 183, 0.25);
  padding: 10px;
  line-height: 17px;
  width: 230px;
}

.header-booking .form-control:-ms-input-placeholder {
  color: #000;
}

.header-booking .form-control::placeholder {
  color: #000;
}

.header-booking__location .icon,
.header-booking__date-range .icon {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.header-booking__location.inline-icon-left .iconfont-left,
.header-booking__date-range.inline-icon-left .iconfont-left {
  left: 10px;
}

.header-booking__location.inline-icon-left .form-control,
.header-booking__date-range.inline-icon-left .form-control {
  padding-left: 33px;
}

.header-booking__date-range {
  margin: 0 20px;
}

.header-booking__search-passengers-dropdown-toggle {
  width: 265px;
  padding: 11px;
  background: #fff;
  border-radius: 2px;
  text-align: left;
  border: 1px solid rgba(179, 181, 183, 0.25);
  display: -ms-flexbox;
  display: flex;
}

.header-booking__search-passengers-dropdown-toggle .icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.header-booking__search-passengers-dropdown-toggle::after {
  position: absolute;
  font-family: "iconfont";
  content: "\e002";
  border: none;
  vertical-align: baseline;
  font-size: 12px;
  top: calc(50% - 6px);
  font-weight: bold;
  right: 26px;
  color: #c7c7cc;
}

.header-booking__search-passengers-dropdown-toggle span {
  display: block;
  font-size: 17px;
}

.header-booking__search-passengers-flight-type {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
  margin-bottom: 1px;
}

.header-booking__search-passengers-dropdown {
  width: 357px;
}

.header-booking__search-passengers-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px 8px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-booking__search-passengers-cancel,
.header-booking__search-passengers-cancel:hover {
  color: #000;
}

.header-booking__search-passengers-apply,
.header-booking__search-passengers-apply:hover {
  color: #007aff;
}

.header-booking__search-passenger-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  padding: 15px 20px;
}

.header-booking__search-passenger-type+.header-booking__search-passenger-type {
  padding-top: 0;
}

.header-booking__search-passenger-type-amount {
  margin-left: auto;
  -ms-flex: none;
  flex: none;
  width: 120px;
}

.header-booking__search-passenger-type-amount .form-control,
.header-booking__search-passenger-type-amount .btn {
  height: auto;
  font-size: 15px;
  padding: 6.5px;
  text-align: center;
}

.header-booking__search-passenger-type-amount .btn {
  font-size: 11px;
  line-height: 10px;
  background: #fff;
  border-color: #d9d9d9;
  padding: 6.5px 12px;
  color: #d9d9d9;
}

.header-booking__search-passenger-type-amount .btn .iconfont-dash,
.header-booking__search-passenger-type-amount .btn .iconfont-plus {
  position: relative;
  top: 1px;
}

.header-booking__search-passenger-type-amount .btn:hover {
  border-color: #007aff;
  color: #007aff;
  cursor: pointer;
}

.header-booking__search-passenger-type-amount .form-control {
  color: #000;
  font-weight: 400;
  max-width: 50px;
  border: 1px solid #d9d9d9;
}

.header-booking__search-passenger-type-amount .form-control:-ms-input-placeholder {
  color: #000;
}

.header-booking__search-passenger-type-amount .form-control::placeholder {
  color: #000;
}

.header-booking__search-passenger-type-amount .form-control:focus {
  z-index: 3;
  box-shadow: none;
  border-color: #007aff;
}

.header-booking__links a,
.header-booking__links a:hover {
  display: inline-block;
  color: #000;
  margin-right: 30px;
}

.header-booking__links a:last-child,
.header-booking__links a:hover:last-child {
  margin-right: 0;
}

.header-booking__nav {
  width: 100%;
  padding: 0 1rem;
}

.header-booking__nav .nav-link {
  padding: 15px 0;
  font-size: 17px;
  line-height: 17px;
}

.header-booking__nav .nav-link.active::before {
  height: 2px;
}

.header-booking__nav .nav-link+.nav-link {
  margin-left: 32px;
}

.booking-page .kalendae {
  border-radius: 3px;
  background: #fff;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.booking-page .kalendae .k-calendar,
.booking-page .kalendae .k-header,
.booking-page .kalendae .k-title,
.booking-page .kalendae .k-days {
  display: block;
  width: 100%;
  margin: 0;
}

.booking-page .kalendae .k-btn-close {
  display: none;
}

.booking-page .kalendae .k-days {
  margin-top: 10px;
}

.booking-page .kalendae .k-days span {
  width: 34px;
  height: 34px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  color: #000;
  padding: 0;
}

.booking-page .kalendae .k-days span.k-active.k-selected {
  background: #007AFF;
}

.booking-page .kalendae .k-days span.k-active.k-range {
  background: #E6F1FF;
}

.booking-page .kalendae .k-days span.k-out-of-month {
  color: rgba(142, 142, 147, 0.7);
}

.booking-page .kalendae .k-days span.k-out-of-month.k-range {
  background: rgba(230, 241, 255, 0.5);
}

.booking-page .kalendae .k-days span.k-out-of-month.k-active {
  color: rgba(255, 255, 255, 0.8);
}

.booking-page .kalendae .k-btn-previous-month::after {
  content: '\e003';
  font-family: "iconfont";
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.booking-page .kalendae .k-btn-previous-month:hover::after {
  color: rgba(0, 0, 0, 0.8);
}

.booking-page .kalendae .k-btn-next-month::after {
  content: '\e004';
  font-family: "iconfont";
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.booking-page .kalendae .k-btn-next-month:hover::after {
  color: rgba(0, 0, 0, 0.8);
}

.booking-page .kalendae .k-header {
  position: relative;
  top: 10px;
}

.booking-page .kalendae .k-header span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  width: 32px;
}

.booking-page .kalendae .k-calendar {
  padding: 15px;
}

.booking-page .kalendae .k-calendar:first-child {
  padding-right: 0;
}

.booking-page .kalendae .k-calendar:last-child {
  padding-left: 0;
}

.booking-page .kalendae .k-separator {
  height: 289px;
  background: rgba(0, 0, 0, 0.1);
}

.booking-page .kalendae .k-caption {
  font-size: 17px;
  color: #888;
  display: block;
}

@media only screen and (max-width: 1439px) {
  .header-booking__logo {
    display: none;
  }

  .header-booking__logo-sm {
    display: inline;
  }
}

@media only screen and (max-width: 1199px) {
  .header-booking__menu-collapse {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-booking .form-control {
    width: 100%;
  }

  .header-booking__form {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-booking__location,
  .header-booking__date-range {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .header-booking__search-passengers,
  .header-booking__search-passengers-dropdown-toggle {
    width: 100%;
  }
}

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

  .header-booking__nav,
  .header-booking .form-inline {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 559px) {
  .header-booking__nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-booking__nav .nav-link {
    margin-left: 0;
  }

  .header-booking__nav .nav-link+.nav-link {
    margin-left: 0;
  }
}

.hero-drug {
  min-height: 240px;
  position: relative;
  background: url("../images/hero/drug.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 45px;
  text-align: center;
}

.hero-drug__heading {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  text-align: center;
}

.hero-drug__search-form {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-drug__search-form .form-control {
  font-size: 20px;
  border: none;
  padding: 1rem 1.133rem;
  border-radius: 3px;
  line-height: 1.333rem;
}

.hero-drug__search-form .form-control:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.hero-drug__search-form .form-control-inline-icon .form-control {
  padding-right: 45px;
}

.hero-drug__search-form .form-control-inline-icon .icon {
  font-size: 20px;
  right: 15px;
  width: 20px;
  line-height: 12px;
}

.hero-drug__search-form-btn {
  padding: 12px 73px;
  cursor: pointer;
  border-radius: 3px;
  max-width: 175px;
  margin-bottom: 30px;
}

.hero-drug__search-form-btn .icon {
  font-size: 27px;
  line-height: 27px;
  position: relative;
  top: 1px;
}

.hero-drug__search-form-title,
.hero-drug__search-form-location {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 65%;
  margin-right: 30px;
  /* margin-bottom: 30px; */

}

.hero-drug__browse {
  color: #ffffff;
  margin-top: 30px;

  /*
    font-size: 20px;
    font-weight: 300;
    line-height: 20px; */
}

.hero-drug__browse-category,
.hero-drug__browse-category:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  padding-bottom: 1px;
}

.hero-drug__extra-info {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}

.hero-drug__extra-info .extra-info__amount {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 7px 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-top: 100px;
}

@media only screen and (max-width: 1023px) {
  .hero-drug__search-form {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-drug__search-form-title,
  .hero-drug__search-form-location,
  .hero-drug__search-form-btn {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero-drug__search-form-btn {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-drug p,
  .hero-drug__extra-info {
    text-align: center;
  }
}

.hero-resume {
  min-height: 264px;
  background: url("../images/hero/man-with-phone.png") top center no-repeat;
  background-size: cover;
  padding: 40px 0 60px 0;
}

.hero-resume__heading {
  color: #fff;
}

.hero-resume__heading--main {
  font-size: 30px;
  margin-bottom: 34px;
}

.hero-resume__heading--sub {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 300;
}

.hero-resume__search-button {
  position: relative;
  margin-top: 32px;
  font-size: 20px;
  padding: 11px 15px;
}

.hero-resume label {
  color: #fff;
}

.hero-resume .form-control {
  border: none;
  padding: 11.5px 15px;
  font-size: 15px;
  color: #000;
}

.hero-resume .form-control:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.hero-resume .select2-container--default .select2-selection--single {
  height: 47px;
  border: none;
}

.hero-resume .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
}

.hero-resume .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  border: none;
}

.hero-places {
  min-height: 500px;
  background: url("../images/hero/places.png") top center no-repeat;
  background-size: cover;
  padding-top: 117px;
  padding-bottom: 158px;
  color: #fff;
}

.hero-places .select2-container--default {
  font-size: 20px;
  width: 100% !important;
  /* Redefine inline styles */
}

.hero-places .select2-container--default .select2-selection--single {
  height: 56px;
}

.hero-places .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

.hero-places .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}

.hero-places__heading {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero-places__description {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 40px;
  text-align: center;
}

.hero-places__search-btn {
  height: 56px;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-places__search-btn .icon {
  height: 24px;
}

@media only screen and (max-width: 997px) {
  .hero-places {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-places .select2-container--default {
    margin-bottom: 30px;
  }
}

.hero-travel-trips {
  color: #fff;
  min-height: 390px;
  background: url("../images/hero/travel-trips.png") top center no-repeat;
  background-size: cover;
  padding-top: 107px;
  padding-bottom: 100px;
}

.hero-travel-trips__heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
}

.hero-travel-trips__form {
  height: 50px;
  background: #fff;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-travel-trips__search-input {
  min-width: 50%;
}

.hero-travel-trips__search-input .form-control {
  font-size: 17px;
  color: #000;
  padding: 13px 1rem;
  border: none;
  height: 50px;
}

.hero-travel-trips__search-input .form-control:focus {
  box-shadow: none;
}

.hero-travel-trips__search-input .form-control:-ms-input-placeholder {
  color: #939daa;
}

.hero-travel-trips__search-input .form-control::placeholder {
  color: #939daa;
}

.hero-travel-trips__search-input .icon {
  font-size: 16px;
  color: rgba(147, 157, 170, 0.5);
}

.hero-travel-trips__select {
  width: 15%;
  position: relative;
  border-left: 1px solid #d3d9dd;
}

.hero-travel-trips__select .select2 {
  width: 100% !important;
  /* Redefine inline styles */
}

.hero-travel-trips__select .select2-container--default.select2-container--open {
  box-shadow: none;
}

.hero-travel-trips__select .select2-container--default .select2-selection--single {
  border: none;
  height: 50px;
}

.hero-travel-trips__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  position: relative;
  top: 18px;
  font-size: 14px;
  color: #000;
}

.hero-travel-trips__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.hero-travel-trips__select-heading {
  position: absolute;
  top: 6px;
  left: 13px;
  font-size: 11px;
  text-transform: uppercase;
  color: #939daa;
  z-index: 2;
}

.hero-travel-trips__search-btn {
  font-size: 17px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 997px) {
  .hero-travel-trips {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-travel-trips__heading {
    font-size: 52px;
    line-height: 62px;
  }

  .hero-travel-trips__form {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: transparent;
  }

  .hero-travel-trips__search-input,
  .hero-travel-trips__select {
    width: 100%;
    margin-bottom: 30px;
    border: none;
  }

  .hero-travel-trips__search-btn {
    border-radius: 2px;
  }
}

.hero-booking-places {
  min-height: 500px;
  background: url("../images/hero/places.png") top center no-repeat;
  background-size: cover;
  padding-top: 117px;
  padding-bottom: 158px;
  color: #fff;
}

.hero-booking-places-heading {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 50px;
  text-align: center;
}

.hero-booking-places-form {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
}

.hero-booking-places-form--location-opened {
  border-bottom-left-radius: 0;
}

.hero-booking-places-form-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 13px 20px 5px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hero-booking-places-form-field:last-child {
  border-right: none;
}

.hero-booking-places-form-field .heading {
  font-size: 20px;
  color: #0594d0;
  font-weight: 300;
  line-height: 20px;
}

.hero-booking-places-form-field .form-control {
  padding: 5px 0;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  line-height: 28px;
  border: none;
  background: transparent;
}

.hero-booking-places-form-field .form-control:focus {
  box-shadow: none;
}

.hero-booking-places-form-search-btn {
  width: 76px;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.hero-booking-places-form-search-btn .icon {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: 2px;
}

.hero-booking-places-form-guests {
  width: 270px;
  position: relative;
}

.hero-booking-places-form-guests .btn {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

.hero-booking-places-form-guests .dropdown-menu {
  min-width: 264px;
}

.booking-places-page .flexdatalist-results {
  margin-top: 5px;
  margin-left: -20px;
  width: 276px !important;
  /* Redefine inline styles */
}

.booking-places-page .flatpickr-calendar {
  margin-left: -20px;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.booking-places-page .flatpickr-calendar:before {
  border-width: 10px;
}

.booking-places-page .flatpickr-calendar:after {
  border-width: 9px;
  margin: 0 -4px;
}

.booking-places-page .flatpickr-calendar.arrowTop {
  margin-top: 20px;
}

.booking-places-page .flatpickr-calendar .flatpickr-month {
  height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.booking-places-page .flatpickr-calendar .flatpickr-current-month {
  padding: 9.16px 0 0 0;
}

.booking-places-page .flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 500;
}

.booking-places-page .flatpickr-calendar .flatpickr-prev-month,
.booking-places-page .flatpickr-calendar .flatpickr-next-month {
  padding: 16px calc(3.57% - 1.5px);
}

.booking-places-page .flatpickr-calendar .cur-month {
  font-weight: 400;
}

.booking-places-page .flatpickr-calendar .flatpickr-weekday {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.booking-places-page .flatpickr-calendar .flatpickr-day {
  font-size: 15px;
  color: #000;
  border-color: transparent;
}

.booking-places-page .flatpickr-calendar .flatpickr-day.prevMonthDay,
.booking-places-page .flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #888888;
  border-color: transparent;
}

.booking-places-page .flatpickr-calendar .flatpickr-day:not(.selected):not(.today):hover {
  background: rgba(5, 148, 208, 0.1);
}

.booking-places-page .flatpickr-calendar .flatpickr-day.selected {
  color: #fff;
  background: #0594d0;
  border-color: #0594d0;
}

.hero-steps {
  min-height: 500px;
  background: url("../images/hero/man-with-phone.png") top center no-repeat;
  background-size: cover;
  padding: 118px 0;
  color: #fff;
}

.hero-steps-heading {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 73px;
  text-align: center;
}

.hero-steps-heading:before,
.hero-steps-heading:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  position: relative;
  top: -14px;
}

.hero-steps-heading:before {
  margin-right: 15px;
}

.hero-steps-heading:after {
  margin-left: 15px;
}

.hero-steps-item--wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.hero-steps-item-point {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #1b1616;
  line-height: 31px;
  padding: 9px;
  font-size: 31px;
  text-align: center;
  background: #fff;
  margin-right: 20px;
  font-weight: 400;
}

.hero-steps-item-title {
  font-size: 26px;
  font-weight: 500;
  margin-top: -8px;
}

.hero-steps-item-text {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.hero-houses {
  padding: 44px 0 30px 0;
}

.hero-houses__brand,
.hero-houses__brand:hover {
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #222;
  text-transform: uppercase;
  margin-right: 56px;
  text-decoration: none;
}

.hero-houses__brand .colored,
.hero-houses__brand:hover .colored {
  color: #0594d0;
}

.hero-houses__brand-description {
  font-size: 17px;
  color: #000;
  position: relative;
  top: 2px;
}

.hero-houses__callback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hero-houses__phone {
  font-size: 21px;
  color: #000;
  margin-right: 20px;
}

.hero-houses__phone .icon {
  position: relative;
  margin-right: 2px;
  font-size: 14px;
  top: -1px;
  color: #0594d0;
}

.hero-houses__call-btn {
  color: #0594d0;
  padding: 9px 20px;
}

.hero-houses__breadcrumb {
  margin-top: 26px;
  margin-bottom: 13px;
}

.hero-houses__breadcrumb .breadcrumb-item {
  color: #939daa;
}

.hero-houses__breadcrumb .breadcrumb-item:before {
  color: #939daa;
}

.hero-houses__breadcrumb a {
  color: #939daa;
  font-size: 17px;
}

.hero-houses__breadcrumb a:hover {
  text-decoration: none;
}

.hero-houses__heading {
  font-size: 36px;
  margin-bottom: 13px;
  font-weight: 300;
}

.hero-houses__description {
  font-size: 17px;
  color: #000;
}

.hero-houses__sort-by {
  margin-top: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hero-houses__sort-by .btn-group {
  margin-left: 20px;
  position: relative;
  top: 1px;
}

.hero-houses__sort-by .btn {
  background: #fff;
  border: 1px solid #d3d9dd;
  color: #939daa;
  font-size: 14px;
  padding: 9px 20px;
}

.hero-houses__sort-by .btn:hover,
.hero-houses__sort-by .btn.active {
  background-color: #e9ecf1;
  color: #7b8694;
}

.hero-houses__sort-by-order {
  font-size: 22px;
  line-height: 10px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 997px) {
  .hero-houses__callback {
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .hero-houses__sort-by {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-houses__sort-by .btn-group {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-houses__breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-houses .breadcrumb-item {
    white-space: nowrap;
  }

  .hero-houses__heading,
  .hero-houses__description {
    text-align: center;
  }
}

.hero-houses-projects {
  min-height: 686px;
  background: url("../images/houses/hero/projects.png") top center no-repeat;
  background-size: cover;
  padding: 96px 0 0 0;
  position: relative;
}

.hero-houses-projects__heading {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 10px;
}

.hero-houses-projects__description {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
}

.hero-houses-projects__order-btn {
  font-size: 19px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-houses-projects__benefits {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 23px 0 40px 0;
  background-color: rgba(50, 30, 47, 0.5);
}

.hero-houses-projects__benefits-heading {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 38px;
  text-align: center;
}

.hero-houses-projects__benefits-item {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.hero-houses-projects__benefits-item:last-child {
  margin-bottom: 0;
}

.hero-houses-projects__benefits-item .benefits-item-image {
  margin-right: 21px;
}

.hero-houses-projects__benefits-item .benefits-item-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}

.hero-houses-projects__benefits-item .benefits-item-description {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1199px) {
  .hero-houses-projects {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 997px) {
  .hero-houses-projects__heading {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-houses-projects__description {
    font-size: 15px;
  }

  .hero-houses-projects__benefits {
    position: static;
    margin-top: 50px;
  }

  .hero-houses-projects__benefits-item:last-child {
    margin-bottom: 30px;
  }
}

.hero-carousel__items {
  height: 460px;
}

.hero-carousel__item-heading {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 27px;
}

.hero-carousel__item-description {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 33px;
}

.hero-carousel__item-read-more {
  font-size: 19px;
  padding: 10px 35px;
  border-color: #fff;
  color: #fff;
}

.hero-carousel__item-read-more:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.hero-carousel__item {
  position: relative;
}

.hero-carousel__item-info {
  padding: 120px 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-carousel .owl-nav {
  position: absolute;
  top: calc(50%);
  height: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.3);
  color: transparent;
}

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

.hero-carousel .owl-nav .owl-prev:before,
.hero-carousel .owl-nav .owl-next:before {
  font-family: "iconfont";
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-carousel .owl-nav .owl-prev:hover:before,
.hero-carousel .owl-nav .owl-next:hover:before {
  color: #0594d0;
}

.hero-carousel .owl-nav .owl-prev:before {
  position: relative;
  left: -2px;
  content: '\e003';
}

.hero-carousel .owl-nav .owl-next:before {
  position: relative;
  right: -1px;
  content: '\e004';
}

@media only screen and (max-width: 997px) {
  .hero-carousel__item-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 27px;
  }

  .hero-carousel__item-description {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-carousel__item-info {
    padding: 100px 30px;
  }
}

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

  .hero-carousel .owl-prev,
  .hero-carousel .owl-next {
    display: none;
  }

  .hero-carousel__item-info {
    padding: 45px 10px;
  }

  .hero-carousel__item-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

.hero-master {
  min-height: 500px;
  position: relative;
  background: url("../images/master/hero.png") top center no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.hero-master__heading {
  text-shadow: 0 5px 20px rgba(191, 143, 108, 0.25);
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  line-height: 67px;
  margin-bottom: 79px;
}

.hero-master__post-drug {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  padding: 17px 40px;
  border-color: #34aadc;
  background: #34aadc;
}

.hero-master__post-drug:hover {
  border-color: #27a5da;
  background: #27a5da;
}

.hero-leave-request {
  min-height: 400px;
  position: relative;
  background: url("../images/master/hero-leave-request.png") top center no-repeat;
  background-size: cover;
  padding-top: 74px;
  padding-bottom: 80px;
}

.hero-leave-request__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 67px;
  margin-bottom: 5px;
}

.hero-leave-request__description {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.hero-leave-request__offer-description {
  font-size: 17px;
  line-height: 17px;
  margin-left: 30px;
  color: rgba(0, 0, 0, 0.65);
  font-style: italic;
}

.hero-leave-request__post-drug-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-color: #34aadc;
  background: #34aadc;
}

.hero-leave-request__post-drug-btn:hover {
  border-color: #27a5da;
  background: #27a5da;
}

.hero-leave-request__btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 559px) {
  .hero-leave-request__heading {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }

  .hero-leave-request__description {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
  }

  .hero-leave-request__btn-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-leave-request__offer-description {
    margin-left: 0;
    margin-top: 20px;
  }
}

.master-profile {
  background: #fff;
  padding: 46px 0;
  position: relative;
}

.master-profile:before {
  content: '';
  display: block;
  height: 100px;
  background: linear-gradient(180deg, #F5F5F5 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.master-profile__item-user {
  padding: 20px;
  border-top: 4px solid #34aadc;
  background-color: #f6f5f5;
}

.master-profile__item-image {
  margin-right: 18px;
}

.master-profile__item-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.master-profile__item-occupation {
  font-size: 15px;
  margin-bottom: 2px;
}

.master-profile__item-location {
  font-size: 15px;
}

.master-profile__item-location .icon {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.master-profile__item-description {
  font-size: 15px;
  color: #888;
}

.master-profile__nav {
  padding: 0 20px;
  background: #E8E7E7;
}

.master-profile__nav .nav-link {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 9px 0;
  margin-right: 30px;
}

.master-profile__nav .nav-link.active {
  color: #000;
}

.master-profile__nav .nav-link.active:before {
  height: 4px;
  background: #34aadc;
}

.master-profile__auth {
  border-radius: 3px;
  background-color: #ffecba;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 20px;
  margin-top: 20px;
}

.master-profile__auth a {
  text-decoration: underline;
  color: #000;
}

.master-profile__nav-tabs-wrap {
  padding: 15px 20px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.master-profile__nav-tabs {
  background: transparent;
  border: none;
}

.master-profile__nav-tabs .nav-item .nav-link {
  border: none;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 0;
  margin-right: 10px;
}

.master-profile__nav-tabs .nav-item .nav-link.active,
.master-profile__nav-tabs .nav-item .nav-link:hover,
.master-profile__nav-tabs .nav-item .nav-link:active,
.master-profile__nav-tabs .nav-item .nav-link:focus {
  color: #000;
  background: transparent;
}

.master-profile__nav-tabs .nav-item .nav-link.active:before,
.master-profile__nav-tabs .nav-item .nav-link:hover:before,
.master-profile__nav-tabs .nav-item .nav-link:active:before,
.master-profile__nav-tabs .nav-item .nav-link:focus:before {
  display: none;
}

.master-profile__nav-tabs .nav-item .nav-link.active:after,
.master-profile__nav-tabs .nav-item .nav-link:hover:after,
.master-profile__nav-tabs .nav-item .nav-link:active:after,
.master-profile__nav-tabs .nav-item .nav-link:focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 4px;
  background-color: #34aadc;
}

.master-profile__nav-tabs .nav-item .nav-link span {
  font-size: 13px;
  color: #888;
}

.master-profile__nav-tabs-sorting a {
  font-size: 15px;
  cursor: pointer;
}

.master-profile__nav-tabs-sorting .dropdown-menu {
  box-shadow: none;
  border: 2px solid #0594d0;
}

.master-profile__nav-tabs-sorting .dropdown-menu:before {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #0594d0;
  border-left: 12px solid transparent;
  content: '';
}

.master-profile__nav-tabs-sorting .dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: calc(50% - 10px);
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}

.master-profile__nav-tabs-sorting .dropdown-item {
  padding: 5px 10px;
}

.master-profile__nav-tabs-sorting .dropdown-item:hover {
  background: #0594d0;
  color: #fff;
}

@media only screen and (max-width: 997px) {
  .master-profile-controls {
    margin-top: 30px;
    text-align: center;
  }

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

  .master-profile__nav-tabs-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .master-profile__nav-tabs-sorting .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .master-profile__nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .master-profile__nav-tabs {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .master-profile__nav-tabs .nav-item+.nav-item {
    margin-left: 0;
  }
}

.master-profile-information {
  background-color: #f6f5f5;
}

.master-profile-information__about {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}


.master-profile-information__about h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.master-profile-information__about p {
  font-size: 15px;
}

.master-profile-information__about-id {
  color: #888888;
  font-size: 12px;
  display: block;
}

.master-profile-information__work-types {
  padding: 0px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */

}

.master-profile-information__work-types h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.master-profile-information__work-types .badge {
  font-size: 15px;
  padding: 11px 25px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.master-profile-information__contact {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.master-profile-information__history {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

.master-profile-information__contact h6,
.master-profile-information__history h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.master-profile-information__contact ul,
.master-profile-information__history ul {
  margin: 0;
}

.master-profile-information__contact li+li,
.master-profile-information__history li+li {
  /* margin-top: 5px; */

}

.master-profile-information__history {
  border: none;
}

.master-profile-information__history-reviews {
  color: #0594d0;
  font-weight: 500;
}

.master-profile-information__history-reviews .icon {
  position: relative;
  top: 1px;
}

.master-profile-controls p {
  font-size: 15px;
}

.master-profile-controls h5 {
  font-size: 24px;
}

.master-profile-controls .btn {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  padding: 12px 24px;
}

.master-profile-controls__social {
  margin-bottom: 30px;
}

.master-profile-controls__social a {
  display: inline-block;
  margin-right: 5px;
}

.master-profile-reviews {
  background-color: #f6f5f5;
}

.master-profile-reviews__review {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.master-profile-reviews__review:last-child {
  border: none;
}

.master-profile-reviews__review-title {
  color: #4aab1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

.master-profile-reviews__review-title--negative {
  color: #ff3b30;
}

.master-profile-reviews__review-content {
  font-size: 15px;
  margin-bottom: 10px;
}

.master-profile-reviews__review-content p {
  margin-bottom: 10px;
}

.master-profile-reviews__review-content p:last-child {
  margin-bottom: 0;
}

.master-profile-reviews__review-meta {
  color: #888;
  font-size: 13px;
}

.master-profile-reviews__reply {
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding-left: 30px;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000000;
}

.master-profile-reviews__reply-wrap {
  -ms-flex: 1;
  flex: 1;
}

.master-profile-reviews__reply-wrap .btn {
  line-height: 1rem;
}

.master-profile-reviews__reply-image {
  border-left: 4px solid #34aadc;
  margin-right: 10px;
  padding-left: 15px;
}

.master-profile-reviews__reply-image img {
  width: 40px;
  height: 40px;
}

.master-profile-reviews__reply-title {
  font-size: 13px;
}

.master-profile-reviews__reply-content {
  font-size: 15px;
}

@media only screen and (max-width: 639px) {
  .master-profile-reviews__review-content {
    font-size: 13px;
  }

  .master-profile-reviews__reply {
    padding-left: 15px;
    display: block;
  }

  .master-profile-reviews__reply-image {
    padding-left: 5px;
    margin-bottom: 10px;
  }

  .master-profile-reviews__reply-image img {
    width: 25px;
    height: 25px;
  }

  .master-profile-reviews__reply-title {
    font-size: 12px;
    font-weight: 500;
  }

  .master-profile-reviews__reply-content {
    font-size: 13px;
  }
}

.master-profile-work-examples {
  background-color: #f6f5f5;
  padding: 30px 20px 20px 20px;
}

.master-profile-work-examples__item {
  margin-bottom: 30px;
}

.master-profile-work-examples__item:last-child {
  margin-bottom: 0;
}

.master-profile-work-examples__item-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.master-profile-work-examples__work-image {
  position: relative;
}

.master-profile-work-examples__work-image img {
  border-radius: 4px;
}

.master-profile-work-examples__work-image-hover {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(4, 132, 193, 0.7);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.master-profile-work-examples__work-image-hover .icon {
  height: 47px;
  font-size: 40px;
}

.master-profile-work-examples__work-image:hover .master-profile-work-examples__work-image-hover {
  opacity: 1;
  transition: opacity .15s linear;
}

.master-profile-prices {
  background-color: #f6f5f5;
  margin-bottom: 20px;
}

.master-profile-prices .tab-content {
  padding: 5px 0 5px 0;
}

.master-profile-prices__table {
  width: 100%;
}

.master-profile-prices__table th {
  padding: 5px 20px 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.master-profile-prices__table td {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

.master-profile-prices__table td:last-child {
  text-align: right;
}

.master-profile-prices__table tr:nth-child(even) td {
  background: #EDEBEB;
}

.master-post-application {
  background: #fff;
  padding: 46px 0;
  position: relative;
}

.master-post-application:before {
  content: '';
  display: block;
  height: 100px;
  background: linear-gradient(180deg, #F5F5F5 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.master-post-application__heading {
  font-size: 28px;
  margin-bottom: 25px;
}

.master-post-application .form-group:last-child {
  margin-bottom: 10px;
}

.master-post-application .form-group+.form-group {
  margin-top: 20px;
}

.master-post-application .select2 {
  display: block;
  width: 100% !important;
  /* Redefine inline styles */
}

.master-post-application__form {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f6f5f5;
  border-top: 4px solid #34aadc;
  padding: 20px;
}

.master-post-application__photos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.master-post-application__photo {
  width: 122px;
  height: 122px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.master-post-application__photo:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.master-post-application__photo img {
  border-radius: 1px;
}

.master-post-application__photo:last-child {
  margin-right: 0;
}

.master-post-application__photo .icon {
  color: #0594d0;
  font-size: 32px;
  height: 38px;
  position: relative;
  top: -1px;
}

.master-post-application__photo-remove {
  color: #555555;
  font-size: 16px;
  position: absolute;
  top: -9px;
  right: -9px;
  cursor: pointer;
}

.master-post-application__map {
  height: 300px;
  margin-top: 15px;
}

.master-post-application__submit-btn {
  padding: 13px 35px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  margin-top: 12px;
}

.master-post-application__faq-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 15px;
}

.master-post-application__faq dt {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.master-post-application__faq dd {
  font-size: 15px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 997px) {
  .master-post-application__photos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .master-post-application__photo {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px;
  }
}

.filter-properties {
  background-color: #f1f4f7;
  padding: 45px 0 50px 0;
}

.filter-properties .row+.row {
  margin-top: 30px;
}

.filter-properties__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.filter-properties .select2-container--default .select2-selection--single {
  border: none;
  color: #000;
  font-size: 17px;
  height: 45px;
}

.filter-properties .select2-container--default .select2-selection__rendered {
  line-height: 45px;
}

.filter-properties .select2-container--default .select2-selection__arrow {
  height: 45px;
}

.filter-properties__search-btn {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  padding: 11.5px;
}

.filter-properties__price-range {
  height: 17px;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 17px;
  text-align: center;
}

.filter-properties .noUi-connect {
  background-color: #0698ff;
}

@media only screen and (max-width: 997px) {
  .filter-properties .select2-container--default {
    margin-bottom: 30px;
  }

  .filter-properties__search-btn {
    margin-top: 30px;
  }
}

.home-cen-adv {
  background: #F1F4F7;
  padding: 50px 0 50px 0;
}

.home-cen-adv>.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-default {
  background: #F1F4F7;
  padding: 50px 0 20px 0;
}

.features-default>.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-default__item {
  width: 254px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.features-default__item-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 115px;
}

.features-default__item-icon .icon {
  font-size: 50px;
  color: #0594d0;
}

.features-default__item-icon.ruby-icon {
  line-height: 120px;
}

.features-default__item-heading {
  margin: 25px 0 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

.features-default__item-description {
  margin-top: 20px;
  color: #888;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .features-default__item {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .features-default__item {
    width: 100%;
  }
}

.features-master {
  padding: 71px 0 84px 0;
}

.features-master__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

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

.features-master__item-icon {
  color: #0594d0;
  font-size: 96px;
  line-height: 96px;
  margin-bottom: 40px;
  display: inline-block;
}

.features-master__item-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.features-master__item-description {
  font-size: 18px;
  font-weight: 300;
}

.features-master__btn {
  color: #0594d0;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding: 17px 40px;
  border-width: 3px;
  margin-top: 40px;
}

.features-master__free-message {
  font-size: 18px;
  font-style: italic;
  color: #888888;
}

.application-master {
  min-height: 480px;
  position: relative;
  background: url("../images/master/application-bg.png") top center no-repeat;
  background-size: cover;
}

.application-master__heading {
  margin-top: 110px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.application-master__person {
  margin-top: -52px;
}

.application-master__describe-btn {
  color: #2c2c2c;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  background-color: rgba(255, 204, 0, 0);
  background-image: linear-gradient(to top, #ffcd03 0%, #ffdb4b 100%);
  padding: 17px 41px 15px 41px;
  display: inline-block;
  margin-top: 50px;
}

.application-master__describe-btn:hover {
  color: #2c2c2c;
}

.how-it-works-default {
  padding: 71px 0 84px 0;
}

.how-it-works-default__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.how-it-works-default__item {
  text-align: center;
}

.how-it-works-default__item-point {
  width: 57px;
  height: 57px;
  background-color: #0594d0;
  border-radius: 57px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 30px;
  color: #ffffff;
  font-family: "CircularStd";
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.how-it-works-default__item-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.how-it-works-default__item-description {
  font-size: 18px;
  font-weight: 300;
}

.how-it-works-default__btn {
  color: #0594d0;
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding: 17px 40px;
  border-width: 3px;
  margin-top: 50px;
}

.about-us-houses {
  padding: 22px 0;
}

.about-us-houses__breadcrumb {
  margin-bottom: 4px;
  padding-top: 0;
}

.about-us-houses__breadcrumb .breadcrumb-item {
  color: #939daa;
}

.about-us-houses__breadcrumb .breadcrumb-item:before {
  color: #939daa;
}

.about-us-houses__breadcrumb a {
  color: #939daa;
  font-size: 17px;
}

.about-us-houses__breadcrumb a:hover {
  text-decoration: none;
}

.about-us-houses__heading {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}

.about-us-houses__description {
  font-size: 17px;
  color: #000;
}

.about-us-houses__gallery-image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.about-us-houses__gallery-image-preview {
  opacity: 0;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us-houses__gallery-image-preview:hover,
.about-us-houses__gallery-image-preview:focus {
  text-decoration: none;
}

.about-us-houses__gallery-image-preview .icon {
  color: #fff;
  font-size: 40px;
  height: 40px;
  position: relative;
  top: -4px;
  cursor: pointer;
}

.about-us-houses__gallery-item {
  margin-bottom: 20px;
  position: relative;
}

.about-us-houses__gallery-item:hover .about-us-houses__gallery-image-preview {
  opacity: 1;
  transition: opacity .1s linear;
}

.about-us-houses__products {
  padding: 30px 0 0 0;
  background: #f1f4f7 url("../images/houses/main-bg.png") 50% -100px no-repeat;
}

.about-us-houses__products .listing-houses__item-info {
  background: #fff;
}

.nav-houses {
  background-color: #f1f4f7;
  padding: 17px 0 13px 0;
}

.nav-houses__nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-houses .nav-link,
.nav-houses .nav-link:hover {
  font-size: 19px;
  margin-bottom: 9px;
  padding: 0;
  color: #0075c0 !important;
  text-decoration: none;
  border-bottom: 1px solid #0075c0;
  line-height: 24px;
  margin-right: 30px;
}

.nav-houses .nav-link::before,
.nav-houses .nav-link:hover::before {
  display: none;
}

.nav-houses .nav-link:last-child,
.nav-houses .nav-link:hover:last-child {
  margin-right: 0;
}

.nav-houses .nav-link.active,
.nav-houses .nav-link:hover.active {
  color: #000 !important;
  border: none;
}

.categories-default {
  padding: 48px 40px 40px 40px;
}

.categories-default__heading {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 28px;
}

.categories-default__heading-level-two {
  text-align: center;
  color: #888;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 53px;
}

.categories-default__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px;
  border-collapse: collapse;
}

.categories-default__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 43px 31px 38px 31px;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 25%;
  box-shadow: 1px 0 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0, 1px 1px 0 0 #e0e0e0, 1px 0 0 0 #e0e0e0 inset, 0 1px 0 0 #e0e0e0 inset;
}

.categories-default__list-item .icon {
  font-size: 32px;
  color: #353636;
  margin-bottom: 20px;
}

.categories-default__list-item .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 2px;
  display: block;
  color: #0063d3;
  border-bottom: 1px solid rgba(0, 99, 211, 0.25);
  white-space: nowrap;
}

.categories-default__list-item .name:hover {
  text-decoration: none;
}

.categories-default__list-item:hover {
  box-shadow: 0 0 0 1px #0594d0 inset;
}

.categories-default__list-item:hover .icon {
  color: #0594d0;
}

.categories-default__list-item:hover .name {
  color: #0594d0;
  border-bottom-color: rgba(5, 148, 208, 0.25);
}

.categories-default__browse-all {
  text-align: center;
}

.categories-default__browse-all .btn {
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 17px 12px 17px;
  border-radius: 0;
  font-family: "CircularStd";
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .categories-default__list-item {
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .categories-default__list-item {
    width: 50%;
  }
}

@media only screen and (max-width: 559px) {
  .categories-default__list-item {
    width: 100%;
  }

  .categories-default__heading {
    font-size: 30px;
  }

  .categories-default__heading-level-two {
    font-size: 18px;
  }
}

.categories-places {
  padding: 48px 40px 40px 40px;
}

.categories-places__heading {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 28px;
}

.categories-places__heading-level-two {
  text-align: center;
  color: #888;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 23px;
}

.categories-places__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-places__list+.categories-places__browse-all {
  margin-top: 37px;
}

.categories-places__list-item {
  min-width: 270px;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  font-family: "CircularStd";
  font-weight: 300;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categories-places__list-item+.categories-places__list-item {
  margin-left: 30px;
}

.categories-places__list-item:hover {
  color: #fff;
  text-decoration: none;
}

.categories-places__list-item-amount {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 16px;
  border-radius: 50%;
  background: #0594d0;
  color: #fff;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  padding-top: 1px;
}

.categories-places__list-item-icon {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 40px;
  margin-top: 32px;
}

.categories-places__list-item-name {
  border-bottom: 2px solid #fff;
  line-height: 24px;
}

.categories-places__browse-all {
  text-align: center;
}

.categories-places__browse-all .btn {
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 17px 12px 17px;
  border-radius: 0;
  font-family: "CircularStd";
  font-weight: 400;
}

.categories-places__list-stay {
  background-image: url("../images/categories/places/stay.png");
}

.categories-places__list-eat-and-drink {
  background-image: url("../images/categories/places/eat-and-drink.png");
}

.categories-places__list-visit {
  background-image: url("../images/categories/places/visit.png");
}

.categories-places__list-shop {
  background-image: url("../images/categories/places/shop.png");
}

.categories-places__list-sport {
  background-image: url("../images/categories/places/sport.png");
}

.categories-places__list-real-estate {
  background-image: url("../images/categories/places/real-estate.png");
}

.categories-places__list-auto {
  background-image: url("../images/categories/places/auto.png");
}

.categories-places__list-medicine {
  background-image: url("../images/categories/places/medicine.png");
}

.categories-places__list-finance {
  background-image: url("../images/categories/places/finance.png");
}

.categories-places__list-services {
  background-image: url("../images/categories/places/services.png");
}

.categories-places__list-beauty {
  background-image: url("../images/categories/places/beauty.png");
}

.categories-places__list-leisure {
  background-image: url("../images/categories/places/leisure.png");
}

@media (min-width: 995px) and (max-width: 1294px) {
  .categories-places__list-item+.categories-places__list-item:nth-child(4) {
    margin-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 980px) {
  .categories-places__list-item+.categories-places__list-item:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 766px) {
  .categories-places__list-item+.categories-places__list-item {
    margin-left: 0;
  }
}

.categories-all__header {
  background: url("../images/categories/all.png") top center no-repeat;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  min-height: 152px;
}

.categories-all__header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.categories-all__header .btn {
  font-size: 20px;
}

.categories-all__heading {
  font-size: 30px;
  margin: 0;
  position: relative;
  top: 2px;
}

.categories-all__items {
  padding: 57px 0 150px 0;
}

.categories-all__items li+li {
  margin-top: 30px;
}

.categories-all__items a {
  font-size: 20px;
  color: #0063d3;
  border-bottom: 1px solid #0063d3;
}

.categories-all__items a:hover {
  text-decoration: none;
  color: #0594d0;
  border-color: #0594d0;
}

@media only screen and (max-width: 767px) {
  .categories-all__header .container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .categories-all__header .btn {
    margin-top: 20px;
  }
}

.listings-default {
  background: #ebeff3;
  padding: 48px 40px 40px 40px;
}

.listings-default__heading {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 28px;
}

.listings-default__heading-level-two {
  text-align: center;
  color: #888;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 23px;
}

.listings-default__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listings-default__items:first-child .listings-default__item {
  margin-top: 0;
}

.listings-default__item {
  min-width: 370px;
  margin-top: 30px;
}

.listings-default__item-image-block {
  position: relative;
  width: 370px;
  height: 278px;
  overflow: hidden;
}

.listings-default__item-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.listings-default__item-price {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.listings-default__item-old-price {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.listings-default__item-info-block {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 26px 17px;
}

.listings-default__item-name,
.listings-default__item-name:hover {
  color: #0063d3;
  font-family: "CircularStd";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  border-bottom: 1px solid rgba(0, 99, 211, 0.25);
  text-decoration: none;
}

.listings-default__item-name:hover {
  border-bottom: 1px solid rgba(0, 99, 211, 0.5);
}

.listings-default__item-check-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #bfbfbf;
  margin-left: 7px;
}

.listings-default__item-description {
  margin-top: 9px;
  color: #888;
  font-size: 17px;
}

.listings-default__item-extras-block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -ms-flex-align: center;
  align-items: center;
}

.listings-default__item-extras-rating-amount {
  width: 39px;
  height: 39px;
  border: 2px solid #0594d0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  font-family: "CircularStd";
  border-radius: 50%;
  color: #0594d0;
}

.listings-default__item-extras-address {
  margin-left: 10px;
  color: #888;
  font-size: 17px;
}

.listings-default__item-extras-categories {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.listings-default__item-extras-categories .icon {
  color: #0594d0;
  font-size: 24px;
  line-height: 27px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.listings-default__item-extras-categories .icon+.icon {
  margin-left: 6px;
}

.listings-default__item-extras-categories .iconfont-open-door {
  font-size: 27px;
  position: relative;
  top: 3px;
}

.listings-default__browse-all {
  text-align: center;
  margin-top: 35px;
}

.listings-default__browse-all .btn {
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px 17px 12px 17px;
  border-radius: 0;
  font-family: "CircularStd";
  font-weight: 400;
}

@media (min-width: 991px) and (max-width: 1294px) {
  .listings-default__items {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listings-default__item:nth-child(even) {
    margin-left: 30px;
  }
}

@media (min-width: 0px) and (max-width: 990px) {
  .listings-default__items {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.listings-drugs {
  padding: 50px 0;
}

.listings-drugs__heading {
  margin-bottom: 30px;
}

.listings-drugs__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
}

.listings-drugs__item:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.listings-drugs__item+.listings-drugs__item {
  margin-top: 30px;
}

.listings-drugs__item-content {
  display: -ms-flexbox;
  display: flex;
}

.listings-drugs__item-avatar {
  border-radius: 2px;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.listings-drugs__item-title {
  margin-bottom: 15px;
}

.listings-drugs__item-title a {
  font-size: 22px;
  color: #222;
  font-weight: 300;
  font-family: "CircularStd";
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 26px;
}

.listings-drugs__item-title a:hover {
  color: #222;
  text-decoration: none;
  border-bottom-color: #222;
}

.listings-drugs__item-title--badge {
  margin-left: 12px;
  font-size: 14px;
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.listings-drugs__item-description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.listings-drugs__item-extras {
  background-color: #f1f4f7;
  border-radius: 2px;
  padding: 24px 20px;
  margin: 0;
  margin-left: 30px;
  min-width: 371px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.listings-drugs__item-extras-item {
  font-size: 16px;
  color: #222;
}

.listings-drugs__item-extras-item+.listings-drugs__item-extras-item {
  margin-top: 15px;
}

.listings-drugs__item-extras-item .icon {
  font-size: 16px;
  display: inline-block;
  width: 24px;
  position: relative;
  top: 2px;
}

.listings-drugs__item-extras-item .iconfont-map-point {
  font-size: 18px;
  left: -1px;
}

.listings-drugs__item-extras-item a {
  color: #222;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.listings-drugs__item-extras-item a:hover {
  color: #222;
  text-decoration: none;
  border-bottom-color: #222;
}

@media only screen and (max-width: 997px) {
  .listings-drugs__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listings-drugs__item-extras {
    margin-left: 0;
    min-width: 0;
  }
}

@media only screen and (max-width: 479px) {
  .listings-drugs__item-avatar {
    display: none;
  }

  .listings-drugs__item-title .badge {
    margin-left: 0;
    width: auto;
    margin-top: 10px;
  }

  .listings-drugs__item-title .badge::before {
    content: '';
    display: block;
  }
}

.listings-grid-map {
  background: #ebeff3;
}

.listings-grid-map .button-browse-all {
  margin-top: 5px;
  margin-bottom: 40px;
}

.listings-grid-map__view-type {
  padding: 0 30px;
}

.listings-grid-map__view-type a,
.listings-grid-map__view-type a:hover {
  color: #bfbfbf;
  display: inline-block;
  margin-right: 9px;
  font-size: 19px;
  line-height: 19px;
  text-decoration: none;
}

.listings-grid-map__view-type a.is-active,
.listings-grid-map__view-type a:hover.is-active {
  color: #8c8c8c;
}

.listings-grid-map__listings-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

.listings-grid-map__listings-wrap::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.listings-grid-map__listings-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.listings-grid-map__listings-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.listings-grid-map__listings-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #c3cada;
}

.listings-grid-map__filter {
  padding: 30px 30px 0 30px;
}

.listings-grid-map__items {
  padding: 30px;
  padding-top: 0;
}

.listings-grid-map__items:first-child .listings-grid-map-item {
  margin-top: 0;
}

.listings-grid-map__item {
  margin-top: 30px;
}

.listings-grid-map__item-image-block {
  position: relative;
  overflow: hidden;
}

.listings-grid-map__item-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
}

.listings-grid-map__image-icon {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 16px;
}

.listings-grid-map__item-price {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.listings-grid-map__item-old-price {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.listings-grid-map__item-info-block {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 26px 17px;
}

.listings-grid-map__item-name,
.listings-grid-map__item-name:hover {
  color: #0063d3;
  font-family: "CircularStd";
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  border-bottom: 1px solid rgba(0, 99, 211, 0.25);
  text-decoration: none;
}

.listings-grid-map__item-name:hover {
  border-bottom: 1px solid rgba(0, 99, 211, 0.5);
}

.listings-grid-map__item-check-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #bfbfbf;
  margin-left: 7px;
}

.listings-grid-map__item-description {
  margin-top: 9px;
  color: #888;
  font-size: 17px;
}

.listings-grid-map__item-extras-block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -ms-flex-align: center;
  align-items: center;
}

.listings-grid-map__item-extras-rating-amount {
  width: 39px;
  height: 39px;
  border: 2px solid #0594d0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  font-family: "CircularStd";
  border-radius: 50%;
  color: #0594d0;
}

.listings-grid-map__item-extras-address {
  margin-left: 10px;
  color: #888;
  font-size: 17px;
}

.listings-grid-map__item-extras-categories {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.listings-grid-map__item-extras-categories .icon {
  color: #0594d0;
  font-size: 24px;
  line-height: 27px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.listings-grid-map__item-extras-categories .icon+.icon {
  margin-left: 6px;
}

.listings-grid-map__item-extras-categories .iconfont-open-door {
  font-size: 27px;
  position: relative;
  top: 3px;
}

.listings-grid-map__filter label {
  color: #000;
  display: block;
}

.listings-grid-map__filter .form-control {
  border-color: transparent;
  color: #000;
  padding: 9.5px 15px;
  font-size: 15px;
}

.listings-grid-map__filter .form-control:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.listings-grid-map__filter .select2-container--default {
  height: 46px;
  width: 100% !important;
  /* Redefine inline styles */
}

.listings-grid-map__filter .select2-container--default .select2-selection--single {
  border-color: transparent;
}

.listings-grid-map__filter .select2-container--default .select2-selection__rendered {
  line-height: 44px;
  font-size: 15px;
}

.listings-grid-map__filter-price-range-slider {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.listings-grid-map__filter-price-range-slider.range-slider-default-shadow {
  background: #D9E0E8;
}

.listings-grid-map__filter-price-range-slider .noUi-connect {
  background: #0698ff;
}

.listings-grid-map__filter-button {
  font-size: 20px;
  padding: .45rem 1.333rem .55rem 1.333rem;
}

@media only screen and (max-width: 1439px) {
  .listings-grid-map__map-wrap {
    min-width: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  .listings-grid-map__filter-price-range-slider {
    position: static;
    margin: 15px 0 0 0;
  }

  .listings-grid-map__items {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listings-grid-map .button-browse-all {
    margin-bottom: 80px;
  }

  .listings-grid-map__view-type {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 997px) {
  .listings-grid-map {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listings-grid-map__map-wrap {
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
  }

  .listings-grid-map__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .listings-grid-map__item-image-block {
    height: auto;
  }
}

@media only screen and (max-width: 479px) {
  .listings-grid-map__item {
    width: auto;
    min-width: 0;
  }

  .listings-grid-map__map {
    display: none;
  }
}

.listings-list-map {
  background: #ebeff3;
}

.listings-list-map .button-browse-all {
  margin-top: 5px;
  margin-bottom: 40px;
}

.listings-list-map__view-type {
  padding: 0 30px;
}

.listings-list-map__view-type a,
.listings-list-map__view-type a:hover {
  color: #bfbfbf;
  display: inline-block;
  margin-right: 9px;
  font-size: 19px;
  line-height: 19px;
  text-decoration: none;
}

.listings-list-map__view-type a.is-active,
.listings-list-map__view-type a:hover.is-active {
  color: #8c8c8c;
}

.listings-list-map__listings-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

.listings-list-map__listings-wrap::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.listings-list-map__listings-wrap::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.listings-list-map__listings-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.listings-list-map__listings-wrap:hover::-webkit-scrollbar-thumb {
  background-color: #c3cada;
}

.listings-list-map__filter {
  padding: 30px 30px 0 30px;
}

.listings-list-map__filter label {
  color: #000;
  display: block;
}

.listings-list-map__filter .form-control {
  border-color: transparent;
  color: #000;
  padding: 9.5px 15px;
  font-size: 15px;
}

.listings-list-map__filter .form-control:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.listings-list-map__filter .select2-container--default {
  height: 46px;
  width: 100% !important;
  /* Redefine inline styles */
}

.listings-list-map__filter .select2-container--default .select2-selection--single {
  border-color: transparent;
}

.listings-list-map__filter .select2-container--default .select2-selection__rendered {
  line-height: 44px;
  font-size: 15px;
}

.listings-list-map__filter-price-range-slider {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 38px;
  width: 100%;
}

.listings-list-map__filter-price-range-slider.range-slider-default-shadow {
  background: #D9E0E8;
}

.listings-list-map__filter-price-range-slider .noUi-connect {
  background: #0698ff;
}

.listings-list-map__filter-button {
  font-size: 20px;
  padding: .45rem 1.333rem .55rem 1.333rem;
}

.listings-list-map__items {
  padding: 30px;
}

.listings-list-map__item {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 1px;
  margin-bottom: 30px;
}

.listings-list-map__item:last-child {
  margin-bottom: 0;
}

.listings-list-map__item-image-block {
  position: relative;
  overflow: hidden;
}

.listings-list-map__item-image {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  width: 100%;
}

.listings-list-map__image-icon {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 11px;
  top: 10px;
}

.listings-list-map__item-price {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 9px 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.listings-list-map__item-old-price {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.listings-list-map__item-info-block {
  padding: 14px 18px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listings-list-map__item-name,
.listings-list-map__item-name:hover {
  color: #0063d3;
  font-size: 17px;
  line-height: 22px;
}

.listings-list-map__item-check-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #bfbfbf;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

.listings-list-map__item-description {
  margin-top: 8px;
  color: #888;
  font-size: 17px;
}

.listings-list-map__item-extras-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9px;
}

.listings-list-map__item-extras-address {
  color: #888;
  font-size: 17px;
  position: relative;
  top: 3px;
}

.listings-list-map__item-extras-address .icon {
  color: #0594d0;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
}

.listings-list-map__item-extras-categories {
  text-align: right;
}

.listings-list-map__item-extras-categories .icon {
  color: #0594d0;
  font-size: 26px;
  line-height: 27px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.listings-list-map__item-extras-categories .icon+.icon {
  margin-left: 6px;
}

.listings-list-map__item-extras-categories .iconfont-open-door {
  font-size: 27px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 1439px) {
  .listings-list-map__map-wrap {
    min-width: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  .listings-list-map__filter-price-range-slider {
    position: static;
    margin: 15px 0 0 0;
  }

  .listings-list-map__items {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listings-list-map .button-browse-all {
    margin-bottom: 80px;
  }

  .listings-list-map__view-type {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .listings-list-map__map {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .listings-list-map__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.listings-resumes {
  padding: 50px 0;
}

.listings-resumes__heading {
  margin-bottom: 30px;
}

.listings-resumes__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
}

.listings-resumes__item:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.listings-resumes__item+.listings-resumes__item {
  margin-top: 30px;
}

.listings-resumes__item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

.listings-resumes__item-avatar {
  border-radius: 2px;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.listings-resumes__item-user-name {
  margin-bottom: 10px;
}

.listings-resumes__item-user-name a {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid transparent;
}

.listings-resumes__item-user-name a:hover {
  color: #000;
  text-decoration: none;
  border-bottom-color: #000;
}

.listings-resumes__item-user-occupation {
  margin-bottom: 5px;
}

.listings-resumes__item-user-occupation a {
  font-size: 22px;
  color: #222;
  font-weight: 300;
  font-family: "CircularStd";
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 26px;
}

.listings-resumes__item-user-occupation a:hover {
  color: #222;
  text-decoration: none;
  border-bottom-color: #222;
}

.listings-resumes__item-user-description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.listings-resumes__item-user-skills .badge {
  font-size: 11px;
  text-transform: uppercase;
  background: #888;
  padding: 8px;
}

.listings-resumes__item-user-skills .badge:hover {
  background: #888;
}

.listings-resumes__item-user-skills .badge+.badge {
  margin-left: 8px;
}

.listings-resumes__item-extras {
  background-color: #f1f4f7;
  border-radius: 2px;
  padding: 24px;
  margin: 0;
  margin-left: 30px;
  min-width: 271px;
}

.listings-resumes__item-extras-item {
  font-size: 16px;
  color: #222222;
}

.listings-resumes__item-extras-item+.listings-resume__item-extras-item {
  margin-top: 15px;
}

.listings-resumes__item-extras-item .icon {
  font-size: 16px;
  display: inline-block;
  width: 24px;
  position: relative;
  top: 2px;
}

.listings-resumes__item-extras-item .iconfont-map-point {
  font-size: 18px;
  left: -1px;
}

.listings-resumes__item-extras-item a {
  color: #222;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.listings-resumes__item-extras-item a:hover {
  color: #222;
  text-decoration: none;
  border-bottom-color: #222;
}

@media only screen and (max-width: 997px) {
  .listings-resumes__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listings-resumes__item-extras {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .listings-resumes__item-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listings-resumes__item-avatar {
    margin-bottom: 20px;
  }
}

.listing-travel-trips {
  padding: 40px 0;
}

.listing-travel-trips__pagination {
  margin: 0;
}

.listing-travel-trips__item {
  margin-bottom: 30px;
}

.listing-travel-trips__item-image {
  position: relative;
}

.listing-travel-trips__item-image img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.listing-travel-trips__item-users {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.listing-travel-trips__item-users img {
  display: inline-block;
  margin-right: 4px;
}

.listing-travel-trips__item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.listing-travel-trips__item-title span {
  position: absolute;
  bottom: 10px;
  display: block;
  padding-right: 20px;
}

.listing-travel-trips__item-info {
  padding: 21px;
  background-color: #ebeff3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.listing-travel-trips__item-description {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.listing-travel-trips__item-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-travel-trips__item-details .heading,
.listing-travel-trips__item-details .value {
  display: block;
}

.listing-travel-trips__item-details .heading {
  color: #939daa;
  font-size: 11px;
  text-transform: uppercase;
}

.listing-travel-trips__item-details .value {
  font-size: 14px;
}

.listing-travel-trips__item-details-view-link {
  border: 1px solid #d3d9dd;
  color: #939daa;
  font-size: 14px;
  background: transparent;
  padding: 8px 20px 5px 20px;
  height: 36px;
}



.listing-recent-drugs {
  padding: 45px 0 50px 0;
}

.listing-recent-drugs__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 25px;
}

.listing-recent-drugs__items {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff !important;
}

.listing-recent-drugs__items .table {
  border: none;
  margin: 0;
}

.listing-recent-drugs__items tr td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
}

.listing-recent-drugs__items tr:last-child td {
  border-bottom: none;
}

.listing-recent-drugs__items tr:hover {
  /*outline: thin solid $color-primary;*/
}

.listing-recent-drugs__items tr:hover td {
  background: #f1f4f7;
}

.listing-recent-drugs__item-company {
  width: 1px;
}

.listing-recent-drugs__item-info {
  width: 100px;
}

.listing-recent-drugs__item-title {
  font-size: 19px;
  line-height: 20px;
}

.listing-recent-drugs__item-description {
  margin-top: 14px;
  color: #000;
}

.listing-recent-drugs__item-description span {
  font-weight: 500;
  font-size: 14px;
}

.listing-recent-drugs__item-location {
  color: #999999;
  font-size: 14px;
  width: 150px;
}

.listing-recent-drugs__item-location-icon {
  color: #999999;
  position: relative;
  top: 2px;
  font-size: 15px;
  display: inline-block;
  margin-right: 2px;
}

.listing-recent-drugs__item-type {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 8px;
  margin-bottom: 7px;
}

.listing-recent-drugs__item-created {
  color: #999999;
  font-size: 14px;
}

.listing-recent-drugs__spotlight {
  position: relative;
  border-radius: 4px;
  min-height: 300px;
}

.listing-recent-drugs__spotlight-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-recent-drugs__spotlight-location {
  font-size: 14px;
  color: #999;
}

.listing-recent-drugs__spotlight-company-logo {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 179px;
  -ms-flex-align: center;
  align-items: center;
}

.listing-recent-drugs__spotlight .card-title {
  /* font-size: 19px; */
  font-size: 15px;
  font-weight: 500;
}

.listing-recent-drugs__spotlight .card-img-top {
  position: absolute;
  /* height: 179px; */
  margin-top: -2px;
  left: -1px;
  width: calc(100% + 2px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.listing-recent-drugs__spotlight .card-text {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 22px;
}

.listing-recent-drugs__spotlight .card-block {
  /* margin-top: 179px;  */
  margin-top: 80px;

}

@media only screen and (max-width: 997px) {
  .listing-recent-drugs__items {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 559px) {
  .listing-recent-drugs__heading {
    font-size: 30px;
  }
}



.listing-houses__item {
  margin-bottom: 30px;
}

.listing-houses__item-image {
  position: relative;
}

.listing-houses__item-image img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  max-height: 177px;
}

.listing-houses__item-image-preview {
  opacity: 0;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.listing-houses__item-image-preview:hover,
.listing-houses__item-image-preview:focus {
  text-decoration: none;
}

.listing-houses__item-image-preview .icon {
  color: #fff;
  font-size: 40px;
  height: 40px;
  position: relative;
  top: -4px;
  cursor: pointer;
}

.listing-houses__item-image:hover .listing-houses__item-image-preview {
  opacity: 1;
  /*transition: opacity .2s linear;*/
}

.listing-houses__item-info {
  padding: 12px 15px 15px 15px;
  background-color: #ebeff3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.listing-houses__item-title {
  font-size: 17px;
  color: #00579b;
  border-bottom: 1px solid #00579b;
}

.listing-houses__item-title:hover {
  text-decoration: none;
  color: #0594d0;
  border-bottom-color: #0594d0;
}

.listing-houses__item-price {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #000;
}

.listing-houses__item-price-old {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 10px;
}

.listing-houses__item-price-current {
  color: #0594d0;
}

.listing-houses__item-size {
  color: #939daa;
  font-size: 14px;
  margin-bottom: 20px;
}

.listing-houses__item-view-link {
  padding: 9px 18px;
  color: #0594d0;
  border-color: rgba(5, 148, 208, 0.5);
}

.listing-houses .listings-pagination {
  margin-top: 10px;
  margin-bottom: 30px;
}

.listing-properties {
  padding-top: 44px;
}

.listing-properties__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.listing-properties__item {
  margin-bottom: 40px;
}

.listing-properties__image {
  position: relative;
  margin-bottom: 15px;
}

.listing-properties__image img {
  border-radius: 2px;
}

.listing-properties__price {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(50, 30, 47, 0.5);
  padding: 10px 12px;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.listing-properties__price-amount {
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
}

.listing-properties__price-sale {
  border-radius: 2px;
  background-color: rgba(255, 204, 0, 0.9);
  color: #000000;
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 8px 9px;
}

.listing-properties__title {
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 12px;
}

.listing-properties__meta {
  margin-bottom: 20px;
}

.listing-properties__meta-item {
  margin-right: 15px;
  font-size: 17px;
  line-height: 17px;
}

.listing-properties__meta-item .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  color: #888888;
}

.listing-properties__view-details {
  color: #0594d0;
  padding: 10px 32px;
  font-size: 19px;
}

.listing-recent-orders {
  padding: 70px 0;
}

.listing-recent-orders__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
}

.listing-recent-orders__item {
  border-radius: 4px;
  background-color: #f6f5f5;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.listing-recent-orders__item--favorite {
  background: #fff7dc;
}

.listing-recent-orders__offers-amount,
.listing-recent-orders__created-at {
  display: block;
  min-width: 100px;
  padding-left: 15px;
}

.listing-recent-orders__offers-amount {
  font-size: 16px;
}

.listing-recent-orders__created-at {
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}

.listing-recent-orders__icon {
  width: 20px;
  height: 20px;
  color: #ff9500;
  font-size: 20px;
  margin-right: 12px;
  position: relative;
  top: 5px;
}

.listing-recent-orders__title {
  color: #0484c1;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.listing-recent-orders__title:hover {
  text-decoration: none;
  color: #ff3b30;
}

.listing-recent-orders__description {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  margin-top: 3px;
}

.listing-recent-orders__show-all-btn {
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding: 17px 40px;
  margin-top: 40px;
}

.listing-orders-with-filter {
  padding: 33px 0 60px 0;
}

.listing-orders-with-filter__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.listing-orders-with-filter__heading {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

.listing-orders-with-filter__sort {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #aaaaaa;
}

.listing-orders-with-filter__sort .icon {
  font-size: 15px;
  position: relative;
  top: 3px;
}

.listing-orders-with-filter__sort .icon.iconfont-map-point-v4 {
  font-size: 13px;
  top: 1px;
}

.listing-orders-with-filter__sort-item {
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}

.listing-orders-with-filter__sort-item--is-active {
  color: #000;
}

.listing-orders-with-filter__accordion {
  border-radius: 4px;
  margin-bottom: 20px;
}

.listing-orders-with-filter__accordion .card {
  border: none;
}

.listing-orders-with-filter__accordion .card-header {
  background-color: #EDEBEB;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  border: none;
  padding: 10px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  position: relative;
}

.listing-orders-with-filter__accordion .card-header a,
.listing-orders-with-filter__accordion .card-header a:hover {
  color: #000;
  text-decoration: none;
}

.listing-orders-with-filter__accordion .card-header:after {
  content: '\68';
  font-family: "iconfont";
  position: absolute;
  right: 15px;
  font-size: 10px;
  top: calc(50% - 13px);
  color: #adadad;
}

.listing-orders-with-filter__accordion .card-block {
  background-color: #f6f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 15px;
  padding: 16px;
}

.listing-orders-with-filter__accordion .card-block .form-control {
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 7px 13px;
  font-size: 15px;
}

.listing-orders-with-filter__accordion .card-block .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

.listing-orders-with-filter__accordion .card-block .form-control::placeholder {
  color: #aaaaaa;
}

.listing-orders-with-filter__accordion .custom-control {
  display: block;
  margin-bottom: 7px;
  color: #000;
  padding-left: 23px;
  margin-right: 0;
}

.listing-orders-with-filter__accordion .custom-control-description {
  position: relative;
  top: -1px;
}

.listing-orders-with-filter__accordion-content-nested {
  margin-left: 35px;
}

.listing-orders-with-filter .inline-icon-right .icon {
  right: 12px !important;
  font-size: 16px !important;
}

.listing-orders-with-filter__clear {
  color: #0594d0;
  border-bottom: 1px dashed rgba(5, 148, 208, 0.5);
  font-size: 15px;
  line-height: 15px;
}

.listing-orders-with-filter__clear:hover {
  text-decoration: none;
}

.listing-orders-with-filter__item {
  border-radius: 4px;
  background-color: #f6f5f5;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.listing-orders-with-filter__item--favorite {
  background: #fff7dc;
}

.listing-orders-with-filter__offers-amount,
.listing-orders-with-filter__created-at {
  display: block;
  min-width: 100px;
  padding-left: 15px;
}

.listing-orders-with-filter__offers-amount {
  font-size: 13px;
}

.listing-orders-with-filter__created-at {
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}

.listing-orders-with-filter__icon {
  width: 20px;
  height: 20px;
  color: #ff9500;
  font-size: 20px;
  margin-right: 12px;
  position: relative;
  top: 5px;
}

.listing-orders-with-filter__title {
  color: #0484c1;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.listing-orders-with-filter__title:hover {
  text-decoration: none;
  color: #ff3b30;
}

.listing-orders-with-filter__description {
  font-size: 15px;
  line-height: 32px;
  margin: 0;
  margin-top: 3px;
}

.listing-orders-with-filter__location {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}

.listing-orders-with-filter__location .icon {
  font-size: 15px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .listing-orders-with-filter__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-orders-with-filter__offers-amount,
  .listing-orders-with-filter__created-at,
  .listing-orders-with-filter__location {
    margin-left: 16px;
    display: inline-block;
    padding-left: 0;
    min-width: 0;
  }

  .listing-orders-with-filter__offers-amount {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 399px) {
  .listing-orders-with-filter__offers-amount {
    margin-top: 15px;
  }

  .listing-orders-with-filter__offers-amount,
  .listing-orders-with-filter__created-at,
  .listing-orders-with-filter__location {
    display: block;
    margin-left: 32px;
  }

  .listing-orders-with-filter__title {
    font-size: 18px;
  }

  .listing-orders-with-filter__description {
    font-size: 14px;
  }
}

.listing-offers-with-filter {
  padding: 33px 0 60px 0;
}

.listing-offers-with-filter__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.listing-offers-with-filter__heading {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

.listing-offers-with-filter__sort {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #aaaaaa;
}

.listing-offers-with-filter__sort .icon {
  font-size: 15px;
  position: relative;
  top: 3px;
}

.listing-offers-with-filter__sort .icon.iconfont-map-point-v4 {
  font-size: 13px;
  top: 1px;
}

.listing-offers-with-filter__sort-item {
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}

.listing-offers-with-filter__sort-item--is-active {
  color: #000;
}

.listing-offers-with-filter__accordion {
  border-radius: 4px;
  margin-bottom: 20px;
}

.listing-offers-with-filter__accordion .card {
  border: none;
}

.listing-offers-with-filter__accordion .card-header {
  background-color: #EDEBEB;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  border: none;
  padding: 10px 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  position: relative;
}

.listing-offers-with-filter__accordion .card-header:after {
  content: '\68';
  font-family: "iconfont";
  position: absolute;
  right: 15px;
  font-size: 10px;
  top: calc(50% - 13px);
  color: #adadad;
}

.listing-offers-with-filter__accordion .card-block {
  background-color: #f6f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 15px;
  padding: 16px;
}

.listing-offers-with-filter__accordion .card-block .form-control {
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 7px 13px;
  font-size: 15px;
}

.listing-offers-with-filter__accordion .card-block .form-control:placeholder {
  color: #aaaaaa;
}

.listing-offers-with-filter__accordion .custom-control {
  display: block;
  margin-bottom: 7px;
  color: #000;
  padding-left: 23px;
  margin-right: 0;
}

.listing-offers-with-filter__accordion .custom-control:last-child {
  margin-bottom: 0;
}

.listing-offers-with-filter__accordion .custom-control-description {
  position: relative;
  top: -1px;
}

.listing-offers-with-filter__accordion .inline-icon-right .icon {
  right: 12px !important;
  font-size: 16px !important;
}

.listing-offers-with-filter__accordion-content-nested {
  margin-left: 35px;
}

.listing-offers-with-filter__clear {
  color: #0594d0;
  border-bottom: 1px dashed rgba(5, 148, 208, 0.5);
  font-size: 15px;
  line-height: 15px;
}

.listing-offers-with-filter__clear:hover {
  text-decoration: none;
}

.listing-offers-with-filter__item {
  border-radius: 4px;
  background-color: #f6f5f5;
  margin-bottom: 20px;
}

.listing-offers-with-filter__item-user {
  padding: 20px;
}

.listing-offers-with-filter__item-user-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.listing-offers-with-filter__item-image {
  margin-right: 18px;
  max-height: 100px;
}

.listing-offers-with-filter__item-title {
  color: #0484c1;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  border-bottom: 2px solid #0484c1;
  text-decoration: none;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 15px;
}

.listing-offers-with-filter__item-title:hover {
  text-decoration: none;
  color: #ff3b30;
  border-color: #ff3b30;
}

.listing-offers-with-filter__item-occupation {
  font-size: 15px;
  margin-bottom: 2px;
}

.listing-offers-with-filter__item-location {
  font-size: 15px;
}

.listing-offers-with-filter__item-location .icon {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.listing-offers-with-filter__prices {
  width: 100%;
}

.listing-offers-with-filter__prices th {
  padding: 5px 20px 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.listing-offers-with-filter__prices td {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

.listing-offers-with-filter__prices td:last-child {
  text-align: right;
}

.listing-offers-with-filter__prices tr:nth-child(odd) td {
  background: #EDEBEB;
}

.listing-offers-with-filter__review-btn {
  border-width: 2px;
  color: #0594d0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.listing-offers-with-filter__review-btn .icon {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.listing-offers-with-filter__review-btn .amount {
  font-weight: 500;
}

.listing-offers-with-filter__all-services {
  padding: 10px 20px 20px 20px;
}

.listing-offers-with-filter__all-services a {
  font-size: 15px;
}

.listing-offers-with-filter__all-services small {
  color: #888;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.listing-offers-with-filter__item--favorite {
  background-color: #fff7dc;
}

.listing-offers-with-filter__item--favorite .listing-offers-with-filter__prices tr:nth-child(odd) td {
  background: #F6EDD3;
}

.listing-offers-with-filter__work-examples {
  padding: 20px;
}

.listing-offers-with-filter__work-examples img {
  max-height: 130px;
  border-radius: 4px;
}

.listing-offers-with-filter__work-image {
  position: relative;
}

.listing-offers-with-filter__work-image-hover {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(4, 132, 193, 0.7);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.listing-offers-with-filter__work-image-hover .icon {
  height: 47px;
  font-size: 40px;
}

.listing-offers-with-filter__work-image:hover .listing-offers-with-filter__work-image-hover {
  opacity: 1;
  transition: opacity .15s linear;
}

.listing-offers-with-filter__years {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 997px) {
  .listing-offers-with-filter__aside {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .listing-offers-with-filter__item-user {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing-offers-with-filter__review-btn {
    margin-top: 20px;
  }

  .listing-offers-with-filter__heading {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .listing-offers-with-filter__controls {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .listing-offers-with-filter__sort {
    margin-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 399px) {
  .listing-offers-with-filter__item-user-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .listing-offers-with-filter__item-image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.listings-booking-flight {
  min-height: 875px;
  background: #fff url("../images/hero/sky.png") top center no-repeat;
  padding-top: 86px;
  padding-bottom: 70px;
}

.listings-booking-flight .dropdown-menu {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
  padding: 0;
}

.listings-booking-flight .radio-group-toggle label:first-of-type {
  border-radius: 3px 0 0 3px;
}

.listings-booking-flight .radio-group-toggle label:last-of-type {
  border-radius: 0 3px 3px 0;
}

.listings-booking-flight__heading {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 40px;
  text-align: center;
}

.listings-booking-flight__payment {
  text-align: center;
}

.listings-booking-flight__payment-heading {
  margin-bottom: 25px;
  font-size: 20px;
}

.listings-booking-flight__payment-methods img {
  height: 41px;
  display: inline-block;
}

.listings-booking-flight__payment-methods img+img {
  margin-left: 30px;
}

.listings-booking-flight__directions {
  padding-top: 56px;
}

.listings-booking-flight__directions+.listings-booking-flight__directions {
  padding-top: 0;
  margin-top: 15px;
}

.listings-booking-flight__direction {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  margin-right: -15px;
  margin-bottom: 15px;
}

.listings-booking-flight__directions [class*="col-"]:last-child .listings-booking-flight__direction {
  margin-right: 0;
}

.listings-booking-flight__direction-header,
.listings-booking-flight__direction-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.listings-booking-flight__direction-footer {
  top: auto;
  bottom: 0;
}

.listings-booking-flight__direction,
.listings-booking-flight__direction-image,
.listings-booking-flight__company {
  height: 285px;
  border-radius: 3px;
}

.listings-booking-flight__direction-flag {
  height: 40px;
  position: relative;
  top: 2px;
}

.listings-booking-flight__direction-buy-link {
  width: 90px;
  height: 39px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  top: 3px;
}

.listings-booking-flight__direction-buy-link:hover {
  border-color: #fff;
  color: #fff;
}

.listings-booking-flight__direction-country {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.listings-booking-flight__direction-country:hover {
  color: #fff;
  text-decoration: none;
}

.listings-booking-flight__direction-pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

.listings-booking-flight__direction-pricing .amount {
  line-height: 28px;
  color: #fffc00;
  font-size: 24px;
  font-weight: 500;
}

.listings-booking-flight__direction--company {
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.listings-booking-flight__direction--company:hover {
  color: #fff;
  text-decoration: none;
}

.listings-booking-flight__direction--company-logo {
  margin-top: 10px;
}

.listings-booking-flight__direction--company-s7 {
  background: #ea2840;
}

.listings-booking-flight__direction--company-qatar {
  background: #630040;
}

.listings-booking-flight__direction--company-qatar .listings-booking-flight__direction--company-logo {
  margin-top: 30px;
}

.listings-booking-flight__direction--company-klm {
  background: #0073b4;
}

.listings-booking-flight__direction--company-klm .listings-booking-flight__direction--company-logo {
  margin-top: 20px;
}

.listings-booking-flight__direction-location {
  margin-top: 35px;
  font-size: 20px;
}

.listings-booking-flight__direction-location-price {
  margin-top: 8px;
}

.listings-booking-flight__direction-location--separator {
  font-size: 42px;
  line-height: 18px;
  position: relative;
  top: 6px;
}

.listings-booking-flight__direction--company-qatar .listings-booking-flight__direction-location {
  margin-top: 70px;
}

.listings-booking-flight__direction--company-klm .listings-booking-flight__direction-location {
  margin-top: 50px;
}

.listings-booking-flight__search {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  height: 56px;
  background: #fff;
  border-radius: 3px;
}

.listings-booking-flight__search .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  color: #222;
  padding: 14px 16px;
  font-weight: 300;
  height: 56px;
}

.listings-booking-flight__search .form-control:focus {
  z-index: 2;
  box-shadow: 0 0 0 1px #007aff;
}

.listings-booking-flight__search-directions-flip,
.listings-booking-flight__search-date {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  height: 56px;
}

.listings-booking-flight__search-directions-flip {
  width: 65px;
  font-size: 36px;
  line-height: 30px;
  color: #c7c7cc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.listings-booking-flight__search-directions-flip .icon {
  position: relative;
  top: 5px;
}

.listings-booking-flight__search-direction-from-input,
.listings-booking-flight__search-direction-to-input {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.listings-booking-flight__search-direction-from-input .form-control,
.listings-booking-flight__search-direction-to-input .form-control {
  padding-right: 66px;
}

.listings-booking-flight__search-direction-from-input .form-control {
  border-radius: 3px 0 0 3px;
}

.listings-booking-flight__search-direction-iata {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  top: calc(50% - 5px);
  right: 16px;
  color: #888;
}

.listings-booking-flight__search-passengers-dropdown-toggle {
  width: 180px;
  padding: 7px 16px;
  background: #fff;
  border-radius: 0;
  text-align: left;
}

.listings-booking-flight__search-passengers-dropdown-toggle::after {
  position: absolute;
  font-family: "iconfont";
  content: "\68";
  border: none;
  vertical-align: baseline;
  font-size: 10px;
  top: calc(50% - 5px);
  font-weight: bold;
  right: 26px;
  color: #c7c7cc;
}

.listings-booking-flight__search-passengers-dropdown-toggle span {
  display: block;
  font-size: 14px;
}

.listings-booking-flight__search-passengers-flight-type {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
  margin-bottom: 1px;
}

.listings-booking-flight__search-date {
  width: 240px;
}

.listings-booking-flight__search-date-input .iconfont-right {
  color: #c7c7cc;
  top: calc(50% - 11px);
  right: 16px;
}

.listings-booking-flight__search-button {
  border-radius: 0 3px 3px 0;
  font-size: 22px;
  height: 56px;
}

.listings-booking-flight__search-direction-dropdown {
  width: 629px;
}

.listings-booking-flight__search-direction-dropdown-group {
  display: -ms-flexbox;
  display: flex;
  color: #888;
}

.listings-booking-flight__search-direction-dropdown-group+.listings-booking-flight__search-direction-dropdown-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.listings-booking-flight__search-direction-dropdown-group .group-location-type {
  padding: 20px 15px;
  width: 150px;
  line-height: 15px;
}

.listings-booking-flight__search-direction-dropdown-group .group-location-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listings-booking-flight__search-direction-dropdown-group .group-location-item {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listings-booking-flight__search-direction-dropdown-group .group-location-item+.group-location-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.listings-booking-flight__search-direction-dropdown-group .group-location-item:hover {
  cursor: pointer;
  background: rgba(0, 122, 255, 0.1);
}

.listings-booking-flight__search-direction-dropdown-group .group-location-city-name {
  font-size: 20px;
  color: #000;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listings-booking-flight__search-direction-dropdown-group .group-location-country-name {
  width: 140px;
}

.listings-booking-flight__search-direction-dropdown-group .group-location-iata {
  width: 46px;
}

.listings-booking-flight__search-date-dropdown {
  width: 472px;
}

.listings-booking-flight__search-date-dropdown-alternative {
  padding: 24px 106px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.listings-booking-flight__search-date-dropdown-daterange {
  display: -ms-flexbox;
  display: flex;
}

.listings-booking-flight__search-date-dropdown-datepickers {
  width: 280px;
  padding: 17px 22px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.listings-booking-flight__search-date-dropdown-months {
  margin: 10px 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listings-booking-flight__search-date-dropdown-month {
  font-size: 15px;
  line-height: 34px;
  padding: 0 20px;
}

.listings-booking-flight__search-date-dropdown-month:hover {
  background: #E6F1FF;
  cursor: pointer;
}

.listings-booking-flight__search-date-dropdown-month-year {
  font-size: 12px;
  line-height: 34px;
  display: inline-block;
  color: #8e8e93;
}

.listings-booking-flight__search-passengers-dropdown {
  width: 357px;
}

.listings-booking-flight__search-passengers-trip-class {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 19px 69px;
}

.listings-booking-flight__search-passenger-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  padding: 15px 20px;
}

.listings-booking-flight__search-passenger-type+.listings-booking-flight__search-passenger-type {
  padding-top: 0;
}

.listings-booking-flight__search-passenger-type-amount {
  margin-left: auto;
  -ms-flex: none;
  flex: none;
  width: 120px;
}

.listings-booking-flight__search-passenger-type-amount .form-control,
.listings-booking-flight__search-passenger-type-amount .btn {
  height: auto;
  font-size: 15px;
  padding: 6.5px;
  text-align: center;
}

.listings-booking-flight__search-passenger-type-amount .btn {
  font-size: 11px;
  line-height: 10px;
  background: #fff;
  border-color: #d9d9d9;
  padding: 6.5px 12px;
  color: #d9d9d9;
}

.listings-booking-flight__search-passenger-type-amount .btn .iconfont-dash,
.listings-booking-flight__search-passenger-type-amount .btn .iconfont-plus {
  position: relative;
  top: 1px;
}

.listings-booking-flight__search-passenger-type-amount .btn:hover {
  border-color: #007aff;
  color: #007aff;
  cursor: pointer;
}

.listings-booking-flight__search-passenger-type-amount .form-control {
  color: #000;
  font-weight: 400;
  max-width: 50px;
  border: 1px solid #d9d9d9;
}

.listings-booking-flight__search-passenger-type-amount .form-control:-ms-input-placeholder {
  color: #000;
}

.listings-booking-flight__search-passenger-type-amount .form-control::placeholder {
  color: #000;
}

.listings-booking-flight__search-passenger-type-amount .form-control:focus {
  z-index: 3;
  box-shadow: none;
  border-color: #007aff;
}

.booking-flight-page .kalendae {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 238px;
}

.booking-flight-page .kalendae .k-calendar,
.booking-flight-page .kalendae .k-header,
.booking-flight-page .kalendae .k-days {
  display: block;
  width: 100%;
}

.booking-flight-page .kalendae .k-days {
  margin-top: 10px;
}

.booking-flight-page .kalendae .k-days span {
  width: 34px;
  height: 34px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  color: #000;
  padding: 0;
}

.booking-flight-page .kalendae .k-days span.k-active.k-selected {
  background: #007AFF;
}

.booking-flight-page .kalendae .k-days span.k-active.k-range {
  background: #E6F1FF;
}

.booking-flight-page .kalendae .k-days span.k-out-of-month {
  color: rgba(142, 142, 147, 0.7);
}

.booking-flight-page .kalendae .k-days span.k-out-of-month.k-range {
  background: rgba(230, 241, 255, 0.5);
}

.booking-flight-page .kalendae .k-title {
  text-align: left;
  position: relative;
  top: 34px;
}

.booking-flight-page .kalendae .k-separator,
.booking-flight-page .kalendae .k-btn-previous-month,
.booking-flight-page .kalendae .k-btn-next-month {
  display: none;
}

.booking-flight-page .kalendae .k-header {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}

.booking-flight-page .kalendae .k-header span {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  width: 32px;
  /*&:nth-child(6),
        &:nth-child(7) {
          color: #8e8e93;
        }*/
}

.booking-flight-page .kalendae .k-calendar:first-child {
  padding-bottom: 22px;
}

.booking-flight-page .kalendae .k-calendar:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
}

.booking-flight-page .kalendae .k-calendar:last-child .k-title {
  position: static;
}

.booking-flight-page .kalendae .k-calendar:last-child .k-header {
  position: static;
  display: none;
}

.booking-flight-page .kalendae .k-caption {
  font-size: 15px;
  color: #888;
  margin-left: 7px;
  display: block;
}

@media only screen and (max-width: 997px) {
  .listings-booking-flight {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .listings-booking-flight__search {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: transparent;
  }

  .listings-booking-flight__search .form-control {
    background: #fff;
  }

  .listings-booking-flight__search-directions-flip {
    display: none;
  }

  .listings-booking-flight__search-date,
  .listings-booking-flight__search-passengers,
  .listings-booking-flight__search-passengers-dropdown-toggle,
  .listings-booking-flight__search-date-input,
  .listings-booking-flight .form-control {
    width: 100%;
    border: none;
    border-radius: 2px;
  }

  .listings-booking-flight__search-direction-from,
  .listings-booking-flight__search-direction-to,
  .listings-booking-flight__search-date,
  .listings-booking-flight__search-passengers {
    margin-bottom: 30px;
  }

  .listings-booking-flight__direction {
    margin-right: 0;
  }
}

@media only screen and (max-width: 639px) {
  .listings-booking-flight__heading {
    font-size: 30px;
  }
}

.listing-houses-projects {
  padding: 45px 0 20px 0;
}

.listing-houses-projects__heading {
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  margin-bottom: 23px;
}

.listing-houses-projects__description {
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.listing-houses-projects__item {
  position: relative;
  min-height: 270px;
  margin-bottom: 30px;
}

.listing-houses-projects__item-image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.listing-houses-projects__item-gradient {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(50, 30, 47, 0.7), transparent);
  padding: 22px;
}

.listing-houses-projects__item-name {
  position: absolute;
  bottom: 22px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.listing-houses-projects__item-name .icon {
  font-size: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  color: #0594d0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -2px;
}

.listing-houses-projects__item-name:hover {
  color: #fff;
}

@media only screen and (max-width: 997px) {
  .listing-houses-projects__heading {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
  }

  .listing-houses-projects__description {
    line-height: 22px;
    font-size: 15px;
  }
}

.listings-booking__heading {
  color: #222222;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  margin-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.listings-booking__heading-see-all {
  color: #888888;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 3px;
  font-weight: 300;
}

.listings-booking__heading-see-all::after {
  content: '\e004';
  font-family: "iconfont";
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.listings-booking__items {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listings-booking__items+.listings-booking__heading {
  margin-top: 10px;
}

.listings-booking__item {
  width: 18%;
  margin-bottom: 30px;
}

.listings-booking__item+.listings-booking__item {
  margin-left: 20px;
}

.listings-booking__item-image {
  display: block;
  margin-bottom: 15px;
  border-radius: 1px;
}

.listings-booking__item-name,
.listings-booking__item-name:hover {
  color: #000000;
  font-size: 17px;
  line-height: 22px;
}

.listings-booking__item-rating {
  margin-top: 5px;
}

.listings-booking__item-rating-stars {
  color: #0594d0;
}

.listings-booking__item-rating-stars .icon {
  display: inline-block;
  font-size: 21px;
  line-height: 16px;
  position: relative;
  top: 3px;
  left: -2px;
}

.listings-booking__item-rating-stars .iconfont-star-outline {
  font-size: 16px;
  line-height: 16px;
  top: 0;
}

.listings-booking__item-rating-amount {
  font-size: 14px;
  color: #888;
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.listings-booking__feature-items {
  margin-top: 25px;
}

.listings-booking__feature-items+.listings-booking__heading {
  margin-top: 10px;
}

.listings-booking__feature {
  margin-bottom: 30px;
}

.listings-booking__feature-image {
  display: block;
  margin-bottom: 10px;
}

.listings-booking__feature-name,
.listings-booking__feature-name:hover {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

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

  .listings-booking__item-name,
  .listings-booking__item-name:hover,
  .listings-booking__feature-name,
  .listings-booking__feature-name:hover {
    font-size: 15px;
  }

  .listings-booking__item-rating-amount {
    margin-left: 0;
  }
}

@media only screen and (max-width: 997px) {
  .listings-booking__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .listings-booking__item {
    width: 30%;
  }
}

@media only screen and (max-width: 559px) {
  .listings-booking__item {
    width: 100%;
    margin-left: 0;
  }

  .listings-booking__heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.testimonials-default {
  position: relative;
  min-height: 447px;
  background: url("../images/testimonials/users-grid.png") top center no-repeat;
  background-size: cover;
}

.testimonials-default__carousel-item {
  padding: 140px 50px 50px 50px;
  text-align: center;
  min-height: 447px;
}

.testimonials-default__item-message {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 110px;
  font-weight: 300;
}

.testimonials-default__item-author {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.testimonials-default .owl-dots {
  position: absolute;
  top: 50px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-default .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
}

.testimonials-default .owl-dot.active {
  background: #ffffff;
}

.testimonials-default .owl-dot+.owl-dot {
  margin-left: 28px;
}

.testimonials-client {
  background-color: #f1f4f7;
  padding: 50px 0;
}

.testimonials-client .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-client .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}

.testimonials-client .owl-dots .owl-dot.active {
  background: rgba(0, 0, 0, 0.5);
}

.testimonials-client .owl-dots .owl-dot+.owl-dot {
  margin-left: 20px;
}

.testimonials-client__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 45px;
}

.testimonials-client__item {
  padding: 0;
  text-align: center;
}

.testimonials-client__message {
  margin-top: 50px;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin-bottom: 50px;
  font-weight: 300;
}

.testimonials-client__author {
  font-size: 24px;
  color: #000;
  font-weight: 300;
}

.choose-us-default {
  background-color: #f1f4f7;
  padding: 45px 0 50px 0;
}

.choose-us-default__heading {
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.choose-us-default__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.choose-us-default__item {
  border-radius: 4px;
  background-color: #fff;
  padding: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.choose-us-default__item-heading {
  color: #000000;
  font-size: 21px;
  margin-bottom: 36px;
}

.choose-us-default__item-icon {
  height: 62px;
  color: #0594d0;
  font-size: 62px;
  margin-bottom: 30px;
}

.choose-us-default__item-description {
  color: #888;
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (max-width: 997px) {
  .choose-us-default__item {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .choose-us-default__heading {
    font-size: 40px;
    line-height: 50px;
  }
}

.agents-default {
  padding: 45px 0 20px 0;
}

.agents-default__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.agents-default__item {
  margin-bottom: 30px;
}

.agents-default__agent-image {
  display: block;
  margin-bottom: 15px;
  border-radius: 1px;
}

.agents-default__agent-name {
  color: #000000;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 18px;
}

.agents-default__agent-phone,
.agents-default__agent-email {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}

.agents-default__agent-phone .icon,
.agents-default__agent-email .icon {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 4px;
}

.agents-default__agent-social-links a {
  display: inline-block;
}

.agents-default__agent-social-links a+a {
  margin-left: 10px;
}

.stats-default {
  background-color: #f1f4f7;
  padding: 45px 0 64px 0;
}

.stats-default__heading {
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.stats-default__description {
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.stats-default__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stats-default__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.stats-default__item-point {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0594d0;
}

.stats-default__item-description {
  font-size: 19px;
}

@media only screen and (max-width: 997px) {
  .stats-default {
    padding-bottom: 24px;
  }

  .stats-default__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stats-default__item {
    width: 50%;
    margin-bottom: 40px;
  }
}

.pricing-default {
  background-color: #ebeff3;
  padding: 50px 50px 30px 50px;
}

.pricing-default__item {
  max-width: 370px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.pricing-default__item--free .pricing-default__item-heading {
  background: #1bbc9d;
}

.pricing-default__item--gold .pricing-default__item-heading {
  background: #3598dc;
}

.pricing-default__item--platinum .pricing-default__item-heading {
  background: #8f44ad;
}

.pricing-default__heading {
  text-align: center;
  font-size: 50px;
  margin-bottom: 37px;
}

.pricing-default__description {
  font-size: 24px;
  text-align: center;
  color: #888;
  margin-bottom: 45px;
  max-width: 943px;
}

.pricing-default__item-heading {
  padding: 13px 18px 18px 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
}

.pricing-default__item-heading .name {
  font-size: 17px;
  margin-bottom: 5px;
}

.pricing-default__item-heading .price {
  font-size: 40px;
  font-family: "CircularStd";
  font-weight: 300;
  line-height: 40px;
}

.pricing-default__item-body {
  padding: 30px;
  font-size: 17px;
}

.pricing-default__item-body hr {
  margin-top: 25px;
  margin-bottom: 30px;
}

.pricing-default__item-body li+li {
  margin-top: 15px;
}

.pricing-default__item-signup {
  padding: 7px 13px;
  font-size: 20px;
  font-family: "CircularStd";
}

@media (max-width: 991px) {
  .pricing-default__items [class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-default__item {
    width: 370px;
  }
}

@media only screen and (max-width: 559px) {
  .pricing-default__heading {
    font-size: 30px;
  }

  .pricing-default__description {
    font-size: 18px;
  }

  .pricing-default__item {
    width: 280px;
  }
}

.contact-default {
  height: 812px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-default__map {
  height: 812px;
  -ms-flex: 1;
  flex: 1;
}

.contact-default__form {
  height: 100%;
  -ms-flex: 1;
  flex: 1;
  padding: 60px;
  background: rgba(47, 41, 41, 0.95);
  cursor: default;
  color: #fff;
}

.contact-default__form .form-control {
  padding: .6rem 1rem;
  font-size: 15px;
}

.contact-default__form .btn {
  font-family: "CircularStd";
  font-size: 20px;
  padding: .65rem 1.75rem .55rem 1.75rem;
}

.contact-default__form-heading {
  font-size: 22px;
  margin-bottom: 30px;
}

.contact-default__form-info {
  margin-top: 60px;
  font-size: 15px;
}

.contact-default__form-info .row+.row {
  margin-top: 17px;
}

@media (max-width: 1200px) {

  .contact-default,
  .contact-default__map {
    height: 970px;
  }
}

@media (max-width: 788px) {
  .contact-default {
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-default__map {
    height: 400px;
  }

  .contact-default__map,
  .contact-default__form {
    position: static;
    width: 100%;
  }
}

.contact-us {
  background-color: #2a2c32;
  min-height: 146px;
  color: #fff;
  padding: 42px 0;
}

.contact-us__heading {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
}

.contact-us__description {
  font-size: 17px;
  color: #999999;
}

.contact-us__button {
  font-size: 19px;
  line-height: 19px;
  padding: 10px 20px;
  background-color: #038ed3;
  color: #fff;
}

.contact-us__button:hover {
  color: #fff;
}

.contact-us__phone {
  margin-top: 12px;
  padding-right: 4px;
  font-size: 17px;
}

.contact-us__phone span {
  color: #999;
}

@media only screen and (max-width: 997px) {
  .contact-us {
    text-align: center;
  }

  .contact-us__description {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 559px) {
  .contact-us__heading {
    font-size: 24px;
  }

  .contact-us__description {
    font-size: 15px;
  }
}


.partners-default {
  background: #fff;
  padding: 40px 0;
  min-height: 50px;
}

.partners-default__carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.partners-default__carousel .owl-item img {
  width: auto;
}

.partners-default__carousel-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-toggler {
  top: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #000;
  margin-bottom: 4px;
  position: relative;
  transition: all 200ms ease-in-out;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggler.is-active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggler.is-active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggler.is-active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.hero-drugs {
  min-height: 364px;
  background: url("../images/hero/man-with-phone.png") top center no-repeat;
  background-size: cover;
  padding: 40px 0 60px 0;
}

.hero-drugs label {
  color: #fff;
}

.hero-drugs .form-control {
  border: none;
  padding: .675rem 1rem;
  color: #000;
}

.hero-drugs .form-control:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.hero-drugs .select2-container--default .select2-selection--single {
  height: 47px;
}

.hero-drugs .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
}

.hero-drugs .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}

.hero-drugs__header {
  color: #fff;
}

.hero-drugs__heading {
  font-size: 30px;
  margin-bottom: 34px;
}

.hero-drugs__heading-level-two {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 300;
}

.hero-drugs__filter-search-button {
  position: relative;
  margin-top: 34px;
  padding: .5rem 1.75rem .65rem 1.75rem;
}

.hero-drugs__filter-price-range-slider {
  position: absolute;
  bottom: 38px;
  width: calc(100% - 30px);
}

.hero-drugs__filter-price-range-slider.range-slider-default-shadow {
  background-color: #f1f4f7;
}

.hero-drugs__filter-price-range-slider .noUi-connect {
  background-color: #0698ff;
}

.hero-drugs .listings-filter-map-price--from-group {
  margin-right: -15px;
}

.hero-drugs .listings-filter-map-price--to-group {
  margin-left: -15px;
}

@media only screen and (max-width: 997px) {
  .hero-drugs .listings-filter-map-price--from-group {
    margin-right: 0;
  }

  .hero-drugs .listings-filter-map-price--to-group {
    margin-left: 0;
  }

  .hero-drugs__filter-price-range-slider {
    position: static;
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.blog__header {
  padding: 46px 0;
  background: #F1F4F7;
}

.blog__heading {
  margin-bottom: 15px;
}

.blog__heading-level-two {
  margin-bottom: 0;
  color: #888;
  font-size: 17px;
}

.blog__post+.blog__post {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  margin-top: 30px;
}

.blog__posts {
  padding: 40px 0 20px 0;
}

.blog__pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  padding-top: 40px;
  margin-top: 0;
}

.blog__post-image {
  border-radius: 1px;
  margin-bottom: 40px;
}

.blog__post-link {
  color: #222222;
  font-family: "CircularStd";
  font-size: 30px;
  font-weight: 300;
  display: block;
  line-height: 40px;
  margin-bottom: 20px;
}

.blog__post-link:hover,
.blog__post-link:focus {
  color: #000;
  text-decoration: none;
}

.blog__post-announcement {
  color: #000;
  font-size: 16px;
}

.blog__post-meta {
  display: -ms-flexbox;
  display: flex;
  color: #888;
  font-size: 16px;
}

.blog__post-meta-item+.blog__post-meta-item {
  margin-left: 20px;
}

.blog__post-meta-item+.blog__post-meta-item:before {
  content: '•';
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 1px;
}

.blog__aside {
  padding: 20px 0 40px 0;
}

.blog__aside-search .form-control {
  font-size: 20px;
  line-height: 24px;
  border-color: transparent;
  background: #F1F4F7;
  font-weight: 300;
  padding: 16px 20px;
}

.blog__aside-search .form-control:focus {
  box-shadow: none;
}

.blog__aside-search .icon {
  line-height: 16px;
}

.blog__aside-question-heading {
  margin-top: 40px;
  font-size: 22px;
}

.blog__aside-question {
  margin-top: 20px;
  border-radius: 2px;
  background: #F1F4F7;
  padding: 30px;
}

.blog__aside-question p {
  font-size: 16px;
  line-height: 24px;
}

.blog__aside-question .btn {
  font-size: 20px;
  font-family: "CircularStd";
  margin-top: 25px;
  display: block;
}

.blog__aside-question .btn .icon {
  position: relative;
  display: inline-block;
  top: 2px;
  font-size: 17px;
  margin-right: 5px;
}

.blog__aside-tabs {
  margin-top: 40px;
}

.blog__aside-tabs .nav-link {
  background: #e4e9ef;
  color: #2f2929;
  padding: 9px 22px;
  font-family: "CircularStd";
  font-weight: 300;
  font-size: 20px;
}

.blog__aside-tabs .nav-link::before {
  display: none;
}

.blog__aside-tabs .nav-link.active,
.blog__aside-tabs .nav-link:not(.disabled).active:hover,
.blog__aside-tabs .nav-link:not(.disabled):hover {
  color: #2f2929;
  background: #ccd5e0;
}

.blog__aside-tabs .nav-link+.nav-link {
  margin-left: 4px;
}

.blog__aside-tabs-content {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog__aside-sm-post {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 16px;
}

.blog__aside-sm-post:hover {
  color: #000;
  text-decoration: none;
}

.blog__aside-sm-post+.blog__aside-sm-post {
  margin-top: 40px;
}

.blog__aside-sm-post-image {
  width: 100px;
  height: 75px;
  min-width: 100px;
  border-radius: 1px;
  margin-right: 15px;
}

.blog__aside-sm-post-announce {
  margin-top: -3px;
}

.blog__aside-sm-post-meta {
  color: #888;
  margin-top: 11px;
}

.blog__related-posts {
  background-color: #f1f4f7;
  padding: 30px 0 40px 0;
}

.blog__related-posts-heading {
  margin-bottom: 30px;
}

.blog__related-posts-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__related-post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog__related-post-item-thumb {
  margin-bottom: 30px;
  border-radius: 1px;
}

.blog__related-post-item-title {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-family: "CircularStd";
  font-weight: 300;
  border-bottom: 1px solid transparent;
}

.blog__related-post-item-title:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.blog__related-post-item-anounce {
  font-size: 16px;
}

.blog__post-comments {
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 36px;
}

.blog__post-comments-amount {
  font-size: 30px;
  font-weight: 300;
  font-family: "CircularStd";
}

.blog__post-comments-items {
  margin-top: 35px;
}

.blog__post-comments-item {
  position: relative;
  padding-left: 130px;
  font-size: 16px;
}

.blog__post-comments-item-user-avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.blog__post-comments-item-user-name {
  font-size: 20px;
  font-family: "CircularStd";
  font-weight: 300;
  margin-bottom: 6px;
  color: #000;
  display: inline-block;
}

.blog__post-comments-item-user-name:hover {
  color: #000;
  text-decoration: none;
}

.blog__post-comments-item-controls {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.blog__post-comments-item-reply,
.blog__post-comments-item-reply:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin-left: 10px;
}

.blog__post-comments-form {
  margin-bottom: 70px;
  margin-top: 40px;
}

.blog__post-comments-form .row+.row {
  margin-top: 10px;
}

.blog__post-comments-form label {
  color: #000;
}

.blog__post-comments-form .form-control {
  font-size: 20px;
  line-height: 24px;
  border-color: transparent;
  background: #F1F4F7;
  font-weight: 300;
  padding: 10px 12px;
}

.blog__post-comments-form .form-control:focus {
  box-shadow: none;
}

.blog__post-comments-form-heading {
  margin-bottom: 30px;
}

.certificates {
  padding: 22px 0 30px 0;
}

.certificates__breadcrumb {
  margin-bottom: 4px;
  padding-top: 0;
}

.certificates__breadcrumb .breadcrumb-item {
  color: #939daa;
}

.certificates__breadcrumb .breadcrumb-item:before {
  color: #939daa;
}

.certificates__breadcrumb a {
  color: #939daa;
  font-size: 17px;
}

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

.certificates__heading {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}

.certificates__item {
  height: 100%;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apartment {
  background: #F1F4F7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.apartment__wrap {
  padding: 35px 30px 35px 0;
  width: 582px;
}

.apartment__back-to-search {
  color: #888;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.6);
}

.apartment__back-to-search:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.8);
  color: #888;
}

.apartment__name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
}

.apartment__location {
  font-size: 20px;
  margin-bottom: 37px;
}

.apartment__price {
  font-size: 30px;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-bottom: 20px;
}

.apartment__price-offer {
  color: #222;
  font-size: 17px;
  border-bottom: 1px dotted rgba(34, 34, 34, 0.8);
  line-height: 17px;
  margin-left: 30px;
  height: 21px;
  position: relative;
  top: 8px;
}

.apartment__price-offer:hover {
  text-decoration: none;
  color: #222;
  padding: 0;
  border-bottom: 1px dotted #222;
}

.apartment__price-make-reservation {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  padding: 18px 20px;
  border-radius: 3px;
}

.apartment__description {
  margin-top: 40px;
  margin-bottom: 45px;
}

.apartment__image-slider {
  max-width: 50%;
}

.apartment__image-slider .lSSlideWrapper {
  position: relative;
}

.apartment__image-slider .lslide img {
  height: 600px;
}

.apartment__image-slider .lSPager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -83px !important;
  background-color: rgba(39, 19, 12, 0.7);
  padding: 10px !important;
  width: 100% !important;
}

.apartment__image-slider .lSPager.lSGallery {
  width: 100% !important;
}

.apartment__image-slider .lSPager li {
  opacity: .5;
  border-radius: 1px !important;
  margin-right: 10px !important;
}

.apartment__image-slider .lSPager li:last-child {
  margin-right: 0 !important;
}

.apartment__image-slider .lSPager li.active {
  opacity: 1;
}

.apartment__image-slider .lSPager li:hover,
.apartment__image-slider .lSPager li.active {
  border-radius: 1px !important;
}

.apartment__about-wrap {
  padding: 30px 0 40px 0;
}

.apartment__about-accomodation,
.apartment__about-amenity {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.apartment__about-accomodation-item {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 11px 18px;
  color: #353636;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.apartment__about-accomodation-item+.apartment__about-accomodation-item {
  margin-left: 20px;
}

.apartment__about-amenity {
  margin-top: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apartment__about-amenity-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.apartment__about-amenity-icon {
  font-size: 48px;
  color: #333;
  height: 52px;
  position: relative;
  top: -3px;
}

.apartment__about-amenity-info {
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #353636;
}

.apartment__full-description {
  background: #F1F4F7;
  padding: 48px 0;
  color: #222222;
}

.apartment__full-description p+p {
  margin-top: 30px;
}

.apartment__map {
  height: 574px;
}

.apartment__owner {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
}

.apartment__owner-info {
  margin-left: 40px;
}

.apartment__owner-info-actions-wrap {
  display: -ms-flexbox;
  display: flex;
}

.apartment__owner-info-actions+.apartment-owner-info-actions {
  margin-left: 80px;
}

.apartment__owner-actions {
  text-align: right;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.apartment__owner-actions .btn {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: 300;
  width: 185px;
  padding: 13px 21px 11px 21px;
}

.apartment__owner-actions .btn+.btn {
  margin-top: 20px;
}

.apartment__owner-actions .btn-outline-primary {
  color: #0594d0;
}

.apartment__owner-actions .btn-outline-primary:hover {
  color: #fff;
}

.apartment__owner-info-name {
  font-family: "CircularStd";
  font-size: 40px;
  font-weight: 300;
}

.apartment__owner-info-location {
  font-size: 18px;
}

.apartment__owner-info-actions-wrap {
  margin-top: 15px;
}

.apartment__owner-info-actions li+li {
  margin-top: 10px;
}

.apartment__owner-info-actions a,
.apartment__owner-info-actions a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0594d0;
}

@media only screen and (max-width: 1199px) {
  .apartment__wrap {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 997px) {
  .apartment {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apartment__wrap {
    width: 100%;
  }

  .apartment__image-slider {
    width: 100%;
    max-width: 100%;
  }

  .apartment__image-slider .lslide img {
    height: auto;
  }
}

.candidate-resume__header {
  background: #F1F4F7;
  padding: 36px 0;
}

.candidate-resume__header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.candidate-resume__info-wrap {
  display: -ms-flexbox;
  display: flex;
}

.candidate-resume__info-extras {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.candidate-resume__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  color: #888888;
  font-size: 17px;
}

.candidate-resume__body {
  margin-top: 20px;
  margin-bottom: 88px;
}

.candidate-resume__info-name {
  margin-bottom: 8px;
}

.candidate-resume__info-occupation {
  font-size: 30px;
  font-family: "CircularStd";
  font-weight: 300;
  color: #222;
  margin-bottom: 12px;
}

.candidate-resume__info-extras-item .icon {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 4px;
}

.candidate-resume__info-extras-item+.candidate-resume__info-extras-item {
  margin-left: 20px;
}

.candidate-resume__info-extras-item a,
.candidate-resume__info-extras-item a:hover {
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.8);
  line-height: 15px;
}

.candidate-resume__tags {
  margin-bottom: 50px;
}

.candidate-resume__tags .badge {
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 8px;
  background: #888;
}

.candidate-resume__tags .badge+.badge {
  margin-left: 8px;
}

.candidate-resume__body-item-timeline {
  margin-top: 27px;
  margin-left: 5px;
}

.candidate-resume__body-item-timeline-time {
  display: block;
  color: #888888;
  margin-bottom: 10px;
  top: -10px;
  position: relative;
}

.candidate-resume__body-item-timeline-time:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(136, 136, 136, 0.5);
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 8px;
}

.candidate-resume__body-item-timeline-heading {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.candidate-resume__body-item-timeline-description {
  font-size: 16px;
}

.candidate-resume__body-item-timeline-item {
  border-left: 1px solid rgba(136, 136, 136, 0.25);
  padding-left: 20px;
  padding-bottom: 40px;
}

.candidate-resume__body-item-timeline-item:last-child {
  border-color: transparent;
  padding-bottom: 0;
}

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

  .candidate-resume__header-wrap,
  .candidate-resume__info-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .candidate-resume__info {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .candidate-resume__info-extras {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .candidate-resume__info-extras-item {
    margin-left: 0;
  }

  .candidate-resume__info-extras-item+.candidate-resume__info-extras-item {
    margin-left: 0;
  }
}

.drug-overview__header {
  padding: 40px 0;
  background: #F1F4F7;
}

.drug-overview__header-breadcrumb {
  margin-bottom: 7px;
  font-size: 17px;
}

.drug-overview__header-breadcrumb .breadcrumb-item.active {
  color: rgba(136, 136, 136, 0.8);
}

.drug-overview__header-breadcrumb a,
.drug-overview__header-breadcrumb a:hover {
  color: #888;
}

.drug-overview__header-heading {
  margin-bottom: 0;
}

.drug-overview__header-heading .badge {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  padding-bottom: 6px;
  position: relative;
  top: -2px;
  left: 10px;
}

.drug-overview__body {
  padding: 50px 0;
  font-size: 16px;
}

.drug-overview__body-figure {
  margin-bottom: 30px;
}

.drug-overview__body-description {
  margin-bottom: 47px;
}

.drug-overview__company {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
}

.drug-overview__company-logo {
  margin-right: 30px;
  width: 100px;
  height: 100px;
}

.drug-overview__company-name {
  color: #222;
  font-size: 22px;
  display: block;
  margin-bottom: 16px;
}

.drug-overview__company-name:hover {
  color: #000;
  text-decoration: none;
}

.drug-overview__company-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.drug-overview__details {
  margin-top: 40px;
}

.drug-overview__details-heading {
  margin-bottom: 30px;
}

.drug-overview__details-body {
  padding: 26px;
  background-color: #f1f4f7;
  border-radius: 2px;
}

.drug-overview__details-body-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
}

.drug-overview__details-body-item:last-child {
  margin-bottom: 0;
}

.drug-overview__details-body-item-icon {
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0;
}

.drug-overview__details-body-item-type,
.drug-overview__details-body-item-info {
  display: block;
}

.drug-overview__details-body-item-info {
  color: #888;
}

@media only screen and (max-width: 1199px) {
  .drug-overview__company {
    display: block;
    margin-top: 0;
  }

  .drug-overview__company-logo {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 559px) {
  .drug-overview__company-logo {
    margin-top: 0;
  }
}

.houses-how-we-build {
  padding: 22px 0 40px 0;
}

.houses-how-we-build__heading {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.houses-how-we-build__item h6 {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.houses-how-we-build__item ul {
  margin-left: 20px;
}

.houses-how-we-build__item ul li+li {
  margin-top: 4px;
}

.houses-how-we-build__point {
  font-weight: 600;
  display: inline-block;
  margin-right: 6px;
}

.houses-how-we-build__item-image-float img {
  float: right;
  margin-left: 10px;
  display: inline-block;
}

.houses-how-we-build__gallery {
  margin-top: 30px;
}

.houses-how-we-build__gallery-item {
  margin-bottom: 30px;
}

.houses-how-we-build__gallery-image {
  margin-bottom: 15px;
  border-radius: 1px;
}

.houses-how-we-build__gallery-link,
.houses-how-we-build__gallery-link:hover {
  color: #0075c0;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #0075c0;
}

.post-drug {
  background-color: #f1f4f7;
  padding: 34px 40px;
}

.post-drug .form-group {
  margin-bottom: 30px;
}

.post-drug .select2-container {
  width: 100% !important;
  /* Redefine inline styles */
}

.post-drug__auth {
  margin-top: 60px;
}

.post-drug__auth-separator {
  height: calc(100% - 64px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999999;
  position: relative;
  margin-top: 34px;
}

.post-drug__auth-separator:before {
  content: '';
  position: absolute;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  background: rgba(153, 153, 153, 0.4);
  left: calc(50% - .5px);
  z-index: 0;
}

.post-drug__auth-separator span {
  display: inline-block;
  line-height: 24px;
  background: #f1f4f7;
  z-index: 1;
}

.post-drug__heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 23px;
}

.post-drug__description,
.post-drug__useful-tips-heading {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

.post-drug__useful-tips-heading {
  margin-bottom: 20px;
}

.post-drug .form-control {
  font-size: 17px;
  border-radius: 3px;
}

.post-drug label {
  font-size: 17px;
}

.post-drug label .icon {
  color: rgba(0, 87, 155, 0.8);
  font-size: 13px;
  position: relative;
  top: 7px;
}

.post-drug label .icon:hover {
  color: #00579b;
}

.post-drug__useful-tip {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.post-drug__useful-tip .point {
  color: #0594d0;
  font-weight: 700;
}

.post-drug__submit-button {
  text-transform: uppercase;
  margin-top: 30px;
}

.post-drug__facebook-btn,
.post-drug__linkedin-btn {
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 20px;
}

.post-drug__facebook-btn .icon,
.post-drug__linkedin-btn .icon {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  padding-left: 0;
}

.post-drug__facebook-btn .separator,
.post-drug__linkedin-btn .separator {
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 46px;
}

.post-drug__facebook-btn.btn-icon .text,
.post-drug__linkedin-btn.btn-icon .text {
  padding: 0;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.8rem;
}

.post-drug__facebook-btn,
.post-drug__facebook-btn:focus {
  background-color: #3b5998;
}

.post-drug__facebook-btn:hover,
.post-drug__facebook-btn:focus:hover {
  background-color: #37538d;
}

.post-drug__linkedin-btn,
.post-drug__linkedin-btn:focus {
  background-color: #007bb6;
}

.post-drug__linkedin-btn:hover,
.post-drug__linkedin-btn:focus:hover {
  background-color: #0071a7;
}

@media only screen and (max-width: 1199px) {
  .post-drug__auth-separator {
    display: none;
  }

  .post-drug__auth {
    margin-top: 0;
  }
}

@media only screen and (max-width: 997px) {
  .post-drug__experience_level .form-group {
    margin-bottom: 0;
  }

  .post-drug__options-toggler {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .post-drug__heading {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .post-drug__description,
  .post-drug__useful-tips-heading {
    font-size: 15px;
    text-align: center;
  }

  .post-drug__facebook-btn .icon,
  .post-drug__facebook-btn .separator,
  .post-drug__linkedin-btn .icon,
  .post-drug__linkedin-btn .separator {
    display: none;
  }

  .post-drug__facebook-btn.btn-icon .text,
  .post-drug__linkedin-btn.btn-icon .text {
    margin-left: 0;
  }
}

.page-contact__map {
  height: 500px;
}

.page-contact__form {
  padding: 50px 80px;
}

.page-contact__form .row+.row {
  margin-top: 10px;
}

.page-contact__form .form-control {
  font-size: 20px;
  line-height: 24px;
  border-color: transparent;
  background: #ebeff3;
  font-weight: 300;
  padding: 14px 15px;
}

.page-contact__form .form-control:focus {
  box-shadow: none;
}

.page-contact__form-heading {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 44px;
}

.page-contact__form-fields-message {
  display: inline-block;
  margin-left: 20px;
  color: #888;
  position: relative;
  top: 4px;
}

.page-contact__map-point {
  width: 370px;
  height: 140px;
  background: transparent url(../images/map/popup-point.png) no-repeat;
  font-size: 15px;
  padding: 9px 20px 20px 90px;
  color: #fff;
  margin-left: -200px;
  margin-top: -140px;
  font-family: "Open Sans";
}

.page-contact__map-point div+div {
  margin-top: 4px;
}

.page-contact__map-point-title {
  font-size: 20px;
  font-weight: 500;
}

.page-contact__map-point-rating {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.page-contact__map-point-rating img {
  display: inline-block;
}

.page-contact__map-point-rating img+img {
  margin-left: 4px;
}

.page-error {
  padding: 90px 130px;
  text-align: center;
  background-color: #f1f4f7;
}

.page-error__heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 34px;
}

.page-error__code {
  font-family: "CircularStd";
  font-size: 300px;
  font-weight: 500;
  line-height: 300px;
  color: #0594d0;
  margin-bottom: 15px;
}

.page-error__description {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 55px;
}

.page-error__back-btn {
  font-family: "CircularStd";
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 40px;
  border: 2px solid #0594d0;
}

.page-auth {
  background-color: #f1f4f7;
  padding: 50px 0 70px 0;
}

.page-auth .form-group:last-child {
  margin-bottom: 0;
}

.page-auth__heading {
  font-size: 46px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 20px;
  text-align: center;
}

.page-auth__description {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.page-auth__form {
  background: #fff;
  border-radius: 6px;
  padding: 32px 36px;
}

.page-auth__form-heading {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}

.page-auth__form-extras {
  color: #888;
  text-align: center;
}

.page-auth__form-extras a,
.page-auth__form-extras a:hover {
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid #888;
}

.page-auth__form-link,
.page-auth__form-link:hover {
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.8);
  position: relative;
  top: 1px;
}

.page-auth__submit-btn {
  font-size: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 30px;
}

.page-auth__form-captcha {
  position: absolute;
  bottom: 0;
}

.page-auth__tabs {
  background: transparent;
  margin-bottom: 42px;
}

.page-auth__tabs .nav-item {
  width: 50%;
}

.page-auth__tabs .nav-item+.nav-item {
  margin-left: 0;
}

.page-auth__tabs .nav-item .nav-link {
  border: 1px solid rgba(34, 34, 34, 0.5);
  padding: 13px;
  text-align: center;
  color: #222;
  border-right: none;
}

.page-auth__tabs .nav-item .nav-link .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
}

.page-auth__tabs .nav-item .nav-link:hover,
.page-auth__tabs .nav-item .nav-link:active,
.page-auth__tabs .nav-item .nav-link:focus {
  background: transparent;
  border-color: rgba(34, 34, 34, 0.5);
  color: #222;
}

.page-auth__tabs .nav-item .nav-link.active,
.page-auth__tabs .nav-item .nav-link.active:active,
.page-auth__tabs .nav-item .nav-link.active:focus {
  border: 1px solid #0594d0;
  background: #0594d0;
  color: #fff;
}

.page-auth__tabs .nav-item .nav-link.active:before,
.page-auth__tabs .nav-item .nav-link.active:active:before,
.page-auth__tabs .nav-item .nav-link.active:focus:before {
  display: none;
}

.page-auth__tabs .nav-item .nav-link.active:hover,
.page-auth__tabs .nav-item .nav-link.active:active:hover,
.page-auth__tabs .nav-item .nav-link.active:focus:hover {
  border-color: #0594d0;
  color: #fff;
}

.page-auth__tabs .nav-item .nav-link.active:after,
.page-auth__tabs .nav-item .nav-link.active:active:after,
.page-auth__tabs .nav-item .nav-link.active:focus:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #0594d0;
  border-left: 10px solid transparent;
  content: '';
}

.page-auth__tabs .nav-item:first-child .nav-link {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.page-auth__tabs .nav-item:last-child .nav-link {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid rgba(34, 34, 34, 0.5);
}

.page-auth__tabs .nav-item:last-child .nav-link:not(.active) {
  border-left: none;
}

.page-auth .form-label-icon .iconfont-envelope {
  line-height: 12px;
}

.page-auth--social-auth {
  margin-top: 40px;
}

.page-auth__success {
  display: -ms-flexbox;
  display: flex;
}

.page-auth__success-icon {
  font-size: 44px;
  color: #8eb021;
  margin-right: 15px;
  line-height: 44px;
}

.page-auth__success-heading {
  margin-bottom: 0;
}

.page-auth__success-description {
  margin-bottom: 0;
}

.page-login {
  padding: 45px 20px 60px 20px;
  background-color: #f1f4f7;
}

.page-login__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-login__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 10px;
  text-align: center;
}

.page-login__description {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-login__form {
  width: 520px;
  border-radius: 5px;
  background-color: #fff;
  padding: 40px;
}

.page-login .form-control {
  background-color: #f1f4f7;
  border-color: #f1f4f7;
  padding: 17px 15px;
}

.page-login .form-group+.form-group {
  margin-top: 20px;
}

.page-login .custom-control {
  margin-bottom: 0;
  border-radius: 4px;
}

.page-login .btn {
  border-radius: 4px;
}

.page-login__forgot-password,
.page-login__forgot-password:hover {
  color: #8e8e93;
  text-decoration: none;
  border-bottom: 1px solid #8e8e93;
}

.page-login__submit-btn {
  display: block;
  margin-top: 30px;
  padding: 17px 15px;
}

.page-login__form-footer {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.page-login__signup-btn {
  padding: 15px 40px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.page-login .btn-facebook {
  border-radius: 4px;
  background-color: #4366b4;
  padding: 17px 20px;
  color: #fff;
}

.page-login .btn-facebook .icon {
  color: #fff;
  font-size: 26px;
  top: -3px;
  position: relative;
}

.page-login .btn-facebook .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-login .btn-google-plus {
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #000;
}

.page-login .btn-google-plus .icon {
  font-size: 34px;
  top: 2px;
  position: relative;
  color: #fc523f;
}

.page-login .btn-google-plus .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-login__separator {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 13px;
}

.page-login__separator span {
  position: relative;
  top: -15px;
  display: inline-block;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 18px;
  padding-right: 18px;
}

.news-latest-from-blog {
  padding: 45px 0 77px 0;
}

.news-latest-from-blog__heading {
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

.news-latest-from-blog__item {
  border-radius: 4px;
  background-color: #f1f4f7;
  padding: 30px;
  min-height: 250px;
}

.news-latest-from-blog__item-breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
}

.news-latest-from-blog .breadcrumb-item {
  font-size: 14px;
}

.news-latest-from-blog .breadcrumb-item a,
.news-latest-from-blog .breadcrumb-item a:hover {
  color: #00579b;
  text-decoration: none;
  border-bottom: 1px solid #00579b;
  cursor: pointer;
}

.news-latest-from-blog__item-title,
.news-latest-from-blog__item-title:hover {
  color: #00579b;
  text-decoration: none;
  border-bottom: 1px solid #00579b;
  cursor: pointer;
  font-size: 19px;
}

.news-latest-from-blog__item-announce {
  margin-top: 15px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

@media only screen and (max-width: 997px) {
  .news-latest-from-blog__item {
    min-height: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 559px) {
  .news-latest-from-blog__heading {
    font-size: 30px;
  }

  .news-latest-from-blog .breadcrumb-item {
    font-size: 11px;
  }
}

.recent-news {
  padding: 45px 0 20px 0;
}

.recent-news__heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin-bottom: 53px;
}

.recent-news__item {
  margin-bottom: 30px;
}

.recent-news__image {
  border-radius: 2px;
  display: block;
  margin-bottom: 15px;
}

.recent-news__title {
  color: #000000;
  font-size: 21px;
}

.recent-news__title:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000;
}

.recent-news__meta {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}

.recent-news__meta a,
.recent-news__meta a:hover {
  color: #0f71c8;
  text-decoration: none;
}

.recent-news__announce {
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.recent-news__read-more-btn {
  color: #0594d0;
  padding: 10px 32px;
  font-size: 19px;
}

.news-houses-projects {
  padding: 40px 0 20px 0;
  background: #f1f4f7 url("../images/houses/main-bg.png") 50% -100px no-repeat;
}

.news-houses-projects__heading {
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.news-houses-projects__item {
  border-radius: 4px;
  margin-bottom: 30px;
}

.news-houses-projects__item-info {
  background: #ffffff;
  padding: 12px 20px 16px 20px;
  min-height: 103px;
}

.news-houses-projects__item-title {
  font-size: 14px;
  line-height: 18px;
}

.news-houses-projects__item-date {
  font-size: 14px;
  color: #888;
  margin-top: 6px;
}

@media only screen and (max-width: 997px) {
  __heading {
    font-size: 40px;
    line-height: 50px;
  }
}

.newsletter-default {
  background-color: #2a2c32;
  color: #fff;
  padding: 42px 0 40px 0;
}

.newsletter-default__heading {
  font-size: 30px;
  margin-bottom: 0;
  white-space: nowrap;
  position: relative;
  top: -1px;
}

.newsletter-default__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 42px;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-default__input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 19px;
  border: none;
  padding: .54rem 1rem;
  margin: 0 30px;
}

.newsletter-default__input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: #fff !important;
}

.newsletter-default__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 19px;
}

.newsletter-default__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 19px;
}

.newsletter-default__button {
  font-size: 19px;
  line-height: 19px;
  padding: 10px 20px;
  background-color: #038ed3;
  color: #fff;
}

.newsletter-default__button:hover {
  color: #fff;
}

@media only screen and (max-width: 997px) {
  .newsletter-default__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-default__heading {
    margin-bottom: 20px;
  }

  .newsletter-default__input {
    margin-bottom: 30px;
  }
}

.sidebar-filter-default {
  border-radius: 1px;
  background-color: #ebeff3;
  margin-bottom: 40px;
}

.sidebar-filter-default__section {
  padding: 16px;
  border-bottom: 1px solid #d3d9dd;
}

.sidebar-filter-default__section:last-child {
  border-bottom: none;
}

.sidebar-filter-default__heading {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 13px;
}

.sidebar-filter-default .btn-group .btn {
  background: #fff;
  border: 1px solid #d3d9dd;
  color: #939daa;
  font-size: 14px;
  padding: 9px 19px;
}

.sidebar-filter-default .btn-group .btn:hover,
.sidebar-filter-default .btn-group .btn.active {
  background-color: #e9ecf1;
  color: #7b8694;
}

.sidebar-filter-default__price-slider {
  margin-top: 65px;
  margin-bottom: 42px;
}

.sidebar-filter-default__price-slider .noUi-base {
  background-color: #c2cbd1;
  border-radius: 4px;
}

.sidebar-filter-default__price-slider .noUi-connect {
  background-color: #0094f2;
}

.sidebar-filter-default__price-slider.noUi-horizontal .noUi-handle {
  box-shadow: none;
  border: 1px solid #0094f2;
  height: 11px;
  width: 11px;
  left: -4px;
  top: -4px;
}

.sidebar-filter-default__price-slider .noUi-tooltip {
  font-size: 14px;
  color: #fff;
  background-color: #455161;
  border-radius: 2px;
  padding: 6px;
  border: none;
  bottom: 220%;
}

.sidebar-filter-default__price-slider .noUi-tooltip:after {
  top: 100%;
  left: calc(50% - 4px);
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #455161;
}

.sidebar-filter-default__price-slider .noUi-pips-horizontal {
  padding: 0;
  color: #939daa;
  font-size: 14px;
  height: 40px;
}

.sidebar-filter-default__price-slider .noUi-marker {
  opacity: 0;
}

.sidebar-filter-default__price-slider .noUi-value-horizontal {
  color: #939daa;
  top: -1px;
}

.sidebar-filter-default__price-slider .noUi-value-horizontal:nth-child(2) {
  transform: translate3d(0, 50%, 0);
}

.sidebar-filter-default__price-slider .noUi-value-horizontal:last-of-type {
  transform: translate3d(-100%, 50%, 0);
}

.sidebar-filter-default__price-inputs {
  display: -ms-flexbox;
  display: flex;
}

.sidebar-filter-default__price-inputs .form-control {
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 10px;
}

.sidebar-filter-default__price-inputs .form-control:not(:focus) {
  border-color: #d3d9dd;
}

.sidebar-filter-default__price-inputs .form-control:last-child {
  margin-right: 0;
  margin-left: 5px;
}

.sidebar-filter-default__price-inputs .form-control:-ms-input-placeholder {
  color: #939daa;
}

.sidebar-filter-default__price-inputs .form-control::placeholder {
  color: #939daa;
}

.sidebar-filter-default__inputs-separator {
  color: #939daa;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.sidebar-filter-default .custom-checkbox {
  display: block;
}

.sidebar-filter-default .custom-checkbox+.custom-checkbox {
  margin-top: 15px;
}

.sidebar-filter-default .custom-control-indicator {
  border-color: #d3d9dd;
}

.sidebar-filter-default__link {
  color: #0075c0;
  font-size: 14px;
  height: 19px;
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 117, 192, 0.5);
}

.sidebar-filter-default__link:hover {
  border-color: #0594d0;
  text-decoration: none;
}

.sidebar-filter-default__controls {
  margin-top: 30px;
}

.sidebar-filter-default__controls .btn {
  font-size: 14px;
  margin-right: 20px;
  padding: 9px 20px;
}

.popular-properties {
  padding: 46px 0 60px 0;
}

.popular-properties .container-fluid {
  max-width: 1410px;
}

.popular-properties__heading {
  font-size: 50px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  max-width: 998px;
}

.popular-properties__description {
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 998px;
}

.popular-properties__grid-item {
  position: relative;
  text-align: center;
}

.popular-properties__grid-item img {
  width: 100%;
  height: 100%;
}

.popular-properties__image-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.popular-properties__grid {
  display: -ms-flexbox;
  display: flex;
}

.popular-properties__grid-col-left {
  width: 35%;
  margin-right: 10px;
}

.popular-properties__grid-col-left .popular-properties__grid-item,
.popular-properties__grid-col-right .popular-properties__grid-item {
  height: 100%;
}

.popular-properties__grid-col-middle {
  width: 42.5%;
  margin-right: 10px;
}

.popular-properties__grid-col-middle .popular-properties__grid-col-row {
  display: -ms-flexbox;
  display: flex;
}

.popular-properties__grid-col-middle .popular-properties__grid-col-row .popular-properties__grid-item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50%;
}

.popular-properties__grid-col-middle .popular-properties__grid-col-row .popular-properties__grid-item:last-child {
  margin-right: 0;
}

.popular-properties__grid-col-middle .popular-properties__grid-item img {
  max-height: 226.5px;
}

.popular-properties__grid-col-right {
  width: 27.5%;
}

@media only screen and (max-width: 1023px) {
  .popular-properties__image-title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 639px) {
  .popular-properties__image-title {
    font-size: 22px;
    line-height: 24px;
  }

  .popular-properties__grid {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popular-properties__grid-col-left,
  .popular-properties__grid-col-middle,
  .popular-properties__grid-col-right {
    width: 60%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .popular-properties__grid-col-left .popular-properties__grid-item,
  .popular-properties__grid-col-middle .popular-properties__grid-item,
  .popular-properties__grid-col-right .popular-properties__grid-item {
    width: 100%;
  }
}

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

  .popular-properties__grid-col-left,
  .popular-properties__grid-col-middle,
  .popular-properties__grid-col-right {
    width: 90%;
  }
}

.popular-drugs {
  padding: 51px 0 80px 0;
  background-color: #f6f5f5;
}

.popular-drugs__heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.popular-drugs__item {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.popular-drugs__item-image {
  border-radius: 3px;
}

.popular-drugs__item-title {
  display: block;
  padding: 13px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  background: rgba(97, 85, 91, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.popular-drugs__item-title--electronic-repair {
  background: rgba(119, 92, 87, 0.9);
}

.popular-drugs__item-title--construction-works {
  background: rgba(149, 138, 138, 0.9);
}

.popular-drugs__item-title--repair-of-equipment {
  background: rgba(121, 98, 86, 0.9);
}

.popular-drugs__item-title--cleaning {
  background: rgba(36, 110, 101, 0.9);
}

.popular-drugs__item-title--planning-and-design {
  background: rgba(131, 119, 88, 0.9);
}

.popular-drugs__item-title--repair-house {
  background: rgba(97, 85, 91, 0.9);
}

.popular-drugs__item-title--laying-tiles {
  background: rgba(134, 106, 91, 0.9);
}

.footer-default {
  background-color: #2a2c32;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-default hr {
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.1);
}

.footer-default a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-default a:hover,
.footer-default a:active {
  color: #fff;
}

.footer-default a.footer-default__logo,
.footer-default a.footer-default__logo:hover {
  text-decoration: none;
  -ms-flex-order: 1;
  order: 1;
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 56px;
  color: #fff;
}

.footer-default a.footer-default__logo .colored,
.footer-default a.footer-default__logo:hover .colored {
  color: #0594d0;
}

.footer-default li+li {
  margin-top: 10px;
}

.footer-default .btn-get-started {
  background: transparent;
  border-color: #979494;
  color: #fff;
  font-family: "CircularStd";
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.85rem 1.75rem 0.65rem 1.75rem;
  margin-top: 20px;
}

.footer-default .btn-get-started:hover,
.footer-default .btn-get-started:active {
  border-color: #fff;
  color: #fff;
}

.footer-default__heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}

.footer-default__heading--sm {
  font-size: 17px;
  margin-bottom: 26px;
}

.footer-default__follow-us {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-default__follow-us-text {
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  margin-right: 75px;
}

.footer-default__follow-us-item,
.footer-default__follow-us-item:hover {
  text-decoration: none;
}

.footer-default__follow-us-item+.footer-default__follow-us-item,
.footer-default__follow-us-item:hover+.footer-default__follow-us-item {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .footer-default [class*="col-"]+[class*="col-"] {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer-default {
    text-align: center;
  }

  .footer-default p {
    max-width: 100%;
  }

  .footer-default__follow-us {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-default__follow-us-text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-simple {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}

.footer-simple__logo,
.footer-simple__logo:hover {
  text-decoration: none;
  -ms-flex-order: 1;
  order: 1;
  font-family: "CircularStd";
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  margin-right: 56px;
}

.footer-simple__logo .colored,
.footer-simple__logo:hover .colored {
  color: #0594d0;
}

.footer-simple__contact {
  margin-top: 20px;
}

.footer-simple__contact .row+.row {
  margin-top: 16px;
}

.footer-simple__contact-phone {
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.footer-simple__follow-us {
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -1px;
}

.footer-simple__follow-us-item,
.footer-simple__follow-us-item:hover {
  text-decoration: none;
  margin-right: 12px;
}

.footer-simple__follow-us-item:last-child,
.footer-simple__follow-us-item:hover:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 997px) {
  .footer-simple {
    text-align: center;
  }

  .footer-simple__logo {
    margin-right: 0;
  }

  .footer-simple__contact-header {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
}

.footer-simple-light {
  background-color: #ebeff3;
  padding: 32px 0 44px 0;
  color: #939daa;
  font-size: 14px;
}

.footer-simple-light__nav {
  margin-bottom: 23px;
}

.footer-simple-light__nav a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #00579b;
  color: #00579b;
}

.footer-simple-light__nav a+a {
  margin-left: 15px;
}

.footer-simple-light__nav a.active,
.footer-simple-light__nav a:hover {
  text-decoration: none;
  color: #0594d0;
  border-color: #0594d0;
}

.footer-simple-light [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  /* justify-content: flex-end; */
}

@media only screen and (max-width: 997px) {
  .footer-simple-light {
    text-align: center;
  }

  .footer-simple-light__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-simple-light__nav a {
    margin-bottom: 10px;
  }

  .footer-simple-light__nav a+a {
    margin-left: 0;
  }

  .footer-simple-light div+div {
    margin-top: 10px;
  }
}

.footer-default--properties {
  background-color: #2a2c32;
  padding: 34px 0 20px 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-default--properties .footer-default__heading {
  font-size: 24px;
  font-weight: 300;
}

.footer-default--properties .footer-default__copyright,
.footer-default--properties .footer-default__follow-us-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-default--properties hr {
  margin: 12px 0 20px 0;
}

.footer-default--properties li+li {
  margin-top: 8px;
}

.footer-default--houses {
  background-color: #2a2c32;
  padding: 34px 0 20px 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-default--houses .footer-default__heading {
  font-size: 24px;
  font-weight: 300;
}

.footer-default--houses .footer-default__copyright,
.footer-default--houses .footer-default__follow-us-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-default--houses .footer-default__follow-us-text {
  margin-right: 125px;
  color: #fff;
}

.footer-default--houses .footer-default__nav {
  margin-bottom: 40px;
}

.footer-default--houses .footer-default__nav a {
  font-size: 19px;
  display: inline-block;
  margin-right: 40px;
}

.footer-default--houses .footer-default__nav a:last-child {
  margin-right: 0;
}

.footer-default--houses .footer-default__contact-row {
  margin-bottom: 40px;
}

.footer-default--houses hr {
  margin: 12px 0 20px 0;
}

.footer-default--houses li+li {
  margin-top: 8px;
}

@media only screen and (max-width: 997px) {
  .footer-default--houses {
    text-align: center;
  }

  .footer-default--houses .footer-default__follow-us-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-default--houses .footer-default__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-default--houses .footer-default__nav a {
    margin: 0;
    margin-bottom: 10px;
  }

  .footer-default--houses .footer-default__nav a:last-child {
    margin-bottom: 0;
  }
}

.footer-default--booking {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  background-color: #fff;
  padding: 34px 0 20px 0;
  font-size: 17px;
  color: #888888;
}

.footer-default--booking a {
  color: #888;
}

.footer-default--booking a:hover {
  color: #222;
}

.footer-default--booking .footer-default__heading {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.footer-default--booking .footer-default__copyright,
.footer-default--booking .footer-default__follow-us-text {
  font-size: 17px;
  color: #888888;
}

.footer-default--booking hr {
  margin: 12px 0 20px 0;
}

.footer-default--booking li+li {
  margin-top: 8px;
}

.theme-settings {
  position: fixed;
  top: 30%;
  width: 224px;
  background: #fff;
  padding: 20px 5px 5px 20px;
  left: -224px;
  transition: left .2s linear;
  border-bottom-right-radius: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.theme-settings.is-opened {
  left: 0;
  transition: left .2s linear;
}

.theme-settings .icon {
  position: absolute;
  right: -58px;
  top: -1px;
  display: block;
  background: #fff;
  padding: 12px 13px 8px 14px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-settings__themes {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.theme-settings__theme {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.theme-settings__theme:last-child {
  margin-right: 0;
}

.theme-settings__theme--default {
  background: #a3238e;
}

.theme-settings__theme--blue {
  background: #0594d0;
}

.theme-settings__theme--green {
  background: #1dbf60;
}

.theme-settings__theme--sunset-orange {
  background: #ff4845;
}

.theme-settings__theme--yellow {
  background: #fcb71e;
}

.theme-settings__theme--purple {
  background: #9a59b5;
}

.theme-settings__theme--burning-orange {
  background: #ff7043;
}

.theme-settings__theme--pacific-blue {
  background: #00acc1;
}

.theme-settings__theme--red {
  background: #ff2f21;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.cell-vertical-align-middle td {
  vertical-align: middle;
}

.text-bold {
  font-weight: 500;
}

.hr_no_margin {
  margin: 0px;
}

.no_margin {
  margin: 0px !important;
}

.blue_color {
  color: #0594d0 !important;
}

.hr_blue_color {
  border-top: 1px solid #0594d0 !important;
}

.margin_top_10 {
  margin-top: 10px !important;
}

.margin_bottom_10 {
  margin-bottom: 10px !important;
}

.margin_top_bottom_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin_top_bottom_30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin_left_10 {
  margin-left: 10px !important;
}

.margin_right_10 {
  margin-right: 10px !important;
}

.margin_left_right_10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin_all_10 {
  margin: 10px !important;
}

.margin_all_5 {
  margin: 5px !important;
}

.margin_all_3 {
  margin: 3px !important;
}

.no_padding {
  padding: 0px !important;
}

.padding_all_10 {
  padding: 10px !important;
}

.padding_all_5 {
  padding: 5px !important;
}

.padding_top_10 {
  padding-top: 10px !important;
}

.padding_top_20 {
  padding-top: 20px !important;
}

.padding_top_30 {
  padding-top: 30px !important;
}



.img-responsive {
  width: 100% !important;
  height: auto;
}

.redcolor {
  color: #ed5f55 !important;
}

.top100-list-column-2 li,
.top100-list-column-3 li,
.top100-list-column-4 li {
  margin-bottom: .75rem;
  /* 
  line-height: 1.25; 
	line-height: .85;
  */
  line-height: 1rem;
  list-style: none;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

.top100-list-column-2 {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  columns: 2 300px
}

.top100-list-column-3 {
  -webkit-columns: 3 225px;
  -moz-columns: 3 225px;
  columns: 3 225px
}

.top100-list-column-4 {
  -webkit-columns: 4 150px;
  -moz-columns: 4 150px;
  columns: 4 150px
}


.top100list {
  -webkit-columns: 2 135px;
  -moz-columns: 2 135px;
  columns: 2 135px;
  column-gap: 40px;
  padding-left: 0px;
}

.categories-all__items li {
  line-height: 26px !important;
}


.grey_bg {
  background-color: #F1F4F7 !important;
}

.white_bg {
  background-color: #ffffff !important;
}

/* for word cloud */
.drugs-word-btn-paging>ul {
  margin-left: -2px;
  margin-right: -2px;
  padding: 0;
  list-style: none
}

.drugs-word-btn-paging>ul::after {
  display: block;
  content: "";
  clear: both
}

.drugs-word-btn-paging>ul li {
  float: left;
  min-width: 38px;
  margin: 4px
}

.drugs-word-btn-paging>ul li a,
.drugs-word-btn-paging>ul li span {
  display: block;
  min-width: 100%;
  min-height: 38px;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap
}

.drugs-word-btn-paging>ul li a {
  background-color: #c8cacd;
  color: #242424 !important;
  font-weight: 600
}

.drugs-word-btn-paging>ul li a:visited {
  color: #242424 !important
}

.drugs-word-btn-paging>ul li a:focus,
.drugs-word-btn-paging>ul li a:hover {
  background-color: #242424;
  color: #fff !important;
  text-decoration: none
}

.drugs-word-btn-paging>ul li span {
  color: #747474
}

.drugs-word-btn-paging>ul li.is-active span {
  background-color: #242424;
  color: #fff;
  font-weight: 600
}

.drugs-word-btn-paging .drugs-word-btn-paging-item-span2 a,
.drugs-word-btn-paging .drugs-word-btn-paging-item-span4 a {
  padding-left: 12px;
  padding-right: 12px
}

.drugs-word-btn-paging .drugs-word-btn-paging-show-all {
  grid-column: span 2
}

.drugs-word-btn-paging .drugs-word-btn-paging-show-all a {
  background-color: transparent;
  color: #105eda !important;
  font-weight: 400
}

.drugs-word-btn-paging .drugs-word-btn-paging-show-all a:hover {
  background-color: transparent;
  color: #00338c !important
}

.drugs-word-btn-paging .drugs-word-btn-paging-item-next svg {
  margin-left: 4px
}

@supports (display:grid) {
  .drugs-word-btn-paging>ul {
    display: grid;
    margin-left: 0;
    margin-right: 0;
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fill, minmax(38px, 1fr))
  }

  .drugs-word-btn-paging>ul::after,
  .drugs-word-btn-paging>ul::before {
    content: none
  }

  .drugs-word-btn-paging>ul>li {
    min-width: auto;
    margin: 0
  }

  .drugs-word-btn-paging>ul>li a,
  .drugs-word-btn-paging>ul>li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: inherit
  }

  .drugs-word-btn-paging .drugs-word-btn-paging-item-next,
  .drugs-word-btn-paging .drugs-word-btn-paging-item-span2 {
    grid-column: span 2
  }

  .drugs-word-btn-paging .drugs-word-btn-paging-item-span4 {
    grid-column: span 4
  }
}

.drugs-word-btn-paging-result {
  margin-top: 32px;
  margin-bottom: 40px
}

/* for word cloud */

@media only screen and (min-width : 1025px) {
  .search-popup {
    height: auto;
    background: #ffffff;
    position: absolute;
    z-index: 11;
    box-shadow: 1px 1px 3px #dddddd;

    width: 63%;
    max-width: 63%;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 60px;

  }
}

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

  .search-popup {
    height: auto;
    background: #ffffff;
    z-index: 11;
    box-shadow: 1px 1px 3px #dddddd;

    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px){
  .hero-drug__heading{
    font-size: 24px;
    word-break: normal;
  }

  .blog__heading{
      font-size: 24px;
  }

  .listing-recent-drugs__heading{
      font-size: 21px;
  }

  .carousel-control-prev-icon:after{
    font-size: 36px !important;
  }

  .carousel-control-next-icon:before{
      font-size: 36px !important;
  }

  .padding_top_20{
    font-size: 23px;
  }
}
