@charset "UTF-8";
/* custom select styles */
.jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  border: 1px solid #828282;
  background: transparent;
  width: 100%;
  height: 48px;
  border-radius: 12px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  color: #828282;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 40px 0 16px;
  padding: 14px 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 1;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e900";
  font-family: "icomoon";
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #828282;
  border-radius: 12px;
  overflow: hidden;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
  font-family: var(--kmnd-button-font-family);
}

.jcf-scrollbar-horizontal {
  display: none;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #0E0D0D;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #EEEEEE;
  width: 3px;
  bottom: 0;
  right: 4px;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0;
  width: 3px;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #828282;
  height: 1px;
  width: 3px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

/* Slick slider styles */
.slick-navigation {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-navigation .slick-track,
.slick-navigation .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vapm33");
  src: url("../fonts/icomoon.eot?vapm33#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vapm33") format("truetype"), url("../fonts/icomoon.woff?vapm33") format("woff"), url("../fonts/icomoon.svg?vapm33#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e901";
}

.icon-arrow-next:before {
  content: "\e902";
}

.icon-arrow-prev:before {
  content: "\e903";
}

.icon-clock:before {
  content: "\e904";
}

.icon-cross-circle:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-external-link:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-icon-01:before {
  content: "\e909";
}

.icon-icon-02:before {
  content: "\e90a";
}

.icon-info:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-link:before {
  content: "\e90d";
}

.icon-link2:before {
  content: "\e90e";
}

.icon-location:before {
  content: "\e90f";
}

.icon-tel:before {
  content: "\e910";
}

.icon-phone:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-quote:before {
  content: "\e913";
}

.icon-up:before {
  content: "\e914";
}

.icon-down:before {
  content: "\e915";
}

.icon-web:before {
  content: "\e916";
}

.icon-wifi:before {
  content: "\e917";
}

.u-anchors-wrap:before, .u-navigation-wrap:before, .u-anchors-wrap:after, .u-navigation-wrap:after {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 16px;
  content: "";
}
.u-anchors-wrap:before, .u-navigation-wrap:before {
  left: 0;
  background: linear-gradient(to right, white 10%, rgba(255, 255, 255, 0) 100%);
}
.u-anchors-wrap:after, .u-navigation-wrap:after {
  right: 0;
  background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0) 100%);
}

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

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

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

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

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 992px) {
  h1 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 40px;
  }
}

#header {
  overflow: hidden;
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: #F2F2F2;
  font-family: var(--kmnd-body-font-family-primary);
}

.u-bg-lite {
  background: #F2F2F2;
}
.u-bg-lite .bg-gray {
  background: inherit;
}

.admin-bar .header {
  top: 32px;
}

main {
  flex-grow: 1;
}
main .header {
  z-index: 99;
}

.u-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .u-container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .u-mob-hidden {
    display: none !important;
  }
}

.u-white-container {
  background: #fff;
  border-radius: 12px;
}

.u-blue-container {
  background: #00355C;
  border-radius: 12px;
  color: #fff;
}

.u-border-container {
  background: #fff;
  border-top: 3px solid #00355C;
  border-radius: 0 0 12px 12px;
}

.u-tag {
  display: inline-block;
  vertical-align: top;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #00355C;
  text-transform: uppercase;
  border-radius: 99px;
  background: #F2F2F2;
}

