.navbar .menu-popover .modal-dialog .modal-content, .footer .search-box .form-control, .btn.active, .btn:hover, .block-main .select2-container--krajee-bs3 .select2-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "TTCommonsLight";
  color: #151515;
  height: 100%;
  font-size: 19px;
  font-size: 1.9rem;
}
b, strong {
  font-weight: normal;
  font-family: "TTCommonsDemiBold";
}
i {
  font-style: normal;
  font-family: "TTCommonsLightItalic";
}
b > i, i > b, strong > i, i > strong {
  font-weight: normal;
  font-style: normal;
  font-family: "TTCommonsDemiBoldItalic";
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:focus {
  color: inherit;
}
a.no-decoration {
  text-decoration: none !important;
}
a.more {
  font-family: "TTCommonsMedium";
}
.larger {
  font-size: 21px;
  font-size: 2.1rem;
}
p {
  margin: 0 0 30px;
}
p a {
  color: #00aedb;
}
p a:hover {
  color: #00aedb;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul li, ol li {
  margin-top: 15px;
}
.table-wrapper {
  display: table;
}
.table-wrapper > div {
  display: table-cell;
}
.wrap {
  overflow-y: hidden;
}
.text-blue {
  color: #00aedc;
}
.text-red {
  color: #a94442;
}
.text-green {
  color: #40c736;
}
.line {
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-right: 25px;
}
.line.standard {
  width: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}
span.double-line {
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
  margin-right: 25px;
  display: inline-block;
}
span.double-line .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 0px;
  background-color: #00aedb;
}
span.double-line .icon-bar + .icon-bar {
  margin-top: 4px;
}
.zero-offset {
  padding-right: 0px;
  padding-left: 0px;
}
.zero-offset .row-zero {
  margin-right: 0px;
  margin-left: 0px;
}
.zero-offset .row-zero > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1, .h1 {
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "TTCommonsMedium";
  text-transform: uppercase;
}
h1.large, .h1.large {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h1.large, .h1.large {
    font-size: 40px;
    font-size: 4rem;
  }
}
h2, .h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "TTCommonsMedium";
  text-transform: uppercase;
}
h2.large, .h2.large {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 500px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2.large, .h2.large {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
h3, .h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "TTCommonsDemiBold";
}
h3.large, .h3.large {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 500px) {
  h3, .h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3.large, .h3.large {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h4, .h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "TTCommonsLight";
  text-transform: uppercase;
}
h4.large, .h4.large {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 500px) {
  h4, .h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4.large, .h4.large {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h5, .h5 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "TTCommonsDemiBold";
  text-transform: uppercase;
}
h5.large, .h5.large {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 500px) {
  h5, .h5 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h5.large, .h5.large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.h-header {
  margin-bottom: 70px;
}
.navbar .menu-popover .modal-dialog .modal-content, .footer .search-box .form-control, .btn.active, .btn:hover, .block-main .select2-container--krajee-bs3 .select2-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.navbar {
  font-family: "TTCommonsMedium";
  background: transparent;
  border: none;
  border-radius: 0px;
}
.navbar ul li {
  margin-top: 0px;
}
.navbar > .container-fluid {
  padding: 46px 46px 0 46px;
}
@media screen and (max-width: 1350px) {
  .navbar > .container-fluid {
    padding: 35px 35px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid {
    padding: 20px 20px 0 20px;
  }
}
.navbar > .container-fluid .navbar-wrapper {
  position: relative;
}
.navbar > .container-fluid .navbar-brand {
  color: #000;
  display: flex;
  float: left;
  height: auto;
  padding: 0px;
  width: 248px;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid .navbar-brand {
    width: auto;
  }
}
.navbar > .container-fluid .navbar-brand .text span {
  display: block;
}
.navbar > .container-fluid .navbar-brand .text span:not(:last-child) {
  margin-bottom: 10px;
}
.navbar > .container-fluid .navbar-brand .text .name {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 20px;
  text-transform: uppercase;
}
.navbar > .container-fluid .navbar-brand .text .name span:first-child {
  font-family: "TTCommonsRegular";
}
.navbar > .container-fluid .navbar-brand .text .name span:nth-child(2) {
  font-family: "TTCommonsDemiBold";
}
.navbar > .container-fluid .navbar-brand .text .name span:nth-child(3) {
  font-family: "TTCommonsExtraBold";
}
.navbar > .container-fluid .navbar-brand .text .slogan {
  color: #555;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 18px;
  line-height: 13px;
  font-family: "TTCommonsLight";
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid .navbar-brand .text .slogan {
    margin-top: -8px;
    margin-left: -72px;
  }
}
.navbar > .container-fluid .navbar-brand .logo {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 15px;
  width: 57px;
  height: 32px;
  background: url("/images/logo.png") left top no-repeat;
  background-size: 100%;
}
.navbar > .container-fluid .menu-link-wrapper {
  float: left;
  display: block;
  margin-left: 85px;
}
@media screen and (max-width: 1515px) {
  .navbar > .container-fluid .menu-link-wrapper {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar > .container-fluid .menu-link-wrapper {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1350px) {
  .navbar > .container-fluid .menu-link-wrapper {
    margin-left: -20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar > .container-fluid .menu-link-wrapper {
    margin-left: 0px;
    position: absolute;
    left: 46%;
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .menu-link-wrapper {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0px;
  }
}
.navbar > .container-fluid .menu-link-wrapper:hover {
  text-decoration: none;
  cursor: pointer;
  color: #00aedc;
}
.navbar > .container-fluid .menu-link-wrapper:hover .button .icon-bar {
  background-color: #00aedc;
}
.navbar > .container-fluid .menu-link-wrapper .button {
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 0px;
  margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .menu-link-wrapper .button {
    margin-bottom: 0px;
  }
}
.navbar > .container-fluid .menu-link-wrapper .button .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 0px;
  background-color: #000;
}
.navbar > .container-fluid .menu-link-wrapper .button .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar > .container-fluid .menu-link-wrapper .text {
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-1*sin(180deg), M21=sin(180deg), M22=cos(180deg))";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(180deg), M12=-1*sin(180deg), M21=sin(180deg), M22=cos(180deg));
  line-height: 23px;
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .menu-link-wrapper .text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar > .container-fluid .contact {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.navbar > .container-fluid .contact a:hover {
  color: #00aedc;
}
.navbar > .container-fluid .contact a:hover .line {
  background-color: #00aedc;
}
.navbar > .container-fluid .top-data {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .navbar > .container-fluid .top-data {
    flex-wrap: wrap;
  }
}
.navbar > .container-fluid .top-data .navbar-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar > .container-fluid .top-data .navbar-nav > li > a {
  padding: 0px 30px;
}
.navbar > .container-fluid .top-data .navbar-nav > li > a:hover {
  background: transparent;
  text-decoration: underline;
  color: #00aedc;
}
.navbar > .container-fluid .top-data .navbar-nav > li > a:focus {
  background: none;
}
@media screen and (max-width: 1595px) {
  .navbar > .container-fluid .top-data .navbar-nav > li > a {
    padding: 0px 14px;
  }
}
@media screen and (max-width: 1260px) {
  .navbar > .container-fluid .top-data .navbar-nav {
    justify-content: right;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .navbar > .container-fluid .top-data .navbar-nav > li:last-child > a {
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .navbar > .container-fluid .top-data .navbar-nav {
    display: none;
  }
}
.navbar > .container-fluid .top-data .phone {
  line-height: 1em;
  text-align: right;
}
@media screen and (max-width: 1260px) {
  .navbar > .container-fluid .top-data .phone {
    flex: 0 0 100%;
  }
}
.navbar > .container-fluid .top-data .phone .glyphicon {
  color: #00aedc;
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid .top-data .phone .glyphicon {
    display: none;
  }
}
.navbar > .container-fluid .top-data .phone .line {
  width: 50px;
  margin: 6px 23px;
}
@media screen and (max-width: 1400px) {
  .navbar > .container-fluid .top-data .phone .line {
    width: 30px;
    margin: 6px 13px;
  }
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid .top-data .phone .line {
    display: none;
  }
}
.navbar > .container-fluid .top-data .phone .text {
  font-family: "TTCommonsDemiBold";
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .top-data .phone .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .navbar > .container-fluid .top-data .phone .text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.navbar > .container-fluid .bottom-data {
  color: #000;
  text-align: right;
}
.navbar > .container-fluid .bottom-data .company {
  margin-bottom: 20px;
  text-align: right;
}
.navbar > .container-fluid .bottom-data .company > * + * {
  margin-left: 30px;
}
.navbar > .container-fluid .bottom-data .company .email {
  font-family: "TTCommonsRegular";
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .bottom-data .company .email {
    margin-top: 18px;
  }
}
.navbar > .container-fluid .bottom-data .company .hours {
  font-family: "TTCommonsLight";
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1350px) {
  .navbar > .container-fluid .bottom-data .company .hours {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .navbar > .container-fluid .bottom-data .company .hours {
    display: none;
  }
}
.navbar > .container-fluid .bottom-data .company .address {
  font-family: "TTCommonsLight";
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  .navbar > .container-fluid .bottom-data .company .address {
    display: none;
  }
}
.navbar > .container-fluid .bottom-data .actions {
  text-transform: uppercase;
  font-family: "TTCommonsLight";
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .bottom-data .actions {
    margin-right: 32px;
  }
}
.navbar > .container-fluid .bottom-data .actions > a + a {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .navbar > .container-fluid .bottom-data .actions > a + a {
    margin-left: 10px;
  }
}
.navbar > .container-fluid .bottom-data .actions .glyphicon {
  top: 3px;
  color: #00aedc;
}
.navbar > .container-fluid .bottom-data .actions .text {
  padding-left: 7px;
}
@media screen and (max-width: 500px) {
  .navbar > .container-fluid .bottom-data .actions .text {
    display: none;
  }
}
.navbar .menu-popover {
  background-color: #0c435a;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 46px 46px, center center;
  background-image: url("/images/logo-inverse.png"), url("/images/menu-background-popup.jpg");
}
@media screen and (max-width: 1400px) {
  .navbar .menu-popover {
    background-position: 35px 35px, center center;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .menu-popover {
    background-image: url("/images/menu-background-popup.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.navbar .menu-popover .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 60px 30px 140px;
}
@media screen and (max-width: 1400px) {
  .navbar .menu-popover .modal-dialog {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .menu-popover .modal-dialog {
    padding: 30px 35px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .menu-popover .modal-dialog {
    padding: 20px;
  }
}
.navbar .menu-popover .modal-dialog .modal-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: unset;
  background-color: transparent;
}
.navbar .menu-popover .modal-dialog .modal-content .close {
  opacity: 1;
  text-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  font-family: "TTCommonsLight";
  font-weight: normal;
}
.navbar .menu-popover .modal-dialog .modal-content .close span.glyphicon {
  color: #00aedc;
  position: relative;
  top: 2px;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .navbar .menu-popover .modal-dialog .modal-content .close span.text {
    display: none;
  }
}
.navbar .menu-popover .modal-dialog .modal-content .close:hover {
  text-decoration: underline;
}
.navbar .menu-popover .modal-dialog .modal-content .modal-header {
  padding: 25px 0 35px 0;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1400px) {
  .navbar .menu-popover .modal-dialog .modal-content .modal-header {
    padding-top: 14px;
  }
}
.navbar .menu-popover .modal-dialog .modal-content .modal-body {
  padding: 40px 0 0px 0;
}
.navbar .menu-popover .root-column {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "TTCommonsLight";
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .navbar .menu-popover .root-column {
    margin-bottom: 20px;
  }
}
.navbar .menu-popover .root-group {
  font-size: 20px;
  font-size: 2rem;
  font-family: "TTCommonsLight";
  font-weight: normal;
  margin-bottom: 16px;
}
.navbar .menu-popover .line {
  background: #fff;
  opacity: 0.33;
  width: 30px;
  margin: 0px 0px 35px 0px;
}
@media screen and (max-width: 767px) {
  .navbar .menu-popover .line {
    margin-bottom: 15px;
  }
}
.navbar .menu-popover ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.navbar .menu-popover ul li {
  padding: 0px;
  margin: 0px;
}
.navbar .menu-popover ul.group {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .navbar .menu-popover ul.group {
    margin-bottom: 30px;
  }
}
.navbar .menu-popover ul.group li {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "TTCommonsLight";
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .navbar .menu-popover ul.group li {
    margin-bottom: 8px;
  }
}
.navbar .menu-popover ul.group li a {
  color: #b4efff;
}
.navbar .menu-popover a:hover {
  text-decoration: none;
}
.navbar .menu-popover a:hover[href] {
  text-decoration: underline;
}
.navbar .search-box-popover {
  position: absolute;
  top: -72px;
  left: 16.6666666667%;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .navbar .search-box-popover {
    left: 200px;
  }
}
@media screen and (max-width: 500px) {
  .navbar .search-box-popover {
    top: -73px;
    left: 35px;
  }
}
.navbar .search-box-popover input {
  background: transparent;
  border: none;
  color: #fff;
  font-family: "TTCommonsLight";
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 3px;
}
.navbar .search-box-popover input:hover, .navbar .search-box-popover input:focus {
  border: none;
  box-shadow: none;
}
.navbar .search-box-popover .cross {
  position: absolute;
  top: 12px;
  right: 0px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navbar .search-box-popover .cross {
    top: 10px;
  }
}
.navbar .search-box-popover .cross .glyphicon {
  top: 5px;
}
.navbar .search-box-popover .cross a span {
  color: #fff;
}
.navbar .search-box-popover .cross a:hover span {
  color: #00aedc;
}
.navbar .menu-popover-selected .selected-item {
  font-family: "TTCommonsLight";
  font-weight: normal;
  margin: 30px 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.navbar .menu-popover-selected .selected-item .separator {
  color: #fff;
  opacity: 0.33;
  padding: 0px 10px;
}
.navbar .menu-popover-selected .selected-item a.subcat {
  color: #b4efff;
}
.navbar .menu-popover-selected .selected-item a.subcat .highlight {
  background-color: #fff;
  color: #104553;
}
.navbar .menu-popover-selected .selected-item .highlight {
  background-color: #104553;
}
.navbar .menu-popover-search-fail {
  font-family: "TTCommonsLight";
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
.navbar .menu-popover-search-fail a {
  color: #00aedc;
}
.navbar .menu-popover-search-fail a:hover {
  color: #00aedc;
}
.navbar .menu-popover-search-fail .highlight {
  padding-right: 10px;
  font-size: 30px;
  font-size: 3rem;
  color: #00aedc;
}
.with-navbar-offset {
  padding-top: 180px;
}
@media screen and (max-width: 1260px) {
  .with-navbar-offset {
    padding-top: 210px;
  }
}
.inverse * {
  color: #fff;
}
.inverse *:hover {
  color: #fff;
}
.inverse span.double-line .icon-bar {
  background-color: #8ce6ff;
}
.inverse ul.dash > li:before {
  background-color: #fff;
}
.background-dark {
  background-color: #0a2127;
}
.background-gray {
  background-color: #f8f8f8;
}
.background-lite-gray {
  background-color: #fbfafa;
}
.background-blue {
  background-color: #e8f1f4;
}
.background-dark-blue {
  background-color: #0c435a;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-20 + div:has(div[class^="negative-offset"]:first-child) {
  margin-top: -20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-30 + div:has(div[class^="negative-offset"]:first-child) {
  margin-top: -30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-40 + div:has(div[class^="negative-offset"]:first-child) {
  margin-top: -40px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.align-right {
  text-align: right;
}
.default-padding {
  padding: 85px;
}
@media screen and (max-width: 1350px) {
  .default-padding {
    padding: 55px;
  }
}
@media screen and (max-width: 991px) {
  .default-padding {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .default-padding {
    padding: 20px;
  }
}
.default-padding.no-top {
  padding-top: 0px;
}
.default-padding.no-bottom {
  padding-bottom: 0px;
}
.default-padding.no-left {
  padding-left: 0px;
}
.default-padding.no-right {
  padding-right: 0px;
}
.wrapper-table {
  display: table;
  width: 100%;
  height: 100%;
}
.wrapper-table .wrapper-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.wrapper-table .wrapper-table-cell.vtop {
  vertical-align: top;
}
.wrapper-table .wrapper-table-cell .wrapper-inner {
  padding: 85px;
}
@media screen and (max-width: 1350px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner {
    padding: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner {
    padding: 35px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner.narrow {
  padding: 65px;
}
@media screen and (max-width: 1350px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.narrow {
    padding: 55px;
  }
}
@media screen and (max-width: 1260px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.narrow {
    padding: 45px 35px 45px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.narrow {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.narrow {
    padding: 25px 20px 25px 20px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner.super-narrow {
  padding: 45px;
}
@media screen and (max-width: 1350px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.super-narrow {
    padding: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner.super-narrow {
    padding: 15px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner.more-top {
  padding-top: 115px;
}
.wrapper-table .wrapper-table-cell .wrapper-inner > * p {
  margin-bottom: 0px;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .text {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.1;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .text p {
  font-family: "TTCommonsDemiBold";
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner .context {
  font-size: 19px;
  font-size: 1.9rem;
  width: 100%;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .context p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .context p + p {
    margin-top: 20px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner .text + .context {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .text + .context {
    margin-top: 20px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra.strong {
  font-family: "TTCommonsMedium";
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra span.blue {
  color: #b4efff;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra span.small {
  font-size: 14px;
  font-size: 1.4rem;
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra span.large {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .extra span.large {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner .more {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .more {
    margin-top: 20px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner .extra + .more {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wrapper-table .wrapper-table-cell .wrapper-inner .extra + .more {
    margin-top: 20px;
  }
}
.wrapper-table .wrapper-table-cell .wrapper-inner.word-wrap .text {
  word-spacing: 100000px;
}
.carousel {
  width: 100%;
  height: 100%;
}
.carousel.no-indicators .carousel-indicators {
  display: none;
  width: 80%;
  margin-left: -40%;
}
.carousel.no-controls .carousel-control {
  display: none;
}
.carousel .carousel-control {
  width: 65px;
  height: 65px;
  position: absolute;
  line-height: 65px;
  opacity: 1;
  font-size: 35px;
  text-shadow: none;
}
.carousel .carousel-control:hover {
  opacity: 1;
}
.carousel .carousel-control.left {
  background: #fdf2f8;
  color: #111111;
  left: 0;
  top: 0;
}
.carousel .carousel-control.right {
  background: #00aedb;
  color: #ffffff;
  left: 65px;
  top: 0;
}
.carousel .image-wrapper {
  height: 100%;
}
.carousel .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .item {
  height: 100%;
  width: 100%;
}
.carousel .item > img {
  width: 100%;
  height: auto;
}
.carousel .item .cwrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
}
.carousel .item .cwrapper .row {
  height: 100%;
}
.carousel .item .cwrapper .row > div {
  height: 100%;
}
.carousel .item .owrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.carousel .item .owrapper.overlay {
  z-index: 20;
  opacity: 0.2;
  background: #353535;
}
.carousel .item .owrapper.description {
  z-index: 30;
}
.carousel .item .owrapper.description .wrapper-table .wrapper-table-cell .wrapper-inner {
  padding-left: 45%;
}
.carousel .carousel-indicators {
  bottom: 0px;
  width: 80%;
  margin-left: -40%;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .carousel .carousel-indicators {
    margin-bottom: 10px;
    width: 100%;
    margin-left: -50%;
  }
}
.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 1px 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 500px) {
  .carousel .carousel-indicators li {
    margin: 1px 7px;
  }
}
.carousel .carousel-indicators li:before {
  content: none;
  display: none;
}
.carousel .carousel-indicators li:last-child {
  margin-bottom: 1px;
}
.carousel .carousel-indicators li.active {
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.carousel .carousel-caption {
  position: absolute;
  left: 35px;
  top: 45px;
  z-index: 10;
  bottom: auto;
  right: 35px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  font-family: "TTCommonsRegular";
  font-size: 20px;
  font-size: 2rem;
  padding-top: 0px;
}
@media screen and (max-width: 500px) {
  .carousel .carousel-caption {
    display: none;
  }
}
.carousel .carousel-caption > span {
  padding: 15px 25px 12px 25px;
  background-color: #104553;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .carousel .carousel-caption > span {
    padding: 15px 20px 12px 20px;
  }
}
video {
  object-fit: fill;
}
.pre-footer {
  z-index: 30;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
.pre-footer .wrapper {
  width: 100%;
  background-color: #0a2127;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #fff;
}
.pre-footer .wrapper a {
  color: #fff;
}
.pre-footer .wrapper .footer-row {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .pre-footer .wrapper .footer-row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .pre-footer .wrapper .footer-row {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.pre-footer .wrapper .footer-row .glyphicon {
  top: 3px;
}
.pre-footer .wrapper .footer-row span {
  margin-right: 10px;
}
.pre-footer .wrapper .footer-links {
  margin-bottom: 20px;
}
.pre-footer .wrapper .footer-links ul {
  padding: 0;
  margin: 0;
}
.pre-footer .wrapper .footer-links ul li {
  margin: 0 0 15px 0;
  list-style-type: none;
}
.pre-footer .wrapper .footer-contacts p {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .pre-footer .wrapper .footer-contacts {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .pre-footer .wrapper .footer-contacts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.footer {
  z-index: 40;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer .wrapper {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .footer .wrapper {
    height: 60px;
  }
}
.footer .wleft {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100px;
  text-align: center;
  background-color: #1d1d1d;
  color: #fff;
  z-index: 11;
}
.footer .wleft p {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  .footer .wleft {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.footer .wcenter {
  margin: 0 100px;
  height: 100px;
  background-color: #131313;
  z-index: 11;
}
.footer .wcenter:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 500px) {
  .footer .wcenter {
    margin: 0 60px;
    height: 60px;
  }
}
.footer .wcenter .wtable {
  display: table;
  width: 100%;
  height: 100%;
}
.footer .wcenter .wtable > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0px 30px;
}
@media screen and (max-width: 1199px) {
  .footer .wcenter .wtable > div {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wcenter .wtable .copyright span {
    display: none;
  }
}
.footer .wcenter .wtable p {
  margin-bottom: 7px;
}
.footer .wcenter .wtable p + p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .footer .wcenter .wtable .address {
    display: none;
  }
}
.footer .wcenter .wtable .offer {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .footer .wcenter .wtable .text p:nth-child(1) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wcenter .wtable .text p:nth-child(2) {
    display: none;
  }
}
.footer .wcenter .wtable .metrika {
  font-size: 36px;
  font-size: 3.6rem;
}
.footer .wcenter .wtable .metrika a {
  text-decoration: none;
}
.footer .wcenter .wtable .metrika a + a {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .footer .wcenter .wtable .metrika a:first-child {
    display: none;
  }
  .footer .wcenter .wtable .metrika a + a {
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .footer .wcenter .wtable .metrika {
    padding: 0 10px 0 0;
  }
}
.footer .wcenter .wtable .links {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.footer .wcenter .wtable .links p > span {
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .footer .wcenter .wtable .links {
    display: none;
  }
}
.footer .wcenter .wtable .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .wcenter .wtable .footer-links ul li {
  margin: 0;
}
.footer .wcenter .wtable .footer-links ul li + li {
  margin-top: 15px;
}
.footer .wcenter .wtable .footer-links a {
  text-decoration: underline;
}
.footer .wcenter .wtable .footer-links a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .footer .wcenter .wtable .footer-links + .metrika + .links {
    display: none;
  }
}
.footer .wright {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 100px;
  text-align: center;
  z-index: 20;
}
@media screen and (max-width: 500px) {
  .footer .wright {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.footer .wright p {
  margin-bottom: 0px;
}
.footer .wright p .glyphicon {
  top: 5px;
}
.footer .wright button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #104553;
  color: #fff;
  border: none;
}
.footer .wright button:hover {
  background-color: #00aedc;
}
.footer .wright:hover {
  background-color: #00aedc;
}
@media screen and (max-width: 991px) {
  .footer .wleft {
    display: none;
  }
  .footer .wcenter {
    margin-left: 0px;
  }
}
.footer .search-box {
  height: 100px;
  position: absolute;
  right: 100px;
  top: 0;
  background-color: #1d1d1d;
  color: #fff;
  left: 100%;
  transition: all 0.8s ease;
  z-index: 15;
}
@media screen and (max-width: 500px) {
  .footer .search-box {
    right: 60px;
    height: 60px;
  }
}
.footer .search-box .form-control {
  line-height: 100px;
  height: 100%;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  background-color: #efefef;
  font-family: "TTCommonsLight";
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  color: #111212;
}
@media screen and (max-width: 500px) {
  .footer .search-box .form-control {
    padding-left: 40px;
    line-height: 60px;
  }
}
.footer .search-box .cross {
  position: absolute;
  height: 100%;
  width: 100px;
  line-height: 100px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00aedc;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .footer .search-box .cross {
    width: 60px;
    line-height: 60px;
  }
}
.footer .search-box .cross .glyphicon {
  top: 5px;
}
.footer .search-box:hover {
  left: 0;
}
.footer .wright:hover + .search-box {
  left: 0;
}
.navbar-static-top {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.body-content {
  margin-top: 225px;
}
@media screen and (max-width: 767px) {
  .body-content {
    margin-top: 195px;
    overflow-x: hidden;
  }
}
.inner-wrap {
  margin-left: 118px;
  position: relative;
}
.inner-wrap .wrap-out {
  margin-left: -118px;
}
@media screen and (max-width: 1350px) {
  .inner-wrap {
    margin-left: 107px;
  }
  .inner-wrap .wrap-out {
    margin-left: -107px;
  }
}
@media screen and (max-width: 1260px) {
  .inner-wrap {
    margin-left: 35px;
  }
  .inner-wrap .wrap-out {
    margin-left: -35px;
  }
}
@media screen and (max-width: 991px) {
  .inner-wrap {
    margin-right: 35px;
  }
  .inner-wrap .wrap-out {
    margin-right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .inner-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .inner-wrap .wrap-out {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.inner-wrap.wrap-right {
  margin-right: 118px;
}
.inner-wrap.wrap-right .wrap-out {
  margin-right: -118px;
}
@media screen and (max-width: 1350px) {
  .inner-wrap.wrap-right {
    margin-right: 107px;
  }
  .inner-wrap.wrap-right .wrap-out {
    margin-right: -107px;
  }
}
@media screen and (max-width: 1260px) {
  .inner-wrap.wrap-right {
    margin-right: 35px;
  }
  .inner-wrap.wrap-right .wrap-out {
    margin-right: -35px;
  }
}
@media screen and (max-width: 991px) {
  .inner-wrap.with-menu {
    margin-left: 70px;
    margin-right: 0px;
  }
  .inner-wrap.with-menu .wrap-out {
    margin-left: 35px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .inner-wrap.with-menu {
    margin-left: 0px;
  }
  .inner-wrap.with-menu .wrap-out {
    margin-left: 20px;
  }
}
.wrap-top {
  padding-top: 65px;
}
@media screen and (max-width: 991px) {
  .wrap-top {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-top {
    padding-top: 20px;
  }
}
.wrap-bottom {
  padding-bottom: 65px;
}
@media screen and (max-width: 991px) {
  .wrap-bottom {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-bottom {
    padding-bottom: 20px;
  }
}
.h1-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 32;
}
*.width100 {
  width: 100%;
  height: auto;
}
*.mwidth100 {
  max-width: 100%;
  height: auto;
}
*.height100 {
  height: 100%;
  width: auto;
}
*.mheight100 {
  max-height: 100%;
  width: auto;
}
.img-holder.width100 img {
  width: 100%;
}
.img-holder.mwidth100 img {
  max-width: 100%;
}
div.flex {
  display: flex;
}
img.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wrapper-img-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
p.pull-right, a.pull-right, img.pull-right {
  margin-left: 30px;
  margin-bottom: 20px;
}
p.pull-left, a.pull-left, img.pull-left {
  margin-right: 30px;
  margin-bottom: 20px;
}
ul.with-lines {
  list-style-type: none;
  text-align: left;
  padding: 0px;
  counter-reset: li;
  margin-left: 0;
}
ul.with-lines > li {
  padding: 20px 20px 20px 0px;
  display: inline;
}
ul.with-lines > li a {
  color: #2c2d2d;
  font-family: "TTCommonsLight";
  font-size: 19px;
  font-size: 1.9rem;
  text-align: left;
  display: flex;
}
ul.with-lines > li a .line {
  width: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: all 0.2s ease;
  background-color: #2c2d2d;
}
ul.with-lines > li a:hover {
  color: #00aedc;
}
ul.with-lines > li a:hover .line {
  width: 40px;
  margin-left: 0px;
  background-color: #00aedc;
}
ul.with-lines.two-columns li {
  float: left;
  width: 50%;
}
.cover {
  position: relative;
  background-size: cover;
  display: block;
}
.cover .overlay {
  opacity: 0.88;
  background-color: #104553;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.cover .description {
  position: relative;
  z-index: 20;
}
.cover .description .wrapper-table .wrapper-table-cell .wrapper-inner {
  padding-left: 60px;
  padding-right: 60px;
}
/* Tables */
table {
  font-family: "TTCommonsRegular";
  margin: 0 0 30px 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  text-align: left;
}
table tr th, table tr td {
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  table tr th, table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  table tr th, table tr td {
    padding: 15px;
  }
}
table tr th {
  font-weight: normal;
  text-align: center;
}
table tr td {
  text-align: center;
}
table thead p:last-child, table tbody p:last-child {
  margin-bottom: 0px;
}
table thead {
  color: #fff;
  background-color: #104553;
  font-size: 20px;
  font-size: 2rem;
  font-family: "TTCommonsMedium";
}
table thead.kv-table-header {
  background: #104553;
}
table thead.subhead {
  background-color: #255562;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TTCommonsRegular";
}
table thead.subhead tr th, table thead.subhead tr td {
  padding: 20px;
}
table tbody {
  color: #111212;
}
table tbody tr {
  border-bottom: 1px solid #e3e8e9;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr .large {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "TTCommonsMedium";
}
table tbody:last-child {
  border-bottom: 1px solid #104553;
}
table.inverted tr th {
  color: #fff;
  background-color: #104553;
  font-size: 20px;
  font-size: 2rem;
  font-family: "TTCommonsMedium";
}
table.inverted tbody:last-child {
  border-bottom: none;
}
table.compact-horizontal tr th, table.compact-horizontal tr td {
  padding-left: 15px;
  padding-right: 15px;
}
table.compact-vertical tr th, table.compact-vertical tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table.text-left tr th, table.text-left tr td {
  text-align: left;
}
table.table-price tr th {
  text-align: center;
}
table.table-price tr th:first-child, table.table-price tr td:first-child {
  text-align: left;
}
table.all-center tr th, table.all-center tr td {
  text-align: center;
}
table.mobile tbody[data-label]::before {
  content: attr(data-label);
  margin-right: auto;
  text-align: center;
  padding: 15px;
  background-color: #255562;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TTCommonsMedium";
  color: #fff;
  display: flex;
}
table.mobile tbody[data-label=""]::before {
  display: none;
}
table.mobile.mobile-grid tbody tr td:not([colspan])::before, table.mobile.mobile-grid tbody tr th:not([colspan])::before {
  content: attr(data-label);
  margin-right: auto;
  text-align: left;
  padding-right: 10px;
}
table.mobile.mobile-grid tbody tr td, table.mobile.mobile-grid tbody tr th {
  justify-content: space-between;
  text-align: right;
}
table.mobile.mobile-grid tbody tr td:first-child {
  font-weight: normal;
}
table.mobile.mobile-hidden {
  display: none;
}
table.mobile thead.hide-header {
  display: none;
}
table.mobile tbody tr {
  display: block;
  margin-bottom: 0px;
  border-bottom: none;
}
table.mobile tbody tr td, table.mobile tbody tr th {
  display: flex;
  justify-content: left;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
table.mobile tbody tr td sup, table.mobile tbody tr th sup {
  top: 0.2em;
}
table.mobile tbody tr td sub, table.mobile tbody tr th sub {
  bottom: 0;
}
table.mobile tbody tr td.to-hide, table.mobile tbody tr th.to-hide {
  display: none;
}
table.mobile tbody tr td p sup, table.mobile tbody tr th p sup {
  top: -0.5em;
}
table.mobile tbody tr td:first-child, table.mobile tbody tr th:first-child, table.mobile tbody tr th[class*="to-hide"] + td, table.mobile tbody tr td[class*="to-hide"] + td {
  color: #fff;
  background-color: #104553;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TTCommonsMedium";
}
table.hidden-by-default {
  display: none;
}
ul.dash {
  list-style-type: none;
  text-align: left;
  counter-reset: li;
  margin: 30px 0 30px 0;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 500px) {
  ul.dash {
    padding-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  ul.dash {
    padding-left: 30px;
  }
}
ul.dash:last-child {
  margin-bottom: 0px;
}
ul.dash:first-child {
  margin-top: 0px;
}
ul.dash > li {
  padding: 0px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 500px) {
  ul.dash > li {
    margin-bottom: 10px;
  }
}
ul.dash > li:before {
  display: block;
  content: "";
  background-color: #151515;
  width: 30px;
  height: 1px;
  position: relative;
  left: -45px;
  top: 12px;
}
@media screen and (max-width: 500px) {
  ul.dash > li:before {
    width: 25px;
    left: -40px;
  }
}
@media screen and (max-width: 400px) {
  ul.dash > li:before {
    width: 15px;
    left: -30px;
  }
}
ul.dash > li:last-child {
  margin-bottom: 0px;
}
ul.dash > li:first-child {
  margin-top: 0px;
}
ul.dash > li a {
  color: #00aedb;
  display: inline-block;
}
ul.dash > li a:hover {
  color: #00aedb;
}
ul.dash > li:hover {
  /*
            &:before {
                width: 40px;
                margin-left: -40px;
            }
            */
}
ul.dash > li:hover > a {
  text-decoration: underline;
}
ul.dash.highlight {
  padding-left: 65px;
}
@media screen and (max-width: 500px) {
  ul.dash.highlight {
    padding-left: 40px;
  }
}
@media screen and (max-width: 400px) {
  ul.dash.highlight {
    padding-left: 30px;
  }
}
ul.dash.highlight > li:before {
  width: 50px;
  height: 2px;
  background-color: #00aedc;
  top: 15px;
  left: -65px;
}
@media screen and (max-width: 500px) {
  ul.dash.highlight > li:before {
    width: 25px;
    left: -40px;
  }
}
@media screen and (max-width: 400px) {
  ul.dash.highlight > li:before {
    width: 15px;
    left: -30px;
  }
}
ul.dash.highlight b, ul.dash.highlight strong {
  font-family: "TTCommonsMedium";
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 500px) {
  ul.dash.highlight b, ul.dash.highlight strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
ul.dash.highlight.compact > li:before {
  margin-top: 11px;
}
ul.dash.highlight.compact b, ul.dash.highlight.compact strong {
  font-size: 20px;
  font-size: 2rem;
}
ul.dash.compact {
  margin: 15px 0 15px 0;
  padding: 0 0 0 20px;
}
ul.dash.compact > li {
  padding: 0px;
  margin: 0 0 10px 0;
}
ul.dash.compact > li:before {
  width: 10px;
  margin-left: -10px;
  left: -10px;
}
ul.dash.compact > li:hover {
  /*
                &:before {
                    width: 40px;
                    margin-left: -40px;
                }
                */
}
ul.dash.compact > li:hover > a {
  text-decoration: underline;
}
ul.dash-links {
  list-style-type: none;
  text-align: left;
  counter-reset: li;
  margin: 30px 0 30px 0;
  padding: 0 0 0 45px;
}
ul.dash-links:last-child {
  margin-bottom: 0px;
}
ul.dash-links > li {
  padding: 0px;
  margin: 0 0 20px 0;
}
ul.dash-links > li > a {
  color: #00aedc;
  display: inline-block;
}
ul.dash-links > li > a:before {
  display: block;
  content: "";
  background-color: #151515;
  float: left;
  width: 30px;
  height: 1px;
  margin-left: -30px;
  margin-top: 10px;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}
ul.dash-links > li > a[href]:hover {
  color: #00aedc;
}
ul.dash-links > li > a[href]:hover:before {
  width: 40px;
  margin-left: -40px;
  background-color: #00aedc;
}
ul.dash-links > li > a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}
ul.dash-links > li > a:first-child:first-letter {
  text-transform: capitalize;
}
ul.dash-links.dash-links-black > li > a {
  color: #151515;
}
ul.dash-links.dash-links-black > li[href]:hover {
  color: #00aedc;
}
ol {
  list-style: none;
  counter-reset: li;
  text-align: left;
  margin: 30px 0 30px 0;
  padding: 0 0 0 45px;
}
ol:last-child {
  margin-bottom: 0px;
}
ol > li {
  padding: 0px;
  margin: 0 0 20px 0;
  counter-increment: li;
}
ol > li:before {
  content: "." counter(li);
  color: #00aedc;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
ol > li:last-child {
  margin-bottom: 0px;
}
.short-info-link {
  padding: 40px;
  display: table;
  background-color: #00aedc;
}
.short-info-link.pull-right {
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .short-info-link.pull-right {
    margin-left: 0px;
  }
}
.short-info-link.pull-left {
  margin-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .short-info-link.pull-left {
    margin-right: 0px;
  }
}
.short-info-link > span {
  display: table-cell;
  vertical-align: middle;
}
.short-info-link .i-wrapper {
  color: #8ce6ff;
  font-size: 64px;
  font-size: 6.4rem;
  padding-right: 30px;
}
.short-info-link .i-wrapper i {
  top: 7px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .short-info-link .i-wrapper {
    padding-right: 20px;
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.short-info-link .t-wrapper {
  font-family: "TTCommonsMedium";
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 500px) {
  .short-info-link .t-wrapper {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.short-info-link:hover {
  text-decoration: none;
  background-color: #104553;
}
@media screen and (max-width: 767px) {
  .short-info-link {
    padding: 30px;
    float: none !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .short-info-link {
    padding: 20px;
  }
}
/* Breadcrumbs */
.breadcrumb {
  position: relative;
  width: 400%;
  top: 0;
  left: 0;
  z-index: 32;
  font-family: "TTCommonsMedium";
  font-size: 19px;
  font-size: 1.9rem;
  background: transparent;
  padding: 0px;
  margin: 0px;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    max-height: 55px;
    overflow: hidden;
  }
}
.breadcrumb li {
  margin: 0px 25px 0 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb li {
    margin-right: 15px;
  }
}
.breadcrumb li:last-child {
  margin-right: 0px;
}
.breadcrumb li a:hover {
  color: #00aedc;
  text-decoration: underline;
}
.breadcrumb li.active {
  font-size: 60px;
  font-size: 6rem;
  color: inherit;
  text-transform: uppercase;
}
.breadcrumb li.active h1 {
  margin: 0;
  font-size: 60px;
  font-size: 6rem;
  color: inherit;
  text-transform: uppercase;
  font-family: "TTCommonsMedium";
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .breadcrumb li.active h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li.active h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb li.active h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb li.active {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb li.active {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li.active {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb li.active {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.breadcrumb li.arrow {
  padding: 3px 21px 4px 21px;
  background: url(/images/breadcrumb-arrow.png) no-repeat;
  top: -2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb li.arrow {
    background-position-x: -12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb .active + .arrow {
    margin-left: 0px;
  }
}
.inner-wrap > .breadcrumb {
  width: 90%;
}
@media screen and (max-width: 1350px) {
  .inner-wrap > .breadcrumb {
    width: 96%;
  }
}
/* Form elements */
.btn {
  background-color: #f1eff0;
  border: none;
  border-radius: 0;
  font-family: "TTCommonsMedium";
  font-size: 18px;
  font-size: 1.8rem;
  color: #0c435a;
  padding: 20px 30px;
}
.btn.btn-large {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 20px 20px;
  }
}
.btn:active {
  color: #0c435a;
  outline: 0;
}
.btn.active, .btn:hover {
  outline: 0;
  background-color: #00aedc;
  color: #fff;
}
.btn:focus {
  outline: 0 !important;
}
.btn.active:hover {
  background-color: #0c435a;
  color: #fff;
}
.btn.btn-inverse {
  background-color: #00aedc;
  color: #fff;
}
.btn.btn-inverse.btn-dark {
  background-color: #0c435a;
}
.btn.btn-inverse:active {
  color: #0c435a;
}
.btn.btn-inverse.active, .btn.btn-inverse:hover {
  background-color: #f1eff0;
  color: #0c435a;
}
.btn.btn-inverse.active:hover {
  background-color: #fff;
  color: #0c435a;
}
.btn.btn-compact-vertical {
  padding: 12px 30px 11px 30px;
}
.form-control {
  border-radius: 0;
  font-family: "TTCommonsMedium";
  font-size: 18px;
  font-size: 1.8rem;
  color: #0c435a;
  padding: 12px 20px 9px 20px;
  height: auto;
}
.bootstrap-touchspin .input-group-addon .input-group-btn-vertical > .btn {
  padding-left: 10px;
  padding-top: 1px;
}
.bootstrap-touchspin .input-group-addon .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.pagination > li {
  display: inline-block;
  padding-left: 20px;
}
.pagination > li:first-child {
  padding-left: 0px;
}
.pagination > li > a, .pagination > li > span {
  font-family: "TTCommonsMedium";
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  float: left;
  padding: 11px 20px 9px 20px;
  color: #0c435a;
  background-color: #f1eff0;
  border: none;
}
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00aedc;
  border-color: #00aedc;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aedc;
  border-color: #00aedc;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.alert {
  border-radius: 0px;
  border: none;
}
.blueimp-gallery > .indicator > li:before {
  content: none;
}
.contacts-form.popup {
  padding: 85px 165px 85px 85px;
}
.contacts-form.popup .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c435a;
  opacity: 0.95;
  z-index: 90;
}
@media screen and (max-width: 1515px) {
  .contacts-form.popup {
    padding: 85px 105px 85px 85px;
  }
}
@media screen and (max-width: 1400px) {
  .contacts-form.popup {
    padding: 85px 95px 85px 75px;
  }
}
.contacts-form.popup .form-wrapper {
  position: relative;
  z-index: 100;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .contacts-form.popup {
    padding: 75px 70px 75px 45px;
  }
  .contacts-form.popup .form-wrapper {
    width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-form.popup {
    width: 100%;
    padding: 85px 105px 85px 85px;
  }
  .contacts-form.popup .form-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-form.popup {
    padding: 35px 35px 35px 25px;
  }
}
.contacts-form.popup .form-close {
  display: block;
}
.contacts-form.popup .form-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.contacts-form.popup .form-close:hover .text {
  color: #8ce6ff;
}
.contacts-form.popup .form-close:hover .line {
  background-color: #8ce6ff;
}
.contacts-form.popup .sidebar {
  position: absolute;
  top: 40%;
  right: 45px;
  z-index: 101;
}
@media screen and (max-width: 1515px) {
  .contacts-form.popup .sidebar {
    right: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .contacts-form.popup .sidebar {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-form.popup .sidebar {
    top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .contacts-form.popup .sidebar {
    top: 42px;
  }
}
.contacts-form.popup .sidebar .text {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180deg), M12=-1*sin(180deg), M21=sin(180deg), M22=cos(180deg))";
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=cos(180deg), M12=-1*sin(180deg), M21=sin(180deg), M22=cos(180deg));
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "TTCommonsRegular";
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contacts-form.popup .sidebar .text {
    display: none;
  }
}
.contacts-form.popup .sidebar .line {
  background-color: #fff;
  height: 40px;
  width: 1px;
  margin: 40px 7px 40px 7px;
}
@media screen and (max-width: 767px) {
  .contacts-form.popup .sidebar .line {
    display: none;
  }
}
.contacts-form.popup .sidebar .glyphicon {
  display: block;
  right: 2px;
  color: #8ce6ff;
  font-size: 25px;
  font-size: 2.5rem;
}
.contacts-form.inline {
  background-color: #0c435a;
}
.contacts-form.inline .shadow, .contacts-form.inline .form-close, .contacts-form.inline .sidebar {
  display: none;
}
.contacts-form.fmodal {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.contacts-form .form-header {
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 5rem;
  font-family: "TTCommonsMedium";
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .contacts-form .form-header {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.contacts-form .form-subheader {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "TTCommonsMedium";
  color: #fff;
}
.contacts-form button {
  margin-top: 30px;
}
.contacts-form .form-overlay .input-field {
  margin-bottom: 20px;
}
.contacts-form .form-overlay .input-field label {
  color: #8ce6ff;
  padding: 25px 15px 25px 15px;
  margin-bottom: 0px;
  display: block;
  border-bottom: 1px solid #fff;
  font-family: "TTCommonsLight";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contacts-form .form-overlay .input-field label {
    padding-left: 0px;
  }
}
.contacts-form .form-overlay .input-field input {
  font-family: "TTCommonsLight";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 25px 15px 25px 15px;
  background: transparent;
  color: #8ce6ff;
}
.contacts-form .form-overlay .input-field input:focus, .contacts-form .form-overlay .input-field input:active {
  color: #151515;
  background: #fff;
}
.contacts-form .form-overlay .input-field textarea {
  font-family: "TTCommonsLight";
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff;
  color: #8ce6ff;
  background: transparent;
  padding: 25px 15px 25px 15px;
}
.contacts-form .form-overlay .input-field textarea:focus, .contacts-form .form-overlay .input-field textarea:active {
  color: #151515;
  background: #fff;
}
.contacts-form .form-overlay .input-field.has-success label, .contacts-form .form-overlay .input-field.has-success input, .contacts-form .form-overlay .input-field.has-success textarea {
  border-bottom-color: #8ce6ff;
}
.contacts-form .form-overlay .input-field.has-error label, .contacts-form .form-overlay .input-field.has-error input, .contacts-form .form-overlay .input-field.has-error textarea {
  border-bottom-color: #a94442;
}
.contacts-form .form-overlay .input-field.input-textarea label {
  border-bottom: none;
}
.contacts-form .form-overlay .input-field.input-textarea.has-success label, .contacts-form .form-overlay .input-field.input-textarea.has-error label {
  border-bottom: none;
}
.contacts-form .form-overlay .checkbox-group {
  margin-bottom: 20px;
}
.contacts-form .form-overlay .checkbox-group .cbx {
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #8ce6ff;
}
.contacts-form .form-overlay .checkbox-group .cbx .glyphicon {
  top: 4px;
}
.contacts-form .form-overlay .checkbox-group .cbx-label {
  font-weight: normal;
  color: #fff;
  font-family: "TTCommonsLight";
  vertical-align: unset;
}
.contacts-form .form-overlay .checkbox-group .cbx-label a {
  color: #8ce6ff;
}
.contacts-form .form-overlay .checkbox-group .cbx-container {
  display: block;
  float: left;
}
.contacts-form .form-overlay .checkbox-group label + .cbx-container, .contacts-form .form-overlay .checkbox-group .cbx-container + label, .contacts-form .form-overlay .checkbox-group .cbx-container + .cbx-container {
  display: block;
  margin-left: 35px;
}
.contacts-form .captcha-note {
  margin: 40px 0 0 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.contacts-form .captcha-note a {
  color: #8ce6ff;
}
.custom-radio-list input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0px 0px -30px;
  width: 18px;
  height: 18px;
  background: #e9e8e8;
  box-shadow: inset 0 0 0 0.3em white, 0 0 0 0.2em;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
  color: #0c435a;
}
.custom-radio-list input[type="radio"]:hover, .custom-radio-list input[type="radio"]:checked {
  background: #0c435a;
  box-shadow: inset 0 0 0 0.6em white, 0 0 0 0.2em;
}
.custom-radio-list input[type="radio"]:checked {
  background: #00aedc;
  box-shadow: inset 0 0 0 0.3em white, 0 0 0 0.2em #00aedc;
}
.custom-radio-list input[type="radio"]:focus {
  outline: 0;
}
.custom-radio-list input[type="radio"][disabled] {
  background: #e9e8e8;
  color: #e9e8e8;
  box-shadow: inset 0 0 0 0.6em white, 0 0 0 0.2em;
}
.custom-radio-list .radio-inline {
  padding-left: 36px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.custom-radio-list .radio-inline:last-child {
  margin-right: 0px;
}
.custom-radio-list .radio-inline.wait {
  cursor: wait;
}
.custom-radio-list .radio-inline.wait input {
  cursor: wait;
}
.custom-radio-list .radio-inline + .radio-inline {
  margin-top: 0px;
  margin-left: 0px;
}
@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
.custom-spinner span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00aedc;
  margin: 35px 5px;
  opacity: 0;
}
.custom-spinner span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.custom-spinner span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.custom-spinner span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
.navbar .menu-popover .modal-dialog .modal-content, .footer .search-box .form-control, .btn.active, .btn:hover, .block-main .select2-container--krajee-bs3 .select2-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.block-main [class*="ui-corner-"] {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.block-main .ui-state-default, .block-main .ui-widget-content .ui-state-default, .block-main .ui-widget-header .ui-state-default, .block-main .ui-button, .block-main html .ui-button.ui-state-disabled:hover, .block-main html .ui-button.ui-state-disabled:active {
  border: none;
  background: #f1eff0;
  font-weight: normal;
  color: #0c435a;
}
.block-main .ui-state-active, .block-main .ui-widget-content .ui-state-active, .block-main .ui-widget-header .ui-state-active, .block-main a.ui-button:active, .block-main .ui-button:active, .block-main .ui-button.ui-state-active:hover {
  border: none;
  background: #00aedc;
  font-weight: normal;
  color: #fff;
}
.block-main .ui-accordion .ui-accordion-header {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "TTCommonsMedium";
  padding: 0.7em 0.5em 0.6em 0.7em;
}
.block-main .ui-widget-content {
  border: none;
  background: #f1eff0;
  font-weight: normal;
  font-family: "TTCommonsLight";
}
.block-main .ui-widget-content a {
  color: #151515;
  font-size: 19px;
  font-size: 1.9rem;
}
.block-main .ui-widget-content a:hover {
  color: #00aedc;
}
.block-main .ui-accordion .ui-accordion-content {
  padding: 30px 38px;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .block-main .ui-accordion .ui-accordion-content {
    padding: 20px;
  }
}
.block-main .ui-icon, .block-main .ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_0c435a_256x240.png);
}
.block-main .ui-state-hover .ui-icon, .block-main .ui-state-focus .ui-icon, .block-main .ui-button:hover .ui-icon, .block-main .ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_0c435a_256x240.png);
}
.block-main .ui-state-active .ui-icon, .block-main .ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.block-main .ui-icon {
  margin-right: 9px;
}
.block-main .select2-container--krajee-bs3 .select2-selection {
  background-color: #f1eff0;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "TTCommonsMedium";
  outline: 0;
  padding: 14px 20px 34px 20px;
}
.block-main .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
  color: #0c435a;
}
.block-main .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  height: 47px;
}
.block-main .select2-container--krajee-bs3.select2-container--open .select2-selection {
  background-color: #fff;
}
.select2-container--krajee-bs3 .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--krajee-bs3 .select2-results ul li {
  margin-top: 0px;
}
.select2-container--krajee-bs3 .select2-results .select2-results__option[aria-selected] {
  background-color: #fcf2f8;
  color: #151515;
  border-radius: 0;
}
.select2-container--krajee-bs3 .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #00aedc;
  color: #fff;
}
.select2-container--krajee-bs3 .select2-results .select2-results__option {
  padding: 10px 20px 10px 20px;
}
label {
  font-family: "TTCommonsDemiBold";
  font-weight: normal;
  display: block;
}
.checkbox-group label {
  display: inline-block;
  top: 2px;
  position: relative;
}
.checkbox-group .cbx-container .cbx-icon .glyphicon {
  top: 2px;
}
.flat-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.flat-gallery .item {
  float: left;
  width: 50%;
}
.flat-gallery .item:nth-child(odd) {
  padding-right: 20px;
}
.flat-gallery .item:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  .flat-gallery .item {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
.flat-gallery .item:first-child:last-child {
  width: 100%;
  float: none;
  padding: 0px;
}
.nav.nav-tabs > li > a {
  padding-bottom: 5px;
  border-radius: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-bottom: 40px;
}
.video-wrapper video {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .video-wrapper {
    padding-bottom: 75%;
    /* 4:3 */
  }
}
@media screen and (max-width: 500px) {
  .video-wrapper {
    padding-bottom: 0;
  }
  .video-wrapper video {
    object-fit: fill;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.lazy[data-original$=".png"] {
  background-size: 0 0;
}