.u-tags-list {
  margin: 0 -2px 14px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.u-tags-list > li {
  padding: 0 2px 4px;
}

@media (min-width: 768px) {
  .u-three-columns {
    display: flex;
    margin: 0 -15px;
  }
}
.u-three-columns__col {
  margin: 0 0 16px;
  display: flex;
}
@media (min-width: 768px) {
  .u-three-columns__col {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .u-two-columns-content {
    padding: 7px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .u-two-columns-content .u-sidebar {
    width: 250px;
    min-width: 250px;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .u-two-columns-content .u-sidebar {
    width: 393px;
    min-width: 393px;
  }
}
.u-two-columns-content .u-content {
  width: 100%;
}
@media (min-width: 768px) {
  .u-two-columns-content .u-content {
    width: calc(100% - 250px - 30px);
  }
}
@media (min-width: 992px) {
  .u-two-columns-content .u-content {
    width: calc(100% - 393px - 30px);
  }
}
.u-two-columns-content .u-news__title h3 {
  font-weight: 400;
}

.u-widget {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .u-widget {
    margin-bottom: 60px;
  }
}
.u-widget .u-white-container {
  padding: 24px 16px;
}
.u-widget .u-section__heading {
  padding: 0;
  margin-bottom: 17px;
}
.u-widget .u-phone-item__number {
  margin: 10px 0 0;
}
.u-widget .u-phone-list > li {
  padding-bottom: 24px;
}
.u-widget .u-phone-item__icon {
  color: #00355C;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

#current-temp-info {
  justify-content: space-between;
}

.u-bg-lite .footer {
  padding: 40px 0 30px;
  color: #BDBDBD;
  background: #042031;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .u-bg-lite .footer {
    padding: 64px 0 20px;
  }
}
.u-bg-lite .footer .container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .u-bg-lite .footer .container {
    padding: 0 20px;
  }
}
.u-bg-lite .footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
}
.u-bg-lite .footer a:hover {
  color: #6DB5C9;
}
.u-bg-lite .footer .active > a {
  color: #6DB5C9;
}
.u-bg-lite .footer__logo {
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .u-bg-lite .footer__logo {
    margin-bottom: 0;
  }
}
.u-bg-lite .footer__panel {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .u-bg-lite .footer__panel {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
.u-bg-lite .footer__bar {
  display: flex;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .u-bg-lite .footer__bar {
    padding: 27px 0;
    border-top: 1px solid #BDBDBD;
  }
}
.u-bg-lite .footer__bar-col {
  width: auto;
}
.u-bg-lite .footer__bar-col:nth-child(2) {
  text-align: center;
}
.u-bg-lite .footer__bar-col:last-child {
  width: 100%;
  padding: 31px 0 0;
}
@media (min-width: 768px) {
  .u-bg-lite .footer__bar-col:last-child {
    padding: 0;
    width: 33.3333333333%;
  }
}
.u-bg-lite .footer .menu {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .u-bg-lite .footer .menu {
    padding: 0;
  }
}
.u-bg-lite .footer .menu > li {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .u-bg-lite .footer .menu > li {
    margin: 0 0 6px;
  }
}
.u-bg-lite .footer__text {
  padding: 4px 0;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .u-bg-lite .footer__text {
    padding-right: 15px;
  }
}
.u-bg-lite .footer__text p {
  margin: 0;
}
.u-bg-lite .footer__text a {
  color: #6DB5C9;
}
.u-bg-lite .footer__text a:hover {
  color: #fff;
}
.u-bg-lite .u-socialnetworks {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 768px) {
  .u-bg-lite .u-socialnetworks {
    font-size: 24px;
  }
}
.u-bg-lite .u-socialnetworks > li {
  padding: 0 6px;
}
.u-bg-lite .u-socialnetworks a {
  color: #fff;
}
.u-bg-lite .u-socialnetworks a:hover {
  color: #6DB5C9;
}
@media (min-width: 992px) {
  .u-bg-lite .u-footer-medium {
    margin: 0 0 8px;
    display: flex;
    justify-content: space-between;
  }
}
.u-bg-lite .u-footer-medium__col:first-child {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .u-bg-lite .u-footer-medium__col:first-child {
    width: 33%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .u-bg-lite .u-footer-medium__col:last-child {
    width: 65.8%;
  }
}
.u-bg-lite .u-accordion-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .u-bg-lite .u-accordion-menu {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.u-bg-lite .u-accordion-menu > li {
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .u-bg-lite .u-accordion-menu > li {
    width: 33.3333333333%;
    padding: 0 20px;
  }
}
.u-bg-lite .u-accordion-menu .u-accordion-menu__opener {
  position: relative;
  display: block;
  padding: 10px 35px 10px 0;
  padding-right: 35px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .u-bg-lite .u-accordion-menu .u-accordion-menu__opener {
    text-decoration: underline;
    padding: 0;
    display: inline-block;
    margin: 0 0 19px;
    pointer-events: none;
    border: 0;
  }
}
.u-bg-lite .u-accordion-menu .u-accordion-menu__opener:hover {
  color: #fff;
}
.u-bg-lite .u-accordion-menu .u-accordion-menu__opener:after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) scale(1);
  content: "\e900";
  font-family: "icomoon";
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .u-bg-lite .u-accordion-menu .u-accordion-menu__opener:after {
    display: none;
  }
}
.u-bg-lite .u-accordion-menu .active .u-accordion-menu__opener {
  color: #fff;
}
.u-bg-lite .u-accordion-menu .active .u-accordion-menu__opener:after {
  transform: translateY(-50%) scale(-1);
}
.u-bg-lite .u-footer-bar-menu {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .u-bg-lite .u-footer-bar-menu {
    justify-content: flex-end;
  }
}
.u-bg-lite .u-footer-bar-menu > li {
  padding: 0 6px;
}

.u-btn {
  display: inline-block;
  vertical-align: top;
  padding: 10px 14px 8px;
  text-align: center;
  text-transform: uppercase;
  color: #00355C;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #00355C;
  border-radius: 99px;
  transition: all 0.5s;
}
.u-btn:hover {
  background: #00355C;
  color: #fff;
}
.u-btn .icon-arrow-next {
  margin: 0 0 0 4px;
  font-size: 0.8em;
}
.u-btn--blue {
  background: #00355C;
  color: #fff;
}
.u-btn--blue:hover {
  background: #fff;
  color: #00355C;
}

.u-button-social {
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: #0E0D0D;
  transition: color 0.5s;
}
@media (min-width: 992px) {
  .u-button-social {
    padding: 14px 24px;
    font-size: 20px;
    line-height: 28px;
  }
}
.u-button-social:hover {
  color: #6DB5C9;
}
.u-button-social img {
  display: block;
  margin-left: 8px;
}

.u-section-navigation {
  padding: 20px 0 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-section-navigation {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .u-section-navigation__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .u-section-navigation__col {
    width: 287px;
  }
}
@media (min-width: 768px) {
  .u-section-navigation__col:first-child {
    width: calc(100% - 287px - 30px);
  }
}
.u-section-navigation .subnav {
  border-radius: 99px;
}

.u-navigation-wrap {
  margin: 0 0 16px;
  background: #fff;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-navigation-wrap {
    margin-bottom: 0;
  }
}
.u-navigation-wrap .menu-swiper-holder {
  margin: 0 -15px;
  width: auto;
  padding: 2px 0 0;
}

.u-navigation {
  padding: 17px 0;
}
.u-navigation__slide {
  padding: 0 15px;
  width: auto;
}
.u-navigation .u-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #00355C;
}
.u-navigation .u-link:hover {
  color: #00355C;
}

.u-sub-navigation {
  font-size: 14px;
  line-height: 16px;
}
.u-sub-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-sub-navigation ul > li {
  padding: 0 4px;
}
.u-sub-navigation a {
  text-decoration: none;
  color: #0E0D0D;
}
.u-sub-navigation a:hover {
  color: #00355C;
}

.u-list-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.u-list-links > li {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .u-list-links > li {
    margin: 0 0 11px;
  }
}
.u-list-links a {
  display: inline-flex;
  text-decoration: none;
  color: #0E0D0D;
}
.u-list-links a:hover {
  color: #00355C;
}
.u-list-links a .img-link {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.u-list-links a .img-link img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.u-section-anchor {
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .u-section-anchor {
    margin-bottom: 36px;
  }
}
.u-section-anchor .u-swiper-button {
  position: absolute;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
}
.u-section-anchor .u-swiper-button span {
  display: block;
}
.u-section-anchor .u-swiper-button:hover {
  color: #00355C;
}
.u-section-anchor #u-swiper-button-prev-1 {
  left: -10px;
}
.u-section-anchor #u-swiper-button-next-1 {
  right: -10px;
}

@media (min-width: 768px) {
  .u-section-navigation-grid {
    display: grid;
    grid-template-columns: minmax(calc(100% - 287px - 30px), auto) 287px;
    grid-template-rows: minmax(60px, auto) 1fr;
    grid-gap: 16px 30px;
  }
}
.u-section-navigation-grid__el {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .u-section-navigation-grid__el {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .u-section-navigation-grid__el:first-child {
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .u-section-navigation-grid__el:last-child {
    grid-column: 2/3;
  }
}
.u-section-navigation-grid .u-white-container {
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .u-section-navigation-grid .u-white-container {
    padding: 22px 16px;
  }
}

.u-openclose-links__opener {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #0E0D0D;
  font-weight: 500;
  text-decoration: none;
}
.u-openclose-links__opener .icon-arrow-down {
  margin: 0 0 0 5px;
  display: inline-block;
  font-size: 14px;
}
.u-openclose-links__opener:hover {
  color: #00355C;
}
.u-openclose-links.active .u-openclose-links__opener {
  display: none;
}

.u-anchors-row {
  position: relative;
}

.u-anchors-wrap {
  margin: 0 0 26px;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
}
.u-anchors-wrap .u-anchors {
  overflow: visible;
}
.u-anchors-wrap .swpr-btn {
  display: none;
}

.u-anchor-button {
  display: inline-flex;
  padding: 10px 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #0E0D0D;
  border-radius: 99px;
  background: transparent;
  position: relative;
}
.u-anchor-button:after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  content: "";
  background: #6DB5C9;
  transition: width 0.5s;
}
.u-anchor-button.active:after {
  width: 100%;
}

.u-anchors .u-anchors__slide {
  width: auto;
}

.u-news-post {
  position: relative;
  display: flex;
  width: 100%;
}
.u-news-post__text {
  display: none;
  margin: -8px 0 31px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .u-news-post__text {
    margin: 0 0 31px;
    display: block;
  }
}
.u-news-post__text p {
  margin: 0 0 10px;
}
.u-news-post__visual {
  display: block;
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  padding-top: 61.2%;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-news-post__visual {
    padding-top: 76.7%;
    margin-bottom: 25px;
  }
}
.u-news-post__visual:hover img {
  transform: scale(1.05);
}
.u-news-post__visual img {
  position: absolute;
  inset: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1);
  transition: transform 0.5s;
}
.u-news-post__content {
  width: 100%;
}
.u-news-post .u-tags-list {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .u-news-post .u-tags-list {
    margin-top: 0;
    margin-bottom: 14px;
  }
}
.u-news-post h2 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0E0D0D;
}
@media (min-width: 768px) {
  .u-news-post h2 {
    font-size: 20px;
    line-height: 1.2727272727;
  }
}
@media (min-width: 992px) {
  .u-news-post h2 {
    margin: 0 0 19px;
    font-size: 22px;
  }
}
.u-news-post h2 a {
  color: inherit;
  text-decoration: none;
}
.u-news-post h2 a:hover {
  color: #00355C;
}
.u-news-post .u-white-container {
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .u-news-post .u-white-container {
    padding: 24px 16px;
  }
}
.u-news-post--featured .u-tags-list {
  margin-top: 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .u-news-post--featured .u-two-columns {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .u-news-post--featured .u-two-columns__col {
    width: 52.6%;
    display: flex;
  }
}
@media (min-width: 768px) {
  .u-post-and-articles .u-news-post--featured .u-two-columns__col {
    width: 50.3%;
  }
}
@media (min-width: 768px) {
  .u-news-post--featured .u-two-columns__col:last-child {
    width: 47.3%;
  }
}
@media (min-width: 768px) {
  .u-post-and-articles .u-news-post--featured .u-two-columns__col:last-child {
    width: 49.7%;
  }
}
@media (min-width: 768px) {
  .u-news-post--featured .u-news-post__visual {
    margin-bottom: 0;
    padding-top: 62.9%;
  }
}
@media (min-width: 768px) {
  .u-post-and-articles .u-news-post--featured .u-news-post__visual {
    padding-top: 67.5%;
  }
}
@media (min-width: 768px) {
  .u-news-post--featured .u-news-post__content {
    width: 100%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .u-post-and-articles .u-news-post--featured .u-news-post__content {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .u-news-post--featured .u-news-post__text {
    flex-grow: 1;
  }
}
.u-post-and-articles .u-news-post--featured .u-news-post__text {
  display: block;
}
@media (min-width: 768px) {
  .u-news-post--featured h2 {
    font-size: 28px;
    line-height: 1.1111111111;
  }
}
@media (min-width: 992px) {
  .u-news-post--featured h2 {
    margin: 0 0 16px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .u-post-and-articles .u-news-post--featured h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

.u-section {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .u-section {
    margin-bottom: 35px;
  }
}
.u-section__heading {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .u-section__heading {
    padding: 24px 0;
  }
}
.u-section__row {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .u-section__row {
    margin-bottom: 30px;
  }
}
.u-section__row .u-three-columns {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .u-section__row .u-three-columns__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .u-section__row .u-three-columns__col {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .u-section__row .u-three-columns__col:last-child {
    width: 100%;
  }
}

.u-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 17px;
  color: #00355C;
  font-weight: 400;
}
.u-meta > li:not(:first-child):before {
  display: inline-block;
  vertical-align: baseline;
  content: "|";
  margin: 0 4px;
}
.u-meta a {
  color: inherit;
  text-decoration: none;
}
.u-meta a:hover {
  text-decoration: underline;
}
.u-meta .icon-clock {
  position: relative;
  top: 1px;
}

.u-latests {
  width: 100%;
  display: flex;
}
.u-latests__header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.u-latests .u-white-container {
  width: 100%;
  padding: 18px 16px;
}

.ul-list-latests {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-list-latests > li + li {
  margin-top: 16px;
}

.u-news .u-tags-list {
  margin-bottom: 4px;
}
.u-news__content {
  display: flex;
}
.u-news__time {
  margin: 0 5px 0 0;
  padding: 3px 0;
  width: 80px;
  min-width: 80px;
  font-size: 14px;
  line-height: 16px;
  color: #00355C;
}
.u-news__time .icon-clock {
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.u-news__time time {
  display: inline-flex;
  align-items: center;
}
.u-news__title {
  width: calc(100% - 85px);
}
.u-news__title:only-child {
  width: 100%;
}
.u-news__title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0E0D0D;
}
.u-news__title h3 a {
  color: inherit;
  text-decoration: none;
}

.u-specialist-slider {
  padding: 0 76px 0 16px;
  margin: 0 -16px;
}
@media (min-width: 992px) {
  .u-specialist-slider {
    padding: 13px 0 6px;
    margin: 0;
  }
}
.u-specialist-slider .swiper-slide {
  height: auto;
  display: flex;
}

.u-specialist {
  color: #0E0D0D;
  width: 100%;
  display: flex;
  position: relative;
}
.u-specialist .u-white-container {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.u-specialist__header {
  overflow: hidden;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .u-specialist__header {
    margin-bottom: 20px;
  }
}
.u-specialist__avatar {
  float: left;
  margin-right: 12px;
  width: 53px;
  height: 53px;
  min-width: 53px;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .u-specialist__avatar {
    margin-right: 16px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 12px;
  }
}
.u-specialist__avatar img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 992px) {
  .u-specialist__header-content {
    overflow: hidden;
  }
}
.u-specialist h3 {
  margin: 3px 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .u-specialist h3 {
    font-size: 16px;
    margin: 1px 0 12px;
  }
}
.u-specialist .u-tags-list {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .u-specialist .u-tags-list {
    margin-bottom: 13px;
  }
}
.u-specialist .u-tag {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
}
@media (min-width: 992px) {
  .u-specialist .u-tag {
    padding: 8px 16px;
  }
}
.u-specialist__address {
  position: relative;
  color: #828282;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 25px;
  font-style: normal;
}
@media (min-width: 992px) {
  .u-specialist__address {
    font-size: 14px;
    padding-left: 30px;
  }
}
.u-specialist__address .icon-location {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  margin: -1px 0 0;
}
@media (min-width: 992px) {
  .u-specialist__address .icon-location {
    font-size: 22px;
  }
}
.u-specialist__body {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .u-specialist__body {
    margin-bottom: 5px;
  }
}
.u-specialist__columns {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  color: #0E0D0D;
  font-weight: 500;
}
@media (min-width: 768px) {
  .u-specialist__columns {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -15px 0 0;
  }
}
@media (min-width: 992px) {
  .u-specialist__columns {
    margin: 0 -32px 0 0;
  }
}
.u-specialist__columns > li {
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  .u-specialist__columns > li {
    margin: 0 15px 10px 0;
  }
}
@media (min-width: 992px) {
  .u-specialist__columns > li {
    margin: 0 30px 16px 0;
  }
}
.u-specialist__title {
  display: block;
  margin: 0 0 7px;
  font-weight: 400;
  color: #828282;
  white-space: nowrap;
}
.u-specialist__footer {
  text-align: center;
}
@media (min-width: 1024px) {
  .u-specialist__footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.u-specialist__contact-popup {
  position: relative;
}
.u-specialist__contact-popup-opener {
  background: #0E0D0D;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 24px;
  border-radius: 99px;
}
@media (min-width: 992px) {
  .u-specialist__contact-popup-opener {
    font-size: 16px;
  }
}
.u-specialist__openclose-first-row {
  display: flex;
  align-items: flex-start;
}
.u-specialist__openclose-opener {
  margin-left: 4px;
  font-size: 9px;
  line-height: 10px;
  padding: 4px 8px;
  border-radius: 99px;
  border: 1px solid #0E0D0D;
}
.u-specialist__link {
  margin: 14px 10px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #00355C;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .u-specialist__link {
    font-size: 16px;
  }
}
.u-specialist__link .icon-arrow-next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.u-specialist__contact-popup-slide {
  position: absolute;
  width: 223px;
  bottom: calc(100% + 16px);
  left: 0;
  font-weight: 600;
  padding: 16px;
  line-height: 23px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(14, 13, 13, 0.2);
}
.u-specialist__contact-popup-slide a {
  display: inline-flex;
  align-items: center;
  color: #0E0D0D;
  text-decoration: none;
}

.u-list-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.u-list-contact li + li {
  margin-top: 20px;
}
.u-list-contact [class*=icon-] {
  display: inline-flex;
  height: 23px;
  width: 23px;
  min-width: 23px;
  margin-right: 7px;
}

@media (min-width: 992px) {
  .u-post-and-articles__columns {
    display: flex;
  }
}
@media (min-width: 992px) {
  .u-post-and-articles__col {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .u-post-and-articles__col:last-child {
    width: 33.3333333333%;
  }
}
.u-post-and-articles__col:only-child {
  width: 100%;
}

.u-articles {
  padding: 15px 16px;
}
@media (min-width: 768px) {
  .u-articles {
    padding: 24px 16px;
  }
}

.u-articles-links {
  padding: 12px 0 0;
}
.u-articles-links__row {
  border-bottom: 1px solid #F2F2F2;
}

.u-article-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px 15px 0;
  text-decoration: none;
  color: #0E0D0D;
}
.u-article-link:hover {
  text-decoration: underline;
}
.u-article-link__number {
  color: #00355C;
  margin-left: 10px;
}
.u-article-link .icon-arrow-next {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

.u-more-articles__opener {
  display: inline-flex;
  margin: 15px 0 0;
  color: #0E0D0D;
  text-decoration: none;
  font-weight: 500;
}
.u-more-articles__opener-more {
  display: flex;
  align-items: center;
}
.u-more-articles__opener-less {
  display: none;
}
.u-more-articles [class*=icon-] {
  margin: 0 0 0 5px;
  font-size: 14px;
}
.u-more-articles.active .u-more-articles__opener-more {
  display: none;
}
.u-more-articles.active .u-more-articles__opener-less {
  display: flex;
  align-items: center;
}

.u-banner {
  padding: 33px 0 16px;
}
@media (min-width: 992px) {
  .u-banner {
    padding: 58px 0;
  }
}
.u-banner__box {
  position: relative;
  padding-top: 156%;
  border: 1px solid #BDBDBD;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .u-banner__box {
    padding-top: 28.2%;
  }
}
.u-banner__box img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.u-banner--sidebar {
  width: 100%;
  height: 750px;
  padding: 0;
}
.u-banner--sidebar .u-banner__box {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BDBDBD;
}
.u-banner--sidebar .u-banner__box img {
  position: static;
}

.u-phone-box {
  overflow: hidden;
}
.u-phone-box .u-white-container {
  padding: 24px 16px;
}

.u-phone-list {
  margin: 0 -40px -15px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .u-phone-list {
    margin: 0 -40px -26px;
    display: flex;
    flex-wrap: wrap;
  }
}
.u-phone-list > li {
  padding: 0 40px 15px;
}
@media (min-width: 768px) {
  .u-phone-list > li {
    padding: 0 40px 26px;
  }
}
.u-widget .u-phone-list {
  display: block;
}

@media (min-width: 768px) {
  .u-phone-item {
    text-align: center;
  }
}
.u-phone-item__link {
  color: #00355C;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.u-phone-item__link:hover {
  color: #0E0D0D;
}
.u-phone-item__icon {
  margin: 0 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  background: #F2F2F2;
  color: #0E0D0D;
}
.u-phone-item__number {
  display: block;
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0E0D0D;
}
@media (min-width: 768px) {
  .u-phone-item__number {
    margin: 17px 0 0;
    font-size: 32px;
    line-height: 40px;
  }
}
.u-widget .u-phone-item {
  text-align: left;
}

.u-specialist-box .u-white-container {
  padding: 16px;
}
@media (min-width: 992px) {
  .u-specialist-box .u-white-container {
    padding: 24px 16px;
  }
}

.u-specialist-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -24px;
}
.u-specialist-list .u-specialist-list {
  margin: 0;
}
.u-specialist-list__el {
  padding: 0 10px 24px;
  width: 100%;
}
@media (min-width: 600px) {
  .u-specialist-list__el {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .u-specialist-list__el {
    width: 25%;
  }
}
.u-specialist-list .u-more-articles {
  width: 100%;
}
.u-specialist-list .u-more-articles__opener {
  margin: 0 10px 24px;
}

.specialist-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: #0E0D0D;
}
.specialist-item__avatar {
  margin: 0 24px 0 0;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .specialist-item__avatar {
    margin: 0 16px 0 0;
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.specialist-item__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}
.specialist-item__number {
  margin: 0 0 0 8px;
  color: #00355C;
}

.u-testimonials-section {
  overflow: hidden;
  margin: 0 0 72px;
}
@media (min-width: 992px) {
  .u-testimonials-section {
    margin-bottom: 120px;
  }
}

.u-testimonials-slider-wrap {
  position: relative;
}
.u-testimonials-slider-wrap .u-testimonials-slider {
  padding-right: 17%;
  overflow: visible;
}
@media (min-width: 576px) {
  .u-testimonials-slider-wrap .u-testimonials-slider {
    padding-right: 0;
    overflow: hidden;
  }
}
.u-testimonials-slider-wrap .u-swiper-button-wrap {
  display: flex;
  margin: 24px auto 0;
  justify-content: space-between;
  width: 64px;
}
@media (min-width: 768px) {
  .u-testimonials-slider-wrap .u-swiper-button-wrap {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: calc(100% + 31px);
  }
}
.u-testimonials-slider-wrap .u-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #00355C;
  border: 1px solid #00355C;
  transition: all 0.5s;
}
.u-testimonials-slider-wrap .u-swiper-button:hover {
  background: #fff;
  color: #00355C;
}
.u-testimonials-slider-wrap .u-swiper-button.swiper-button-disabled {
  opacity: 0.5;
  color: #fff;
  background: #00355C;
}

.u-testimonials-slider__slide {
  display: flex;
  height: auto;
}
.u-testimonials-slider .u-white-container {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .u-testimonials-slider .u-white-container {
    padding: 24px 16px;
  }
}

.u-testimonial {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  color: #0E0D0D;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .u-testimonial {
    font-size: 18px;
    line-height: 24px;
  }
}
.u-testimonial:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: 3px;
  width: 27px;
  height: 27px;
  font-size: 14px;
  line-height: 1;
  content: "\e913";
  font-family: "icomoon";
  border-radius: 50%;
  background: rgba(173, 180, 185, 0.4);
  color: #0E0D0D;
}
.u-testimonial cite {
  margin: 0 0 17px;
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-style: normal;
}
.u-testimonial__avatar {
  margin: 0 12px 0 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-testimonial__avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
.u-testimonial__avatar img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
}
.u-testimonial__name {
  display: block;
  font-size: 16px;
  line-height: 1.125;
  color: #00355C;
  font-weight: 500;
}
@media (min-width: 768px) {
  .u-testimonial__name {
    font-size: 18px;
  }
}

.u-breadcrumbs-wrap ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  color: #00355C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.u-breadcrumbs-wrap ul > li {
  display: inline-block;
}
.u-breadcrumbs-wrap ul > li:not(:first-child):before {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 4px;
  content: "»";
}
.u-breadcrumbs-wrap ul a {
  color: #828282;
  text-decoration: none;
}
.u-breadcrumbs-wrap ul a:hover {
  color: #00355C;
}

@media (min-width: 768px) {
  .u-columns-style-1 {
    display: flex;
    justify-content: space-between;
  }
}
.u-columns-style-1__col {
  display: flex;
}
.u-columns-style-1__col:first-child {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .u-columns-style-1__col:first-child {
    margin-bottom: 0;
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) {
  .u-columns-style-1__col:last-child {
    width: calc(66.6666666667% - 15px);
  }
}
.u-columns-style-1 .u-border-container {
  padding: 21px 16px;
}
@media (min-width: 768px) {
  .u-columns-style-1--half .u-columns-style-1__col:first-child {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .u-columns-style-1--half .u-columns-style-1__col:first-child {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) {
  .u-columns-style-1--half .u-columns-style-1__col:last-child {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .u-columns-style-1--half .u-columns-style-1__col:last-child {
    width: calc(66.6666666667% - 15px);
  }
}

.u-box-links {
  width: 100%;
  display: flex;
}
.u-box-links .u-white-container {
  width: 100%;
  padding: 24px 16px;
}

.u-lists-links {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.u-lists-links > li + li {
  margin-top: 16px;
}
.u-lists-links a {
  text-decoration: none;
  color: #0E0D0D;
}
.u-lists-links a:hover {
  color: #00355C;
}

.u-lists-links-2 {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.u-lists-links-2 > li {
  border-bottom: 1px solid #F2F2F2;
  padding: 8px 0;
}
.u-lists-links-2 > li + li {
  margin-top: 10px;
}
.u-lists-links-2 a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #0E0D0D;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .u-lists-links-2 a {
    padding-right: 55px;
  }
}
.u-lists-links-2 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e902";
  font-size: 12px;
  line-height: 1;
  font-family: "icomoon";
}
.u-lists-links-2 a:hover {
  color: #00355C;
}

.u-info-box {
  display: flex;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.u-info-box .u-blue-container {
  width: 100%;
  padding: 24px 16px;
}

.u-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.u-info-list > li {
  position: relative;
  padding-left: 32px;
}
@media (min-width: 992px) {
  .u-info-list > li {
    padding-left: 38px;
  }
}
.u-info-list > li + li {
  margin-top: 16px;
}
.u-info-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
}

.section-slider-grid {
  padding: 18px 0;
  overflow: hidden;
}
.section-slider-grid .u-grid-slider {
  height: 658px;
  padding-bottom: 48px;
}
@media (min-width: 576px) {
  .section-slider-grid .u-grid-slider {
    padding: 0;
    height: auto;
    overflow: hidden;
  }
}
.section-slider-grid .u-grid-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media (max-width: 575px) {
  .section-slider-grid .u-grid-slider .swiper-slide {
    height: 292px !important;
  }
}
.section-slider-grid .u-grid-slider .u-news-post {
  height: 100%;
}
.section-slider-grid .u-white-container {
  padding: 8px;
}
@media (min-width: 768px) {
  .section-slider-grid .u-white-container {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .section-slider-grid .u-news-post__visual {
    padding-top: 0;
    margin-bottom: 10px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .section-slider-grid .u-news-post h2 {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 17px;
    /* fallback */
    max-height: 102px;
    /* fallback */
    -webkit-line-clamp: 6;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}
.section-slider-grid .u-swiper-button-wrap {
  display: flex;
  margin: 24px auto 0;
  justify-content: space-between;
  width: 64px;
}
.section-slider-grid .u-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #00355C;
  border: 1px solid #00355C;
  transition: all 0.5s;
}
.section-slider-grid .u-swiper-button:hover {
  background: #fff;
  color: #00355C;
}
.section-slider-grid .swiper-button-disabled {
  opacity: 0.5;
  color: #fff;
  background: #00355C;
}

.u-table .u-white-container {
  border: 1px solid #E0E0E0;
}
.u-table table {
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .u-table table {
    font-size: 16px;
    line-height: 22px;
  }
}
.u-table table a {
  color: #0E0D0D;
  text-decoration: none;
}
.u-table table [class^=icon-] {
  margin: -3px 0;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .u-table table [class^=icon-] {
    font-size: 22px;
    line-height: 22px;
  }
}
.u-table table th {
  padding: 16px 10px;
  color: #00355C;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .u-table table th {
    padding: 16px 10px;
    font-size: 18px;
    line-height: 22px;
    height: 84px;
  }
}
.u-table table th:first-child {
  border-left: 0;
}
.u-table table td {
  height: 48px;
  vertical-align: middle;
  padding: 5px 10px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .u-table table td {
    height: 86px;
    padding: 10px 10px;
  }
}
.u-table table td:first-child {
  border-left: 0;
}
.u-table .u-tel {
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .u-table .u-tel {
    font-size: 22px;
    line-height: 22px;
  }
}
.u-table--style-2 table {
  text-align: left;
}
.u-table--style-2 table th {
  padding: 14px 16px;
  text-transform: none;
  color: #0E0D0D;
  font-weight: 600;
}
@media (min-width: 768px) {
  .u-table--style-2 table th {
    font-size: 16px;
    line-height: 24px;
  }
}
.u-table--style-2 table td {
  padding: 14px 16px;
}
.u-table--style-2 table p {
  margin: 0 0 16px;
}
.u-table--style-2 table p:last-child {
  margin: 0;
}

.u-accordion-links-wrap {
  padding: 15px 0 10px;
}
@media (min-width: 768px) {
  .u-accordion-links-wrap {
    padding: 24px 0 10px;
  }
}

.u-accordion-links {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.u-accordion-links > li {
  display: flex;
  width: 100%;
  padding: 0 15px 16px;
}
@media (min-width: 768px) {
  .u-accordion-links > li {
    padding-bottom: 30px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .u-accordion-links > li {
    width: 33.3333333333%;
  }
}
.u-accordion-links__opener {
  position: relative;
  padding: 0 25px 0 0;
}
@media (min-width: 768px) {
  .u-accordion-links__opener {
    padding: 0;
  }
}
.u-accordion-links__opener:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e900";
  font-family: "icomoon";
  font-size: 14px;
}
@media (min-width: 768px) {
  .u-accordion-links__opener:after {
    display: none;
  }
}
.u-accordion-links .active .u-accordion-links__opener:after {
  content: "\e901";
}
@media (min-width: 768px) {
  .u-accordion-links .active .u-accordion-links__opener:after {
    display: none;
  }
}
.u-accordion-links__list {
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .u-accordion-links__list {
    padding: 10px 0 0;
  }
}
.u-accordion-links__list > li {
  border-bottom: 1px solid #F2F2F2;
}
.u-accordion-links__list > li + li {
  margin-top: 9px;
}
.u-accordion-links__list a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 0;
  color: #0E0D0D;
  text-decoration: none;
}
.u-accordion-links__list a:after {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  content: "\e902";
  font-family: "icomoon";
}

.u-accordion-link-element {
  width: 100%;
  padding: 21px 16px;
  background: #fff;
  border-top: 3px solid #00355C;
  border-radius: 0 0 12px 12px;
}

.u-accordion {
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.u-accordion > li {
  border-bottom: 1px solid #F2F2F2;
  padding: 8px 0;
}
.u-accordion > li + li {
  margin-top: 10px;
}
.u-accordion__opener {
  padding: 0 40px 0 0;
  display: block;
  position: relative;
  text-decoration: none;
  color: #0E0D0D;
  font-weight: 300;
}
.u-accordion__opener:after {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e900";
  font-family: "icomoon";
}
.u-accordion .active .u-accordion__opener:after {
  content: "\e901";
}

.u-list-doc {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  font-weight: 500;
}
.u-list-doc > li {
  margin: 0 0 16px;
}
.u-list-doc > li a {
  text-decoration: underline;
  color: #2276E5;
}
.u-list-doc > li a:hover {
  text-decoration: none;
}

.u-article {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .u-article {
    font-size: 20px;
    line-height: 28px;
  }
}
.u-article h2 {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .u-article h2 {
    margin: 0 0 31px;
    font-size: 24px;
  }
}
.u-article p {
  margin: 0 0 16px;
}
.u-article table {
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  text-align: left;
  background: #fff;
}
@media (min-width: 768px) {
  .u-article table {
    font-size: 16px;
    line-height: 22px;
  }
}
.u-article table a {
  color: #0E0D0D;
  text-decoration: none;
}
.u-article table [class^=icon-] {
  margin: -3px 0;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .u-article table [class^=icon-] {
    font-size: 22px;
    line-height: 22px;
  }
}
.u-article table th {
  padding: 14px 16px;
  color: #0E0D0D;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  border-left: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .u-article table th {
    padding: 16px 10px;
    font-size: 16px;
    line-height: 24px;
    height: 84px;
  }
}
.u-article table th:first-child {
  border-left: 0;
}
.u-article table td {
  height: 48px;
  vertical-align: middle;
  padding: 14px 16px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .u-article table td {
    height: 86px;
  }
}
.u-article table td:first-child {
  border-left: 0;
}
.u-article table p {
  margin: 0 0 16px;
}
.u-article table p:last-child {
  margin: 0;
}
.u-article video {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.u-article__button-wrap {
  margin-bottom: 24px;
}
.u-article .u-iframe-wrap {
  width: 100%;
  padding-top: 45.3%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.u-article .u-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-article figure {
  margin: 0;
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.u-article figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.u-article__panel {
  padding: 32px 0;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #00355C;
}
.u-article__panel-col {
  width: 48%;
}
.u-article__info {
  display: flex;
  align-items: center;
  color: #00355C;
}
.u-article__info-icon {
  width: 76px;
  height: 76px;
  min-width: 76px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.u-article__info-icon img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
}
.u-article__info-title {
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.u-article__info-meta {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.u-social-block {
  margin: 60px 0;
  padding: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px;
  background: #00355C;
}
@media (min-width: 992px) {
  .u-social-block {
    padding: 24px;
    font-size: 20px;
    line-height: 28px;
  }
}
.u-social-block h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 40px;
}
.u-social-block p {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .u-social-block__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.u-social-block__icon {
  width: 76px;
  min-width: 76px;
  margin-left: 10px;
}

.u-social-buttons {
  margin: 0 -12px -16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.u-social-buttons > li {
  margin: 0 0 16px;
  padding: 0 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .u-social-buttons > li {
    width: auto;
  }
}

.u-iframe-wrap {
  margin: 32px 0 10px;
}

.u-video-description {
  margin-bottom: 63px;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
@media (min-width: 992px) {
  .u-video-description {
    margin-bottom: 63px;
  }
}

.u-article-buttons {
  z-index: 99;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.u-article-buttons > li {
  padding: 4px 8px;
}

.u-button-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  border-radius: 99px;
  background: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .u-button-icon {
    padding: 10px 14px;
    display: inline-flex;
  }
}
.u-button-icon span[class*=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background: #0E0D0D;
  transition: background 0.5s;
}
@media (min-width: 992px) {
  .u-button-icon span[class*=icon-] {
    margin-right: 8px;
  }
}
.u-button-icon:hover {
  color: #0E0D0D;
}
.u-button-icon:hover span[class*=icon-] {
  background: #6DB5C9;
}
.u-button-icon__text {
  display: none;
}
@media (min-width: 992px) {
  .u-button-icon__text {
    display: block;
  }
}

.u-button-only-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background: #0E0D0D;
  text-decoration: none;
  transition: background 0.5s;
}
.u-button-only-icon:hover {
  background: #6DB5C9;
}

.u-links-element {
  position: relative;
}
.u-links-element__slide {
  padding: 10px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #0E0D0D;
}

.u-list-share {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.u-list-share > li {
  padding: 3px 0;
}
.u-list-share a {
  text-decoration: none;
  color: #fff;
}
.u-list-share a:hover {
  color: #6DB5C9;
}

.u-tems {
  margin: 0 -16px 32px;
  padding: 16px 16px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-tems {
    margin: 0 0 32px;
    padding: 16px 0 0;
  }
}
@media (min-width: 992px) {
  .u-tems {
    margin-bottom: 60px;
    padding: 64px 0 0;
  }
}
.u-tems__heading h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .u-tems__heading h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 40px;
  }
}
.u-tems .u-tags-list {
  margin-bottom: 0;
}
.u-tems .u-articles-links {
  padding: 0;
}
@media (max-width: 767px) {
  .u-tems .swiper {
    overflow: visible;
    padding-right: 58px;
  }
}
.u-tems .swiper-slide {
  height: auto;
  display: flex;
}
.u-tems .swiper-slide__hold {
  width: 100%;
  display: flex;
}
.u-tems .u-border-container {
  width: 100%;
}
.u-tems .u-swiper-button-wrap {
  display: flex;
  margin: 24px auto 0;
  justify-content: space-between;
  width: 64px;
  transform: translateX(29px);
}
.u-tems .u-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #00355C;
  border: 1px solid #00355C;
  transition: all 0.5s;
}
.u-tems .u-swiper-button.swiper-button-disabled {
  opacity: 0.5;
  color: #fff;
  background: #00355C;
}
.u-tems .u-swiper-button.swiper-button-lock {
  display: none;
}
.u-tems .u-more-articles [class*=icon-] {
  font-size: 10px;
}

@media (min-width: 768px) {
  .u-filter-panel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 15px;
  }
}
.u-filter-panel__col {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .u-filter-panel__col {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .u-filter-panel__col {
    width: 25%;
  }
}

.select-wrapper {
  position: relative;
}
.select-wrapper:hover .select-options {
  display: block;
}

.select-header {
  display: block;
  position: relative;
  padding: 14px 40px 14px 16px;
  background: transparent;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #828282;
}
.select-header:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  content: "\e900";
  font-family: "icomoon";
}

.select-options {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  border: 1px solid #828282;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.select-options li {
  overflow: hidden;
  display: block;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #0E0D0D;
  height: 1%;
  cursor: pointer;
}
.select-options li:hover {
  background: #e6e6e6;
  color: #000;
}

.selected {
  background: #e6e6e6;
}

.u-greed-specialist {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .u-greed-specialist {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}
.u-greed-specialist > li {
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .u-greed-specialist > li {
    display: flex;
    padding: 0 15px 30px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .u-greed-specialist .u-specialist__contact-popup {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.u-greed-specialist .u-specialist__contact-popup-slide {
  left: auto;
  bottom: auto;
  right: 0;
  top: calc(100% + 16px);
}
.u-greed-specialist .u-specialist__footer {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .u-greed-specialist .u-specialist__footer {
    justify-content: flex-end;
  }
}
.u-greed-specialist .u-pagination-wrap {
  width: 100%;
}
.u-greed-specialist .u-pagination-wrap a {
  cursor: pointer;
  transition: all 0.5s;
}
.u-greed-specialist .u-pagination-wrap a:hover {
  color: #fff;
  background: #00355C;
}

.options-wrap {
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .options-wrap {
    padding-bottom: 16px;
  }
}

.list-options {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list-options > li {
  display: flex;
}
.list-options > li span {
  margin: 0 5px 10px;
}

.option-element {
  padding: 9px 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #00355C;
  border-radius: 99px;
}
.option-element .icon-cross-circle {
  margin: 0 0 0 6px;
}

.u-pagination-wrap {
  margin: 30px 0 120px;
}

.u-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-pagination > li {
  padding: 0 4px;
}
.u-pagination > li:first-child {
  padding-right: 32px;
}
.u-pagination > li:last-child {
  padding-left: 32px;
}
.u-pagination > li > *:not([class*=u-arrow]) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #00355C;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.u-pagination > li.active > * {
  background: #00355C;
  color: #fff;
}
.u-pagination .u-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #00355C;
  border: 1px solid #00355C;
  transition: all 0.5s;
  text-decoration: none;
}
.u-pagination .u-arrow:hover {
  background: #fff;
  color: #00355C;
}
