@charset "UTF-8";
.bg-red {
  background-color: #ec3464;
}

.bg-blue {
  background-color: #00a6e5;
}

.bg-yellow {
  background-color: #ffea00;
}

.bg-green {
  background-color: #00e566;
}

.bg-orange {
  background-color: #ff9c00;
}

.border-green {
  border-left: 3px solid #00e566;
}

.border-blue {
  border-left: 3px solid #00a6e5;
}

.border-orange {
  border-left: 3px solid #ff9c00;
}

.border-yellow {
  border-left: 3px solid #ffea00;
}

.border-red {
  border-left: 3px solid #ec3464;
}

.color-red {
  color: #ec3464;
}

.color-blue {
  color: #00a6e5;
}

.color-yellow {
  color: #ffea00;
}

.color-green {
  color: #00e566;
}

.color-orange {
  color: #ff9c00;
}

.cookie-notice-container {
  display: none;
  bottom: 0;
  left: 0;
  border-top: solid 1px #9c9c9c;
  border-right: solid 1px #9c9c9c;
  position: fixed;
  z-index: 999999;
  background-color: #252753;
  width: 100%;
  max-width: 535px;
  padding: 30px;
}
.cookie-notice-container .cookie-text {
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.cookie-notice-container .cookie-text a {
  color: white;
  text-decoration: underline;
}
.cookie-notice-container .link-with-underline:after {
  background-color: #ffffff;
}
.cookie-notice-container .cookie-btns {
  margin: 10px 0 0;
}
.cookie-notice-container .button {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  display: inline-block;
  background-color: white;
  border: none;
  color: #252753;
  padding: 4px 8px;
  cursor: pointer;
  margin: 0 5px 5px 0;
}
@media (max-width: 535px) {
  .cookie-notice-container .button {
    display: block;
    width: 100%;
  }
}

#cookie-notice {
  position: fixed;
  max-width: 400px;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  bottom: 0;
  color: white;
  padding: 10px 20px;
}
#cookie-notice .triangle {
  width: 135px;
  height: 85px;
  background-color: #6D6E71;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: -82px;
  position: relative;
  top: 35px;
  cursor: pointer;
}
#cookie-notice .triangle img {
  position: absolute;
  left: 47.5%;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 19%;
}
@media (max-width: 575px) {
  #cookie-notice {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #cookie-notice .cook-logo {
    display: none;
  }
}
#cookie-notice img {
  max-width: none;
}
#cookie-notice .cookie-text {
  font-weight: 400;
  font-size: 0.8rem;
  padding-right: 10px;
}
@media (max-width: 992px) {
  #cookie-notice .cookie-text {
    padding-bottom: 10px;
  }
}
#cookie-notice a {
  color: #252753;
}
#cookie-notice button {
  margin-top: 15px;
  line-height: 18px;
  padding: 2px 12px;
  background-color: #252753;
  color: #ffffff;
  -moz-box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
#cookie-notice .cn-more-info {
  color: #ffffff;
}

@media (min-width: 992px) {
  .cookie-btns .btn {
    width: 40%;
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cookie-btns {
    margin-top: 10px;
  }
}

.settings-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999999;
}
.settings-bg .settings-content {
  position: absolute;
  padding: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  min-width: 900px;
  min-height: 300px;
  background-color: white;
  color: black;
}
@media (max-width: 992px) {
  .settings-bg .settings-content {
    min-width: 700px;
  }
}
@media (max-width: 768px) {
  .settings-bg .settings-content {
    min-width: 500px;
  }
}
@media (max-width: 576px) {
  .settings-bg .settings-content {
    min-width: 300px;
    top: 30px;
    transform: translate(-50%, -20px);
  }
}
.settings-bg .settings-content .spec-btn {
  font-size: 14px;
  padding: 5px 20px;
  background-color: #252753;
  color: #ffffff;
}
.settings-bg .settings-content .eucookie_close {
  position: absolute;
  top: -17px;
  right: 32px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.settings-bg .settings-content .eucookie_close span {
  display: block;
  font-size: 60px;
  transform: rotate(45deg);
}
.settings-bg .settings-content .eucookie_title {
  margin-bottom: 18px;
  padding-right: 40px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #808383;
}
.settings-bg .settings-content .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.settings-bg .settings-content .text {
  font-size: 14px;
}
.settings-bg .settings-content .eucookie_item {
  margin-bottom: 27px;
}
.settings-bg .settings-content .eucookie_item:last-of-type {
  margin-bottom: 32px;
}
.settings-bg .settings-content .eucookie_item .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.settings-bg .settings-content .eucookie_item .text {
  font-size: 14px;
}
.settings-bg .settings-content .eucookie_item .text p, .settings-bg .settings-content .eucookie_item .text td, .settings-bg .settings-content .eucookie_item .text th, .settings-bg .settings-content .eucookie_item .text li, .settings-bg .settings-content .eucookie_item .text a {
  font-size: 14px;
}
.settings-bg .settings-content .eucookie_item .switch_checkbox {
  margin-top: 12px;
}
.settings-bg .settings-content .eucookie_item .switch_checkbox.invisible {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.settings-bg .settings-content .switch_checkbox {
  display: block;
  position: relative;
}
.settings-bg .settings-content .switch_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 none;
  opacity: 0;
  z-index: -1;
}
.settings-bg .settings-content .switch_checkbox span {
  display: block;
  width: 40px;
  height: 22px;
  background-color: #bcbcbc;
  overflow: hidden;
  cursor: pointer;
  border-radius: 11px;
}
.settings-bg .settings-content .switch_checkbox span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-radius: 11px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.settings-bg .settings-content .switch_checkbox input:checked + span {
  background-color: #252753;
}
.settings-bg .settings-content .switch_checkbox input:checked + span:before {
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.settings-bg .settings-content .switch_checkbox input:disabled {
  background-color: #f2f2f2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.settings-bg .settings-content .switch_checkbox input:disabled + span {
  cursor: default;
}
.settings-bg .button {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background-color: #252753;
  padding: 10px 25px;
  color: white;
  border-radius: 3px;
  border: solid 2px transparent;
  cursor: pointer;
  font-size: 12px;
}
.settings-bg .button:hover {
  background-color: #3a5ba6;
}
.settings-bg .yes-to-all, .settings-bg .no-to-all {
  background-color: white;
  color: #252753;
  border-color: #252753;
}
.settings-bg .yes-to-all:hover, .settings-bg .no-to-all:hover {
  background-color: #252753;
  color: white;
}

/* compiled by scssphp v0.7.6 on Mon, 21 Dec 2020 09:27:42 +0000 (1.7153s) */
body {
  font-family: "Montserrat", sans-serif;
  padding-top: 130px;
  background-color: #fcfcfc;
  margin: 0;
}

h1 {
  font-size: 32px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 28px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: rgba(19, 21, 22, 0.9);
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: rgba(19, 21, 22, 0.9);
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: rgba(19, 21, 22, 0.9);
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

h6.sp-heading {
  font-size: 15px;
  color: #32325d;
}

h2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #242752;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -400px;
  padding: 0;
}
@media (max-width: 991px) {
  .wrapper {
    padding: 0;
  }
}

footer, .push {
  min-height: 400px;
}

.clear {
  clear: both;
}

.breadcrumbs {
  list-style: none;
  padding: 5px 0 0;
  margin-bottom: 0;
  color: #cccccc;
  font-weight: 300;
  text-transform: initial;
  font-size: 11px;
}
.breadcrumbs a {
  color: #252525;
  font-style: normal;
}
.breadcrumbs ul {
  padding: 0;
  list-style: none;
  margin: 10px 0 0;
}
.breadcrumbs ul li {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumbs ul li:after {
  padding: 0 5px;
  color: #ccc;
  content: "|";
}
.breadcrumbs ul li:last-child:after {
  padding: 0 5px;
  color: #ccc;
  content: "";
}

.content iframe {
  width: 100%;
  height: 600px;
  border: none;
}
.content .header-list, .content .body-list {
  margin: 0 -15px 15px;
  font-weight: 300;
  font-size: 14px;
}
.content .body-list {
  padding: 0 0 15px;
  border-bottom: solid 1px #cfcfcf;
}
.content .body-list p {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}
.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {
  margin-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
.content ul li::before {
  content: "";
  color: #232751;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #232751;
  margin-left: -22px;
  margin-right: 9px;
  top: 8px;
  position: absolute;
}

.hidden {
  display: none;
}

.aligncenter {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content-w-desc h1 {
  margin-bottom: 30px;
}
.content-w-desc p {
  color: #3f454b;
  line-height: 34px;
  font-size: 18px;
}

.font-bolder {
  font-weight: 500;
}

.heading-w-color {
  color: #3eacdd;
}

.border-sides-light {
  border-left: 1px solid rgba(0, 0, 0, 0.02);
  border-right: 1px solid rgba(0, 0, 0, 0.02);
  height: 100%;
}

p {
  color: #131516;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.site-lvl-3 {
  list-style: circle;
}
.site-lvl-3 li {
  padding: 0 !important;
}
.site-lvl-3 li:before {
  display: none;
}

.summary {
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

p.para-lg {
  font-size: 18px;
  color: #3f454b;
  line-height: 27px;
}

.summary.para-lg {
  font-size: 18px;
  color: #3f454b;
  line-height: 27px;
}

.text-grey {
  font-size: 14px;
  color: #8f9598;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-40 {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .pd-40 {
    padding: 0;
  }
}

.content-pd {
  padding: 30px 40px;
}

.breadcrumb-w-pd nav[aria-label=breadcrumb] {
  padding: 40px 40px 0 40px;
}

.item-summary > * {
  font-size: 18px;
  line-height: 27px;
  color: #3f454b;
  margin: 0;
}

blockquote > * {
  font-size: 14px;
  color: #8898aa;
}
blockquote > * strong {
  font-weight: 400;
  display: block;
}

.blue-text {
  color: #3eacdd;
}

.emph-text {
  font-family: "Montserrat", sans-serif;
  color: #3eacdd;
  font-size: 29px;
  font-weight: 500;
}

.typography-list {
  list-style-type: none;
}
.typography-list .text-grey {
  font-weight: 500;
}

.content-wr ul {
  list-style-type: none;
  padding-left: 0;
}
.content-wr ul li {
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.content-wr ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #3eacdd;
  font-size: 17px;
}
.content-wr ul > li > ul {
  list-style-type: none;
}
.content-wr ul > li > ul > li {
  color: #8e989f;
  font-weight: 400;
  position: relative;
}
.content-wr ul > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background-color: #8e989f;
}
.content-wr ul.list-bold > li {
  font-weight: 500;
}
.content-wr ol li {
  font-size: 14px;
  line-height: 28px;
}
.content-wr ol.blue-listing {
  list-style-type: none;
  counter-reset: ol-counter;
}
.content-wr ol.blue-listing > li {
  counter-increment: ol-counter;
  font-weight: 500;
}
.content-wr ol.blue-listing > li:before {
  content: counter(ol-counter) ". ";
  color: #3eacdd;
  font-weight: bold;
  font-size: 13px;
}
.content-wr ol.blue-listing > li > ol {
  list-style-type: none;
}
.content-wr ol.blue-listing > li > ol li {
  color: #9ca4ac;
  counter-increment: inner-counter;
  font-weight: 400;
}
.content-wr ol.blue-listing > li > ol li:before {
  content: counter(inner-counter) ". ";
  color: rgba(62, 172, 221, 0.9);
  font-weight: bold;
  font-size: 12px;
}
.content-wr ol.bold-listing > li {
  font-weight: 500;
}
.content-wr ol.bold-listing > li ol > li {
  font-weight: 400;
}
.content-wr .bordered-list {
  max-width: 500px;
  width: 100%;
}
.content-wr .bordered-list ul {
  list-style-type: none;
  padding-left: 0;
}
.content-wr .bordered-list li {
  border: 1px solid #d8d8d8;
  padding: 20px 30px 20px 40px;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  margin-top: -1px;
  line-height: 28px;
}
.content-wr .bordered-list li:before {
  content: "•";
  position: absolute;
  left: 20px;
  top: 20px;
  color: #3eacdd;
  font-size: 17px;
}
.content-wr .bordered-list li a {
  color: #3f454b;
  text-decoration: underline;
}

.text a {
  color: #3eacdd;
}

.pay-nav {
  margin: 45px 0 0;
}
.pay-nav a {
  display: inline-block;
  width: 225px;
  padding: 15px;
  background-color: #242752;
  color: white !important;
  font-size: 15px;
  text-align: center;
}
.pay-nav a:hover {
  text-decoration: none;
  background-color: #2965C7;
}

.content-wrapper a {
  color: #3eacdd;
}
.content-wrapper .wp-block-buttons {
  justify-content: center;
}
.content-wrapper .wp-block-button__link {
  border-radius: 5px;
  border: 1px solid #252753;
  color: #252753;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 25px;
  background-color: transparent;
  text-decoration: none;
  min-height: 37px;
  display: inline-block;
  margin: 0 auto;
}
.content-wrapper .wp-block-button__link:hover {
  background-color: #252753;
  color: white;
}
.content-wrapper .text img {
  max-width: 100%;
  height: auto;
}
.content-wrapper .text h3 {
  margin-bottom: 20px;
}
.content-wrapper .text > ol li {
  line-height: 28px;
}
.content-wrapper .text > ul {
  list-style-type: none;
}
.content-wrapper .text > ul li {
  color: #3f454b;
  position: relative;
  line-height: 28px;
}
.content-wrapper .text > ul > li > ul {
  list-style-type: none;
}
.content-wrapper .text > ul > li > ul > li {
  color: #8e989f;
  font-weight: 400;
  position: relative;
}
.content-wrapper .text > ul > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background-color: #8e989f;
}
.content-wrapper .text table[border="0"] td {
  border: 0 !important;
}
.content-wrapper .text table.border-none td {
  border: 0 !important;
}
.content-wrapper .text table th {
  padding: 10px 15px;
}
.content-wrapper .text table td {
  padding: 10px 15px;
}
.content-wrapper .bordered-list {
  max-width: 500px;
  width: 100%;
}
.content-wrapper .bordered-list ul {
  list-style-type: none;
  padding-left: 0;
}
.content-wrapper .bordered-list li {
  border: 1px solid #d8d8d8;
  padding: 20px 30px 20px 40px;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  margin-top: -1px;
  line-height: 28px;
}
.content-wrapper .bordered-list li:before {
  content: "•";
  position: absolute;
  left: 20px;
  top: 20px;
  color: #252753;
  font-size: 17px;
}
.content-wrapper .bordered-list li a {
  color: #3f454b;
}
.content-wrapper #accordion {
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
}
.content-wrapper #accordion .collapse {
  visibility: visible;
}
.content-wrapper #accordion .card-body {
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 27px;
  padding-right: 27px;
}
.content-wrapper #accordion .ch-wr {
  max-width: 90%;
  display: inline-block;
  width: 100%;
}
.content-wrapper #accordion ul li {
  list-style-type: none;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.content-wrapper #accordion ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}
.content-wrapper #accordion .card {
  border: none;
  border-top: 1px solid #e9e9eb;
  margin-top: -1px;
  border-radius: 0;
  box-shadow: none;
}
.content-wrapper #accordion ol li {
  font-size: 14px;
  line-height: 28px;
}
.content-wrapper #accordion .card-header {
  background-color: transparent;
  cursor: pointer;
  padding: 14px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper #accordion .card-header:focus {
  outline: none;
}
.content-wrapper #accordion .card-header h5 {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.content-wrapper #accordion .card-header .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #252753;
  border-left: 1px solid #252753;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}
.content-wrapper #accordion .card-header .arrow:before {
  display: block;
  height: 20px;
  width: 20px;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
.content-wrapper #accordion .card-header .arrow.down {
  transform: rotate(225deg);
}
.content-wrapper #accordion .card-header:hover h5 {
  color: #585db6;
}
.content-wrapper #accordion .card-header[aria-expanded=true] {
  border-bottom: 0;
  background-color: #fcfcfc;
}
.content-wrapper #accordion .card-header[aria-expanded=true] h5 {
  color: #252753;
  font-weight: bold;
}
.content-wrapper #accordion .card-header[aria-expanded=true] .arrow.down {
  transform: rotate(135deg);
}
.content-wrapper #accordion .card-header.open .btn-link {
  color: #00a4e4;
  display: inline-block;
  transform: translate(0%, -50%) rotate(180deg);
}
.content-wrapper #accordion .card-content ul li {
  font-size: 14px !important;
}
.content-wrapper .accordion {
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
}
.content-wrapper .accordion .collapse {
  visibility: visible;
}
.content-wrapper .accordion .card-body {
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 27px;
  padding-right: 27px;
}
.content-wrapper .accordion .ch-wr {
  max-width: 90%;
  display: inline-block;
  width: 100%;
}
.content-wrapper .accordion ul li {
  list-style-type: none;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.content-wrapper .accordion ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}
.content-wrapper .accordion .card {
  border: none;
  border-top: 1px solid #e9e9eb;
  margin-top: -1px;
  border-radius: 0;
  box-shadow: none;
}
.content-wrapper .accordion ol li {
  font-size: 14px;
  line-height: 28px;
}
.content-wrapper .accordion .card-header {
  background-color: transparent;
  cursor: pointer;
  padding: 14px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .accordion .card-header:focus {
  outline: none;
}
.content-wrapper .accordion .card-header h5 {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.content-wrapper .accordion .card-header .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #252753;
  border-left: 1px solid #252753;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}
.content-wrapper .accordion .card-header .arrow:before {
  display: block;
  height: 20px;
  width: 20px;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
.content-wrapper .accordion .card-header .arrow.down {
  transform: rotate(225deg);
}
.content-wrapper .accordion .card-header:hover h5 {
  color: #585db6;
}
.content-wrapper .accordion .card-header[aria-expanded=true] {
  border-bottom: 0;
  background-color: #fcfcfc;
}
.content-wrapper .accordion .card-header[aria-expanded=true] h5 {
  color: #252753;
  font-weight: bold;
}
.content-wrapper .accordion .card-header[aria-expanded=true] .arrow.down {
  transform: rotate(135deg);
}
.content-wrapper .accordion .card-header.open .btn-link {
  color: #00a4e4;
  display: inline-block;
  transform: translate(0%, -50%) rotate(180deg);
}
.content-wrapper .accordion .card-content ul li {
  font-size: 14px !important;
}
.content-wrapper .w-aside {
  padding: 0;
  display: flex;
}
.content-wrapper .w-aside aside {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px;
  border-right: 1px solid #e6e6ee;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}
.content-wrapper .w-aside aside a {
  color: #8fa0b1;
}
.content-wrapper .w-aside aside a:hover {
  color: #585db6;
}
.content-wrapper .w-aside aside ul {
  list-style-type: none;
  padding-left: 0;
}
.content-wrapper .w-aside aside li {
  margin-bottom: 25px;
}
.content-wrapper .w-aside section {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 35px 40px;
  padding-top: 0;
  padding-right: 0;
}
.content-wrapper .cat-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wrapper .related-duk {
  padding-top: 20px;
}
.content-wrapper .related-duk #accordion {
  width: 100%;
  max-width: 100%;
}
.content-wrapper .related-duk .accordion {
  width: 100%;
  max-width: 100%;
}
.content-wrapper table {
  width: 100%;
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.content-wrapper table th {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
  background-color: #f7f7f9;
  padding: 15px;
  font-weight: 400;
}
.content-wrapper table td {
  padding: 15px;
  color: #3f454b;
  font-size: 13px;
  line-height: 18px;
}
.content-wrapper table td p {
  font-size: 13px;
  line-height: 18px;
}
.content-wrapper table td img {
  margin-right: 10px;
}
.content-wrapper table td a {
  font-size: 13px;
}
.content-wrapper table tbody tr td {
  border-bottom: 1px solid #eaeaef;
}
.content-wrapper table tbody tr td:first-of-type {
  white-space: nowrap;
}
.content-wrapper table thead th {
  font-family: "Montserrat", sans-serif;
}
.content-wrapper table:not([border="1"]) {
  border: 0;
}
.content-wrapper table:not([border="1"]) tr {
  border: 0;
}
.content-wrapper td a img {
  max-width: 20px;
}
.content-wrapper .text-active {
  color: #3eacdd;
}
.content-wrapper .link-unstyled {
  text-decoration: none;
  color: #3f454b;
}
.content-wrapper table[border="1"] {
  border: 1px solid #eaeaef;
}
.content-wrapper .pay-box {
  border: 1px solid #e8e8e8;
  box-shadow: 0px 3px 6px #00000029;
  margin: 50px 0;
  padding: 45px 45px 45px 125px;
  border-radius: 15px;
}
.content-wrapper .pay-box .step-one, .content-wrapper .pay-box .step-two, .content-wrapper .pay-box .step-three, .content-wrapper .pay-box .step-four {
  position: relative;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.content-wrapper .pay-box .step-one h3, .content-wrapper .pay-box .step-two h3, .content-wrapper .pay-box .step-three h3, .content-wrapper .pay-box .step-four h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 35px;
  color: #242752;
}
.content-wrapper .pay-box .step-one p, .content-wrapper .pay-box .step-two p, .content-wrapper .pay-box .step-three p, .content-wrapper .pay-box .step-four p {
  font-size: 15px;
  color: #242752;
  font-weight: 600;
}
.content-wrapper .pay-box .step-one .float-lbl, .content-wrapper .pay-box .step-two .float-lbl, .content-wrapper .pay-box .step-three .float-lbl, .content-wrapper .pay-box .step-four .float-lbl {
  position: absolute;
  transform: translateY(-7px);
  top: 15px;
  left: 15px;
  font-size: 15px;
  color: #2965C7;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.content-wrapper .pay-box .step-one .form-floating, .content-wrapper .pay-box .step-two .form-floating, .content-wrapper .pay-box .step-three .form-floating, .content-wrapper .pay-box .step-four .form-floating {
  position: relative;
  margin: 0 0 20px;
}
.content-wrapper .pay-box .step-one .form-floating > .form-control-plaintext::placeholder, .content-wrapper .pay-box .step-one .form-floating > .form-control::placeholder, .content-wrapper .pay-box .step-two .form-floating > .form-control-plaintext::placeholder, .content-wrapper .pay-box .step-two .form-floating > .form-control::placeholder, .content-wrapper .pay-box .step-three .form-floating > .form-control-plaintext::placeholder, .content-wrapper .pay-box .step-three .form-floating > .form-control::placeholder, .content-wrapper .pay-box .step-four .form-floating > .form-control-plaintext::placeholder, .content-wrapper .pay-box .step-four .form-floating > .form-control::placeholder {
  color: #9BA2B6;
  font-size: 15px;
}
.content-wrapper .pay-box .step-one .disabled > label, .content-wrapper .pay-box .step-two .disabled > label, .content-wrapper .pay-box .step-three .disabled > label, .content-wrapper .pay-box .step-four .disabled > label {
  color: #838DA8;
}
.content-wrapper .pay-box .step-one .form-control, .content-wrapper .pay-box .step-two .form-control, .content-wrapper .pay-box .step-three .form-control, .content-wrapper .pay-box .step-four .form-control {
  padding: 25px 15px 0;
  min-height: 67px;
  border-radius: 3px;
  border: 2px solid #838DA8;
}
.content-wrapper .pay-box .step-one .form-control:focus, .content-wrapper .pay-box .step-two .form-control:focus, .content-wrapper .pay-box .step-three .form-control:focus, .content-wrapper .pay-box .step-four .form-control:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, 0.25);
}
.content-wrapper .pay-box .step-one .dis-file, .content-wrapper .pay-box .step-two .dis-file, .content-wrapper .pay-box .step-three .dis-file, .content-wrapper .pay-box .step-four .dis-file {
  border: 2px dashed #838DA8;
  margin: 35px 0;
  padding: 15px 0 0;
  border-radius: 10px;
}
.content-wrapper .pay-box .step-one .dis-file p, .content-wrapper .pay-box .step-two .dis-file p, .content-wrapper .pay-box .step-three .dis-file p, .content-wrapper .pay-box .step-four .dis-file p {
  color: #838DA8;
  text-align: center;
  margin: 0 0 10px;
}
.content-wrapper .pay-box .step-one .dis-file .sm-txt, .content-wrapper .pay-box .step-two .dis-file .sm-txt, .content-wrapper .pay-box .step-three .dis-file .sm-txt, .content-wrapper .pay-box .step-four .dis-file .sm-txt {
  font-weight: 400;
}
.content-wrapper .pay-box .step-one .dis-check, .content-wrapper .pay-box .step-two .dis-check, .content-wrapper .pay-box .step-three .dis-check, .content-wrapper .pay-box .step-four .dis-check {
  margin: 0 0 60px;
}
.content-wrapper .pay-box .step-one .c-cont, .content-wrapper .pay-box .step-two .c-cont, .content-wrapper .pay-box .step-three .c-cont, .content-wrapper .pay-box .step-four .c-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #242752;
}
.content-wrapper .pay-box .step-one .c-cont a, .content-wrapper .pay-box .step-two .c-cont a, .content-wrapper .pay-box .step-three .c-cont a, .content-wrapper .pay-box .step-four .c-cont a {
  color: #242752;
  text-decoration: underline;
}
.content-wrapper .pay-box .step-one .c-cont input, .content-wrapper .pay-box .step-two .c-cont input, .content-wrapper .pay-box .step-three .c-cont input, .content-wrapper .pay-box .step-four .c-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.content-wrapper .pay-box .step-one .checkmark, .content-wrapper .pay-box .step-two .checkmark, .content-wrapper .pay-box .step-three .checkmark, .content-wrapper .pay-box .step-four .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid #838DA8;
  border-radius: 2px;
}
.content-wrapper .pay-box .step-one .c-cont input:checked ~ .checkmark, .content-wrapper .pay-box .step-two .c-cont input:checked ~ .checkmark, .content-wrapper .pay-box .step-three .c-cont input:checked ~ .checkmark, .content-wrapper .pay-box .step-four .c-cont input:checked ~ .checkmark {
  background-color: #2965C7;
  border: 2px solid #2965C7;
}
.content-wrapper .pay-box .step-one .checkmark:after, .content-wrapper .pay-box .step-two .checkmark:after, .content-wrapper .pay-box .step-three .checkmark:after, .content-wrapper .pay-box .step-four .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.content-wrapper .pay-box .step-one .c-cont input:checked ~ .checkmark:after, .content-wrapper .pay-box .step-two .c-cont input:checked ~ .checkmark:after, .content-wrapper .pay-box .step-three .c-cont input:checked ~ .checkmark:after, .content-wrapper .pay-box .step-four .c-cont input:checked ~ .checkmark:after {
  display: block;
}
.content-wrapper .pay-box .step-one .c-cont .checkmark:after, .content-wrapper .pay-box .step-two .c-cont .checkmark:after, .content-wrapper .pay-box .step-three .c-cont .checkmark:after, .content-wrapper .pay-box .step-four .c-cont .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-wrapper .pay-box .step-error p {
  font-size: 21px;
  color: red;
}
.content-wrapper .pay-box .ticket-btn {
  font-size: 19px;
  font-weight: 500;
  border-radius: 3px;
  color: white;
  border: none;
  background-color: #252753;
  padding: 10px 40px;
}
.content-wrapper .pay-box .pay-ticket, .content-wrapper .pay-box .city-gate {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
  display: block;
}
.content-wrapper .pay-box .step-one {
  padding: 0 0 110px;
}
.content-wrapper .pay-box .step-one input {
  margin: 0 0 5px;
}
.content-wrapper .pay-box .step-one:before {
  content: "1";
  font-weight: 600;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: solid 6px #252753;
  background-color: #252753;
  color: white;
  text-align: center;
  padding: 3px 0 0;
  left: -70px;
  top: -10px;
}
.content-wrapper .pay-box .living-step {
  padding: 0 0 50px;
}
.content-wrapper .pay-box .show-one:after, .content-wrapper .pay-box .show-one-live:after, .content-wrapper .pay-box .show-two-live:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 380px;
  background-color: #252753;
  top: 30px;
  left: -53px;
}
.content-wrapper .pay-box .show-one-live:after {
  height: 80px;
}
.content-wrapper .pay-box .show-two-live:after {
  height: 300px;
}
.content-wrapper .pay-box .one-step {
  padding: 0;
}
.content-wrapper .pay-box .step-two {
  display: none;
}
.content-wrapper .pay-box .step-two:before {
  content: "2";
  font-weight: 600;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: solid 6px #252753;
  background-color: #252753;
  color: white;
  text-align: center;
  padding: 3px 0 0;
  left: -70px;
  top: -10px;
}
.content-wrapper .pay-box .step-two input {
  margin: 0 0 25px;
}
.content-wrapper .pay-box .step-two p {
  font-size: 16px;
  color: #242752;
  font-weight: 600;
}
.content-wrapper .pay-box .step-two .pay-total .ticket-total {
  font-size: 30px;
  font-weight: 500;
}
.content-wrapper .pay-box .step-three {
  display: none;
}
.content-wrapper .pay-box .step-three:before {
  content: "3";
  font-weight: 600;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: solid 6px #252753;
  background-color: #252753;
  color: white;
  text-align: center;
  padding: 3px 0 0;
  left: -70px;
  top: -10px;
}
.content-wrapper .pay-box .step-three .table {
  font-size: 15px !important;
}
.content-wrapper .pay-box .step-three .table thead tr {
  background-color: #838DA8;
}
.content-wrapper .pay-box .step-three .table thead tr td {
  border: none;
  text-align: left;
}
.content-wrapper .pay-box .step-three .table .has-pass-body tr {
  background-color: white !important;
}
.content-wrapper .pay-box .step-three .table .has-pass-body tr td {
  border: none;
  border-bottom: solid 1px #858DA6;
  color: #212529;
  text-align: left;
  font-weight: 400;
}
.content-wrapper .pay-box .step-four {
  display: none;
}
.content-wrapper .pay-box .step-four:before {
  content: "3";
  font-weight: 600;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: solid 6px #252753;
  background-color: #252753;
  color: white;
  text-align: center;
  padding: 3px 0 0;
  left: -70px;
  top: -10px;
}
.content-wrapper .pay-box .step-four input {
  margin: 0 0 25px;
}
.content-wrapper .pay-box .step-gyv {
  padding: 0 0 80px;
}
.content-wrapper .pay-box .show-two, .content-wrapper .pay-box .show-three, .content-wrapper .pay-box .show-four {
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.date {
  font-size: 14px;
  color: #3f454b;
}

.btn {
  min-height: 37px;
  line-height: 20px;
}
.btn .fa-long-arrow-right {
  margin-left: 10px;
}

.btn.btn-primary {
  border-radius: 5px;
  background-color: #252753;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
}
.btn.btn-primary:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #585db6;
}
.btn.btn-primary:active {
  background-color: #585db6 !important;
}
.btn.btn-primary:focus {
  background-color: #585db6 !important;
}

.btn.btn-light {
  border-radius: 5px;
  background-color: #3a5ba6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 35px;
}
.btn.btn-light:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.btn.btn-light:active {
  background-color: #252753 !important;
}
.btn.btn-light:focus {
  background-color: #252753 !important;
}

.btn.btn-primary.w-icon i {
  margin-left: 10px;
}

.btn.btn-footer {
  border-radius: 3px;
  background-color: #3a5ba6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: white;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
  margin: 0;
  text-align: center;
  width: 100%;
  display: block;
  min-height: 39px;
}
.btn.btn-footer:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #3a5ba6;
  color: #fff;
}
.btn.btn-footer:active {
  background-color: #3a5ba6 !important;
  color: #fff;
}
.btn.btn-footer:focus {
  background-color: #3a5ba6 !important;
  color: #fff;
}

.btn.btn-footer.w-icon i {
  margin-left: 10px;
}

.btn.btn-success {
  border-radius: 5px;
  background-color: #8bc541;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
}
.btn.btn-success:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #7caf3b;
}
.btn.btn-success:active {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #7caf3b;
}
.btn.btn-success:focus {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #7caf3b;
}

.btn.btn-success.w-icon i {
  margin-left: 10px;
}

.btn.btn-danger {
  border-radius: 5px;
  background-color: #ff4f02;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
}
.btn.btn-danger:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #db4300;
}
.btn.btn-danger:active {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #db4300;
}
.btn.btn-danger:focus {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #db4300;
}

.btn.btn-danger.w-icon i {
  margin-left: 10px;
}

.btn.btn-outline-primary {
  border-radius: 5px;
  border-color: #252753;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #252753;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 25px;
}
.btn.btn-outline-primary:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
  color: #fff;
}

.btn.btn-outline-primary.w-icon i {
  margin-left: 10px;
}

.btn.dropdown-toggle ~ .dropdown-menu {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(185, 185, 185, 0.4);
  border: 0;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item {
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item:hover {
  background-color: #f3f3f3;
  color: #585db6;
  font-size: 14px;
}

.btn.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.btn.btn-default {
  border-radius: 5px;
  border: 1px solid #252753;
  color: #252753;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 25px;
  background-color: transparent;
  text-decoration: none;
  min-height: 37px;
}
.btn.btn-default:hover {
  background-color: #252753;
  color: #fff;
}

.btn-link {
  font-size: 12px;
  color: #252753;
}

.btn-lg {
  min-width: 230px;
}

.btn-group.btn-group-sm .btn {
  margin: 0 2px;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
}

.btn-link.w-arrow {
  font-size: 14px;
  color: #252753;
  margin-top: auto;
  text-align: right;
  text-transform: capitalize;
  position: relative;
  padding-right: 15px;
}
.btn-link.w-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #252753;
  border-right: 1px solid #252753;
  display: block;
  right: 0;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}
.btn-link.w-arrow i {
  margin-left: 5px;
}

.w-icon-left i {
  padding-right: 10px;
}

.error-404 {
  height: 300px;
}
.error-404 h1 {
  margin: 60px 0 0;
  text-align: center;
  font-size: 175px;
}
@media (max-width: 890px) {
  .error-404 h1 {
    font-size: 125px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header.nav-up {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  transform: translateY(-140px);
}

.header.dis-active {
  position: relative;
}

.navbar-main {
  background-color: #252753;
  background: -webkit-linear-gradient(0deg, #252753 0%, #252753 100%);
  background: -moz-linear-gradient(0deg, #252753 0%, #252753 100%);
  background: -o-linear-gradient(0deg, #252753 0%, #252753 100%);
  background: -ms-linear-gradient(0deg, #252753 0%, #252753 100%);
  background: linear-gradient(90deg, #252753 0%, #252753 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 0;
  z-index: 9999;
}
.navbar-main .navbar-brand .screen-logo {
  height: 50px;
}
@media (max-width: 1199.98px) {
  .navbar-main .navbar-brand .screen-logo {
    height: 35px;
  }
}
.navbar-main .navbar-brand .mobile-logo {
  height: 30px;
}
.navbar-main .access-version img {
  height: 15px;
}

.top-menu {
  margin-left: auto;
  height: 75px;
}
.top-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.top-menu > ul > li {
  color: #fff;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  height: 100%;
  padding: 0 25px;
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  .top-menu > ul > li {
    padding: 0 15px;
  }
}
.top-menu > ul > li img {
  margin-right: 10px;
  height: 20px;
}
.top-menu > ul > li a {
  color: #fff;
  text-decoration: none;
}
.top-menu > ul .lang {
  padding: 0;
}
@media (max-width: 991px) {
  .top-menu > ul .lang {
    display: none;
  }
}

.self-btn {
  background-color: #f08c1e;
  padding: 10px 20px;
  border-radius: 3px;
  color: white;
}

.bottom-menu {
  position: relative;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  min-height: 55px;
  overflow: visible;
}
.bottom-menu #menu-default {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bottom-menu #menu-default li {
  margin-right: 40px;
}
.bottom-menu #menu-default a.nav-link {
  color: rgba(19, 21, 22, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}
.bottom-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.menu-wr {
  height: 100%;
}

.navbar-bottom-content {
  height: 100%;
}
.navbar-bottom-content .w-sub {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar-bottom-content .navbar-nav {
  height: auto;
  min-height: 55px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navbar-bottom-content .navbar-nav li {
  height: auto;
  min-height: 55px;
  z-index: 101;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.navbar-bottom-content .navbar-nav li:not(:last-of-type) {
  margin-right: 40px;
}
.navbar-bottom-content .navbar-nav li > a.nav-link {
  color: rgba(19, 21, 22, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.navbar-bottom-content .navbar-nav li > a.nav-link:hover {
  color: rgba(19, 21, 22, 0.9);
  cursor: pointer;
}
.navbar-bottom-content .navbar-nav li > a.nav-link.active span {
  border-bottom: 2px solid #252753;
}
.navbar-bottom-content .navbar-nav li.current-page-ancestor a.nav-link span {
  border-bottom: 2px solid #252753;
}
.navbar-bottom-content .navbar-nav li:hover {
  cursor: default;
}
.navbar-bottom-content .navbar-nav li:hover > a.nav-link span {
  border-bottom: none;
}

.navbar-bottom-content .navbar-nav li:hover .sub-wr {
  display: block;
  visibility: visible;
  opacity: 1;
}

.general-nav {
  height: 100%;
}
.general-nav > nav {
  position: static;
  padding: 0;
  height: 100%;
}
.general-nav .sub-wr {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  width: 100%;
  background-color: #fff;
  padding: 4px 0 6px 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.general-nav .sub-wr:hover {
  cursor: default;
}
.general-nav .sub-wr:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 10px;
  box-shadow: inset 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.general-nav .sub-wr a {
  color: rgba(19, 21, 22, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.general-nav .sub-wr a:hover {
  color: #585db6;
}
.general-nav .submenu {
  padding-left: 0;
}
.general-nav .submenu > li {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.general-nav .submenu > li:last-child {
  margin-bottom: 0;
}
.general-nav .submenu > li:hover {
  cursor: default;
}
.general-nav .submenu .third-level-sub a {
  line-height: 18px;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.general-nav .submenu .third-level-sub a:last-child {
  margin-bottom: 0;
}
.general-nav .third-level-sub {
  padding-top: 4px;
}

.submenu {
  padding-left: 15px;
}
.submenu > li {
  list-style-type: none;
  margin-right: 0 !important;
}
.submenu .submenu-link {
  border-bottom: 1px solid #6d6e71;
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.submenu .submenu-link:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.third-level-sub {
  padding-top: 4px;
}
.third-level-sub a span {
  font-size: 13px;
  color: rgba(19, 21, 22, 0.7);
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.third-level-sub a span:hover {
  color: #585db6;
  text-decoration: underline;
}
.third-level-sub a:hover {
  color: #585db6;
  text-decoration: underline !important;
}

.btm-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  position: relative;
}

.languages {
  align-items: center;
}
.languages .dropdown-toggle {
  text-transform: uppercase;
  cursor: pointer;
}
.languages .dropdown-toggle::after {
  border: 0;
}
.languages .dropdown {
  height: 100%;
  display: flex;
  align-items: center;
}
.languages .dropdown-menu {
  background-color: #f9f9f9;
  border-radius: 0;
  border-top: 0;
  border-color: rgba(0, 0, 0, 0.04);
  left: -30px;
  min-width: 95px;
  padding-top: 0;
  padding-bottom: 0;
}
.languages .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #e5e9ec;
}
.languages .dropdown-menu li a {
  text-transform: uppercase;
  text-align: center;
  padding: 3px 15px;
  width: 100%;
  display: block;
}
.languages .dropdown-menu li:hover {
  background-color: #252753;
}
.languages .dropdown-menu li:hover a {
  color: #fff;
}
.languages i {
  color: #252753;
}

.lang-wr > div {
  height: 100%;
}
.lang-wr > div > ul {
  height: 100%;
}

.navbar-toggler {
  padding: 10px;
  width: 45px;
}
.navbar-toggler span {
  background-color: #fff;
  height: 2px;
  width: 24px;
  display: block;
}
.navbar-toggler span:not(:last-of-type) {
  margin-bottom: 5px;
}

.mobile-nav {
  flex: 1;
  width: 100%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  background: #252753;
}
.mobile-nav nav.navbar {
  width: 100%;
}
.mobile-nav .nav-item {
  width: 100%;
}

.mobile-menu {
  display: none;
  z-index: 1001;
  background-color: #252753;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.mobile-menu .lang-mob .wpml-ls-legacy-list-horizontal a span {
  color: white;
}
.mobile-menu .top-mobile {
  height: 54px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  z-index: 1;
  position: relative;
  min-height: 54px;
  width: 100%;
}
.mobile-menu .top-mobile .mobile-logo {
  height: 30px;
  margin-top: 7px;
}
.mobile-menu .top-mobile > div {
  height: 100%;
  position: relative;
}
.mobile-menu .top-mobile > div > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
  width: 100%;
}
.mobile-menu .top-mobile > div > ul > li {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.mobile-menu .top-mobile > div > ul > li:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}
.mobile-menu .top-mobile ul a {
  color: #3f454b;
  text-decoration: none;
}
.mobile-menu .top-mobile .close {
  position: absolute;
  opacity: 1;
  right: 15px;
  top: 10px;
  width: 35px;
  height: 35px;
}
.mobile-menu .top-mobile .close:before, .mobile-menu .top-mobile .close:after {
  position: absolute;
  content: "";
  background-color: white;
}
.mobile-menu .top-mobile .close:after {
  top: 15px;
  left: 8px;
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
}
.mobile-menu .top-mobile .close:before {
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  top: 15px;
  left: 8px;
}
.mobile-menu .search-form {
  height: 50px;
  width: 100%;
  border: 0;
  position: relative;
  background-color: transparent;
}
.mobile-menu .search-form:focus {
  outline: none;
}
.mobile-menu .search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-right: 0;
}
.mobile-menu .search-form input {
  width: 100%;
  padding: 0 30px 0 0;
  background-color: transparent;
}
.mobile-menu .search-form input:focus {
  outline: none;
}
.mobile-menu .search-wr {
  background-color: #fcfcfc;
}
.mobile-menu nav.navbar {
  padding: 0;
}
.mobile-menu nav.navbar > .navbar-nav {
  width: 100%;
}
.mobile-menu nav.navbar > .navbar-nav li.nav-item {
  border-bottom: 1px solid #dbdbdb;
}
.mobile-menu nav.navbar > .navbar-nav li.nav-item:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.mobile-menu nav.navbar .sub-wr {
  display: none;
}
.mobile-menu nav.navbar .sub-wr.open {
  display: block;
}
.mobile-menu .pd-link {
  padding: 13px 15px;
}
.mobile-menu .nav-item-container {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #252753;
}
.mobile-menu .nav-item-container:hover {
  text-decoration: none;
}
.mobile-menu .nav-item-container .nav-link {
  padding: 0;
  line-height: 1.1;
  font-size: 16px;
  color: white;
  display: inline-block;
}
.mobile-menu .nav-item-container i {
  color: white;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.mobile-menu .nav-item-container.open i {
  transform: translate(0, -50%) rotate(180deg);
  opacity: 0.5;
}
.mobile-menu .nav-item-container.open .nav-link {
  border-bottom: 2px solid #252753;
}
.mobile-menu .sub-wr .submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
}
.mobile-menu .sub-wr .submenu > li {
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.mobile-menu .sub-wr .submenu > li > .submenu-link {
  padding: 14px 20px 14px 30px;
  display: block;
  background-color: #353876;
  font-size: 16px;
  color: white;
  text-decoration: none !important;
  position: relative;
  border-bottom: 0;
}
.mobile-menu .sub-wr .submenu > li > .submenu-link i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #252753;
}
.mobile-menu .sub-wr .submenu > li .submenu-link {
  text-decoration: underline;
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.mobile-menu .sub-wr .submenu > li .submenu-link:hover {
  color: white;
}
.mobile-menu .sub-wr .submenu > li.open i {
  transform: translate(0, -50%) rotate(180deg);
  opacity: 0.5;
}
.mobile-menu .third-level-sub {
  border: 0;
  margin: 0;
  display: none;
  padding: 0 0 0 15px;
}
.mobile-menu .third-level-sub a {
  font-size: 14px;
  color: #131516;
  line-height: 40px;
  text-decoration: none;
  padding: 5px 15px;
  position: relative;
}
.mobile-menu .third-level-sub a:not(:first-of-type) {
  border-top: 1px solid #dbdbdb;
}
.mobile-menu .third-level-sub a:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: -1px;
  background-color: #dbdbdb;
  left: 100%;
}
.mobile-menu .third-level-sub.open {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dbdbdb;
}
.mobile-menu .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.mobile-menu .social-links a img {
  height: 30px;
}
.mobile-menu .social-links a:not(:last-of-type) {
  margin-right: 15px;
}

.access-version {
  padding: 7px;
}

.mobile-menu.open {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-height: calc(100vh - 50px);
  overflow-y: scroll;
}

.bottom-list-mobile {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style-type: none;
  margin-top: 70px;
  margin-bottom: 30px;
}
.bottom-list-mobile a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.bottom-list-mobile a img {
  margin-right: 10px;
}
.bottom-list-mobile .phone {
  text-decoration: underline;
}
.bottom-list-mobile .self-btn {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
.bottom-list-mobile li {
  min-width: 115px;
  text-align: left;
}
.bottom-list-mobile li:not(:last-of-type) {
  margin-bottom: 15px;
}

.inner-menu {
  padding: 5px 0 8px 0;
  background-color: #fdfeff;
}
.inner-menu ul {
  margin: 0;
  display: flex;
  padding: 0;
}
.inner-menu li {
  display: inline-block;
  padding-right: 30px;
}
.inner-menu li a {
  display: inline-block;
  color: rgba(19, 21, 22, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.inner-menu li a:hover {
  color: rgba(19, 21, 22, 0.9);
  text-decoration: none;
  border-bottom: 2px solid #85c34f;
}
.inner-menu li a.active {
  color: rgba(19, 21, 22, 0.9);
  text-decoration: none;
  border-bottom: 2px solid #85c34f;
}

.search-form {
  border-radius: 2px;
  border-width: 1px;
  border-color: #ced4da;
  border-style: solid;
  background-color: #fff;
  width: 267px;
  height: 35px;
}
.search-form input {
  border: 0;
  height: 100%;
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  width: 85%;
  padding: 0 10px;
}
.search-form i.fa {
  font-size: 20px;
  color: #252753;
}
.search-form button {
  border: 0;
  background-color: transparent;
}

.top-results-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-results-row h6 {
  font-size: 14px;
  margin-bottom: 0;
}

.search_item {
  border-top: 1px solid rgba(208, 208, 224, 0.5);
}
.search_item .title {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #131516;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}
.search_item .highlighted {
  color: #252753;
  font-weight: bold;
}

.module-list li {
  margin-bottom: 0px !important;
}

.main-search {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.main-search .iframe-wrap {
  margin: 0;
  height: 300px;
}

.top-section {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  height: 550px;
}
.top-section > .container {
  height: 100%;
}
.top-section > .container > .row {
  height: 100%;
}
.top-section h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 49px;
  text-align: left;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}
.top-section .top-title {
  height: 100%;
  display: flex;
  align-items: center;
}

.info-section {
  background-color: #f6f7f9;
}
.info-section .header_menus {
  margin: -150px 0 0;
  position: relative;
  z-index: 800;
}
.info-section .header_menus .head-block a {
  text-align: center;
  color: white;
  font-weight: normal;
  width: 100%;
  display: block;
  text-decoration: none;
}
.info-section .header_menus .head-block a img {
  margin: 0 20px 0 0;
}
.info-section .header_menus .head-block a .spec-ico {
  height: 34px;
}
.info-section .header_menus .head-block .head-item {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
}
.info-section .header_menus .head-block .head-item .head-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-section .header_menus .head-block .head-item p {
  color: white;
  line-height: 1.2;
}
.info-section .header_menus .head-block .head-one {
  background-color: #e20613;
}
.info-section .header_menus .head-block .head-two {
  background-color: #3a5ba6;
}
.info-section .header_menus .head-block .head-three {
  background-color: #f08c1e;
}
.info-section .header_menus .head-block ul {
  background-color: white;
  display: block;
  min-height: 245px;
}
.info-section .header_menus .head-block ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.info-section .header_menus .head-block ul li a {
  color: #131516;
  text-decoration: none;
  text-align: left;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-section .header_menus .head-block ul li a:hover {
  color: #3a5ba6;
}
.info-section .header_menus .head-block ul li a .title {
  width: calc(100% - 50px);
}

/* New Mobility Hero (JUDU mieste) */
.mobility-hero {
  background-color: #252753;
  padding: 70px 0 60px;
  min-height: 374px; /* requested hero block height */
  margin-top: 75px; /* відступ від фіксованого верхнього меню */
  font-family: "Poppins", sans-serif;
}

.mobility-hero__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.05;
  color: #fff;
  text-align: center;
  margin: 0 0 34px;
}

.mobility-hero__services {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
  flex-wrap: wrap;
}

.mobility-hero__service {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
}

/* Keep hero links white on hover/visited (no color shift) */
.mobility-hero__service:hover,
.mobility-hero__service:visited,
.mobility-hero__service:active {
  text-decoration: none;
  color: #fff;
}

.mobility-hero__service:hover .mobility-hero__label,
.mobility-hero__service:visited .mobility-hero__label,
.mobility-hero__service:active .mobility-hero__label {
  color: rgba(255, 255, 255, 0.95);
}

.mobility-hero__service:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 8px;
  border-radius: 12px;
}

.mobility-hero__icon {
  height: 86px; /* compact like in the screenshot */
  width: auto;
  display: block;
}

.mobility-hero__label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  max-width: 130px;
}

.mobility-hero__divider {
  width: 2px; /* 2x thicker than before */
  height: 52px;
  align-self: flex-start;
  margin: 12px 14px 0; /* поднять вверх и дать аккуратный отступ между группами */
  display: block;
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .mobility-hero {
    padding: 55px 0 50px;
  }
  .mobility-hero__title {
    font-size: 48px;
    margin-bottom: 26px;
  }
  .mobility-hero__services {
    gap: 22px;
  }
  .mobility-hero__icon {
    height: 78px;
  }
}

@media (max-width: 576px) {
  .mobility-hero {
    padding: 40px 0 44px;
  }
  .mobility-hero__title {
    font-size: 36px;
  }
  .mobility-hero__services {
    gap: 18px 20px;
  }
  .mobility-hero__divider {
    display: none;
  }
  .mobility-hero__icon {
    height: 74px;
  }
  .mobility-hero__label {
    max-width: 160px;
  }
}

/* Service Container Banner */
.service-container {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.service-container__inner {
  width: 1266px;
  max-width: 100%;
  background-color: #252753;
  border-radius: 40px;
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}

.service-container__content {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.service-container__header-icon {
  width: 166px;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.service-container__header-icon--drivers {
  width: 70px;
  height: 28px;
}

.service-container__text-block {
  display: flex;
  flex-direction: column;
}

.service-container__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px;
  text-align: left;
}

.service-container__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 32px;
  max-width: 720px;
}

.service-container__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-container__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.service-container__btn--primary {
  background-color: #ed1c24;
  color: #fff;
}

.service-container__btn--primary:hover {
  background-color: #c9151c;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(237, 28, 36, 0.3);
}

.service-container__btn--secondary {
  background-color: #fff;
  color: #6d6e71;
  border-color: #d0d0d0;
}

.service-container__btn--secondary:hover {
  background-color: #f5f5f5;
  border-color: #b0b0b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.service-container__btn--parking {
  background-color: #3a5ba6;
  color: #fff;
  width: 250px;
}

.service-container__btn--parking:hover {
  background-color: #2d4780;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(58, 91, 166, 0.3);
}

.service-container__btn--permits {
  width: 250px;
}

.service-container__btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.service-container__curve {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 133px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  z-index: 1;
}

/* Blue curve for drivers banner: positioned at bottom-right corner */
.service-container__curve--drivers {
  width: 280px;
  /* Match visual thickness with the red curve by using the same scale factor (280/321) */
  height: 228px;
  object-fit: contain;
  object-position: right bottom;
  right: 0;
  bottom: 0;
}


/* Responsive styles for service container */
@media (max-width: 1400px) {
  .service-container__inner {
    width: 100%;
    max-width: 1266px;
    padding: 45px 0 55px;
  }
  
  .service-container__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .service-container__inner {
    padding: 45px 0 55px;
  }
  
  .service-container__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .service-container__title {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .service-container__inner {
    padding: 40px 0 50px;
    border-radius: 30px;
  }
  
  .service-container__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .service-container__header-icon {
    width: 140px;
    margin-bottom: 16px;
  }
  
  .service-container__header-icon--drivers {
    width: 70px;
    height: 28px;
  }
  
  .service-container__title {
    font-size: 28px;
  }
  
  .service-container__description {
    font-size: 15px;
    margin-bottom: 28px;
  }
  
  .service-container__actions {
    flex-direction: column;
    gap: 16px;
  }
  
  .service-container__btn {
    width: 100%;
    justify-content: center;
  }
  
  .service-container__btn--parking {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service-container {
    margin-top: 16px;
    padding: 0 15px;
  }
  
  .service-container__inner {
    padding: 35px 0 45px;
    border-radius: 25px;
  }
  
  .service-container__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .service-container__header-icon {
    width: 120px;
  }
  
  .service-container__title {
    font-size: 24px;
  }
  
  .service-container__description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  
  .service-container__actions {
    position: relative;
    z-index: 2;
  }
  
  .service-container__btn {
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  /* Hide curves on screens smaller than 600px */
  .service-container__curve,
  .service-duo__curve {
    display: none;
  }
}

@media (max-width: 576px) {
  .service-container__inner {
    padding: 30px 0 40px;
    border-radius: 20px;
  }
  
  .service-container__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .service-container__header-icon {
    width: 100px;
  }
  
  .service-container__header-icon--drivers {
    width: 70px;
    height: 28px;
  }
  
  .service-container__title {
    font-size: 20px;
  }
  
  .service-container__description {
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .service-container__btn {
    padding: 12px 20px;
    font-size: 13px;
  }
  
  .service-container__btn-icon {
    width: 20px;
    height: 20px;
  }
  
  .service-container__btn--parking,
  .service-container__btn--permits {
    width: 100%;
  }
}

/* Dual service banners (Walking + Bikes) */
.service-duo {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

/* Micro mobility banner */
.micro-mobility {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.micro-mobility__inner {
  width: 1266px;
  max-width: 100%;
  background: #f2f4f7;
  border-radius: 40px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.micro-mobility__icon {
  height: 28px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.micro-mobility__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #252753;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.micro-mobility__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #252753;
}

.micro-mobility__link {
  color: #ee7d00;
  text-decoration: none;
  font-weight: 500;
}

.micro-mobility__link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .micro-mobility__inner {
    border-radius: 30px;
    padding: 16px 22px;
    gap: 14px;
  }
  .micro-mobility__title {
    font-size: 20px;
  }
  .micro-mobility__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .micro-mobility__inner {
    border-radius: 20px;
    padding: 14px 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-duo__inner {
  width: 1266px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.service-duo__card {
  background-color: #252753;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 44px 30px 48px;
}

.service-duo__content {
  position: relative;
  z-index: 2;
}

.service-duo__icon {
  height: 28px;
  width: auto;
  display: block;
  margin-bottom: 18px;
}

.service-duo__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 14px;
  text-align: left;
}

.service-duo__title--walking {
  text-align: left;
}

.service-duo__title--bikes {
  text-align: left;
  margin-bottom: 24px; /* пропуск перед кнопками */
}

.service-duo__description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 28px;
  max-width: 520px;
}

.service-duo__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

/* Button sizing inside duo cards */
.service-duo .service-container__btn {
  width: 280px;
  height: 60px;
  justify-content: flex-start;
  padding: 0 26px;
}

/* Keep button labels on a single line on desktop (no wraps) */
.service-duo .service-container__btn span {
  white-space: nowrap;
}

/* Walking button (green) */
.service-container__btn--walking {
  background-color: #fff;
  color: #6d6e71;
  border-color: #d0d0d0;
}

.service-container__btn--walking:hover {
  background-color: #f5f5f5;
  color: #6d6e71;
  border-color: #b0b0b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* Bikes primary button (orange) */
.service-container__btn--bikes {
  background-color: #fff;
  color: #6d6e71;
  border-color: #d0d0d0;
}

.service-container__btn--bikes:hover {
  background-color: #f5f5f5;
  color: #6d6e71;
  border-color: #b0b0b0;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.service-duo__curve {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 200px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  z-index: 1;
}

/* Green curve for walking banner: align to top */
.service-duo__curve--walking {
  top: 0;
  bottom: auto;
  object-position: right top;
  /* Match visual thickness with the red curve by using the same scale factor (280/321) */
  height: 296px;
}

/* Orange curve for bikes banner: shift left by 40px */
.service-duo__curve--bikes {
  right: 40px;
  /* Lower the curve so its top ends ~10px above the first (orange) button */
  bottom: -140px;
  /* Match visual thickness with the red curve by using the same scale factor (280/321) */
  height: 337px;
}

/* Header typography */
.header,
.header a,
.header .nav-link,
.header .menu-item,
.header .child-menu-item {
  font-family: "Poppins", sans-serif;
}

/* Responsive */
@media (max-width: 1200px) {
  .service-duo__inner {
    padding: 0 15px;
    grid-template-columns: 1fr 1fr;
  }
  .service-duo__title {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .service-duo__inner {
    grid-template-columns: 1fr;
  }
  .service-duo__card {
    border-radius: 30px;
  }
  .service-duo .service-container__btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .service-duo__card {
    border-radius: 20px;
    padding: 34px 22px 40px;
  }
  .service-duo__title {
    font-size: 22px;
  }
  .service-duo__description {
    font-size: 13px;
    margin-bottom: 22px;
  }

  /* Allow wrapping on very small screens to avoid overflow */
  .service-duo .service-container__btn span {
    white-space: normal;
  }
}

.info-section ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}
.info-section ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.info-section ul li span {
  font-family: "Montserrat", sans-serif;
  color: #252753;
  font-size: 38px;
  font-weight: 300;
}
.info-section ul li h5 {
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.info-section .buy-ticket {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -80px;
  align-items: center;
  padding: 30px 50px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0px 15px 35px 0px rgba(50, 50, 93, 0.1), 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 7;
  width: 300px;
  height: auto;
}
.info-section .buy-ticket h4 {
  font-family: "Montserrat", sans-serif;
  color: #252753;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
}
.info-section .buy-ticket img {
  margin-top: 20px;
  margin-bottom: 30px;
}
.info-section .buy-ticket .btn {
  text-decoration: none;
  min-width: 170px;
  margin-top: auto;
}
.info-section .stats {
  padding: 0 0 40px;
}
.info-section .stats .updated-at {
  padding-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.info-section .stats .updated-at h1 {
  color: #252753;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
}
.info-section .stats .updated-at p {
  color: #3f454b;
  font-size: 18px;
  font-weight: 400;
  margin-left: 25px;
}
.info-section .stats .updated-at .show-mob {
  display: none;
}
@media (max-width: 767px) {
  .info-section .stats .updated-at .not-mob {
    display: none;
  }
  .info-section .stats .updated-at .show-mob {
    display: block;
  }
}
.info-section .stats .stat-list {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .info-section .stats .stat-list span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }
}
.info-section .stats .stat-list h5 {
  margin: 0;
}
@media (max-width: 767px) {
  .info-section .stats .stat-list h5 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.info-section .stats .section-link {
  text-align: center;
  display: block;
  width: 230px;
  margin: 0 auto;
  background-color: #252753;
  padding: 10px 0;
  color: white;
  border-radius: 3px;
  font-size: 14px;
}

/* Match rounded corners with new banner buttons */
.info-section .stats .section-link,
.info-section .stats .open-dropdown.section-link,
#card-check.section-link {
  border-radius: 30px !important;
}
@media (min-width: 992px) {
  .info-section .stats .section-link:hover {
    background-color: #3a5ba6;
  }
}
@media (max-width: 767px) {
  .info-section .stats .m-bott {
    margin: 0 auto 15px;
  }
}

.page-head {
  height: 480px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #242853;
}
@media (max-width: 890px) {
  .page-head {
    background-image: none !important;
    min-height: 90px;
    height: auto;
    padding: 25px 0;
  }
}
.page-head h1 {
  font-size: 30px;
  margin: 0 0 35px;
  color: white;
  font-weight: 500;
}
.page-head .head-content {
  max-width: 630px;
}
.page-head .head-content .wp-block-button__link {
  font-size: 15px;
  color: #242853;
  background-color: white;
}
.page-head p {
  color: white;
  line-height: 1.4;
}
.page-head p a {
  color: white;
}
.page-head p a:hover {
  color: #3a5ba6;
}
.page-head ul {
  padding: 0;
  list-style: none;
}
.page-head ul li {
  color: white;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 25px;
}
.page-head ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  background-color: white;
}
.page-head .wp-block-buttons .wp-block-button__link {
  line-height: 1;
  border-radius: 5px;
  padding: 10px 20px;
  border: solid 1px white;
}
.page-head .wp-block-buttons .wp-block-button__link:hover {
  background-color: transparent;
  color: white;
}
.page-head .container {
  position: relative;
  height: 100%;
}
.page-head .head-block {
  position: absolute;
  top: 45px;
  left: 0;
  max-width: 405px;
  width: 100%;
  height: auto;
  background-color: transparent;
}
@media (max-width: 890px) {
  .page-head .head-block {
    position: relative;
    top: 0;
  }
}
.page-head .head-block a {
  text-align: center;
  color: white;
  font-weight: normal;
  width: 100%;
  display: block;
  text-decoration: none;
}
.page-head .head-block .spec-ico {
  height: 34px;
  margin: 0 20px 0 0;
}
.page-head .head-block .head-item {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
}
.page-head .head-block .head-item .head-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-head .head-block .head-item p {
  color: white;
  font-size: 15px;
  line-height: 1.2;
}
.page-head .head-block .head-one {
  background-color: #e20613;
}
.page-head .head-block .head-two {
  background-color: #3a5ba6;
}
.page-head .head-block .head-three {
  background-color: #f08c1e;
}
.page-head .head-block ul {
  background-color: white;
  display: block;
  min-height: 245px;
}
.page-head .head-block ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.page-head .head-block ul li a {
  color: #131516;
  text-decoration: none;
  text-align: left;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-head .head-block ul li a .title {
  width: calc(100% - 50px);
}
.page-head .head-block ul li a:hover {
  color: #6f6f6e;
}
.page-head .breadcrumbs {
  margin: 0 0 50px;
}
@media (max-width: 890px) {
  .page-head .breadcrumbs {
    margin-bottom: 20px;
  }
}
.page-head .breadcrumbs a {
  color: white;
}
.page-head .breadcrumbs ul li {
  padding: 0;
  font-size: 11px;
}
.page-head .breadcrumbs ul li:before {
  display: none;
}
.page-head .breadcrumbs ul .item-current strong {
  font-weight: normal;
  text-decoration: underline;
}

.no-cont-head {
  height: auto;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .no-cont-head {
    padding: 25px 0;
    min-height: 90px;
    height: auto;
  }
}
.no-cont-head .breadcrumbs {
  margin: 0 0 20px;
}

.page_blocks h1 {
  margin: 0 0 35px;
}
.page_blocks .p-block {
  margin: 0 0 30px;
}
.page_blocks .p-block .img-block {
  position: relative;
  overflow: hidden;
  padding-top: 47.146%;
}
.page_blocks .p-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .page_blocks .p-block .img-block img {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .page_blocks .p-block .img-block img {
    width: 100%;
  }
}
.page_blocks .p-block h4 {
  font-size: 16px;
  color: #242752;
  font-weight: 500;
  height: 40px;
  margin: 15px 0 10px;
  line-height: 1.4;
}
.page_blocks .p-block p {
  line-height: 1.4;
  color: #131516;
}
.page_blocks .p-block ul {
  padding: 0;
  list-style: none;
}
.page_blocks .p-block ul li {
  line-height: 1.4;
  color: #131516;
  position: relative;
  padding: 0 0 0 25px;
}
.page_blocks .p-block ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  background-color: #6f6f6e;
}
.page_blocks .p-block .buttons-wr {
  margin: 25px 0 0;
}

.search-page h1 {
  margin: 0 0 45px;
}
.search-page .p-block h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}

.text_area {
  padding: 40px 0;
}
.text_area h2 {
  margin: 0 0 35px;
}
.text_area img {
  max-width: 100%;
  height: auto;
}
.text_area iframe {
  width: 100%;
  height: 600px;
  border: none;
}

.fare_7_blocks {
  padding: 40px 0;
}

.link_blocks {
  padding: 40px 0 45px;
}

.list_blocks {
  padding: 40px 0;
}
.list_blocks h1 {
  margin: 0 0 35px;
}
.list_blocks .cust-row {
  margin: 0 0 40px;
}
.list_blocks .cust-row div[class^=col-] {
  padding: 0;
}
.list_blocks .img-cont {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  padding-top: 66.435%;
}
.list_blocks .img-cont img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.list_blocks .cont-block {
  padding: 15px 20px;
}
.list_blocks .cont-block .title-block {
  font-weight: 500;
}
.list_blocks .cont-block .list-cont ul {
  padding: 0;
  list-style: none;
}
.list_blocks .cont-block .list-cont ul li {
  position: relative;
  padding: 0 0 0 25px;
}
.list_blocks .cont-block .list-cont ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  background-color: #252753;
}
.list_blocks .cont-block .list-cont ol li {
  position: relative;
  padding: 0 0 0 25px;
}

.list_two .img-cont {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  padding-top: 66.435%;
}
.list_two .img-cont img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.after_head {
  padding: 40px 0 40px;
  background-color: #f6f7f9;
}
.after_head h1 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #242752;
}

.slider_blocks h4 {
  font-size: 18px;
  height: 85px;
  line-height: 1.5;
}
.slider_blocks .swiper-container {
  height: 390px;
}
.slider_blocks p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.payment_blocks {
  padding: 40px 0;
  background-color: #f6f7f9;
}
.payment_blocks h2 {
  margin: 0 0 35px;
}
.payment_blocks .pay-block h4 {
  font-size: 16px;
  font-weight: 400;
}
.payment_blocks .pay-block p {
  font-size: 12px;
  line-height: 1.7;
}
.payment_blocks span {
  display: block;
  text-align: center;
}
.payment_blocks span a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: white;
  background-color: #3a5ba6;
  padding: 15px 25px;
  margin: 25px 0;
  border-radius: 5px;
}

.page_where {
  padding: 40px 0;
}
.page_where h2 {
  margin: 0 0 35px;
}
.page_where img {
  max-width: 100%;
  height: auto;
}
.page_where .where_content .btn-cust-group {
  text-align: center;
}
.page_where .where_content .btn-cust-group .btn-one, .page_where .where_content .btn-cust-group .btn-two {
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  text-decoration: none;
}
.page_where .where_content .btn-cust-group .btn-one {
  color: white;
  background-color: #f08c1e;
  padding: 15px 25px;
  margin: 0 auto 25px;
  border-radius: 5px;
}
.page_where .where_content .btn-cust-group .btn-two {
  display: block;
  color: #252753;
}

.post_blocks .p-block img {
  max-width: 100%;
  height: auto;
}

.accordion_list {
  background-color: #f6f7f9;
  padding: 40px 0;
}
.accordion_list h2 {
  margin: 0 0 35px;
}
.accordion_list .accordion {
  max-height: 1000000px;
  transition: all 10s ease-in-out;
}
.accordion_list .accordion .card {
  margin: 0 0 15px;
  background-color: transparent;
}
.accordion_list .accordion .card .card-header {
  background-color: transparent;
  border: solid 1px #4f5174;
  margin: 0;
  display: block;
}
.accordion_list .accordion .card .card-header h2 {
  color: black;
  font-weight: 500;
  text-align: left;
}
.accordion_list .accordion .card .card-header h2 .btn-link {
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.accordion_list .accordion .card .card-header h2 .btn-link:before, .accordion_list .accordion .card .card-header h2 .btn-link:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #252753;
}
.accordion_list .accordion .card .card-header h2 .btn-link:before {
  bottom: 20px;
  right: 0;
  transform: rotate(45deg);
}
.accordion_list .accordion .card .card-header h2 .btn-link:after {
  bottom: 10px;
  right: 0;
  transform: rotate(-45deg);
}
.accordion_list .accordion .card .card-header h2 .btn-link:hover {
  color: #6f6f6e;
  text-decoration: none;
}
.accordion_list .accordion .card .card-header h2 .btn-link:hover:before, .accordion_list .accordion .card .card-header h2 .btn-link:hover:after {
  background-color: #6f6f6e;
}
.accordion_list .accordion .card .card-header h2 .collapsed:before {
  bottom: 15px;
  right: 5px;
}
.accordion_list .accordion .card .card-header h2 .collapsed:after {
  bottom: 15px;
  right: -5px;
}
.accordion_list .accordion .card .card-body {
  border-bottom: solid 1px #4f5174;
  border-left: solid 1px #4f5174;
  border-right: solid 1px #4f5174;
  background-color: transparent;
  overflow-x: auto;
}
.accordion_list .accordion .card .card-body h1, .accordion_list .accordion .card .card-body h2, .accordion_list .accordion .card .card-body h3, .accordion_list .accordion .card .card-body h4, .accordion_list .accordion .card .card-body h5, .accordion_list .accordion .card .card-body h6 {
  font-weight: 400;
}
.accordion_list .faq-height {
  max-height: 320px;
  overflow: hidden;
}
.accordion_list .more-faq {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background-color: #3a5ba6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 35px;
}
.accordion_list .more-faq:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.accordion_list .more-faq:active {
  background-color: #252753 !important;
}
.accordion_list .more-faq:focus {
  background-color: #252753 !important;
}

#news-section {
  padding-bottom: 40px;
}
#news-section h2 {
  margin: 35px 0;
}
#news-section .img-wr {
  position: relative;
  overflow: hidden;
  padding-top: 64.4%;
  border-radius: 30px;
}
#news-section .img-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#news-section .date {
  color: #939596;
  font-size: 14px;
  text-align: left;
  margin: 15px 0 5px;
}
#news-section h6 {
  color: #3f454b;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
#news-section .title-link {
  height: 70px;
  margin-bottom: 10px;
}
#news-section .title-link h6 {
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 72px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
#news-section .title-link h6 strong {
  font-weight: 600;
}
#news-section a span.btn-link {
  color: #252753;
  font-size: 14px;
  font-weight: 400;
}
#news-section a span.btn-link i {
  margin-left: 5px;
}
#news-section .btn-default {
  margin-top: 30px;
}
#news-section .news-article {
  text-decoration: none;
  display: flex;
  height: 100%;
  flex-direction: column;
}
#news-section .news-article span.btn-link {
  margin-top: auto;
  font-size: 15px;
}
#news-section .news-article:hover span.btn-link {
  color: #3a5ba6;
  text-decoration: none;
}
#news-section .news-article:hover .overflow-darken {
  background: linear-gradient(191.34deg, rgba(0, 0, 0, 0) -10%, rgba(0, 20, 40, 0.1) 40.76%, #000 100%);
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.5;
}
#news-section .img-wr {
  position: relative;
}

.important-info {
  background-color: #f6f7f9;
  padding: 40px 0;
}
.important-info h2 {
  margin: 0 0 25px;
}
.important-info a:hover {
  text-decoration: none;
}
.important-info a:hover h3 {
  color: #0056b3;
}
.important-info .imp-info-box {
  margin: 0 0 45px;
}
.important-info .imp-info-box .img-box {
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
  padding-top: 53.34%;
}
.important-info .imp-info-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.important-info .imp-info-box h3 {
  color: #242752;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
}
.important-info .imp-info-box p {
  height: 75px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  color: #6f6f6e;
}

.info-link {
  color: #242752;
  margin: 0 15px 0 0;
  text-decoration: none;
  font-size: 15px;
}
.info-link:hover {
  color: #929597;
  text-decoration: none;
}

.mobile-cat {
  display: none;
}
.mobile-cat .col-sm-12 {
  padding: 0;
}

.img-wr {
  position: relative;
}

.overflow-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(191.34deg, rgba(0, 0, 0, 0) -10%, rgba(0, 20, 40, 0.2) 40.76%, #000 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-section .info-wr {
  padding: 60px 0;
}
.links-section .img-right .top-resp img {
  margin-left: auto;
}
.links-section .top-resp img {
  display: block;
}

.flex-left-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}
.flex-left-center > * {
  width: 100%;
}

.bg-grey-gradient {
  background-image: linear-gradient(90deg, #fff 0%, #f7f7f7 100%);
}

.chat-widget {
  width: 53px;
  height: 56px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  bottom: 50px;
  cursor: pointer;
  z-index: 5;
}

.iframe-wrap {
  background-color: #fff;
  max-width: 300px;
  margin-top: 40px;
  padding-top: 20px;
}
.iframe-wrap h4 {
  text-align: center;
}

.scroll-wr {
  text-align: right;
  padding-bottom: 10px;
}

footer {
  background-color: #252753;
  padding-top: 50px;
  overflow-x: hidden;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer .parent-title {
  font-family: "Montserrat", sans-serif;
  color: rgba(19, 21, 22, 0.9);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
footer .pt-link {
  text-decoration: none;
}
footer .footer-heading {
  color: #fff !important;
}
footer .footer-col li {
  line-height: 25px;
}
footer .footer-col ul a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
}
footer .footer-col ul a:hover {
  color: #585db6;
}
footer .ft-inner {
  margin-bottom: 10px;
}
footer .ft-inner .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: 1px solid #252753;
  border-left: 1px solid #252753;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}
footer .ft-inner .arrow:before {
  display: block;
  height: 20px;
  width: 20px;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
footer .ft-inner .arrow.down {
  transform: rotate(225deg);
}
footer .flex-ct {
  align-items: center;
  display: flex;
}
footer .footer-menu-container {
  padding-top: 30px;
}
footer .footer-menu-container h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 25px;
}
footer .footer-menu-container .menu {
  margin: 0 0 55px;
}
footer .footer-menu-container .menu li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0;
}
footer .footer-menu-container .menu li a:hover {
  color: white;
  text-decoration: underline;
}
footer .newsletter-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  footer .newsletter-form {
    padding: 0;
  }
}
footer .newsletter-form form {
  align-items: center;
}
footer .newsletter-form h3 {
  margin-right: 30px;
  margin-bottom: 0;
}
footer .newsletter-form .mailerlite-form-inputs {
  margin: 0;
}
footer .newsletter-form .mailerlite-form .mailerlite-form-field {
  width: 60%;
  display: inline-block;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
footer .newsletter-form .mailerlite-form .mailerlite-form-field label {
  display: none;
}
footer .newsletter-form .mailerlite-form .mailerlite-subscribe-button-container {
  width: 40%;
  display: inline-block;
  float: right;
  padding-right: 0;
}
footer .newsletter-form .mailerlite-form .mailerlite-subscribe-button-container input {
  border-radius: 3px;
  background-color: #3a5ba6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: white;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
  margin: 0;
  text-align: center;
  width: 100%;
  display: block;
  min-height: 39px;
}
footer .newsletter-form .mailerlite-form-response {
  border: solid 2px white;
  text-align: center;
  padding: 10px;
  color: white;
}
footer .newsletter-form .mailerlite-form-loader {
  color: white;
  margin: 0;
}
footer .newsletter-form input {
  margin: 0 20px 0 0 !important;
  width: 100% !important;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer .newsletter-form button {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
footer .newsletter-form .select2-container {
  width: 100% !important;
}
footer .row-wr {
  padding: 30px 0;
}
footer .ft-col {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}
footer .ft-col-links {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
footer .ft-col-links a {
  font-family: Arial, curisve;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
footer .ft-col-links a:hover {
  color: #585db6;
}
footer .ft-col-links a:not(:first-of-type) {
  margin-left: 20px;
}
footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .social-links a img {
  height: 30px;
}
footer .social-links a:not(:last-of-type) {
  margin-right: 15px;
}
footer .resp-title span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.route-search {
  background-color: #fff;
  box-shadow: 0px 15px 35px 0px rgba(50, 50, 93, 0.03), 0px 5px 15px 0px rgba(0, 0, 0, 0.02);
  width: 300px;
  height: 390px;
  margin-top: 45px;
  padding: 20px 30px;
}
.route-search .form-group {
  position: relative;
  margin-bottom: 20px;
}
.route-search .form-group label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}
.route-search .form-group input {
  padding-left: 40px;
}
.route-search .btn-info {
  background-color: rgba(84, 91, 98, 0.15);
  border: 1px solid #ced4da;
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  border-radius: 2px;
}
.route-search .btn-info:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.route-search .btn-info:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.route-search .btn-info.active {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  color: #495057 !important;
}
.route-search .datetime {
  display: flex;
  justify-content: space-between;
}
.route-search .datetime input {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  color: #495057 !important;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  width: 80px;
  text-align: center;
  padding: 0 !important;
}
.route-search .datetime select {
  height: 35px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  width: 40px;
}
.route-search .buttons {
  display: flex;
}
.route-search .btn-primary {
  border-radius: 5px;
  background-color: #252753;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  width: 100%;
  height: 37px;
  border: 0;
  margin-top: 20px;
}
.route-search .group-wr {
  position: relative;
}
.route-search .group-wr .switch-arrows {
  border: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

input.form-control {
  height: auto;
  min-height: 38px;
}

.form-group.w-long-arrow {
  position: relative;
  padding-right: 50px;
  padding-left: 40px;
}
.form-group.w-long-arrow:after {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f178";
  color: #fff;
}
.form-group.w-long-arrow input {
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 0;
}
.form-group.w-long-arrow input:focus {
  box-shadow: none;
}

.date-wr {
  width: 60%;
}
.date-wr img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.date-wr input {
  padding-left: 30px !important;
  width: 100% !important;
}

input[type=text] {
  border-radius: 2px;
  border-width: 1px;
  border-color: #ced4da;
  border-style: solid;
  background-color: #fff;
  color: #3f454b;
  font-size: 14px;
}
input[type=text]:focus {
  border-color: #62b9e0;
  box-shadow: 0px 0px 12.61px 0.39px rgba(37, 39, 83, 0.18);
}

input[type=email] {
  border-radius: 2px;
  border-width: 1px;
  border-color: #ced4da;
  border-style: solid;
  background-color: #fff;
  color: #3f454b;
  font-size: 14px;
}
input[type=email]:focus {
  border-color: #62b9e0;
  box-shadow: 0px 0px 12.61px 0.39px rgba(37, 39, 83, 0.18);
}

.subscription_options h5 {
  margin-bottom: 15px;
}

.switch-arrows {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-search button.btn-primary {
  min-height: 38px;
  height: 38px;
  border-radius: 0 2px 2px 0;
  padding: 5px 18px;
}
.full-search button.btn-primary:hover {
  border-radius: 0 2px 2px 0;
}

.procurement_filter {
  margin-bottom: 25px;
}
.procurement_filter .form-stage > div.form-group {
  width: 50%;
}
.procurement_filter .search_field {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.procurement_filter .search_field input {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.procurement_filter .date-select {
  display: flex;
  justify-content: space-between;
}
.procurement_filter .date-select span.text-center {
  display: none;
}
.procurement_filter .btn-primary {
  min-height: 38px;
  height: 38px;
  border-radius: 0 2px 2px 0;
  padding: 5px 18px;
}
.procurement_filter .form-row {
  align-items: flex-end;
}
.procurement_filter .form-row .select2.select2-container.select2-container--default {
  min-width: auto;
}
.procurement_filter input::placeholder {
  color: rgba(63, 69, 75, 0.5);
}

.date-select {
  display: flex;
}
.date-select input {
  width: 100%;
}
.date-select > div:first-of-type {
  padding-right: 10px;
}
.date-select > div:last-of-type {
  padding-left: 10px;
}
.date-select .date-wr {
  width: 100%;
  position: relative;
}

label {
  color: rgba(19, 21, 22, 0.9);
  font-size: 11px;
  font-weight: 400;
}

.nform {
  box-shadow: none !important;
}
.nform input[type=text] {
  max-width: 370px;
}
.nform .input_type_date {
  max-width: 190px;
}
.nform .input_type_date > div {
  max-width: 170px;
}
.nform .input_type_time24 {
  max-width: 185px;
}
.nform .input_type_time24 > div {
  max-width: 170px;
  margin: 0 0 0 auto !important;
}
.nform .form_ul .cap_cover {
  margin-bottom: 5px !important;
}
.nform .form_ul .cap_cover label {
  font-size: 11px !important;
  color: #495057;
}
.nform .form_ul .input_cover {
  display: block;
}
.nform .form_ul .valid_show {
  color: #fb6340 !important;
  left: 0;
}
.nform .form_ul > li {
  padding: 10px 20px !important;
}
.nform .form_ul > li > div.has-error input {
  border-color: #c43535 !important;
}
.nform .form_ul > li > div.has-error .select2-selection {
  border-color: #c43535 !important;
}
.nform .form_ul > li > div.has-error .cap_cover {
  min-height: 25px;
  position: relative;
}
.nform .form_ul > li > div.has-error span.cap2:not(empty) {
  margin-bottom: 15px;
}
.nform .form_ul > li > div {
  margin-left: 0;
  margin-right: 0;
}
.nform .form_ul > li > div .cap2 {
  font-size: 11px !important;
}
.nform .form_ul > li > div span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nform .form_ul > li > div h3 {
  font-weight: 500;
}
.nform .form_ul > li:first-of-type > .group {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0 !important;
}
.nform .form_ul > li:not(:first-of-type) > .group {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0 !important;
}
.nform .form_ul .upload_small_files .well {
  text-align: left !important;
}
.nform .form_ul .upload_small_files .alert {
  font-size: 11px;
  color: #aaacb1;
  margin: 0;
}
.nform .form_ul .inst.ttip {
  color: #252753;
}
.nform .form_ul .input_type_date .input-append {
  display: inline-block;
  position: relative;
}
.nform .form_ul .input_type_date .input-append:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f073";
  color: #252753;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
}
.nform .form_ul .input_type_date .input-append input.hasDatepicker {
  padding-left: 40px;
}
.nform .form_ul .select2-selection__rendered {
  padding: 0 21px 0 10px !important;
}
.nform .form_ul .select2-selection__clear {
  display: none;
}
.nform .form_ul .show_1 {
  color: #fb6340 !important;
  font-size: 18px !important;
}
.nform .form_ul .show_1:before {
  width: 1px !important;
  margin: 0 !important;
}
.nform .form_ul .new_ldiv label {
  margin-bottom: 15px;
}
.nform .form_ul .new_ldiv:focus {
  outline: none;
}
.nform .form_ul .form_ul {
  border-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nform .form_ul .nform_btn.boots {
  padding: 0 35px;
  margin-top: 20px;
}
.nform .form_ul .c_image {
  display: inline-block !important;
  width: auto !important;
}
.nform .cap2 {
  font-size: 13px !important;
}
.nform li.input_type_text {
  padding-bottom: 20px;
  position: relative;
  max-width: 370px;
}
.nform li.input_type_text .cap_cover {
  position: initial;
}
.nform .nform_res.alert-error {
  color: #fb6340 !important;
  font-size: 14px;
}
.nform .label_stars {
  background: url("../images/icons/star.png");
  background-repeat: no-repeat;
  background-position: center !important;
  filter: invert(0%) sepia(69%) saturate(0%) hue-rotate(155deg) brightness(130%) contrast(76%);
  padding-left: 24px;
}
.nform .label_stars:hover {
  filter: none;
  transform: none;
}
.nform .label_stars.click {
  filter: none;
}
.nform .upload_small_files .fileinput-button {
  background-color: #ececec;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(19, 21, 22, 0.6);
  box-shadow: 0 3px 12px rgba(19, 21, 22, 0.08);
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border: 0;
}
.nform div.group {
  border: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(208, 208, 224, 0.5);
  border-bottom: 1px solid rgba(208, 208, 224, 0.5);
}
.nform div.group > .div_text h5 {
  font-family: "Montserrat", sans-serif;
  color: rgba(19, 21, 22, 0.9);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.nform .divider h5 {
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.nform .select2-container--default {
  width: 100% !important;
}
.nform label.radio-wr {
  height: auto !important;
  font-size: 15px;
  line-height: 110% !important;
}

.nform.bootstrap {
  border: 0 !important;
  padding: 0;
}
.nform.bootstrap .form_ul {
  border-top: 0 !important;
}

.multiple-items .input-wr {
  position: relative;
}
.multiple-items .input-wr input {
  padding-right: 45px;
}
.multiple-items button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3eabdd;
  color: #fff;
  font-size: 25px;
  height: 38px;
  width: 38px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.multiple-items button:hover {
  background-color: #585db6;
  color: #fff;
}
.multiple-items .added-input {
  margin-top: 15px;
  position: relative;
}
.multiple-items .added-input .delete-field {
  position: absolute;
  right: 0;
  top: 0;
}
.multiple-items .added-input input {
  padding-right: 45px;
}
.multiple-items .delete-field.btn {
  background-color: #fb6340;
  overflow: hidden;
}
.multiple-items .delete-field.btn:hover {
  background-color: #ea5938;
}
.multiple-items .plus {
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: center;
  background-size: 40% 2px, 2px 40%;
  background-repeat: no-repeat;
}
.multiple-items .minus {
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: center;
  background-size: 40% 2px, 2px 40%;
  background-repeat: no-repeat;
  transform: rotate(45deg);
}

.search-field-group .input-group-btn button {
  height: 38px;
  min-height: 38px;
  border-radius: 0 2px 2px 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-field-group .input-group-btn button:hover {
  border-radius: 0 2px 2px 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column img {
  max-height: 122px;
}

.flex-btm-align {
  display: flex;
  height: 100%;
}
.flex-btm-align > * {
  margin-top: auto;
}

.form-w-desc img {
  width: 100% !important;
  height: auto !important;
}

.file-upload-wr {
  display: flex;
  align-items: flex-start;
}
.file-upload-wr img {
  order: 1 !important;
  padding-right: 30px;
}
.file-upload-wr .file-info {
  order: 2;
  padding-right: 20px;
}
.file-upload-wr .file-info span {
  font-size: 14px;
  display: block;
  color: #3f454b;
}
.file-upload-wr .file-info span:last-of-type {
  color: rgba(19, 21, 22, 0.6);
}
.file-upload-wr .file-download {
  margin-left: auto;
  order: 3;
}
.file-upload-wr .file-download a {
  display: flex;
}
.file-upload-wr .file-download a i {
  padding-left: 10px;
}

.select2.select2-container.select2-container--default {
  min-width: 220px;
}

.select2-container .select2-selection {
  min-height: 38px;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
  color: rgba(73, 80, 87, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.select2-container .select2-selection .select2-selection__rendered:focus {
  box-shadow: 0 0 13px rgba(37, 39, 83, 0.18);
  outline: none;
}

.select2-selection.select2-selection .select2-selection__arrow {
  height: 36px;
}
.select2-selection.select2-selection .select2-selection__arrow b {
  border-color: #252753 transparent transparent transparent;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da;
}

.select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(63, 69, 75, 0.5);
}

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

.select2-selection.select2-selection--multiple {
  border-color: #ced4da;
  border-radius: 2px;
  line-height: 1 !important;
}
.select2-selection.select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #252753;
  border: 0;
  font-size: 13px;
  padding: 4px 25px 4px 10px;
  border-radius: 2px;
  position: relative;
  line-height: 20px;
}
.select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 10px;
  color: #fff;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
  white-space: initial;
  padding-right: 20px;
  position: relative;
  line-height: 34px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #252753;
  position: absolute;
  top: 17px;
  right: 10px;
}
.select2-selection.select2-selection--multiple .select2-selection__clear {
  margin-top: 0 !important;
  display: none !important;
}
.select2-selection.select2-selection--multiple .select2-search__field {
  font-size: 14px;
  color: #3f454b;
}
.select2-selection.select2-selection--multiple .select2-selection__placeholder {
  font-size: 14px;
  color: rgba(62, 62, 63, 0.5);
}
.select2-selection.select2-selection--multiple .select2-selection__arrow {
  height: 35px;
  width: 40px;
}
.select2-selection.select2-selection--multiple .select2-selection__arrow b {
  width: 7px;
  height: 7px;
  border-top: 2px solid #252753;
  border-left: 2px solid #252753;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(225deg);
  margin-top: -5px;
}

.select2-container.select2-container--focus.select2-container--open .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
  transform: rotate(180deg);
}

.select-w-label {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.select-w-label .select2-container {
  margin-top: 0.5rem;
}

.select2-selection.select2-selection--single[aria-expanded=true] {
  border: 1px solid #62b9e0;
  box-shadow: 0 0 13px rgba(37, 39, 83, 0.18);
}

.select2-dropdown {
  border: 0;
  box-shadow: 0 15px 35px rgba(185, 185, 185, 0.47);
}
.select2-dropdown .select2-search.select2-search--dropdown {
  display: none;
}
.select2-dropdown .select2-results__options {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-dropdown .select2-results__option {
  background-color: #fff;
  color: #3f454b;
  padding: 5px 20px;
  font-size: 13px;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #f3f3f3;
  color: #252753;
}

.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
}
.select2-selection.select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  color: rgba(62, 62, 63, 0.5);
}
.select2-selection.select2-selection--single .select2-selection__arrow {
  height: 35px;
  width: 40px;
  width: 20px;
}
.select2-selection.select2-selection--single .select2-selection__arrow b {
  width: 7px;
  height: 7px;
  border-top: 2px solid #252753;
  border-left: 2px solid #252753;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(225deg);
  margin-top: -5px;
}

.select2-selection[aria-expanded=true] .select2-selection__arrow b {
  transform: rotate(45deg);
  margin-top: 0;
}

.container {
  max-width: 1300px;
}

.page-header {
  display: flex;
  justify-content: space-between;
}
.page-header h1 {
  margin: 30px 0 0;
  font-size: 28px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .page-header h1 {
    margin: 30px 0 15px;
  }
}
.page-header .top-content {
  margin: 0;
}
.page-header .right-list {
  margin-bottom: 0;
}

.main-content {
  padding: 0;
}

.overlay-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}

.overlay-nav.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.content-wrapper.w-aside {
  padding: 0;
  display: flex;
}
.content-wrapper.w-aside aside {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px;
  border-right: 1px solid #e6e6ee;
}
.content-wrapper.w-aside aside a {
  color: #8fa0b1;
}
.content-wrapper.w-aside aside a:hover {
  color: #585db6;
}
.content-wrapper.w-aside aside ul {
  list-style-type: none;
  padding-left: 0;
}
.content-wrapper.w-aside aside li {
  margin-bottom: 25px;
}
.content-wrapper.w-aside section {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 35px 40px;
}

.bg-grey {
  background-color: #fcfeff;
}

.newest-article {
  padding: 45px 0 20px 0;
}
.newest-article img {
  width: 100%;
  height: auto;
}
.newest-article .date {
  font-size: 14px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 5px;
}
.newest-article h3 {
  font-size: 28px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.newest-article p {
  font-size: 18px;
  color: #131516;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 34px;
}
.newest-article .categories .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.newest-article .btn-default {
  margin-top: 10px;
}

.news_items_list .news_item .date {
  font-size: 14px;
  color: #939596;
  font-weight: 400;
  margin-bottom: 5px;
}
.news_items_list .news_item .cat {
  font-size: 11px;
  color: #252753;
  font-weight: 600;
}
.news_items_list .news_item h6 {
  color: #3f454b;
  line-height: 24px;
  font-weight: 600;
}
.news_items_list .news_item h6 * {
  font-weight: 600;
}
.news_items_list .img-wr {
  height: 180px;
  overflow: hidden;
}
.news_items_list .news_item_link {
  text-decoration: none;
  height: 100%;
  margin-bottom: 40px;
  display: block;
}
.news_items_list .news_item_link img {
  width: 100%;
}
.news_items_list .news_item_link:hover .overflow-darken {
  background: linear-gradient(191.34deg, rgba(0, 0, 0, 0) -10%, rgba(0, 20, 40, 0.1) 40.76%, #000 100%);
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.5;
}
.news_items_list .news-wr {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_items_list .btn-link {
  font-size: 15px;
  color: #252753;
  margin-top: auto;
  text-transform: capitalize;
  position: relative;
  padding-right: 15px;
}
.news_items_list .btn-link:hover {
  color: #929597;
  text-decoration: none;
}
.news_items_list .btn-link .link-arr {
  width: auto;
}

.news_widget .btn-link {
  font-size: 15px;
  color: #252753;
  margin-top: auto;
  text-transform: capitalize;
  position: relative;
  padding-right: 15px;
}
.news_widget .all-news {
  text-align: center;
}
.news_widget .all-news .btn {
  text-align: center;
  display: block;
  width: 210px;
  margin: 0 auto;
  background-color: #252753;
  padding: 10px 0;
  color: white;
  border-radius: 3px;
  border: none;
}

/* Match rounded corners with new banner buttons */
.news_widget .all-news .btn {
  border-radius: 30px !important;
}
.news_widget .all-news .btn:hover {
  background-color: #3a5ba6;
}

.news_search_wrap #filter_form > .form-group {
  display: flex;
  align-items: flex-end;
}
.news_search_wrap .btn-primary.filter-button {
  min-height: 38px;
  padding: 5px 18px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.news_search_wrap .btn-primary.filter-button span {
  padding-right: 10px;
}
.news_search_wrap .btn-primary.filter-button i {
  font-size: 10px;
}
.news_search_wrap .btn-primary.filter-button:hover {
  color: #fff;
}
.news_search_wrap .btn-primary.filter-button:active {
  background-color: #585db6;
}
.news_search_wrap .input-group-btn button {
  min-height: 38px;
  height: 38px;
  border-radius: 0 2px 2px 0;
  padding: 5px 18px;
}
.news_search_wrap .input-group-btn button i {
  font-size: 16px;
}
.news_search_wrap .input-group-btn button:hover {
  border-radius: 0 2px 2px 0;
}
.news_search_wrap label {
  font-size: 11px;
  margin-bottom: 0;
  color: #495057;
}
.news_search_wrap .datepick_item {
  width: auto;
  position: relative;
}
.news_search_wrap .datepick_item input {
  padding-left: 40px;
}

.filter .filter-button .fa-caret-down {
  display: none !important;
}
.filter .filter-button .fa-caret-up {
  display: inline-block !important;
}
.filter .filter-button.collapsed .fa-caret-up {
  display: none !important;
}
.filter .filter-button.collapsed .fa-caret-down {
  display: inline-block !important;
}

.categories-list {
  margin-bottom: 30px;
}
.categories-list a {
  color: #131516;
  text-decoration: none;
}
.categories-list li:not(:last-of-type) {
  padding-right: 10px;
  position: relative;
}
.categories-list li:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #131516;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
.categories-list li:hover {
  font-weight: 500;
}

.bg-gradient {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(225, 225, 237, 0.8392156863) 100%);
}

.bg-gradient.news-bg {
  padding-bottom: 150px;
}

.categories-list {
  margin: 25px 0 0;
}
@media (max-width: 991px) {
  .categories-list {
    margin: 25px 0;
  }
}
.categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories-list ul li {
  display: inline-block;
}
.categories-list ul li:hover {
  font-weight: normal;
}
.categories-list ul li:hover a {
  color: #3a5ba6;
}
.categories-list .show-mob {
  display: none;
}
@media (max-width: 991px) {
  .categories-list .show-desc {
    display: none;
  }
  .categories-list .show-mob {
    display: block;
  }
}
.categories-list .show-mob {
  text-align: center;
  margin: 0 0 25px;
}
.categories-list .show-mob .open-cats {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #252753;
  padding: 10px 0;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.categories-list .show-mob .open-cats span {
  position: relative;
}
.categories-list .show-mob .open-cats span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 8px;
  right: -15px;
}
.categories-list .show-mob li {
  display: block;
  padding: 5px 0;
  border-bottom: solid 1px #252753;
  border-left: solid 1px #252753;
  border-right: solid 1px #252753;
}
.categories-list .show-mob li:after {
  display: none;
}

.news-list .content-wrapper {
  position: relative;
}

.form-structure .content-wrapper {
  padding: 1rem;
}

#filter_form .form-group {
  margin-bottom: 40px;
}

.top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-content a {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.top-content a:hover {
  color: #252753 !important;
}
.top-content .right-list {
  list-style-type: none;
  padding: 0;
}
.top-content .right-list a {
  color: #989b9d;
  font-size: 13px;
}
.top-content .right-list a img {
  margin-right: 5px;
}

.top-content.selfservice {
  position: relative;
  min-height: 290px;
  height: 290px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-content.selfservice:before {
  content: "";
  background: #41b6eb;
  background: linear-gradient(312deg, rgba(65, 182, 235, 0.9) 0%, rgba(24, 124, 168, 0.9) 56%, rgba(24, 124, 168, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-content.selfservice .top-index {
  z-index: 3;
}
.top-content.selfservice h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  opacity: 0.9;
}
.top-content.selfservice .side-top {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  margin: 0 auto;
}
.top-content.selfservice .side-top h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  opacity: 0.9;
}
.top-content.selfservice .side-top span {
  color: #fff;
  text-shadow: 0 4px 6px rgba(5, 16, 61, 0.22);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
}
.top-content.selfservice .side-top .btn {
  width: 100%;
  margin-top: 20px;
}

hr {
  border-color: #cfcfde;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mc-selfservice {
  position: relative;
}
.mc-selfservice .nav-tabs {
  position: absolute;
  bottom: 100%;
  z-index: 4;
}
.mc-selfservice .nav-tabs .nav-item .nav-link {
  padding: 12px 40px;
  text-decoration: none;
  background-color: rgba(106, 170, 198, 0.8);
  color: #fff;
}
.mc-selfservice .nav-tabs .nav-item .nav-link:hover {
  border-color: rgba(106, 170, 198, 0.8);
}
.mc-selfservice .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #3eacdd;
}
.mc-selfservice .nav-tabs .nav-item .nav-link.active:hover {
  border-color: #fff;
}
.mc-selfservice .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 7px;
}

.bottom-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.soc-wr {
  display: flex;
  align-items: center;
}
.soc-wr .social-links {
  margin-left: 15px;
}
.soc-wr .social-links a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}
.soc-wr .social-links a img {
  height: 25px;
}

.related-items .top-title .btn-link {
  font-size: 14px;
  float: right;
}
.related-items .top-title .btn-link i {
  margin-left: 5px;
}

.category.to_right {
  margin: 10px 0;
}
.category.to_right a:not(:last-of-type) {
  margin-right: 20px;
}

.header-w-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 220px;
  padding-top: 40px;
  min-height: 380px;
}
.header-w-cover:before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(14, 30, 44, 0.8392156863) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-w-cover .inner-cover-content {
  color: #fff;
  position: relative;
  z-index: 3;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.header-w-cover .inner-cover-content h2 {
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-shadow: 0 4px 6px rgba(5, 16, 61, 0.4);
  margin-bottom: 15px;
}
.header-w-cover .inner-cover-content p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 4px 6px rgba(5, 16, 61, 0.4);
}

.faq-heading {
  color: #fff !important;
}

.header-w-def-img {
  min-height: 405px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 220px;
  padding-top: 40px;
}
.header-w-def-img .inner-cover-content {
  position: relative;
  z-index: 3;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.header-w-def-img .inner-cover-content h2 {
  color: rgba(19, 21, 22, 0.9);
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
.header-w-def-img .inner-cover-content p {
  font-size: 18px;
  line-height: 34px;
  color: rgba(19, 21, 22, 0.9);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
}

.header-w-def-img.only-title {
  padding-bottom: 300px;
}

.container.w-cover {
  position: relative;
  margin-top: -220px;
  z-index: 4;
}

.container.w-cover.only-title {
  margin-top: -300px;
}

.structure-container .content-wrapper {
  min-height: 300px;
}

.row-top {
  margin-bottom: 25px;
}
.row-top .card {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0px 15px 35px 0px rgba(50, 50, 93, 0.05), 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border: 0;
  height: 100%;
}
.row-top .card-header {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 40px;
}
.row-top .card-header img {
  width: auto !important;
}
.row-top .card-body {
  padding: 25px 40px;
}
.row-top p {
  margin-bottom: 0;
}
.row-top strong {
  padding-right: 10px;
}
.row-top h4 {
  margin: 0;
}
.row-top img {
  margin-right: 25px;
}
.row-top .select2.select2-container.select2-container--default {
  width: 100% !important;
}

#home-widget-top {
  position: relative;
  background-color: #f6f7f9;
}
#home-widget-top .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: right;
  background-size: inherit;
}
@media (max-width: 420px) {
  #home-widget-top .background-image {
    background-position: -560px;
  }
}
#home-widget-top .route-search {
  position: relative;
  z-index: 4;
}
#home-widget-top .top-title h1 {
  position: relative;
  z-index: 4;
}
#home-widget-top .active-title {
  text-decoration: none;
}
#home-widget-top .active-title:hover {
  color: #fff;
}

.cam-renew {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.cam-renew h6 {
  height: 13px;
  font-size: 14px;
  line-height: 23px;
  color: #3f454b;
  font-weight: bold;
  font-family: "Arial", serif;
  margin-right: 5px;
}
.cam-renew span {
  height: 13px;
  font-size: 14px;
  line-height: 23px;
  color: #3f454b;
  font-weight: bold;
  font-family: "Arial", serif;
}

.cam-row > div {
  margin-bottom: 30px;
}
.cam-row img {
  width: 100%;
  height: 165px;
  margin-bottom: 8px;
  object-fit: cover;
}
.cam-row span {
  font-size: 13px;
  line-height: 15px;
  color: #3f454b;
  font-family: "Arial", serif;
}

.headless-iframe {
  border: none;
}

.structure-text .content-wrapper {
  padding: 40px;
}
.structure-text table tbody tr td:first-of-type {
  white-space: initial;
}
.structure-text table a.btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

ol.breadcrumb {
  padding: 0;
  background-color: transparent;
}
ol.breadcrumb li {
  display: flex;
  align-items: center;
}
ol.breadcrumb li a {
  font-size: 13px;
  color: #929597 !important;
}
ol.breadcrumb li a img {
  margin-right: 10px;
}
ol.breadcrumb li span.navigation-small {
  font-size: 13px;
  color: #929597 !important;
}
ol.breadcrumb li:before {
  padding-right: 12px !important;
}
ol.breadcrumb li:hover a {
  color: #585db6 !important;
}
ol.breadcrumb li:hover:not(.active) a {
  color: #2f96ba;
}
ol.breadcrumb li.active {
  font-size: 13px;
  color: #929597;
  padding-left: 12px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pages span.active {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.11);
  background-color: #252753;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0 7px;
}
.pages a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin: 0 7px;
}
.pages a:hover {
  background-color: #d2d8dd;
}
.pages .page_prev i {
  color: #252753;
  font-size: 12px;
}
.pages .page_next i {
  color: #252753;
  font-size: 12px;
}

.pager_value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #9da0a3;
}
.pager_value select {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 8px 35px 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pager_value .pages-wr {
  position: relative;
  margin-left: 15px;
}
.pager_value .pages-wr:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  right: 15px;
  color: #252753;
}

.image-gallery {
  width: 375px;
  float: right;
  margin-left: 50px;
  margin-bottom: 20px;
}

#floated #imageGallery li {
  height: 200px;
}

#imageGallery img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSAction .lSPrev {
  width: 26px;
  height: 26px;
  border: 1px solid #252753;
  border-radius: 50%;
  background: none;
  left: 0;
}
.lSSlideOuter .lSAction .lSPrev:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #252753;
  border-left: 1px solid #252753;
  position: absolute;
  transform: rotate(-45deg);
  top: 7px;
  left: 9px;
}
.lSSlideOuter .lSAction .lSNext {
  width: 26px;
  height: 26px;
  border: 1px solid #252753;
  border-radius: 50%;
  background: none;
  right: 0;
}
.lSSlideOuter .lSAction .lSNext:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #252753;
  border-left: 1px solid #252753;
  position: absolute;
  transform: rotate(135deg);
  top: 7px;
  left: 6px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
  opacity: 1;
  background-color: #fff;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border: 1px solid #3eacdd;
  width: 16px;
  height: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  opacity: 0.5;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fff;
  border: 1px solid #3eacdd;
  width: 16px;
  height: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.floated.single-img {
  float: right;
  max-width: 755px;
  height: auto;
  margin-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .floated.single-img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .floated.single-img {
    max-width: 100%;
  }
}
.floated.single-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.checkbox-wr {
  position: relative;
  padding-left: 30px;
  font-size: 14px !important;
  color: #575c62;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}
.checkbox-wr input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.checkbox-wr:hover {
  color: #252753 !important;
}
.checkbox-wr:hover input ~ .checkmark {
  background-color: #252753;
}
.checkbox-wr:active {
  color: #252753 !important;
}
.checkbox-wr:active input ~ .checkmark {
  background-color: #252753;
}
.checkbox-wr:focus {
  color: #252753 !important;
}
.checkbox-wr:focus input ~ .checkmark {
  background-color: #252753;
}
.checkbox-wr input:checked ~ .checkmark {
  background-color: #252753;
  border-color: #252753;
}
.checkbox-wr input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wr input:active ~ .checkmark {
  background-color: #252753;
}
.checkbox-wr input:focus ~ .checkmark {
  background-color: #252753;
}
.checkbox-wr .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-wr {
  margin-right: 30px !important;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #575c62;
}
.radio-wr:hover {
  color: #252753 !important;
}
.radio-wr:hover input ~ .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e7f4fa;
  display: block;
}
.radio-wr:active {
  color: #252753 !important;
}
.radio-wr:focus {
  color: #252753 !important;
}
.radio-wr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-wr input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-wr input:checked ~ .checkmark:after {
  display: block;
  background-color: #252753;
}
.radio-wr input:active ~ .checkmark {
  border-color: #252753;
}
.radio-wr input:focus ~ .checkmark {
  border-color: #252753;
}
.radio-wr .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.radio-wr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #252753;
}

h4.group-title {
  color: #252753;
}

h3.department-group-title {
  color: #252753;
}

.btn-wr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn-wr button i {
  margin-right: 5px;
}

.department-group {
  font-size: 15px;
  color: #3f454b;
}
.department-group:not(:first-of-type) {
  margin-top: 30px;
}
.department-group .department-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d0d0e0;
}
.department-group .department-row:first-of-type {
  border-top: 0 !important;
}
.department-group .department-row .column > div:not(:last-of-type) {
  margin-bottom: 8px;
}
.department-group div > span {
  padding-right: 5px;
}
.department-group .working-time p {
  margin-bottom: 0;
}
.department-group .map-link img {
  width: 10px;
  height: auto;
  margin-right: 10px;
}

.contacts-list {
  position: relative;
}
.contacts-list .contacts-title {
  display: inline-block;
  margin: 0;
}
.contacts-list .d-flex {
  justify-content: space-between;
  align-items: center;
}

.contacts-filter {
  max-width: 430px;
  width: 100%;
  float: right;
}
.contacts-filter .search-form {
  border: none;
  height: auto;
}
.contacts-filter .search-form input {
  height: 35px;
}
.contacts-filter .input-group {
  justify-content: space-between;
}
.contacts-filter .input-group input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 15px;
}

.employees-group {
  margin-top: 30px;
}
.employees-group h4.group-title {
  margin-bottom: 25px;
}
.employees-group:first-of-type h4 {
  padding-right: 430px;
}
.employees-group table th {
  border-width: 0;
}
.employees-group table tr:first-of-type {
  border-top: 0;
}
.employees-group table tr:first-of-type td {
  border-top: 0;
}

.ui-datepicker {
  width: 100%;
  max-width: 300px;
  border: 0 !important;
  padding: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 15px 35px 0px #b9b9b9;
  -moz-box-shadow: 0px 15px 35px 0px #b9b9b9;
  box-shadow: 0px 15px 35px 0px #b9b9b9;
}
.ui-datepicker tr {
  border: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 0;
  background-color: #252753;
  background-image: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker .ui-datepicker-month {
  border: 0;
  background: transparent;
  width: 25% !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-month option {
  color: #000;
}
.ui-datepicker .ui-datepicker-year {
  border: 0;
  background: transparent;
  width: 25% !important;
  color: #fff;
}
.ui-datepicker .ui-datepicker-year option {
  color: #000;
}
.ui-datepicker thead {
  background-color: transparent;
}
.ui-datepicker thead th span {
  color: #3f454b;
  font-size: 14px;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7px;
  cursor: pointer;
  -webkit-appearance: none;
  left: 30px;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon {
  background-image: none !important;
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev span.ui-icon:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev span:before {
  transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7px;
  cursor: pointer;
  -webkit-appearance: none;
  right: 30px;
}
.ui-datepicker .ui-datepicker-next span.ui-icon {
  background-image: none !important;
  top: 50%;
}
.ui-datepicker .ui-datepicker-next span.ui-icon:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 3px;
}
.ui-datepicker .ui-datepicker-next span:before {
  transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  border: 0;
  background-color: transparent !important;
  background-image: none;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0;
  background-color: transparent !important;
  background-image: none;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #252753;
  color: #fff;
  border: 1px solid #252753;
}
.ui-datepicker .ui-state-default.ui-state-active:hover {
  border-color: #252753;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-today .ui-state-default {
  background-color: #252753;
  color: #fff;
  border: 1px solid #252753;
}

.ui-state-default {
  color: #3f454b;
  width: 33px;
  height: 33px;
  line-height: 27px;
  margin: 5px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background-color: #fff;
  border: 0;
}
.ui-state-default:hover {
  border: 1px solid #dddedf;
  color: #252753;
}

.ui-widget-content .ui-state-default {
  color: #3f454b;
  width: 33px;
  height: 33px;
  line-height: 27px;
  margin: 5px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background-color: #fff;
  border: 0;
}
.ui-widget-content .ui-state-default:hover {
  border: 1px solid #dddedf;
  color: #252753;
}

.datepicker {
  height: 38px;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.date-wrap {
  position: relative;
  width: 100%;
}
.date-wrap:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f133";
  color: #252753;
}
.date-wrap .datepicker {
  padding-left: 40px;
}

.ui-timepicker-div .ui-widget-header {
  font-weight: 700;
  font-size: 14px;
  padding: 7px 5px;
  border-radius: 0;
  background-color: #252753;
  color: #fff;
  background-image: none;
  border: 0;
}
.ui-timepicker-div dl {
  padding: 10px;
}
.ui-timepicker-div dl dt {
  font-weight: 400;
  font-size: 14px;
}
.ui-timepicker-div dl dd {
  font-size: 14px;
}
.ui-timepicker-div .ui-slider-handle {
  margin: 0;
  background-color: #252753;
  width: 17px;
  height: 17px;
}
.ui-timepicker-div .ui-datepicker-current {
  font-size: 16px;
}
.ui-timepicker-div .ui-datepicker-close {
  font-size: 16px;
}
.ui-timepicker-div .ui-datepicker-current.ui-state-hover {
  border: 0;
}
.ui-timepicker-div .ui-datepicker-close.ui-state-hover {
  border: 0;
}

.ui-datepicker-buttonpane .ui-state-default {
  font-size: 16px;
}
.ui-datepicker-buttonpane .ui-state-default:hover {
  border: 0;
}
.ui-datepicker-buttonpane .ui-datepicker-current {
  border: 1px solid #252753;
  border-radius: 5px;
  color: #252753;
  font-size: 15px;
}
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  border: 1px solid #252753;
  background-color: #252753;
  color: #fff;
}
.ui-datepicker-buttonpane .ui-datepicker-close {
  background-color: #252753;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover {
  color: #fff;
}

.time:before {
  display: none;
}

.bootstrap-timepicker {
  width: 40%;
  float: right;
  margin-left: 15px;
}
.bootstrap-timepicker:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f017";
  color: #3eacdd;
}
.bootstrap-timepicker .timepicker {
  padding-left: 40px;
}

.bootstrap-timepicker-widget {
  border-radius: 0;
}
.bootstrap-timepicker-widget table td a {
  color: #fff;
}
.bootstrap-timepicker-widget .bootstrap-timepicker-hour {
  border: 0;
  border-radius: 0;
}
.bootstrap-timepicker-widget .bootstrap-timepicker-minute {
  border: 0;
  border-radius: 0;
}
.bootstrap-timepicker-widget a[data-action=incrementHour] {
  border-radius: 0;
  border: 1px solid #252753;
  padding: 0;
}
.bootstrap-timepicker-widget a[data-action=incrementHour]:hover {
  border: 1px solid #252753;
  background-color: #252753;
  border-radius: 0;
}
.bootstrap-timepicker-widget a[data-action=incrementHour]:hover span:before {
  color: #fff;
}
.bootstrap-timepicker-widget a[data-action=incrementHour] span:before {
  text-align: center;
  color: #252753;
  font-size: 20px;
  content: "+";
}
.bootstrap-timepicker-widget a[data-action=incrementMinute] {
  border-radius: 0;
  border: 1px solid #252753;
  padding: 0;
}
.bootstrap-timepicker-widget a[data-action=incrementMinute]:hover {
  border: 1px solid #252753;
  background-color: #252753;
  border-radius: 0;
}
.bootstrap-timepicker-widget a[data-action=incrementMinute]:hover span:before {
  color: #fff;
}
.bootstrap-timepicker-widget a[data-action=incrementMinute] span:before {
  text-align: center;
  color: #252753;
  font-size: 20px;
  content: "+";
}
.bootstrap-timepicker-widget a[data-action=decrementHour] {
  border-radius: 0;
  border: 1px solid #252753;
  padding: 0;
}
.bootstrap-timepicker-widget a[data-action=decrementHour]:hover {
  border: 1px solid #252753;
  background-color: #252753;
  border-radius: 0;
}
.bootstrap-timepicker-widget a[data-action=decrementHour]:hover span:before {
  color: #fff;
}
.bootstrap-timepicker-widget a[data-action=decrementHour] span:before {
  text-align: center;
  color: #252753;
  font-size: 20px;
  content: "-";
}
.bootstrap-timepicker-widget a[data-action=decrementMinute] {
  border-radius: 0;
  border: 1px solid #252753;
  padding: 0;
}
.bootstrap-timepicker-widget a[data-action=decrementMinute]:hover {
  border: 1px solid #252753;
  background-color: #252753;
  border-radius: 0;
}
.bootstrap-timepicker-widget a[data-action=decrementMinute]:hover span:before {
  color: #fff;
}
.bootstrap-timepicker-widget a[data-action=decrementMinute] span:before {
  text-align: center;
  color: #252753;
  font-size: 20px;
  content: "-";
}

.hr-time-picker {
  padding: 0;
  background-color: #fff;
  width: 40%;
  min-width: 80px;
}
.hr-time-picker .minutes ul {
  padding: 0;
}
.hr-time-picker .minutes li {
  list-style-type: none;
  font-size: 14px;
  padding: 5px;
}
.hr-time-picker .minutes .current-hour {
  background-color: #252753;
}
.hr-time-picker .minutes .current-minutes {
  background-color: #252753;
}
.hr-time-picker .hours ul {
  padding: 0;
}
.hr-time-picker .hours li {
  list-style-type: none;
  font-size: 14px;
  padding: 5px;
}
.hr-time-picker .hours .current-hour {
  background-color: #252753;
}
.hr-time-picker .hours .current-minutes {
  background-color: #252753;
}
.hr-time-picker .hr-timer .time-type {
  padding: 0;
  font-size: 14px;
}
.hr-time-picker .arrow-top {
  color: #252753 !important;
  font-size: 14px;
}
.hr-time-picker .arrow-bottom {
  color: #252753 !important;
  font-size: 14px;
}
.hr-time-picker .set-time-wrapper {
  display: none;
}
.hr-time-picker .set-time-wrapper a {
  background-color: #252753;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  min-height: 43px;
  padding: 11px 25px;
  border-radius: 5px;
}
.hr-time-picker .set-time-wrapper a:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #585db6;
}
.hr-time-picker .pick-time-now {
  border: 0;
  position: absolute;
  right: 0;
  top: 34px;
  display: none;
}

.picked-time-wrapper {
  margin: 0;
}

.picked-time {
  float: right;
}

.main-accordion .card-header {
  background-color: #252753;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding-left: 40px;
  padding-right: 55px;
  border: 0;
}
.main-accordion .card-header h3 {
  color: #fff;
}
.main-accordion .card-header img {
  margin-right: 30px;
}
.main-accordion .card-header .angle {
  width: 1px;
  height: 1px;
  position: relative;
  display: block;
  top: 20px;
  left: 17px;
}
.main-accordion .card-header .angle:before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
.main-accordion .card-header .angle-wr {
  border-left: 1px solid #fff;
  margin-left: auto;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50px;
}
.main-accordion .card-header:hover {
  cursor: pointer;
}
.main-accordion .card-header[aria-expanded=true] .angle {
  top: 27px;
}
.main-accordion .card-header[aria-expanded=true] .angle:before {
  transform: rotate(-135deg);
}
.main-accordion .card-body {
  font-size: 14px;
  color: #3f454b;
}
.main-accordion .card {
  border-radius: 0;
  border: 0;
}
.main-accordion .card:not(:last-of-type) {
  margin-bottom: 10px;
}

#accordion {
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
}
#accordion .collapse {
  visibility: visible;
}
#accordion .card-body {
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 27px;
  padding-right: 27px;
}
#accordion .ch-wr {
  max-width: 90%;
  display: inline-block;
  width: 100%;
}
#accordion ul li {
  list-style-type: none;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
#accordion ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}
#accordion .card {
  border: none;
  border-top: 1px solid #e9e9eb;
  margin-top: -1px;
  border-radius: 0;
  box-shadow: none !important;
}
#accordion ol li {
  font-size: 14px;
  line-height: 28px;
}
#accordion .card-header {
  background-color: transparent;
  cursor: pointer;
  padding: 14px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#accordion .card-header:focus {
  outline: none;
}
#accordion .card-header h5 {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
#accordion .card-header .plus {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
#accordion .card-header .plus:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 15px;
  width: 1px;
  background-color: #252753;
}
#accordion .card-header .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #252753;
}
#accordion .card-header:hover h5 {
  color: #585db6;
}
#accordion .card-header[aria-expanded=true] {
  border-bottom: 0;
  background-color: #fcfcfc;
}
#accordion .card-header[aria-expanded=true] h5 {
  color: #252753;
  font-weight: bold;
}
#accordion .card-header[aria-expanded=true] .plus:before {
  display: none;
}
#accordion .card-header.open .btn-link {
  color: #00a4e4;
  display: inline-block;
  transform: translate(0%, -50%) rotate(180deg);
}
#accordion .card-content ul li {
  font-size: 14px !important;
}

.accordion {
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
}
.accordion .collapse {
  visibility: visible;
}
.accordion .card-body {
  background-color: #fcfcfc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 27px;
  padding-right: 27px;
}
.accordion .ch-wr {
  max-width: 90%;
  display: inline-block;
  width: 100%;
}
.accordion ul li {
  list-style-type: none;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.accordion ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}
.accordion .card {
  border: none;
  border-top: 1px solid #e9e9eb;
  margin-top: -1px;
  border-radius: 0;
  box-shadow: none !important;
}
.accordion ol li {
  font-size: 14px;
  line-height: 28px;
}
.accordion .card-header {
  background-color: transparent;
  cursor: pointer;
  padding: 14px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .card-header:focus {
  outline: none;
}
.accordion .card-header h5 {
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.accordion .card-header .plus {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}
.accordion .card-header .plus:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 15px;
  width: 1px;
  background-color: #252753;
}
.accordion .card-header .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #252753;
}
.accordion .card-header:hover h5 {
  color: #585db6;
}
.accordion .card-header[aria-expanded=true] {
  border-bottom: 0;
  background-color: #fcfcfc;
}
.accordion .card-header[aria-expanded=true] h5 {
  color: #252753;
  font-weight: bold;
}
.accordion .card-header[aria-expanded=true] .plus:before {
  display: none;
}
.accordion .card-header.open .btn-link {
  color: #00a4e4;
  display: inline-block;
  transform: translate(0%, -50%) rotate(180deg);
}
.accordion .card-content ul li {
  font-size: 14px !important;
}

.tab-pills .nav-pills {
  margin-bottom: 20px;
}
.tab-pills .nav-pills .nav-item:not(:first-child):not(:last-child) {
  margin: 0 15px;
}
.tab-pills .nav-pills .nav-link {
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  color: #3eacdd;
}
.tab-pills .nav-pills .nav-link i {
  margin-right: 5px;
  color: #3eacdd;
}
.tab-pills .nav-pills .nav-link:hover {
  border: 1px solid #3590b9;
  color: #3590b9;
}
.tab-pills .nav-pills .nav-link:hover i {
  color: #3590b9;
}
.tab-pills .nav-pills .nav-link.active {
  background-color: #3eacdd;
  color: #fff;
  border-color: #3eacdd;
}
.tab-pills .nav-pills .nav-link.active i {
  color: #fff;
}
.tab-pills .tab-content {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.04);
  padding: 30px 40px;
  color: #3f454b;
  font-size: 14px;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.03);
  background-color: rgba(232, 233, 234, 0.5);
  text-decoration: none;
  font-size: 15px;
  padding: 13px 30px;
  color: #3f454b;
}
.nav-tabs .nav-link:hover {
  background-color: #d9d9d9;
}
.nav-tabs .nav-link.active {
  border: 0;
  color: #252753;
  font-weight: 500;
}
.nav-tabs .nav-item {
  box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.03);
  margin-bottom: -2px;
}
.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 3px;
}

.tab-content {
  box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.03);
  position: relative;
}
.tab-content .tab-pane {
  background-color: #fff;
  padding: 20px 40px;
}
.tab-content #accordion {
  margin: 0;
}
.tab-content .accordion {
  margin: 0;
}

.card-block {
  border: 0;
}
.card-block .card-header {
  background-color: #252753;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding-left: 40px;
  padding-right: 55px;
  border: 0;
}
.card-block .card-header h3 {
  color: #fff;
}
.card-block .card-header img {
  margin-right: 30px;
}
.card-block .card-body {
  font-size: 14px;
  color: #3f454b;
}

.card-block.card-orange .card-header {
  background-color: #e67e22;
}

.card-block.card-green .card-header {
  background-color: #88ba2b;
}

.block-img-left h2 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.block-img-right h2 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

table[border="0"] {
  border: 0 !important;
}

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

table[border="1"] {
  border: 0 !important;
}
table[border="1"] tr td {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e8e7ef !important;
}

table[border="2"] tr td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #eaeaf1 !important;
}
table[border="2"] tr td:nth-of-type(2) {
  background-color: #3eacdd;
}
table[border="2"] tr td:nth-of-type(3) {
  background-color: #e95938;
}
table[border="2"] tr td:nth-of-type(4) {
  background-color: #f1c40f;
}
table[border="2"] tr td:nth-of-type(5) {
  background-color: #88ba2b;
}

table iframe {
  border: 0 !important;
}

.steps {
  position: relative;
  counter-reset: steps-counter;
  list-style-type: none;
  padding-left: 20px;
}
.steps li.step {
  position: relative;
  border-left: 5px solid #f7f7f9;
  padding-left: 60px;
  min-height: 80px;
}
.steps li.step .step-content {
  display: none;
}
.steps li.step .step-content > .row > div {
  margin-bottom: 30px;
}
.steps li.step .step-content > .row label {
  width: 100%;
  height: 100%;
}
.steps li.step .step-content .content-row {
  display: none;
}
.steps li.step .step-content .content-row.shownContent {
  display: flex;
}
.steps li.step .step-content label.card-element {
  display: block;
  position: relative;
  height: 100%;
  margin: 0 !important;
}
.steps li.step .step-content label.card-element .inner-card {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .inner-card {
  transition: transform 333ms ease;
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .inner-card:hover {
  transform: translateY(-10px);
  -webkit-backface-visibility: hidden;
  border-color: rgba(139, 197, 65, 0.44);
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .inner-card:focus {
  transform: translateY(-10px);
  -webkit-backface-visibility: hidden;
  border-color: rgba(139, 197, 65, 0.44);
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .card-input {
  transition: transform 333ms ease;
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .card-input:hover {
  transform: translateY(-10px);
  -webkit-backface-visibility: hidden;
  border-color: rgba(139, 197, 65, 0.44);
}
.steps li.step .step-content label.card-element .card-input-element:not(:checked) + .card-input:focus {
  transform: translateY(-10px);
  -webkit-backface-visibility: hidden;
  border-color: rgba(139, 197, 65, 0.44);
}
.steps li.step .step-content.show {
  display: block;
}
.steps li.step .select2-container {
  width: 100% !important;
}
.steps li.step > h4 {
  margin: 0;
  padding-bottom: 35px;
}
.steps li.step:before {
  position: absolute;
  left: -22px;
  top: 0;
  counter-increment: steps-counter;
  content: counter(steps-counter);
  background-color: #f7f7f9;
  color: rgba(73, 80, 87, 0.62);
  border: 3px solid #f7f7f9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}
.steps li.step hr {
  margin: 0;
  border-color: rgba(208, 208, 224, 0.5);
  height: 35px;
}
.steps li.step:last-child {
  border-color: transparent !important;
}
.steps li.step.active hr {
  display: none;
}
.steps li.step.active > .step-content {
  display: block;
}
.steps li.step.active:before {
  background-color: #8bc541;
  color: #fff;
  border: 4px solid #c4e19f;
}
.steps li.step.success {
  border-left: 4px solid #c4e19f;
}
.steps li.step.success:before {
  background-color: #8bc541;
  color: #fff;
  border: 4px solid #c4e19f;
}
.steps .card {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(19, 21, 22, 0.17);
  min-height: 140px;
  border: 1px solid transparent;
}
.steps .card .card-body {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps .card .btm-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.steps .card .btm-card span {
  color: #495057;
  font-size: 14px;
  font-family: Arial, serif;
  font-weight: 700;
}
.steps .card .blue-title h5 {
  color: #3eacdd;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.steps .inner-card {
  height: 100%;
}
.steps .card-input-element:checked + .inner-card {
  border-radius: 5px;
  position: relative;
  border: 1px solid #8bc541;
  box-shadow: 0 7px 10px rgba(88, 158, 188, 0.19);
  transform: translateY(-10px);
}
.steps .card-input-element:checked + .inner-card h5 {
  font-weight: 700;
}
.steps .card-input-element:checked + .inner-card:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #8bc541 transparent transparent transparent;
  position: absolute;
  z-index: 1;
}
.steps .card-input-element:checked + .inner-card:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  z-index: 2;
}
.steps .card-input-element:checked + .card-input {
  position: relative;
  border: 1px solid #8bc541;
  box-shadow: 0 7px 10px rgba(88, 158, 188, 0.19);
  transform: translateY(-10px);
}
.steps .card-input-element:checked + .card-input h5 {
  font-weight: 700;
}
.steps .card-input-element:checked + .card-input:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #8bc541 transparent transparent transparent;
  position: absolute;
  z-index: 1;
}
.steps .card-input-element:checked + .card-input:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  z-index: 2;
}
.steps a {
  font-size: 14px;
  color: #3eacdd;
  text-align: center;
}
.steps .radio-btm .form-check {
  padding: 0;
}
.steps .w-counter .btm-card {
  justify-content: space-between;
}
.steps .w-counter .btm-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.steps .w-counter .btm-card input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.steps .w-counter .input-group {
  max-width: 130px;
}
.steps .w-counter .input-group button {
  background-color: #3eacdd;
  color: #fff;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.steps .w-counter .input-group input {
  border: 1px solid #ced4da;
}
.steps .w-discount {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.steps .w-discount span {
  flex: 0 0 40%;
  font-size: 30px;
  color: #8bc541;
}
.steps .w-discount h5 {
  flex: 0 0 60%;
  margin-bottom: 0;
  line-height: 21px;
}
.steps .w-img {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  height: 100%;
  padding-bottom: 5px;
}
.steps .w-img h5 {
  margin: 0;
}
.steps .w-img img {
  position: absolute;
  left: 0;
}
.steps .discount {
  position: relative;
  right: 0;
  top: 0;
  color: #131516;
  font-size: 16px;
  padding: 1px;
  text-align: center;
  transform: rotate(180deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 5px 0 0 5px;
  text-orientation: inherit;
  writing-mode: vertical-lr;
}
.steps .discount.d-green {
  background-color: rgba(139, 197, 65, 0.36);
}
.steps .discount.d-orange {
  background-color: #efb47e;
}
.steps .input-group {
  margin-left: 10px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btm-cart .info-cart {
  display: flex;
  align-items: center;
}
.btm-cart .info-cart img {
  margin-right: 20px;
}
.btm-cart .info-cart p {
  line-height: 21px;
  margin: 0;
}
.btm-cart .btn-success {
  min-width: 140px;
  display: flex;
  align-items: center;
}
.btm-cart .btn-success i {
  margin-right: 5px;
}

.price span {
  color: #3f454b;
  font-size: 30px;
}

.card-input-element {
  display: none;
}

.flex-center {
  height: 80%;
  display: flex;
  align-items: center;
}

.modal .modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header {
  background-color: #f9f9fb;
  padding: 15px 50px;
  border-bottom: 0;
}
.modal-header h5 {
  color: #131516;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.modal-header .close {
  padding: 0;
  border-radius: 50%;
  color: #252753;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 1;
}

.modal-header.base-header {
  background-color: transparent;
}

.modal-body {
  padding: 30px 50px 40px 50px;
}
.modal-body ul {
  list-style-type: none;
  padding-left: 0;
}
.modal-body li {
  border: 1px solid #d8d8d8;
  padding: 10px 30px 10px 40px;
  font-size: 14px;
  color: #3f454b;
  position: relative;
  margin-top: -1px;
  line-height: 28px;
}
.modal-body li:before {
  content: "•";
  position: absolute;
  left: 20px;
  top: 11px;
  color: #252753;
  font-size: 17px;
}
.modal-body li a {
  color: #3f454b;
}

.modal-backdrop {
  background: transparent linear-gradient(294deg, #35799c 0%, #165978 63%, #165978 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
}

.modal-general .modal-header {
  padding: 20px 40px 0 40px;
}
.modal-general .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-general .modal-body p {
  margin-bottom: 0;
  line-height: 20px;
}
.modal-general .modal-body p:first-of-type {
  margin-bottom: 10px;
}
.modal-general .side-modal-content {
  padding-left: 40px;
}
.modal-general .modal-footer {
  padding: 20px 40px 40px 40px;
  border: 0;
  justify-content: space-between;
}
.modal-general b {
  font-size: 14px;
  color: #434548;
}
.modal-general .btn-link {
  font-size: 14px;
}

/*
body.bg-white {
  * {
    &:not(.fa) {
      font-family: sans !important;

      &:before {
        background: #fff !important;
        color: #000 !important;
      }

      &:after {
        background: #fff !important;
        color: #000 !important;
      }
    }

    &:not(.fas) {
      font-family: sans !important;

      &:before {
        background: #fff !important;
        color: #000 !important;
      }

      &:after {
        background: #fff !important;
        color: #000 !important;
      }
    }

    &:not(.carousel-indicators) {
      li {
        font-family: sans !important;

        &:before {
          background: #fff !important;
          color: #000 !important;
        }

        &:after {
          background: #fff !important;
          color: #000 !important;
        }
      }
    }
  }

  label {
    background: #fff !important;
    color: #000 !important;

    &:before {
      border: 1px solid #000;
      background: #fff !important;
      color: #000 !important;
    }
  }

  textarea {
    border: 1px solid #000;
    background: #fff !important;
    color: #000 !important;
  }

  input {
    border: 1px solid #000;
    background: #fff !important;
    color: #000 !important;
  }

  .alert {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }

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

  .top-content {
    a {
      &:hover {
        color: #000 !important;
      }
    }
  }

  .bottom-wr {
    .date {
      color: #000;
    }

    img {
      filter: brightness(0);
    }
  }

  footer {
    img {
      filter: brightness(0);
    }

    background: #fff;
    color: #000;
    border: 1px solid #000;
  }

  table {
    th {
      background-color: #fff;
    }
  }

  .btn-link {
    &:after {
      border-color: #000;
    }

    color: #000;
  }

  .header {
    img {
      filter: brightness(0);
    }
  }

  #ui-datepicker-div {
    background: #fff;
    color: #000;
    border: 1px solid #000;

    .ui-datepicker-prev {
      &:before {
        border-right: 5px solid #000;
      }
    }

    .ui-datepicker-next {
      &:before {
        border-left: 5px solid #000;
      }
    }

    .ui-datepicker-header {
      background-color: #000;
    }

    .ui-datepicker-month {
      color: #fff !important;
    }

    .ui-datepicker-year {
      color: #fff !important;
    }

    .ui-state-hover.ui-datepicker-prev {
      &:before {
        border-right: 5px solid #fff;
      }
    }

    .ui-state-hover.ui-datepicker-next {
      &:before {
        border-left: 5px solid #fff;
      }
    }

    .ui-state-default {
      margin: 0 auto;
      border-radius: 50%;
    }

    tbody {
      .ui-state-default.ui-state-active {
        background-color: #000;
        color: #fff !important;
      }

      .ui-datepicker-today {
        a {
          background-color: #000;
          color: #fff !important;
        }
      }

      td {
        .ui-state-default {
          &:hover {
            background-color: #000;
            color: #fff !important;
          }
        }
      }
    }
  }

  .nav-tabs {
    .nav-link.active {
      background-color: #fff;
      color: #000;

      &:before {
        display: none;
        background-image: none;
      }

      &:after {
        display: none;
        background-image: none;
      }
    }
  }

  .navbar-main {
    border-bottom: 1px solid #000;
  }

  .btn-primary {
    border: 1px solid #000;
    background: linear-gradient(90deg, #efefef, #eee) !important;
    border-color: #000 !important;
    color: #000 !important;
  }

  .btn-default {
    &:hover {
      background-color: #000;
      color: #fff !important;
    }
  }

  h1 {
    text-shadow: none;
    color: #fff !important;
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  #home-widget-top {
    a {
      background-image: none !important;
    }

    &:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 1);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
    }
  }

  .header-w-def-img {
    background-image: none !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .header-w-cover {
    h2 {
      text-shadow: none;
    }

    &:before {
      background: rgba(0, 0, 0, 0.5);
    }
  }

  .messages_widget {
    .close {
      color: #000;
      border-color: #000;

      &:before {
        background-color: #000;
      }

      &:after {
        background-color: #000;
      }
    }
  }

  .select2-selection.select2-selection--multiple {
    .select2-selection__choice {
      background-color: #fff !important;
      border: 1px solid #000 !important;
    }

    .select2-selection__rendered {
      &:after {
        border-top: 4px solid #000;
      }
    }
  }

  .checkbox-toggle-toggle {
    background-color: #000;
  }

  #ccc {
    .checkbox-toggle-label {
      input {
        &:checked {
          ~ {
            .checkbox-toggle-toggle {
              background-color: #000 !important;
            }
          }
        }
      }
    }
  }

  a {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  i {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  p {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  hr {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  small {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  h2 {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  h3 {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  h4 {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  h5 {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  h6 {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  b {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  span {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  li {
    border-color: #000 !important;
    color: #000 !important;

    .overlay {
      background: rgba(255, 255, 255, 0.7) !important;
      color: #000 !important;
    }
  }

  .ft-col {
    color: #000;
  }

  .soc-wr {
    color: #000;
  }

  .btn-success {
    background: linear-gradient(90deg, #efefef, #eee) !important;
    border-color: #000 !important;
    color: #000 !important;
  }

  .btn-danger {
    background: linear-gradient(90deg, #efefef, #eee) !important;
    border-color: #000 !important;
    color: #000 !important;
  }

  .dropdown-menu {
    > .active {
      > a {
        background: #fff !important;
        color: #000 !important;

        &:hover {
          background: #fff !important;
          color: #000 !important;
        }

        &:focus {
          background: #fff !important;
          color: #000 !important;
        }
      }
    }

    li {
      &:hover {
        background-color: #eee !important;
      }
    }
  }

  .nav {
    .languages {
      .dropdown-menu {
        li {
          a {
            &:hover {
              background: #fff !important;
              color: #000 !important;
            }
          }
        }

        li.active {
          a {
            background: #fff !important;
            color: #000 !important;
          }
        }
      }
    }
  }

  img {
    filter: grayscale(1);
    filter: grayscale(1);
  }

  input[type="text"] {
    &:focus {
      box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.08) !important;
      border-color: #000 !important;
    }
  }

  .ui-timepicker-div {
    .ui-widget-header {
      background-color: #000;
      color: #fff;
    }

    .ui-slider-handle {
      background-color: #000;
    }
  }

  .ui-datepicker-buttonpane {
    button.ui-state-default {
      background-color: #000;
      color: #fff;
      border-radius: 5px !important;
      border: 0;
    }
  }

  .content-wrapper {
    background-color: #fff;
  }

  ul {
    li {
      &:before {
        background-color: #fff !important;
        color: #000 !important;
      }
    }
  }

  .chat-widget {
    background-color: #000;
  }

  .plus {
    &:before {
      background-color: #000 !important;
    }

    &:after {
      background-color: #000 !important;
    }
  }

  .inner_wrap {
    background-color: #fff;
  }

  .bg-grey {
    background-color: #fff;
    border-radius: 5px;
  }

  .checkbox-wr {
    input {
      &:checked {
        ~ {
          .checkmark {
            background-color: #fff;
          }
        }
      }
    }

    &:hover {
      input {
        ~ {
          .checkmark {
            background-color: #343434;
          }
        }
      }
    }
  }

  .switch-arrows {
    background-color: #000 !important;
  }

  .background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .top-title {
    h1 {
      color: #fff !important;
    }
  }

  iframe {
    filter: grayscale(1);
  }
}
*/
/*
body.bg-black {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background: #000;
  color: #fff;

  * {
    &:not(.fa) {
      font-family: sans !important;

      &:before {
        background: #000 !important;
        color: #fff !important;
      }

      &:after {
        background: #000 !important;
        color: #fff !important;
      }
    }

    &:not(.fas) {
      font-family: sans !important;

      &:before {
        background: #000 !important;
        color: #fff !important;
      }

      &:after {
        background: #000 !important;
        color: #fff !important;
      }
    }

    &:not(.carousel-indicators) {
      li {
      font-family: sans !important;

      &:before {
        background: #000 !important;
        color: #fff !important;
      }

      &:after {
        background: #000 !important;
        color: #fff !important;
      }
    }
    }

    &:not(.carousel-control-prev-icon) {
      font-family: sans !important;

      &:before {
        background: #000 !important;
        color: #fff !important;
      }

      &:after {
        background: #000 !important;
        color: #fff !important;
      }
    }

    &:not(.carousel-control-next-icon) {
      font-family: sans !important;

      &:before {
        background: #000 !important;
        color: #fff !important;
      }

      &:after {
        background: #000 !important;
        color: #fff !important;
      }
    }
  }

  label {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;

    &:before {
      border: 1px solid #fff;
      background: #000 !important;
      color: #fff !important;
    }

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  textarea {
    border: 1px solid #fff;
    background: #000 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  input {
    border: 1px solid #fff;
    background: #000 !important;
    color: #fff !important;
    background: #000 !important;
    color: #fff !important;
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .select2-selection.select2-selection--multiple {
    .select2-selection__choice {
      background-color: #000 !important;
      border: 1px solid #fff !important;
    }

    .select2-selection__rendered {
      &:after {
        border-top: 4px solid #fff;
      }
    }

    background-color: #000;
  }

  .navbar-main {
    background: #000;
    border-bottom: 1px solid #fff;
  }

  .bottom-menu {
    background-color: #000;
  }

  .sub-wr {
    background-color: #000 !important;
  }

  ul.side-actions-list {
    li {
      a {
        i {
          color: #000 !important;
        }
      }
    }
  }

  .nav-back {
    color: #000 !important;

    i {
      color: #000 !important;
    }
  }

  .alert {
    border: 1px solid #fff;
    border: 1px solid #fff !important;
    background: #000;
    color: #fff;
  }

  #ui-datepicker-div {
    border: 1px solid #fff !important;
    background: #000;
    color: #fff;
    box-shadow: none;

    .ui-datepicker-prev {
      &:before {
        border-right: 5px solid #fff;
      }
    }

    .ui-datepicker-next {
      &:before {
        border-left: 5px solid #fff;
      }
    }

    .ui-datepicker-header {
      background-color: #000;
    }

    .ui-datepicker-month {
      color: #fff !important;
    }

    .ui-datepicker-year {
      color: #fff !important;
    }

    .ui-state-hover.ui-datepicker-prev {
      &:before {
        border-right: 5px solid #fff;
      }
    }

    .ui-state-hover.ui-datepicker-next {
      &:before {
        border-left: 5px solid #fff;
      }
    }

    .ui-state-default {
      margin: 0 auto;
      border-radius: 50%;
      background-color: #000;
    }

    tbody {
      .ui-state-default.ui-state-active {
        background-color: #000;
        color: #fff !important;
      }

      .ui-datepicker-today {
        a {
          background-color: #000;
          color: #fff !important;
        }
      }

      td {
        .ui-state-default {
          &:hover {
            background-color: #000;
            color: #fff !important;
          }
        }
      }
    }
  }

  footer {
    background: #000;
    color: #fff;
  }

  .nform.bootstrap.submit_hidden {
    background-color: #000;
    color: #fff;
  }

  .card-df {
    .card-header {
      background-color: #000;
      color: #fff;
    }

    .card-body {
      background-color: #000;
      color: #fff;
    }
  }

  .btn-link {
    &:after {
      border-color: #fff;
    }

    color: #fff;
  }

  .btn-default {
    &:hover {
      background-color: #fff;
      color: #000 !important;
    }
  }

  .iframe-wrap {
    h4 {
      color: #000 !important;
    }
  }

  iframe {
    filter: grayscale(1);
  }

  #home-widget-top {
    border: 1px solid #fff;

    a {
      background-image: none !important;
    }

    &:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 1);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
    }
  }

  .header-w-def-img {
    background-image: none !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .header-w-cover {
    h2 {
      text-shadow: none;
    }

    &:before {
      background: rgba(0, 0, 0, 0.5);
    }
  }

  .sm-card {
    &:hover {
      border-color: #fff;
    }
  }

  .content-wrapper {
    ul {
      li {
        &:before {
          background-color: #fff;
          background-color: #000;
          color: #fff !important;
        }
      }
    }

    background-color: #000;
    border: 1px solid #fff;
  }

  table {
    td {
      color: #fff;
    }
  }

  .navbar-toggler {
    span {
      background-color: #fff;
    }
  }

  .mobile-menu {
    background-color: #000;

    .top-mobile {
      background: #000;
    }

    .search-wr {
      background: #000;

      input {
        border: 0;
      }
    }

    .mobile-nav {
      background: #000;
    }

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

    .submenu-link {
      background-color: #000 !important;

      &:after {
        background-color: #000 !important;
      }
    }

    .close {
      &:before {
        background-color: #fff;
      }

      &:after {
        background-color: #fff;
      }
    }
  }

  .bg-grey {
    background-color: #000;
    border-radius: 5px;
  }

  .checkbox-wr {
    input {
      &:checked {
        ~ {
          .checkmark {
            background-color: #000;
          }
        }
      }
    }

    &:hover {
      input {
        ~ {
          .checkmark {
            background-color: #343434;
          }
        }
      }
    }
  }

  .ui-timepicker-div {
    .ui-widget-header {
      background-color: #000;
      color: #fff;
    }

    .ui-slider-handle {
      background-color: #000;
      border: 1px solid #fff;
    }
  }

  .ui-datepicker-buttonpane {
    button.ui-state-default {
      background-color: #fff;
      color: #000;
      border-radius: 5px !important;
      border: 0;
    }
  }

  .nav-tabs {
    .nav-link.active {
      background-color: #000;
      color: #fff;

      &:before {
        background-color: #000;
        background-image: none;
      }

      &:after {
        background-color: #000;
        background-image: none;
      }
    }
  }

  .table {
    thead {
      tr {
        th {
          background-color: #000;
          color: #fff;
        }

        td {
          background-color: #000;
          color: #fff;
        }
      }
    }
  }

  .select2-dropdown {
    background-color: #000;
    background-color: #000;

    .select2-results__option.select2-results__option--highlighted {
      background-color: #000;
    }

    .select2-results__option {
      background-color: #000;
    }
  }

  .navbar-bottom {
    background: #000;
    color: #fff;
  }

  .dropdown-menu {
    background-color: #000 !important;

    > .active {
      > a {
        background: #000 !important;
        color: #fff !important;

        &:hover {
          background: #000 !important;
          color: #fff !important;
        }

        &:focus {
          background: #000 !important;
          color: #fff !important;
        }
      }
    }

    li {
      &:hover {
        background-color: #191919 !important;
      }
    }
  }

  .btn-primary {
    border: 1px solid #fff;
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .buy-ticket {
    background-color: #000;
    border: 1px solid #fff;
  }

  .chat-widget {
    border: 1px solid #fff;
    background-color: #000;
  }

  .inner_wrap {
    background-color: #000;
  }

  .card {
    background-color: #000;

    .card-header {
      background-color: #000;
    }
  }

  .row-top {
    .card-header {
      border-bottom: 1px solid #fff;
    }
  }

  .footer-col {
    background-color: #000;
  }

  .plus {
    &:before {
      background-color: #fff !important;
    }

    &:after {
      background-color: #fff !important;
    }
  }

  #accordion {
    .card-header {
      background-color: #000 !important;
    }

    .card-body {
      background-color: #000;
    }
  }

  .accordion {
    .card-header {
      background-color: #000 !important;
    }

    .card-body {
      background-color: #000;
    }
  }

  .btn.btn-warning {
    border: 1px solid #fff !important;
    background: #000;
    color: #fff;
    border-color: #fff;
  }

  a {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  i {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  p {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  hr {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  small {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h1 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h2 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h3 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h4 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h5 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  h6 {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  b {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  span {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  li {
    border-color: #fff !important;
    color: #fff !important;

    .overlay {
      background: rgba(0, 0, 0, 0.7) !important;
      color: #fff !important;
    }
  }

  .btn-success {
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .btn-danger {
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  form[role="search"] {
    input.form-control.search {
      background: linear-gradient(90deg, #333, #111) !important;
      border-color: #fff !important;
      color: #fff !important;
    }
  }

  .select2-selection.select2-selection--single {
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .btn-bg-block {
    background: linear-gradient(90deg, #333, #111) !important;
    border-color: #fff !important;
    color: #fff !important;
  }

  .btn-outline.btn-white {
    &:hover {
      background: linear-gradient(90deg, #333, #111) !important;
      border-color: #fff !important;
      color: #fff !important;
    }
  }

  .nav {
    .languages {
      .dropdown-menu {
        li {
          a {
            &:hover {
              background: #000 !important;
              color: #fff !important;
            }
          }
        }

        li.active {
          a {
            background: #000 !important;
            color: #fff !important;
          }
        }
      }
    }
  }

  img {
    filter: grayscale(1);
  }

  .background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .top-title {
    h1 {
      color: #fff !important;
    }
  }

  section {
    background: #000;
  }

  section#news-section {
    background-color: #000;
  }

  .bg-grey-gradient {
    background: #000;
  }

  .submenu {
    border: 0;
  }

  .search-form {
    background-color: #000;
    border: 1px solid #fff !important;
  }

  .route-search {
    background-color: #000;
    border: 1px solid #fff !important;
  }

  .switch-arrows {
    background-color: #000;
    border: 1px solid #fff !important;
  }

  .inner-cover-content {
    h2 {
      color: #000 !important;
    }
  }
}
*/
/*
body.bg-black.disab_enablet {
  border-bottom: none !important;
}
*/
/*
body.img-hide {
  img {
    visibility: hidden !important;
  }
}
*/
/*
body.size-2 {
  font-size: 19px;

  * {
    font-size: 1.25rem !important;
  }

  .h1 {
    font-size: 1.5em !important;
  }

  h2 {
    font-size: 1.5em !important;
  }

  h3 {
    font-size: 1.5em !important;
  }

  .top-title {
    h1 {
      font-size: 35px !important;
    }
  }

  .route-search {
    height: 400px;

    .btn-primary {
      padding: 0;
    }
  }

  #news-section {
    .title-link {
      h6 {
        height: 66px;
      }
    }
  }
}
*/
/*
body.size-3 {
  font-size: 23px;

  * {
    font-size: 1.4rem !important;
  }

  .footer-main-bottom {
    span {
      line-height: 1;
    }
  }

  .h1 {
    font-size: 1.7em !important;
  }

  h2 {
    font-size: 1.7em !important;
  }

  h3 {
    font-size: 1.7em !important;
  }

  .top-title {
    h1 {
      font-size: 40px !important;
    }
  }

  .route-search {
    min-height: 420px;

    .btn-primary {
      padding: 0;
    }
  }

  #news-section {
    .title-link {
      h6 {
        height: 66px;
      }
    }
  }
}
*/
/*
#disabilites_version {
  border-bottom: 1px solid #000;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  background: #fff;
  padding-right: 50px;
  position: fixed;
  top: 0;
  z-index: 1000;

  .size-1 {
    font-size: 1em;
  }

  .size-3 {
    font-size: 1.25em;
  }

  > div {
    width: 100%;
    min-height: 50px;
    z-index: 10000;

    * {
      color: #000;
    }

    a {
      color: #000;
    }
  }

  .dis_actions {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #000;
    position: relative;
    top: -10px;
    cursor: pointer;
    color: #000 !important;

    &:hover {
      border-color: black;
      background: black;
      color: #fff !important;
    }

    &:active {
      border-color: black;
      background: black;
      color: #fff !important;
    }

    &:focus {
      border-color: black;
      background: black;
      color: #fff !important;
    }
  }

  .dis_actions.active {
    border-color: black;
    background: black;
    color: #fff !important;
  }

  .disab_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: black !important;
  }
}

.bg-black {
  #disabilites_version {
    border-bottom: 1px solid #fff;
    background: #000;

    .dis_actions {
      &:hover {
        border-color: #fff;
        background: #fff;
        color: #000 !important;
      }

      &:active {
        border-color: #fff;
        background: #fff;
        color: #000 !important;
      }

      &:focus {
        border-color: #fff;
        background: #fff;
        color: #000 !important;
      }

      border: 1px solid #fff;
      color: #fff !important;
    }

    .dis_actions.active {
      border-color: #fff;
      background: #fff;
      color: #000 !important;
    }

    > div {
      * {
        color: #fff;
      }

      a {
        color: #fff;
      }
    }

    .disab_close {
      color: #fff !important;
    }
  }
}

.disab_container {
  float: left;
  padding: 0 5px;
  height: 50px;
  border-right: 1px solid black;

  > div {
    float: left;
    padding: 15px 5px;
  }
}
*/
#simplepoll {
  position: fixed;
  z-index: 1001;
  bottom: 50px;
  right: 50px;
  width: 570px;
  max-height: 50vh;
  min-height: 335px;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.23);
  background-color: #fff;
  border: 2px solid #f9f9fb;
  padding: 25px 30px 1px 30px;
  overflow-y: auto;
}
#simplepoll .simplepoll_title {
  padding-right: 35px;
}
#simplepoll ul.form_ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding-right: 0;
}
#simplepoll ul.form_ul > li > div.has-error input {
  border-color: #c43535 !important;
}
#simplepoll ul.form_ul > li > div.has-error .select2-selection {
  border-color: #c43535 !important;
}
#simplepoll ul.form_ul > li > div.has-error .cap_cover {
  min-height: 25px;
  position: relative;
}
#simplepoll ul.form_ul > li > div.has-error span.cap2:not(empty) {
  margin-bottom: 15px;
}
#simplepoll ul.form_ul > li > div .cap2 {
  font-size: 11px !important;
}
#simplepoll ul.form_ul .upload_small_files .well {
  text-align: left !important;
}
#simplepoll ul.form_ul .upload_small_files .alert {
  font-size: 11px;
  color: #aaacb1;
  margin: 0;
}
#simplepoll ul.form_ul .show_1:before {
  width: 0;
  padding: 0;
  margin: 0;
}
#simplepoll ul.form_ul .input_type_stars span.cap_cover {
  display: none;
}
#simplepoll ul.form_ul .alert-warning {
  padding: 0;
  border: 0;
  background-color: transparent;
}
#simplepoll ul.form_ul .input_type_text {
  max-width: 100%;
  width: 100%;
}
#simplepoll ul.form_ul .input_type_text input {
  max-width: 100%;
}
#simplepoll ul.form_ul .input_type_email {
  max-width: 100%;
  width: 100%;
}
#simplepoll ul.form_ul .input_type_email input {
  max-width: 100%;
}
#simplepoll ul.form_ul .input_type_sliderRange .ui-slider {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  border-color: rgba(208, 208, 224, 0.5);
}
#simplepoll ul.form_ul .input_type_sliderRange .ui-slider-handle {
  background: #3eacdd;
  border: 0;
  width: 17px;
  height: 17px;
  margin: 0;
}
#simplepoll ul.form_ul .input_type_sliderRange .ui-slider-range {
  border-radius: 0;
  background: rgba(37, 39, 83, 0.7);
}
#simplepoll ul.form_ul .input_type_sliderRange .slider_val {
  box-shadow: none;
  border: 1px solid rgba(208, 208, 224, 0.5);
  border-radius: 0;
  color: #555;
  font-weight: 400;
  min-width: 50px;
}
#simplepoll ul.form_ul .cap_cover label {
  font-size: 11px !important;
  color: #495057;
}
#simplepoll ul.form_ul .fileinput-button {
  min-height: auto;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#simplepoll li {
  padding: 0 0 20px 0 !important;
}
#simplepoll li > div {
  margin: 0;
}
#simplepoll li.input_type_submit {
  padding: 0 !important;
}
#simplepoll li.input_type_submit > div {
  text-align: right;
}
#simplepoll li.input_type_submit button.submit_button {
  margin-top: 5px;
  margin-right: 0;
}
#simplepoll .input_type_check .input_cover .pull-left {
  float: none;
}
#simplepoll .input_type_radio .input_cover .pull-left {
  float: none;
}
#simplepoll .tabindex-label:focus {
  outline: none;
}
#simplepoll .label_stars {
  background: url("../images/icons/star.png");
  background-repeat: no-repeat;
  background-position: center !important;
  filter: invert(0%) sepia(69%) saturate(0%) hue-rotate(155deg) brightness(130%) contrast(76%);
  height: 35px;
  margin: 0;
  padding: 0 12px;
}
#simplepoll .label_stars:focus {
  outline: none;
}
#simplepoll .label_stars:hover {
  filter: none;
  transform: none;
}
#simplepoll .label_stars input {
  height: 35px;
}
#simplepoll .label_stars.click {
  filter: none;
}
#simplepoll input[type=radio] {
  position: absolute;
  left: -9999px;
}
#simplepoll textarea {
  border-radius: 2px;
  border: 1px solid #ced4da;
  font-size: 14px;
  line-height: 30px;
  color: #495057;
}
#simplepoll .close {
  position: absolute;
  opacity: 1;
  top: 25px;
  right: 30px;
  width: 25px;
  height: 25px;
  border: 1px solid #3eacdd;
  border-radius: 50%;
  display: block;
  z-index: 3001;
  background-color: #fff;
}
#simplepoll .close:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  top: 11px;
  left: 4px;
  background-color: #3eacdd;
  transform: rotate(-45deg);
}
#simplepoll .close:before {
  background-color: #3eacdd;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
  top: 11px;
  left: 4px;
}

#simplepoll.overflow {
  overflow-y: scroll;
}

.messages_widget .alert {
  margin: 0;
}
.messages_widget .inner-wr {
  display: flex;
  align-items: center;
}
.messages_widget .btn {
  margin-left: auto;
  margin-right: 30px;
  text-decoration: none;
}
.messages_widget p {
  margin-bottom: 0;
  line-height: 18px;
  padding-right: 20px;
  margin-right: auto;
  flex: 1;
}
.messages_widget .close {
  width: 21px;
  height: 21px;
  opacity: 0.7;
  color: #033d5d;
  border-radius: 50%;
  border: 1px solid #033d5d;
  flex: 0 0 21px;
  margin-left: auto;
  position: relative;
  right: 0;
}
.messages_widget .close:hover {
  opacity: 1;
}
.messages_widget .close:before {
  position: absolute;
  left: 9px;
  top: 4px;
  content: " ";
  height: 12px;
  width: 1px;
  background-color: #033d5d;
  transform: rotate(45deg);
}
.messages_widget .close:after {
  position: absolute;
  left: 9px;
  top: 4px;
  content: " ";
  height: 12px;
  width: 1px;
  background-color: #033d5d;
  transform: rotate(-45deg);
}

.slider-wrap {
  width: 100%;
}

.content-wrapper.structure-content {
  box-shadow: none;
  background-color: transparent;
}

.about-cont {
  margin: 35px 0 40px;
}
.about-cont p {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .about-cont img {
    max-width: 100%;
    display: block;
    margin: 15px auto 0;
  }
}

.info_b_mvv {
  padding: 40px 0 30px;
  margin: 0 0 40px;
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
}
.info_b_mvv img {
  max-width: 75px;
  display: block;
  margin: 0 auto 35px;
}
.info_b_mvv h4 {
  font-size: 22px;
  text-align: center;
  color: #242752;
  font-weight: 500;
}
@media (max-width: 767px) {
  .info_b_mvv h4 {
    text-align: left;
  }
}
.info_b_mvv p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info_b_mvv p {
    text-align: left;
    font-size: 13px;
  }
}

.slogan-block {
  margin: 0 0 45px;
}
.slogan-block h3 {
  font-size: 25px;
  text-align: center;
  color: #242752;
  font-weight: 500;
  margin: 0 0 40px;
}
.slogan-block .slogan-box {
  padding: 145px 65px 30px;
  min-height: 500px;
  width: 100%;
}
@media (max-width: 1140px) {
  .slogan-block .slogan-box {
    padding: 55px 35px 30px;
  }
}
@media (max-width: 991px) {
  .slogan-block .slogan-box {
    padding: 20px 15px;
  }
}
@media (max-width: 600px) {
  .slogan-block .slogan-box {
    background: url("../images/mobile_slogan.jpg") center center no-repeat;
    background-size: cover;
  }
}
.slogan-block .slogan-box .slogan-items {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 45px 30px 40px;
}
@media (max-width: 991px) {
  .slogan-block .slogan-box .slogan-items {
    padding: 25px 10px 20px;
  }
}
.slogan-block .slogan-box .slogan-items .slog-cont {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .slogan-block .slogan-box .slogan-items .slog-cont {
    text-align: center;
  }
}
.slogan-block .slogan-box .slogan-items p {
  line-height: 1.2;
}
.slogan-block .slogan-box .slogan-items img {
  height: 40px;
  display: block;
  margin: 0 auto 25px;
}
.slogan-block .slogan-box .slogan-items span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #242752;
  font-weight: 500;
}
@media (max-width: 991px) {
  .slogan-block .slogan-box .slogan-items span {
    padding: 0 0 15px;
  }
}

.sides h2 {
  font-size: 25px;
  text-align: center;
  color: #242752;
  font-weight: 500;
  margin: 0 0 30px;
}
.sides .sides-title {
  padding: 10px 15px;
  width: 100%;
  max-width: 680px;
  background-color: #242752;
  color: white;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .sides .sides-title {
    font-size: 15px;
  }
}
.sides .side-left {
  text-align: right;
  font-size: 15px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .sides .side-left {
    text-align: center;
  }
}
.sides .side-left p {
  font-size: 15px;
  line-height: 1.2;
}
.sides .side-left .side-l-t {
  padding: 0 30px 0 0;
  color: #3e9ed0;
  margin: 0 0 15px;
  position: relative;
  font-weight: 500;
}
.sides .side-left .side-l-t:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: #3e9ed0;
  position: absolute;
  display: block;
  right: 0;
  top: 3px;
}
@media (max-width: 767px) {
  .sides .side-left .side-l-t {
    padding: 20px 0 0;
  }
  .sides .side-left .side-l-t:before {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}
.sides .side-right {
  text-align: left;
  font-size: 15px;
  margin: 0 0 15px;
}
.sides .side-right p {
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sides .side-right p {
    text-align: center;
  }
}
.sides .side-right .side-r-t {
  padding: 0 0 0 30px;
  color: #91be28;
  margin: 0 0 15px;
  position: relative;
  font-weight: 500;
}
.sides .side-right .side-r-t:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background-color: #91be28;
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
}
@media (max-width: 767px) {
  .sides .side-right .side-r-t {
    padding: 20px 0 0;
  }
  .sides .side-right .side-r-t:before {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}

.bottom-cont {
  height: 350px;
  width: 100%;
  padding: 45px 35px 0;
}
@media (max-width: 600px) {
  .bottom-cont {
    background: url("../images/mobile_carrier.jpg") center center no-repeat;
    background-size: cover;
  }
}
.bottom-cont .b_cont_block h2, .bottom-cont .b_cont_block h3, .bottom-cont .b_cont_block h4 {
  color: white;
  text-align: left;
}
@media (max-width: 767px) {
  .bottom-cont .b_cont_block h2, .bottom-cont .b_cont_block h3, .bottom-cont .b_cont_block h4 {
    text-align: center;
  }
}
.bottom-cont .bottom-link {
  margin: 35px 0 0;
  display: block;
  color: white;
  background-color: #3a5ba6;
  border-radius: 3px;
  padding: 10px 35px;
  text-align: center;
  max-width: 260px;
}
.bottom-cont .bottom-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .bottom-cont .bottom-link {
    margin: 15px auto 0;
  }
}

.carrier {
  padding: 35px 0;
}
.carrier .cont {
  padding: 0 0 25px;
}
.carrier .cont p {
  line-height: 1.5;
}
.carrier .list-title {
  font-size: 22px;
  color: #242752;
  font-weight: 500;
  margin: 55px 0 10px;
}
@media (max-width: 991px) {
  .carrier .list-title {
    text-align: center;
  }
}
.carrier .carrier-list .list-item {
  padding: 20px 0;
  border-bottom: solid 1px #cbcbcb;
}
@media (max-width: 767.98px) {
  .carrier .carrier-list .list-item {
    text-align: center;
  }
}
.carrier .carrier-list .list-item .list-header h4 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .carrier .carrier-list .list-item .list-header h4 {
    text-align: center;
  }
}
.carrier .carrier-list .list-item .list-header a, .carrier .carrier-list .list-item .list-header button {
  margin-left: auto;
  background-color: #3a5ba6;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .carrier .carrier-list .list-item .list-header a, .carrier .carrier-list .list-item .list-header button {
    max-width: 190px;
    display: block;
    margin: 15px auto 0;
  }
}
.carrier .carrier-list .list-item .list-header a:focus, .carrier .carrier-list .list-item .list-header button:focus {
  background-color: #3a5ba6 !important;
}
.carrier .carrier-list .list-item .list-header a:hover, .carrier .carrier-list .list-item .list-header button:hover {
  background-color: #242752 !important;
}
.carrier .carrier-list .list-item .card {
  padding: 0;
  border: none;
  display: block;
}
.carrier .carrier-list .list-item .card strong {
  font-weight: 500;
  color: #242752;
}
.carrier .carrier-list .list-item .card ul {
  padding: 0 0 0 20px;
}
.carrier .carrier-list .list-item .card .apply {
  display: inline-block;
  background-color: #3a5ba6;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  color: white;
  border: none;
  float: left;
}
.carrier .carrier-list .list-item .card .apply:focus {
  background-color: #3a5ba6 !important;
}
.carrier .carrier-list .list-item .card .apply:hover {
  background-color: #242752 !important;
}
.carrier .carrier-list .list-item .card .close-ad {
  float: right;
  color: #242752;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.carrier .carrier-list .list-item .card .close-ad:focus {
  outline: none;
}

.back-to-about {
  background-color: #3a5ba6;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 190px;
  color: white;
}
@media (min-width: 991px) {
  .back-to-about:focus {
    background-color: #3a5ba6 !important;
    color: white;
  }
  .back-to-about:hover {
    background-color: #242752 !important;
    color: white;
  }
}
.back-to-about:hover {
  text-decoration: none;
  color: white;
}

.carrier-s {
  padding: 90px 0 100px;
}
@media (max-width: 767px) {
  .carrier-s {
    padding: 50px 0 40px;
  }
}
.carrier-s h3 {
  font-size: 25px;
  color: #242752;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
}
.carrier-s .carrier-s-block {
  padding: 0 30px;
  position: relative;
}
.carrier-s .carrier-slider {
  overflow: hidden;
}
.carrier-s .carrier-slider .carrier-s-img {
  max-width: 100%;
  max-height: 360px;
  overflow-y: hidden;
}
.carrier-s .carrier-slider .carrier-s-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .carrier-s .carrier-slider .carrier-s-img {
    display: block;
    margin: 0 auto;
  }
}
.carrier-s .carrier-slider .q_ico {
  height: 25px;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .carrier-s .carrier-slider .q_ico {
    margin: 20px auto;
  }
}
.carrier-s .carrier-slider .team_cont {
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .carrier-s .carrier-slider .team_cont {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
.carrier-s .carrier-slider .team_cont:after {
  content: "";
  width: 110px;
  height: 3px;
  background-color: #242752;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.carrier-s .carrier-slider .team_cont p {
  text-align: center;
}
@media (max-width: 767px) {
  .carrier-s .carrier-slider .team_cont p {
    line-height: 1.4;
  }
}
.carrier-s .carrier-slider .t_name {
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.2;
}
.carrier-s .carrier-slider .t_title {
  text-align: center;
  line-height: 1.2;
}
.carrier-s .carrier-button-prev, .carrier-s .carrier-button-next {
  display: block;
  height: 25px;
  width: 15px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.carrier-s .carrier-button-prev img, .carrier-s .carrier-button-next img {
  width: 100%;
}
.carrier-s .carrier-button-prev {
  left: 0;
}
.carrier-s .carrier-button-next {
  right: 0;
}

.tpl-block {
  background-color: transparent;
  margin-bottom: 30px;
}
.tpl-block img {
  max-width: 100%;
  height: auto !important;
}
.tpl-block #accordion .card-header:hover h5 p {
  color: #585db6;
}
.tpl-block .accordion .card-header:hover h5 p {
  color: #585db6;
}
.tpl-block ul {
  list-style-type: none;
  padding-left: 0;
}
.tpl-block ul li {
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.tpl-block ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}
.tpl-block ul > li > ul {
  list-style-type: none;
}
.tpl-block ul > li > ul > li {
  color: #8e989f;
  font-weight: 400;
  position: relative;
}
.tpl-block ul > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background-color: #8e989f;
}
.tpl-block table {
  table-layout: fixed;
}
.tpl-block table td {
  white-space: normal !important;
}
.tpl-block .slidedown-link {
  padding: 0 30px 30px 30px;
  display: flex;
}
.tpl-block .slidedown-link.active .plus:before {
  display: none;
}
.tpl-block .slide-link.active .plus:before {
  display: block;
}
.tpl-block .plus {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  margin-right: 10px;
}
.tpl-block .plus:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 15px;
  width: 1px;
  background-color: #252753;
}
.tpl-block .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #252753;
}
.tpl-block .side-text {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent linear-gradient(294deg, rgba(53, 121, 156, 0.5) 0%, rgba(22, 89, 120, 0.5) 63%, rgba(22, 89, 120, 0.5) 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  padding: 0 !important;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.tpl-block .side-text .inner-side {
  float: right;
  width: 50%;
  background-color: #fff;
  box-shadow: 0px 9px 28px rgba(50, 50, 93, 0.4);
  padding: 50px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.tpl-block .side-text .inner-side h3 {
  color: #252753;
}
.tpl-block .side-text .inner-side p {
  padding-top: 0;
}
.tpl-block .side-text .close {
  width: 26px;
  height: 26px;
  opacity: 0.7;
  color: #252753;
  border-radius: 50%;
  border: 1px solid #252753;
  flex: 0 0 21px;
  margin-left: auto;
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 1;
}
.tpl-block .side-text .close:hover {
  opacity: 1;
}
.tpl-block .side-text .close:before {
  position: absolute;
  left: 11px;
  top: 5px;
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #252753;
  transform: rotate(45deg);
}
.tpl-block .side-text .close:after {
  position: absolute;
  left: 11px;
  top: 5px;
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #252753;
  transform: rotate(-45deg);
}
.tpl-block .side-text.open {
  right: 0;
  left: auto;
  display: block !important;
}
.tpl-block .multi_url a {
  color: #8898aa;
  font-size: 14px;
  text-decoration: none;
}
.tpl-block .multi_url a:not(:first-of-type) {
  padding-left: 10px;
}
.tpl-block .multi_url a:not(:first-of-type):before {
  margin-right: 15px;
  background-color: rgba(136, 152, 170, 0.27);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}
.tpl-block .dropdown-el .card-header[aria-expanded=true] .angle:before {
  transform: rotate(-135deg);
}
.tpl-block .dropdown-el .angle {
  width: 1px;
  height: 1px;
  position: relative;
  display: block;
  top: -10px;
  left: -15px;
}
.tpl-block .dropdown-el .angle:before {
  content: "";
  border-bottom: 1px solid #585db6;
  border-right: 1px solid #585db6;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.tpl-block.col-sm-6 .card img {
  min-height: 300px;
  object-fit: cover;
}
.tpl-block.col-sm-6 .card.w-icon img {
  min-height: auto;
}

.tpl-block.border-0 h2 {
  border: 0;
}

.tpl-block.card {
  background-color: #fff;
  border: 0 !important;
  box-shadow: 0px 9px 28px rgba(50, 50, 93, 0.07);
  border-radius: 2px;
}
.tpl-block.card img {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.tpl-block.card h2 {
  color: #252753;
  font-size: 20px;
  margin-bottom: 0;
  border: 0;
  font-weight: 700;
  padding: 30px 30px 10px 30px;
  width: 100%;
}
.tpl-block.card h2:only-child {
  border-bottom: 0;
}
.tpl-block.card .btn {
  text-decoration: none;
}
.tpl-block.card .summary {
  padding: 30px;
}
.tpl-block.card .summary p {
  padding-top: 15px;
}
.tpl-block.card .text {
  padding: 5px 30px;
}
.tpl-block.card .text p {
  padding-top: 15px;
}
.tpl-block.card .block-img {
  padding: 30px;
}
.tpl-block.card .block-img .img-wr {
  width: 100%;
  height: auto;
  min-height: 200px;
}
.tpl-block.card .block-img img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
.tpl-block.card .block-content {
  padding: 30px;
}
.tpl-block.card .text-center {
  width: 100%;
  margin-top: auto;
}
.tpl-block.card .img-wr {
  overflow: hidden;
}
.tpl-block.card .img-wr img {
  max-width: 100%;
  max-height: 100%;
}
.tpl-block.card:hover img {
  transform: scale(1.1);
}

.tpl-block.card.card-6 .card-img-top {
  min-height: 50%;
  height: 300px;
}

.tpl-block.card.w-img {
  padding: 30px 30px 30px 0;
}
.tpl-block.card.w-img .img-wr {
  min-width: 480px;
  height: auto;
  max-width: 490px;
  max-height: 290px;
  min-height: 290px;
}
.tpl-block.card.w-img img {
  width: 100%;
  height: 100%;
}
.tpl-block.card.w-img h2 {
  padding-top: 0;
}
.tpl-block.card.w-img .summary {
  padding-top: 0;
  padding-bottom: 0;
}

.tpl-block.card.w-icon {
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  height: calc(100% - 30px);
  flex-direction: column;
}
.tpl-block.card.w-icon .img-wr {
  margin-left: 30px;
  margin-right: 30px;
  order: 1;
}
.tpl-block.card.w-icon .wrapped-el {
  order: 2;
}
.tpl-block.card.w-icon img {
  width: auto !important;
  height: auto !important;
  max-width: 185px !important;
  max-height: 185px !important;
}
.tpl-block.card.w-icon .summary {
  padding-bottom: 0;
}
.tpl-block.card.w-icon:hover img {
  transform: none !important;
}

.tpl-block.card.w-color h2 {
  color: #fff;
}
.tpl-block.card.w-color p {
  color: #fff;
}

.tpl-block.card.w-btn .btn {
  text-decoration: none;
}

.tpl-block.card.bg-green {
  background: #8bc541 0% 0% no-repeat padding-box;
}
.tpl-block.card.bg-green:hover {
  background: transparent linear-gradient(143deg, #8bc541 0%, #628a30 100%) 0% 0% no-repeat padding-box;
}

.tpl-block.card.bg-blue {
  background: transparent linear-gradient(331deg, #41b6eb 0%, #187ca8 63%, #187ca8 100%) 0% 0% no-repeat padding-box;
}
.tpl-block.card.bg-blue:hover {
  background: transparent linear-gradient(331deg, #41b6eb 0%, #187ca8 25%, #187ca8 100%) 0% 0% no-repeat padding-box;
}

.tpl-block.card.card-sm h2 {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 30px;
}
.tpl-block.card.card-sm p {
  font-size: 12px;
  line-height: 18px;
}

.tpl-block.card.block-side-img {
  display: flex;
  background-color: transparent !important;
  margin-bottom: 15px;
  padding: 30px;
}
.tpl-block.card.block-side-img .img-wr {
  order: 1;
  min-width: 480px;
  height: auto;
  max-width: 490px;
  max-height: 290px;
  min-height: 290px;
}
.tpl-block.card.block-side-img img {
  order: 1;
  width: 100%;
  height: 100%;
}
.tpl-block.card.block-side-img .wrapped-el {
  order: 2;
}
.tpl-block.card.block-side-img h2 {
  order: 2;
  color: #252753;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0 0 0 30px;
  width: 100%;
}
.tpl-block.card.block-side-img .summary {
  padding: 10px 0 0 30px;
}
.tpl-block.card.block-side-img .text-center {
  padding: 0 30px;
  text-align: left !important;
}

.tpl-block.card.block-img-right {
  padding: 30px 30px 30px 0;
}
.tpl-block.card.block-img-right .img-wr {
  order: 2 !important;
  min-width: 480px;
  height: auto;
  max-width: 490px;
  max-height: 290px;
  min-height: 290px;
}
.tpl-block.card.block-img-right .img-wr img {
  width: 100%;
  height: 100%;
}
.tpl-block.card.block-img-right h2 {
  padding-top: 0 !important;
}
.tpl-block.card.block-img-right .summary {
  padding: 0 30px 0 30px;
}
.tpl-block.card.block-img-right .wrapped-el {
  order: 1 !important;
}
.tpl-block.card.block-img-right .text-center {
  text-align: left !important;
  padding: 0 30px;
}

.tpl-block.card.block-img-left {
  padding: 30px;
}
.tpl-block.card.block-img-left .img-wr {
  order: 1 !important;
  min-width: 480px;
  height: auto;
  max-width: 490px;
  max-height: 290px;
  min-height: 290px;
}
.tpl-block.card.block-img-left .img-wr img {
  width: 100%;
  height: 100%;
}
.tpl-block.card.block-img-left h2 {
  padding-top: 0 !important;
}
.tpl-block.card.block-img-left .summary {
  padding: 0 30px 0 30px;
}
.tpl-block.card.block-img-left .wrapped-el {
  order: 2 !important;
}
.tpl-block.card.block-img-left .text-center {
  text-align: left !important;
  padding: 0 30px;
}

.tpl-block.msg-important > div {
  border: 1px solid #252753;
  border-radius: 5px;
  padding: 15px 25px;
}
.tpl-block.msg-important strong {
  font-family: ArialBlack, serif;
  font-weight: 900;
}
.tpl-block.msg-important p {
  color: #252753;
  margin-bottom: 0;
}

.tpl-block.full-block {
  flex-direction: row;
}
.tpl-block.full-block img {
  order: 2;
}
.tpl-block.full-block .img-wr {
  order: 2;
}
.tpl-block.full-block .wrapped-el .text {
  padding: 30px;
}
.tpl-block.full-block:hover {
  box-shadow: none;
}
.tpl-block.full-block .text p img {
  transition: none;
}

.tpl-block.card-simple {
  border: 0;
}
.tpl-block.card-simple:hover {
  border: 0 !important;
  box-shadow: none !important;
}
.tpl-block.card-simple:hover img {
  transform: none !important;
}
.tpl-block.card-simple .text img {
  max-width: 100%;
  max-height: 100%;
  transform: none;
  margin: 20px;
}
.tpl-block.card-simple .text table img {
  margin: 0;
}

.tpl-block.col-sm-3 img {
  height: 150px;
}
.tpl-block.col-sm-3 h2 {
  min-height: 140px;
}
.tpl-block.col-sm-3 .summary p {
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.tpl-block.w-side-img {
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-shadow: none !important;
  background-color: transparent !important;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.tpl-block.w-side-img img {
  order: 1;
  max-width: 100px;
  height: auto;
}
.tpl-block.w-side-img .img-wr {
  max-width: 100px;
  max-height: 100px;
  order: 1;
}
.tpl-block.w-side-img .wrapped-el {
  order: 2;
}
.tpl-block.w-side-img h2 {
  order: 2;
  color: #252753;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 15px;
  width: 100%;
}

.tpl-block.title-block h2 {
  color: #252753;
  font-size: 20px;
  margin-bottom: 0;
  border: 0;
  font-weight: 700;
  width: 100%;
  padding: 0 30px;
}

.tpl-block.btn-link-title {
  display: inline-block;
}
.tpl-block.btn-link-title .wrapped-el {
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  min-height: 43px;
  padding: 11px 25px;
  border: 1px solid #252753;
}
.tpl-block.btn-link-title .wrapped-el h2 {
  color: #252753;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.tpl-block.btn-link-title:hover .wrapped-el {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.tpl-block.btn-link-title:hover .wrapped-el h2 {
  color: #fff;
}

.row.inner-wrapper > div > .title-block h2 {
  padding: 0 !important;
}

.embed-code {
  overflow: hidden;
  position: relative;
}
.embed-code iframe {
  width: 100%;
  border: 0;
}

.embed-container {
  -webkit-overflow-scrolling: touch;
}
.embed-container small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}
.embed-container iframe {
  height: 600px;
}

.wrapped-el {
  width: 100%;
}
.wrapped-el .text {
  padding: 0;
}

.wrapped-img {
  overflow: hidden;
}

.alert.alert-primary {
  background-color: #f2f8ff;
  border: 1px solid #252753;
  border-radius: 5px;
  color: #585db6;
}
.alert.alert-primary p {
  color: #585db6;
}

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

#ccc {
  top: 0;
}
#ccc h2 {
  margin-bottom: 1rem;
}
#ccc .checkbox-toggle-label input:checked ~ .checkbox-toggle-toggle {
  background-color: #252753;
}
#ccc .checkbox-toggle-label:hover input:checked ~ .checkbox-toggle-toggle {
  background-color: #585db6;
}
#ccc .checkbox-toggle-label:hover input:not(:checked) ~ .checkbox-toggle-toggle {
  background-color: #b5b5b5 !important;
}
#ccc .ccc-policy-links {
  display: flex;
  justify-content: space-between;
}

.tt_idx {
  margin-left: 1px;
  color: #252753;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

.popover {
  border-color: #252753;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.popover .popover-body {
  padding: 20px 25px;
  color: #3f454b;
}
.popover .popover-body * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
}

.popover.bs-popover-top > .arrow::before {
  border-top-color: #252753;
}

.popover.bs-popover-bottom > .arrow::before {
  border-bottom-color: #252753;
}

#sitemap ul {
  list-style-type: none;
}
#sitemap ul li {
  font-size: 14px;
  color: #3f454b;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
#sitemap ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #252753;
  font-size: 17px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  .top-section {
    height: auto;
    min-height: 410px;
    background-size: contain;
    position: relative;
  }
  .top-section .top-text {
    order: 1;
  }
  .top-section .main-search {
    order: 2;
  }
  .top-section .resp-bg {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .top-section .background-image {
    background-size: auto 100% !important;
  }
  .top-section .top-title {
    padding-top: 20px;
  }
  .top-section .route-search {
    margin: 20px auto 0 auto;
    width: 290px;
  }
  .top-section h1 {
    font-size: 26px;
    line-height: 33px;
  }

  #news-section {
    padding-top: 20px;
  }
  #news-section .btn-default {
    float: none;
  }
  #news-section .news-wr {
    margin-bottom: 25px;
  }
  #news-section .title-link {
    height: auto;
  }
  #news-section .title-link h6 {
    height: auto;
  }

  .mobile-cat {
    display: block;
  }

  .screen-cat {
    display: none;
  }

  .links-section .top-resp img {
    width: 100%;
    height: auto;
  }
  .links-section p {
    display: none;
  }
  .links-section h2 {
    margin: 20px 0;
  }
  .links-section .buttons-wr {
    width: 100%;
  }

  .top-resp {
    order: 1;
  }

  .bottom-resp {
    order: 2;
  }
  .bottom-resp ul {
    display: none;
  }

  footer {
    padding-top: 20px;
  }
  footer .footer-menu-container:before {
    content: "";
    position: absolute;
    background-color: rgba(248, 248, 250, 0.8);
    height: 100%;
  }
  footer .footer-col ul {
    padding-top: 15px;
    display: none;
  }
  footer .footer-col ul a {
    padding: 5px 0;
    display: block;
    color: #252753;
  }
  footer .footer-col .ft-inner {
    border-bottom: 1px solid #efeff0;
    margin-bottom: 0;
    padding: 14px 0;
  }
  footer .footer-col.show ul {
    display: block;
  }
  footer .footer-col.show .arrow.down {
    transform: rotate(135deg);
  }
  footer .ft-inner .pt-link {
    display: none;
  }
  footer .resp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .resp-title span {
    font-size: 14px;
    color: #252753;
  }
  footer .newsletter-form {
    padding-top: 0;
    border: 0;
  }
  footer .newsletter-form h3 {
    font-size: 19px;
    margin: 0 0 20px 0;
    color: #fff !important;
  }
  footer .newsletter-form input {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  footer .newsletter-form .select2-selection.select2-selection--single {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  footer .newsletter-form .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
  footer .newsletter-form .btn-primary {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  footer .row-wr > div > div {
    margin-bottom: 25px;
  }
  footer .row-wr > div > div:nth-of-type(1) {
    order: 3;
  }
  footer .row-wr > div > div:nth-of-type(2) {
    order: 1;
  }
  footer .row-wr > div > div:nth-of-type(3) {
    order: 2;
    margin-bottom: 30px;
  }
  footer .ft-col-links {
    justify-content: flex-start;
  }

  .procurement_filter .form-row > div {
    margin-bottom: 15px;
  }
  .procurement_filter .search_field {
    margin-top: 30px;
  }

  .content-wrapper .text > ul {
    padding-left: 0;
  }
  .content-wrapper .table-wr {
    overflow-x: scroll;
  }

  .newest-article {
    padding-bottom: 20px;
  }
  .newest-article .article-img {
    display: none;
  }
  .newest-article .mobile-img {
    margin-top: 30px;
  }

  .news_search_wrap #filter_by_period {
    margin-bottom: 20px;
  }
  .news_search_wrap .collapse-btn-wr {
    margin-top: 20px;
    width: 100%;
  }
  .news_search_wrap .collapse-btn-wr .btn {
    justify-content: center;
  }

  .categories-list li {
    display: block !important;
  }
  .categories-list li:after {
    display: none !important;
  }

  .bottom-wr {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .related-items .top-title h3 {
    margin-bottom: 20px !important;
  }
  .related-items .top-title .btn-link {
    float: none;
    margin: 0 auto 20px auto;
    display: block;
    text-align: center;
  }

  .cam-row img {
    height: auto;
  }

  ol.breadcrumb {
    flex-direction: column;
  }
  ol.breadcrumb .breadcrumb-item:not(:first-of-type) {
    padding-left: 0;
  }

  .image-gallery {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  #floated #imageGallery li {
    height: 300px;
  }

  #imageGallery img {
    height: 100%;
  }

  .floated.single-img {
    width: 100%;
    margin-left: 0;
  }
  .floated.single-img img {
    width: 100%;
    height: auto;
  }

  .contacts-filter {
    max-width: 100%;
    position: relative;
    margin-top: 25px;
    top: 0;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 0;
  }

  .tab-pills .nav-pills {
    flex-direction: column;
  }
  .tab-pills .nav-item:not(:last-of-type) {
    margin: 0 0 10px 0 !important;
  }

  .steps li.step {
    padding-left: 30px;
  }
  .steps .w-img {
    justify-content: center;
  }
  .steps .w-discount h5 {
    margin-left: 10px;
  }
  .steps .step-content .form-check-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .steps .step-content .btm-cart {
    flex-direction: column;
  }
  .steps .step-content .btm-cart .btn {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }

  .modal-general .modal-body {
    align-items: center !important;
  }
  .modal-general .modal-body img {
    margin-bottom: 20px;
  }
  .modal-general .side-modal-content {
    padding-left: 0;
  }
  .modal-general .modal-footer {
    flex-direction: column;
  }
  .modal-general .modal-footer > * {
    width: 100%;
  }
  .modal-general .modal-footer > * button {
    margin-top: 10px;
  }

  #simplepoll {
    right: 10px;
    width: 300px;
  }
  #simplepoll .slider_cover {
    display: flex;
    flex-direction: column;
  }
  #simplepoll .slider_cover .slider-range {
    margin-left: 0;
    width: 100% !important;
  }
  #simplepoll .slider_cover .slider_txt {
    margin-bottom: 10px;
  }
  #simplepoll .slider_cover .slider_val {
    margin-bottom: 10px;
  }

  .tpl-block.w-side-img {
    padding-left: 0;
  }

  .tpl-block.card.w-img {
    padding: 0;
  }
  .tpl-block.card.w-img .img-wr {
    min-width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }

  .tpl-block.card.block-side-img {
    padding: 0 30px 30px 0;
  }
  .tpl-block.card.block-side-img .img-wr {
    min-width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }

  .tpl-block.card.w-icon .img-wr {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 30px;
  }

  .tpl-block table {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .border-sides-light {
    border: 0;
  }

  .buttons-wr {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
  .buttons-wr > .btn:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .navbar-main {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 5px;
  }
  .navbar-main > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .general-nav {
    display: none;
  }

  #navbarTop {
    display: none;
  }

  .bottom-menu {
    display: none;
  }

  .screen-logo {
    display: none;
  }

  .inner-menu {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  body {
    padding-top: 50px;
  }

  .main-search {
    justify-content: center;
    margin-top: 40px;
  }

  .info-section .buy-ticket {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }

  .links-section .info-wr {
    padding: 30px 0;
  }

  footer .footer-menu-container > .row {
    position: relative;
    z-index: 2;
  }
  footer .footer-menu-container > .row:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
    background-color: #f9f9fb;
    z-index: 1;
  }
  footer .footer-menu-container > .row:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #f9f9fb;
    z-index: 1;
  }

  .form-group.w-long-arrow {
    width: 100%;
    justify-content: center;
  }
  .form-group.w-long-arrow:after {
    transform: translate(55px);
  }

  .nform ul.form_ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nform ul.form_ul > li {
    width: 100%;
    max-width: 100% !important;
  }
  .nform ul.form_ul > li input {
    max-width: 100%;
  }

  .file-upload-wr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .select2-selection.select2-selection--multiple .select2-selection__clear {
    line-height: 38px;
  }
  .select2-selection.select2-selection--multiple .select2-search__field {
    margin-bottom: 0 !important;
  }

  .messages_widget {
    padding-top: 51px;
  }
  .messages_widget:empty {
    display: none;
  }

  .content-wrapper.w-aside {
    flex-direction: column;
  }
  .content-wrapper.w-aside aside {
    padding: 15px 15px 0 15px;
  }
  .content-wrapper.w-aside aside li {
    margin-bottom: 10px;
  }
  .content-wrapper.w-aside section {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper .w-aside {
    flex-direction: column;
  }
  .content-wrapper .w-aside aside {
    padding: 15px 15px 0 15px;
    border-right: 0;
  }
  .content-wrapper .w-aside aside li {
    margin-bottom: 10px;
  }
  .content-wrapper .w-aside section {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }

  .news_items_list .news_item:last-of-type a {
    margin: 0;
  }
  .news_items_list .news_item_link {
    margin-bottom: 25px;
  }
  .news_items_list .news-wr {
    padding-top: 0;
  }

  .top-content.selfservice {
    display: flex;
    height: auto;
  }
  .top-content.selfservice .top-index {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-content.selfservice .side-top {
    max-width: 100%;
  }

  .top-content {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .mc-selfservice {
    padding-top: 20px;
  }
  .mc-selfservice .nav-tabs {
    position: relative;
    display: flex;
  }
  .mc-selfservice .nav-tabs .nav-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .renewed-date {
    margin-top: 15px;
  }

  .header-w-cover {
    min-height: 380px;
  }
  .header-w-cover .inner-cover-content h2 {
    text-align: left;
  }
  .header-w-cover .inner-cover-content p {
    text-align: left;
  }

  .header-w-def-img {
    min-height: 370px;
  }
  .header-w-def-img .inner-cover-content h2 {
    text-align: left;
  }
  .header-w-def-img .inner-cover-content p {
    text-align: left;
  }

  .container.w-cover .form-w-desc {
    padding-left: 0;
    padding-right: 0;
  }

  .structure-container {
    padding-left: 0;
    padding-right: 0;
  }
  .structure-container .content-wrapper {
    padding: 15px !important;
  }

  ol {
    padding-left: 20px;
  }

  ul {
    padding-left: 20px;
  }

  .row-top > div {
    margin-bottom: 15px;
  }
  .row-top .card-header {
    justify-content: center;
  }

  .bottom-navigation .pager_value {
    justify-content: center;
  }
  .bottom-navigation .pages {
    margin-bottom: 30px;
  }

  .tpl-block.full-block {
    flex-direction: column;
  }
  .tpl-block.full-block img {
    order: 1;
  }
  .tpl-block.full-block .wrapped-el {
    order: 2;
  }

  .tpl-block .side-text .inner-side {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .btn-default {
    width: 100%;
  }

  .btn-primary {
    width: 100%;
  }

  .buttons-wr .btn:not(:last-of-type) {
    margin-bottom: 15px;
  }

  #news-section .title-link h6 {
    margin: 0;
  }

  .procurement_filter .date-select {
    flex-direction: column;
  }
  .procurement_filter .date-select > div {
    padding: 0 !important;
  }
  .procurement_filter .date-select > div:first-of-type {
    margin-bottom: 15px;
  }
  .procurement_filter .search_field button {
    max-width: 50px;
  }

  .nform {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nform .input_type_date {
    width: 100% !important;
    max-width: 100%;
  }
  .nform .input_type_date > div {
    max-width: 100%;
  }
  .nform .input_type_time24 {
    width: 100% !important;
    max-width: 100%;
  }
  .nform .input_type_time24 > div {
    max-width: 100%;
  }
  .nform .form_ul .nform_btn.boots {
    max-width: 100px;
  }
  .nform .form_ul .valid_show {
    min-height: 0 !important;
  }
  .nform ul.form_ul > li {
    padding: 5px 0 !important;
  }

  .messages_widget .close {
    position: absolute;
    top: 0;
  }
  .messages_widget .inner-wr {
    flex-direction: column;
  }
  .messages_widget .btn {
    margin-top: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .mobile-logo {
    display: none;
  }

  .mobile-nav {
    display: none;
  }

  #mobile-nav {
    display: none;
  }

  footer .ft-inner .arrow {
    display: none;
  }

  .news-list .content-wrapper {
    padding: 40px 0;
  }

  .form-structure .content-wrapper {
    padding: 40px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .info-section .buy-ticket {
    position: relative;
    top: 0;
  }

  footer .newsletter-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .newsletter-form form button {
    margin: 0;
  }
  footer .newsletter-form form h3 {
    margin-bottom: 10px !important;
  }
  footer .newsletter-form form input {
    margin-bottom: 10px !important;
  }
  footer .newsletter-form form .select2 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 769px) {
  .scroll-wr {
    display: none;
  }

  footer .mb-link {
    display: none;
  }
  footer .footer-col i {
    display: none;
  }
  footer .resp-title {
    margin-bottom: 10px;
  }
  footer .resp-title .plus {
    display: none;
  }

  .newest-article .article-info .mobile-img {
    display: none;
  }

  .steps .bottom-info {
    margin-top: 20px;
  }

  .tpl-block.card.w-img.full-block img {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .form-row > .col:not(:last-of-type) {
    padding-right: 15px;
  }
  .form-row > [class*=col-]:not(:last-of-type) {
    padding-right: 15px;
  }

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

  .col-lg-3_5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 1140px) and (max-width: 1399px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 565px) {
  #floated #imageGallery li {
    height: 150px;
  }
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 640px;
  }
}
@media (max-width: 930px) {
  .embed-container iframe {
    height: 760px;
  }
}
@media (max-width: 576px) {
  #sitemap {
    padding: 0;
  }
  #sitemap > ul {
    padding-left: 0;
  }
}
.open-dropdown {
  width: 230px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .open-dropdown:hover .dropdown-menu {
    display: block;
  }
}
.open-dropdown.active {
  background-color: #3a5ba6 !important;
}

.section-link .make-white {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

.make-white {
  filter: brightness(0) invert(1);
}

.dropdown-menu {
  padding: 10px 0;
  margin: 0;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  white-space: unset;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #3a5ba6;
}
.dropdown-item span {
  width: calc(100% - 15px);
  padding-right: 25px;
}

.form-page p {
  font-weight: 400;
}
.form-page strong {
  font-weight: 500;
}
.form-page .form-warning {
  border: solid 2px red;
  padding: 5px 15px;
}
.form-page .ajax-loader, .form-page .wpcf7-spinner {
  display: none !important;
}
.form-page .bike-form .select-change {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-page .bike-form .select-change input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-page .bike-form .select-change .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.form-page .bike-form .select-change .radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.form-page .bike-form .select-change .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.form-page .bike-form .select-change .checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-page .bike-form .select-change input:checked ~ .radio:after {
  display: block;
}
.form-page .bike-form .select-change input:checked ~ .radio {
  background-color: #252753;
}
.form-page .bike-form .select-change input:checked ~ .checkbox:after {
  display: block;
}
.form-page .bike-form .select-change input:checked ~ .checkbox {
  background-color: #252753;
}
.form-page .bike-form .select-change:hover input ~ .radio {
  background-color: #ccc;
}
.form-page .bike-form .select-change:hover input ~ .checkbox {
  background-color: #ccc;
}
.form-page .bike-send {
  text-align: center;
  display: block;
  width: 210px;
  background-color: #252753;
  padding: 10px 0;
  color: white;
  border-radius: 3px;
  border: none;
}
.form-page .bike-send:hover {
  background-color: #3a5ba6;
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .wp-block-columns:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.block-title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .block-title {
    margin-bottom: 20px;
  }
}

.text-image-block {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #131516;
}
.text-image-block * {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .text-image-block {
    margin-bottom: 20px;
  }
}
.text-image-block .title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #242752;
}
.text-image-block .title.foto-title {
  margin-top: -10px;
}
@media (min-width: 992px) {
  .text-image-block:not(.no-events):hover {
    text-decoration: none;
  }
  .text-image-block:not(.no-events):hover * {
    color: #929597;
  }
  .text-image-block:not(.no-events):hover .image-block:after {
    opacity: 0.3;
  }
  .text-image-block:not(.no-events):hover .title {
    color: #929597;
  }
}
.text-image-block:hover {
  text-decoration: none;
}
.text-image-block .image-block, .text-image-block .icon-block {
  margin-bottom: 25px;
}
.text-image-block .image-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}
.text-image-block .icon-block {
  text-align: center;
}
.text-image-block .icon-block img {
  height: 60px;
}
@media (min-width: 1140px) {
  .text-image-block.po_3 .content {
    padding: 0 50px;
  }
}
.text-image-block a {
  text-decoration: underline;
}
.text-image-block a:hover {
  text-decoration: none;
}

.image-block {
  position: relative;
  overflow: hidden;
  padding-top: 67.3%;
}
.image-block .image {
  min-height: 100%;
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.swiper-with-nav {
  max-width: 850px;
  padding: 0 60px;
  margin: 0 auto 70px;
  position: relative;
}
@media (max-width: 767.98px) {
  .swiper-with-nav {
    margin-bottom: 30px;
  }
}
.swiper-with-nav .swiper-container {
  height: 100%;
}
.swiper-with-nav .swiper-slide {
  text-align: center;
  position: relative;
  padding-top: 66.43%;
}
.swiper-with-nav .swiper-slide img {
  height: 100%;
  max-width: calc(100% - 2px);
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-with-nav .swiper-button-prev:after, .swiper-with-nav .swiper-button-next:after {
  display: none;
}

.accordion-btn {
  margin-top: 50px;
}

.page-block {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-block {
    margin-bottom: 30px;
  }
}

.nav-tabs {
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .nav-tabs {
    flex-wrap: wrap;
  }
}
.nav-tabs.wrap {
  flex-wrap: wrap;
}
.nav-tabs.wrap .nav-item {
  width: 33.33333333%;
}
@media (max-width: 575.98px) {
  .nav-tabs.wrap .nav-item {
    width: 100%;
  }
}
.nav-tabs .nav-item {
  width: 100%;
  box-shadow: none;
  margin: 0;
}
@media (max-width: 991.98px) {
  .nav-tabs .nav-item {
    width: 33.333333%;
  }
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-item {
    width: 100%;
  }
}
.nav-tabs .nav-item:not(:last-of-type) {
  margin: 0;
}
.nav-tabs .nav-link {
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: 1px solid #D1D1D1;
  background-color: #F5F7F9;
  border-radius: 0;
  box-shadow: none;
  color: #131516;
  height: 100%;
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-link {
    padding: 10px 15px;
  }
}
.nav-tabs .nav-link:focus {
  outline: none;
}
.nav-tabs .nav-link.active {
  color: white;
  border: 1px solid #252753;
  background-color: #252753;
}

.tab-content {
  box-shadow: none;
}
.tab-content .tab-pane {
  background: none;
  padding: 30px 0 0;
}

.content table {
  width: 100% !important;
}
.content table tr:nth-child(2n+1) {
  background-color: #F5F7F9;
}
.content table td {
  border: none;
  padding: 15px 20px;
  font-size: 16px;
}
.content table tr:first-child, .content table th {
  background-color: #232751;
}
.content table tr:first-child td, .content table th td {
  border-right: 1px solid white;
  padding: 15px;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.content .wp-block-buttons {
  display: block;
}
.content .wp-block-button__link {
  border-radius: 5px;
  background-color: #3a5ba6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 35px;
}
.content .wp-block-button__link:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.content .wp-block-button__link:active {
  background-color: #252753 !important;
}
.content .wp-block-button__link:focus {
  background-color: #252753 !important;
}

.color-blocks {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .color-blocks {
    margin-bottom: 0;
  }
}

.color-col {
  margin-bottom: 30px;
}

.color-block {
  background-color: #F5F7F9;
  padding: 10px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.color-block.color-white * {
  color: #fff;
}
.color-block.color-white .desc {
  border-color: #fff;
}
.color-block a {
  text-decoration: underline;
}
.color-block a:hover {
  text-decoration: none;
}
.color-block .title-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  font-weight: 500;
}
.color-block .title-row .title {
  width: calc(100% - 80px);
  margin-top: 5px;
  font-weight: 600;
  font-size: 20px;
}
.color-block .title-row img {
  height: 40px;
}
.color-block .desc {
  border-top: 1px solid #232751;
  padding-top: 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  padding-top: 67.3%;
  display: block;
  margin-bottom: 20px;
}
.gallery-image .image {
  min-height: 100%;
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.gallery-image .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 51, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .gallery-image .hover {
    display: none;
  }
}
.gallery-image:hover .hover {
  opacity: 1;
}

.universal .page-head {
  margin-bottom: 30px;
}
.universal .thumbnail {
  margin-bottom: 30px;
}
.universal h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.universal .content-wrapper {
  padding: 0 0 20px;
}

.horizontal-blocks {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .horizontal-blocks {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .horizontal-blocks:nth-child(2n) .image-col {
    order: -1;
  }
}
.horizontal-blocks .image-block {
  padding-top: 66.6666667%;
}

.image-block.thumbnail {
  padding-top: 31%;
  margin-top: 40px;
}

.frame7-tpl .list_blocks .cust-row {
  margin: 0;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-opened .fancybox-skin {
  background-color: transparent;
  box-shadow: none;
}

.fancybox-skin {
  background: transparent;
}

.head-block {
  background-color: white;
  height: calc(100% - 16px);
}

.carrier-list {
  margin-bottom: 20px;
}

.content .wpcf7 {
  color: #232751;
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
}
.content .wpcf7 input[type=text], .content .wpcf7 input[type=password], .content .wpcf7 input[type=number], .content .wpcf7 input[type=email], .content .wpcf7 input[type=tel], .content .wpcf7 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #232751;
  color: #232751;
  padding: 10px 0;
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 0;
}
.content .wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #232751;
  color: #232751;
  padding: 10px 0;
  background-color: transparent;
  margin-bottom: 10px;
  height: 150px;
}
.content .wpcf7 ::placeholder {
  color: #232751;
}
.content .wpcf7 label {
  font-size: 14px;
  color: #232751;
}
.content .wpcf7 .wpcf7-submit {
  border-radius: 5px;
  background-color: #395BA5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.content .wpcf7 .wpcf7-submit:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.content .wpcf7 .wpcf7-submit:active {
  background-color: #252753 !important;
}
.content .wpcf7 .wpcf7-submit:focus {
  background-color: #252753 !important;
}
.content .wpcf7 .file-input {
  opacity: 1;
  margin-bottom: 90px;
  margin-top: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.content .wpcf7 .file-input:focus {
  outline: 0;
  box-shadow: none;
}
.content .wpcf7 .file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.content .wpcf7 .file-input::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  border: 1px dashed #232751;
}
.content .wpcf7 .file-input::before {
  content: "(.pdf, .doc, maks. 5 MB)";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .wpcf7 input[type=file] {
  width: 0;
}
.content .wpcf7 .dokumentas input {
  display: none;
}
.content .wpcf7 .dokumentas .wpcf7-not-valid-tip {
  display: block;
}
.content .wpcf7 .uploaded-file {
  margin-bottom: 25px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 20px;
  display: none;
}
.content .wpcf7 .uploaded-file:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
.content .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.content .wpcf7 .wpcf7-acceptance {
  margin: 20px 0 0;
  display: block;
  color: #232751;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 40px;
  display: block;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #232751;
  position: absolute;
  top: 2px;
  left: -40px;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox]:hover + span:before {
  background: none;
  border: 1px solid black;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: none;
}
.content .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: -34px;
  top: 3px;
  width: 8px;
  height: 13px;
  border-bottom: 1px solid #232751;
  border-right: 1px solid #232751;
  transform: rotate(45deg);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
}

input:focus, textarea:focus {
  box-shadow: none !important;
}

textarea,
input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.career-page .header-block {
  padding-right: 100px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .career-page .header-block {
    width: 100%;
    padding-right: 0;
  }
}
.career-page .header-block .buttons-block {
  display: flex;
  margin: 0 -5px;
}
.career-page .header-block .button-block {
  width: 50%;
  padding: 0 5px;
}
.career-page .header-block .btn {
  color: white;
  background-color: #3a5ba6;
  transition: 0.2s ease-in-out;
  padding: 10px;
}
.career-page .header-block .btn:hover {
  background-color: white;
  color: #242853;
}
.career-page .page-head {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .career-page .page-head {
    height: auto;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.career-page .page-head h2 {
  color: white;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
.career-page .page-head .breadcrumbs {
  margin: 40px 0 20px;
}
@media (max-width: 991.98px) {
  .career-page .page-head .breadcrumbs {
    margin: 10px 0 20px;
  }
}
.career-page .page-head .cont {
  margin-bottom: 30px;
  font-weight: 500;
}
.career-page .page-head p {
  font-weight: 500;
}
.career-page .page-thumbnail {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .career-page .page-thumbnail {
    position: relative;
    width: 100%;
    height: 40vw;
  }
}
.career-page .what-to-title {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .career-page .what-to-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .career-page .list-block:nth-child(2n) .image-col {
    order: -1;
  }
  .career-page .list-block:nth-child(2n) .list {
    padding: 30px 0 25px 30px;
  }
}
@media (max-width: 767.98px) {
  .career-page .list-block:nth-child(1) .list {
    padding-top: 0;
  }
}
.career-page .list-block .list {
  padding: 25px 30px 25px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .career-page .list-block .list {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.career-page .list-block .list-item {
  margin-bottom: 15px;
  display: flex;
  color: #232751;
  font-size: 18px;
  font-weight: 500;
}
.career-page .list-block .list-item .num {
  width: 22px;
  height: 22px;
  color: white;
  font-size: 14px;
  background-color: #232751;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.career-page .list-block .list-item .ctx {
  padding-left: 13px;
  width: calc(100% - 35px);
}
.career-page .list-block .image-block {
  padding-top: 55%;
  height: 100%;
}
.career-page .numbers-block {
  background-color: #232751;
  color: white;
  padding: 35px 0;
}
.career-page .numbers-block p, .career-page .numbers-block h2 {
  color: white;
}
.career-page .numbers-block p {
  font-weight: 500;
  font-size: 18px;
}
.career-page .numbers-block h2 {
  text-align: left;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .career-page .number-col {
    min-height: 175px;
  }
}
.career-page .number-block {
  font-weight: 500;
  height: 100%;
  padding: 15px 20px 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #395BA7;
  border: 1px solid #232751;
}
.career-page .number-block h3 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  width: calc(100% - 60px);
}
.career-page .number-block.first-num-block {
  background-color: #EB870E;
  justify-content: space-between;
}
.career-page .number-block .number-title {
  margin-bottom: 30px;
}
.career-page .number-block img {
  height: 40px;
}
.career-page .number-block .num {
  font-size: 35px;
}
.career-page .number-block .num-flex .title {
  padding-left: 15px;
}
.career-page .vertybes {
  background-color: #F5F7F9;
  padding-bottom: 160px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .career-page .vertybes {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .career-page .vertybes {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
.career-page .vertybes .lines {
  position: absolute;
  width: calc(100% - 30px);
}
@media (max-width: 1199.98px) {
  .career-page .vertybes .lines {
    display: none;
  }
}
.career-page .vertybes .top-lines {
  top: -60px;
  left: 15px;
}
.career-page .vertybes .bottom-lines {
  bottom: -245px;
  right: 15px;
}
@media (max-width: 1399.98px) {
  .career-page .vertybes .bottom-lines {
    bottom: -215px;
  }
}
.career-page .vertybes h2 {
  margin-bottom: 115px;
}
@media (max-width: 1399.98px) {
  .career-page .vertybes h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .career-page .vertybes h2 {
    margin-bottom: 30px;
  }
}
.career-page .vertybes-block {
  padding: 0 70px;
  color: #232751;
}
@media (max-width: 991.98px) {
  .career-page .vertybes-block {
    padding: 0;
  }
}
.career-page .vertybes-block .single-vertybe {
  margin-bottom: 30px;
}
.career-page .vertybes-block .image-block {
  border: 1px solid white;
  margin-bottom: 15px;
  padding-top: 92%;
}
.career-page .vertybes-block .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.career-page .vertybes-block .desc {
  font-weight: 500;
  padding-right: 45px;
}
@media (max-width: 575.98px) {
  .career-page .vertybes-block .desc {
    padding: 0;
  }
}
.career-page .gyvename {
  margin-bottom: 20px;
}
.career-page .gyvename h2 {
  margin-bottom: 30px;
}
.career-page .gyvename-block {
  text-align: center;
  padding: 0 50px;
  color: #232751;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .career-page .gyvename-block {
    padding: 0 20px;
  }
}
.career-page .gyvename-block .icon {
  height: 55px;
  margin-bottom: 25px;
}
.career-page .gyvename-block .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.career-page .gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.career-page .gallery .image-block {
  padding-top: 100%;
}

.head-top-menu .menu-with-child {
  position: relative;
  cursor: pointer;
}
.head-top-menu .menu-with-child:hover .child-block {
  display: block;
}
.head-top-menu .arrow {
  margin-left: 10px;
}
.head-top-menu .child-block {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #232751;
  width: 150px;
  padding-top: 25px;
}
.head-top-menu .menu-child {
  display: block;
  color: white;
  padding: 10px;
}
.head-top-menu .menu-child:not(:last-child) {
  border-bottom: 1px solid white;
}
.head-top-menu .menu-child:hover {
  color: white;
  text-decoration: underline;
}

.business-page p {
  font-weight: 500;
}
.business-page .nav-tabs .nav-link {
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border: 2px solid #252753;
  background-color: white;
  font-weight: 500;
}
.business-page .nav-tabs .nav-link.active {
  background-color: #252753;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .business-page .nav-tabs .nav-item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .business-page .nav-tabs .nav-item {
    width: 100%;
  }
  .business-page .nav-tabs .nav-item:not(:first-child) .nav-link {
    border-radius: 0;
  }
}
.business-page .tab-inner {
  max-width: 800px;
  margin: 0 auto;
}
.business-page .tab-content .tab-pane.skaiciuokle-tab {
  background-color: #252753;
  color: white;
  padding: 90px 20px;
}
@media (max-width: 767.98px) {
  .business-page .tab-content .tab-pane.skaiciuokle-tab {
    padding: 40px 20px;
  }
}
.business-page .tab-content .tab-pane {
  border: 2px solid #252753;
  border-top: none;
  padding: 20px 20px 30px;
}
.business-page .skaiciuokle-tab label {
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
.business-page .dropdown {
  margin-bottom: 30px;
}
.business-page .dropdown-toggle {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid white;
  padding: 0 0 10px 0;
  position: relative;
}
.business-page .dropdown-toggle:after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  right: 0;
  border: none;
  background-image: url(../images/meniu_rodykles-01.svg);
  width: 19px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.business-page .dropdown-item {
  cursor: pointer;
}
.business-page #quantity {
  max-width: 175px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  color: white;
  padding: 7px 0;
  margin-bottom: 50px;
}
.business-page .btn {
  transition: all 0.15s ease-in-out;
}
.business-page .btn:hover {
  background-color: white;
  color: #252753;
}
.business-page .calculated {
  max-width: 350px;
  margin: -10px 0 0 auto;
}
@media (max-width: 767.98px) {
  .business-page .calculated {
    margin: 35px 0 0;
  }
}
.business-page .pvm {
  font-size: 14px;
}
.business-page .discount, .business-page .regular-to-50 {
  margin-bottom: 29px;
  font-weight: 400;
}
.business-page #discount, .business-page #regular50 {
  font-size: 40px;
  font-weight: 500;
}
.business-page .regular {
  color: #C5C5C5;
  font-weight: 400;
  font-size: 14px;
}
.business-page #regular {
  font-size: 18px;
}
.business-page .table-top {
  border: 1px solid #252753;
  text-align: center;
  padding: 10px 15px;
  margin-left: -1px;
  margin-top: -1px;
  height: 100%;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .business-page .table-top {
    font-size: 14px;
  }
}
.business-page .blue-box {
  background-color: #252753;
  color: white;
}
.business-page .blue-box.second {
  border-left-color: white;
}
.business-page .box {
  padding: 5px 15px;
  font-weight: 500;
}
.business-page .price-row:nth-child(2n) {
  background-color: rgba(195, 195, 195, 0.15);
}
.business-page li {
  font-weight: 500;
}
.business-page .content .wpcf7 {
  font-weight: 500;
}
.business-page .content .wpcf7 ::placeholder {
  font-weight: 500;
}
.business-page .content .wpcf7 .wpcf7-acceptance input[type=checkbox] + span {
  font-weight: 500;
}

.content ol {
  list-style: none;
  padding-inline-start: 0;
  counter-reset: my-awesome-counter;
  margin: 0 0 30px;
  font-size: 1rem;
}
.content ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
}
.content ol li::before {
  content: counter(my-awesome-counter);
  margin-left: -30px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 14px;
  background-color: #232751;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
}

.benefits {
  padding: 55px 0;
  margin-bottom: 60px;
  background-color: #F5F7F9;
}
@media (max-width: 991.98px) {
  .benefits {
    margin-bottom: 35px;
    padding: 35px 0;
  }
}
.benefits h2 {
  margin-bottom: 40px;
}
.benefits h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.benefits .single-benefits:not(:last-child) {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .benefits .single-benefits:nth-child(2n) .image-col {
    order: -1;
  }
}
.benefits .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits .icons {
  height: 100%;
}
.benefits .icon-col {
  padding: 25px 25px 10px;
  color: white;
  text-align: center;
  border: 1px solid white;
  font-size: 15px;
}
@media (min-width: 576px) {
  .benefits .icon-col {
    min-height: 185px;
  }
}
@media (max-width: 575.98px) {
  .benefits .icon-col {
    padding-bottom: 20px;
  }
}
.benefits .icon-col img {
  height: 60px;
  margin-bottom: 15px;
}
.benefits .icon-col:nth-child(1), .benefits .icon-col:nth-child(2) {
  border-top: none;
}
@media (min-width: 576px) {
  .benefits .icon-col:nth-child(1), .benefits .icon-col:nth-child(2) {
    border-bottom: none;
  }
}
.benefits .icon-col:nth-child(1), .benefits .icon-col:nth-child(3) {
  border-left: none;
  border-right: none;
}
@media (max-width: 991.98px) {
  .benefits .icon-col:nth-child(2), .benefits .icon-col:nth-child(4) {
    border-right: none;
  }
}
@media (max-width: 575.98px) {
  .benefits .icon-col:nth-child(2), .benefits .icon-col:nth-child(4) {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .benefits .icon-col:nth-child(3), .benefits .icon-col:nth-child(4) {
    border-bottom: none;
  }
}
@media (max-width: 575.98px) {
  .benefits .icon-col:nth-child(3), .benefits .icon-col:nth-child(4) {
    border-top: none;
  }
}
.benefits .icon-col.green {
  background-color: #91BD27;
}
.benefits .icon-col.blue {
  background-color: #395BA7;
}
.benefits .icon-col.dark_blue {
  background-color: #252753;
}

.manager_image {
  max-width: 130px;
}
.manager_image .image-box {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 200px;
}
.manager_image .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-block {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: #242853;
  overflow: auto;
}
.login-block .bg-lines {
  position: absolute;
  right: 0;
  top: 200px;
  width: 100vw;
}
.login-block .close-login {
  font-size: 25px;
  float: right;
  color: white;
  margin: 25px 0 0;
}
.login-block .screen-logo {
  width: 220px;
  margin: 20px 0 0;
}
.login-block .login-form {
  background-color: white;
  padding: 50px 100px;
  width: 620px;
  height: 690px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
}
.login-block .login-form h2 {
  color: #242853;
  text-align: center;
  font-size: 35px;
}
.login-block .login-form .after-title {
  text-align: center;
  font-size: 15px;
}
.login-block .login-form .after-title span {
  color: #242853;
}
.login-block .login-form form .form-floating {
  position: relative;
}
.login-block .login-form form .form-floating > .form-control-plaintext::placeholder, .login-block .login-form form .form-floating > .form-control::placeholder {
  color: transparent;
}
.login-block .login-form form .form-control {
  padding: 25px 15px 0;
  min-height: 52px;
  border-radius: 3px;
}
.login-block .login-form form .form-control:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, 0.25);
}
.login-block .login-form form .form-floating > .form-control:focus, .login-block .login-form form .form-floating > .form-control:not(:placeholder-shown) {
  padding: 20px 15px 0;
}
.login-block .login-form form label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  color: #999;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.login-block .login-form form .form-floating > .form-control-plaintext ~ label, .login-block .login-form form .form-floating > .form-control:focus ~ label, .login-block .login-form form .form-floating > .form-control:not(:placeholder-shown) ~ label, .login-block .login-form form .form-floating > .form-select ~ label {
  transform: translateY(-7px);
  font-size: 11px;
  color: #66afe9;
}
.login-block .login-form form #wp-submit {
  width: 100%;
  background-color: #242853;
  color: white;
  border: none;
  border-radius: 3px;
  margin: 40px 0 0;
  padding: 8px 0;
}
.login-block .login-form .or-other {
  padding: 20px;
  position: relative;
  color: grey;
  font-size: 13px;
  text-align: center;
}
.login-block .login-form .or-other:before, .login-block .login-form .or-other:after {
  content: "";
  position: absolute;
  top: 35px;
  width: 130px;
  height: 1px;
  background-color: #c4c2c2;
}
.login-block .login-form .or-other:before {
  left: 40px;
}
.login-block .login-form .or-other:after {
  right: 40px;
}
.login-block .login-form .other-connect p {
  font-size: 14px;
  text-align: center;
  color: white;
  padding: 10px;
  margin: 0 0 15px;
  border: solid 1px black;
}
.login-block .login-form .other-connect .google {
  background-color: #2965c7;
  border-color: #2965c7;
}
.login-block .login-form .other-connect .facebook {
  background-color: #27458b;
  border-color: #27458b;
}
.login-block .login-form .other-connect .ecity-gate {
  color: #131516;
}

.self-service {
  padding: 0 0 40px;
}
.self-service h1 {
  font-size: 49px;
  display: block;
  max-width: none;
  width: 100%;
  margin: 0 0 10px;
}
.self-service .hello-self {
  font-size: 20px;
  margin: 0 0 35px;
}
.self-service .self-menu a {
  width: 25%;
  display: block;
  text-align: center;
  padding: 15px 0;
  float: left;
  background-color: #242853;
  color: white;
  border-right: solid 1px white;
}
.self-service .self-menu a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.self-service .self-menu a:last-child {
  border-right: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.self-service .self-menu a:hover {
  background-color: #ef8b1d;
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.eot");
  src: url("../fonts/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLightItalic.eot");
  src: url("../fonts/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff"), url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBoldItalic.eot");
  src: url("../fonts/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff"), url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.eot");
  src: url("../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.eot");
  src: url("../fonts/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.eot");
  src: url("../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ThinItalic.eot");
  src: url("../fonts/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat-ThinItalic.woff") format("woff"), url("../fonts/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.header .panel {
  display: none;
}

.accessibility .header + .page-head {
  margin-top: 30px;
}
.accessibility .header + .main-content {
  margin-top: 75px;
}
.accessibility .faq-height {
  max-height: unset;
}
.accessibility .panel {
  position: relative;
  display: none;
  width: 100%;
  height: 75px;
}
@media screen and (max-width: 991px) {
  .accessibility .panel {
    height: auto;
  }
}
@media (max-width: 575px) {
  .accessibility .panel {
    padding-left: 0 !important;
  }
}
.accessibility .panel .access-action-name {
  align-self: center;
}
.accessibility .panel .access-action {
  border: solid 1px transparent;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  display: block;
  cursor: pointer;
}
.accessibility .panel .access-action.size {
  padding: 0;
}
.accessibility .panel .access-action.size-1 {
  font-size: 12px !important;
}
.accessibility .panel .access-action.size-2 {
  font-size: 16px !important;
}
.accessibility .panel .access-action.large {
  font-size: 20px !important;
}
.accessibility .panel .access-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility .panel .access-close-btn .cl-btn-black,
.accessibility .panel .access-close-btn .cl-btn-white {
  width: 15px;
}
.accessibility .panel .access-close-btn .cl-btn-white {
  display: none;
}
.accessibility .panel.open {
  display: block !important;
}
@media (max-width: 991px) {
  .accessibility .access-action-name {
    min-width: 120px;
  }
}
.accessibility.bg-white .panel {
  background: #fff;
}
.accessibility.bg-white .access-action.active {
  background: #000;
  color: #fff !important;
}
.accessibility.bg-white .wp-block-button__link {
  border: 1px solid #000;
}
.accessibility.bg-white *:not(.fa):before {
  color: #000 !important;
}
.accessibility.bg-white *:not(.fa):after {
  color: #000 !important;
}
.accessibility.bg-white *:not(.fas):before {
  color: #000 !important;
}
.accessibility.bg-white *:not(.fas):after {
  color: #000 !important;
}
.accessibility.bg-white *:not(.carousel-indicators) li {
  font-family: "Montserrat", sans-serif !important;
}
.accessibility.bg-white *:not(.carousel-indicators) li:before {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white *:not(.carousel-indicators) li:after {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white label {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white label:before {
  border: 1px solid #000;
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white textarea {
  border: 1px solid #000;
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white input {
  border: 1px solid #000;
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white input::placeholder {
  color: #000;
}
.accessibility.bg-white .alert {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.accessibility.bg-white .btn.btn-warning {
  background: #fff;
  color: #000;
  border-color: #000;
}
.accessibility.bg-white .top-content a:hover {
  color: #000 !important;
}
.accessibility.bg-white .bottom-wr .date {
  color: #000;
}
.accessibility.bg-white .bottom-wr img:not(.social-icon) {
  filter: brightness(0);
}
.accessibility.bg-white footer {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.accessibility.bg-white footer img {
  filter: brightness(0);
}
.accessibility.bg-white footer .social-links img {
  filter: brightness(1);
}
.accessibility.bg-white table th {
  background-color: #fff;
}
.accessibility.bg-white .btn-link {
  color: #000;
}
.accessibility.bg-white .btn-link:after {
  border-color: #000;
}
.accessibility.bg-white #ui-datepicker-div {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.accessibility.bg-white #ui-datepicker-div .ui-datepicker-prev:before {
  border-right: 5px solid #000;
}
.accessibility.bg-white #ui-datepicker-div .ui-datepicker-next:before {
  border-left: 5px solid #000;
}
.accessibility.bg-white #ui-datepicker-div .ui-datepicker-header {
  background-color: #000;
}
.accessibility.bg-white #ui-datepicker-div .ui-datepicker-month {
  color: #fff !important;
}
.accessibility.bg-white #ui-datepicker-div .ui-datepicker-year {
  color: #fff !important;
}
.accessibility.bg-white #ui-datepicker-div .ui-state-hover.ui-datepicker-prev:before {
  border-right: 5px solid #fff;
}
.accessibility.bg-white #ui-datepicker-div .ui-state-hover.ui-datepicker-next:before {
  border-left: 5px solid #fff;
}
.accessibility.bg-white #ui-datepicker-div .ui-state-default {
  margin: 0 auto;
  border-radius: 50%;
}
.accessibility.bg-white #ui-datepicker-div tbody .ui-state-default.ui-state-active {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-white #ui-datepicker-div tbody .ui-datepicker-today a {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-white #ui-datepicker-div tbody td .ui-state-default:hover {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-white .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #000;
}
.accessibility.bg-white .nav-tabs .nav-link.active:before {
  display: none;
  background-image: none;
}
.accessibility.bg-white .nav-tabs .nav-link.active:after {
  display: none;
  background-image: none;
}
.accessibility.bg-white .navbar-main {
  border-bottom: 1px solid #000;
  background: #000;
}
.accessibility.bg-white .top-menu > ul > li a {
  color: #fff !important;
}
.accessibility.bg-white .top-menu .self-btn {
  background: #000;
  border: 1px solid #fff !important;
  border-radius: 0;
}
.accessibility.bg-white .btn-primary {
  border: 1px solid #000;
  background: linear-gradient(90deg, #efefef, #eee) !important;
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white .btn-default:hover {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-white h1 {
  text-shadow: none;
  color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h1 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white #home-widget-top a {
  background-image: none !important;
}
.accessibility.bg-white #home-widget-top:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.accessibility.bg-white .header-w-def-img {
  background-image: none !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.accessibility.bg-white .header-w-cover h2 {
  text-shadow: none;
}
.accessibility.bg-white .header-w-cover:before {
  background: rgba(0, 0, 0, 0.5);
}
.accessibility.bg-white .messages_widget .close {
  color: #000;
  border-color: #000;
}
.accessibility.bg-white .messages_widget .close:before {
  background-color: #000;
}
.accessibility.bg-white .messages_widget .close:after {
  background-color: #000;
}
.accessibility.bg-white .select2-selection.select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}
.accessibility.bg-white .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
  border-top: 4px solid #000;
}
.accessibility.bg-white .checkbox-toggle-toggle {
  background-color: #000;
}
.accessibility.bg-white #ccc .checkbox-toggle-label input:checked ~ .checkbox-toggle-toggle {
  background-color: #000 !important;
}
.accessibility.bg-white a {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white a .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white i {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white i .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white p {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white p .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white hr {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white hr .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white small {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white small .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white h2 {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h2 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white h3 {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h3 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white h4 {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h4 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white h5 {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h5 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white h6 {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white h6 .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white b {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white b .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white span {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white span .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white li {
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white li .overlay {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #000 !important;
}
.accessibility.bg-white .ft-col {
  color: #000;
}
.accessibility.bg-white .soc-wr {
  color: #000;
}
.accessibility.bg-white .btn-success {
  background: linear-gradient(90deg, #efefef, #eee) !important;
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white .btn-danger {
  background: linear-gradient(90deg, #efefef, #eee) !important;
  border-color: #000 !important;
  color: #000 !important;
}
.accessibility.bg-white .dropdown-menu > .active > a {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white .dropdown-menu > .active > a:hover {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white .dropdown-menu > .active > a:focus {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white .dropdown-menu li:hover {
  background-color: #eee !important;
}
.accessibility.bg-white .nav .languages .dropdown-menu li a:hover {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white .nav .languages .dropdown-menu li.active a {
  background: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white img {
  filter: grayscale(1);
  filter: grayscale(1);
}
.accessibility.bg-white input[type=text]:focus {
  box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.08) !important;
  border-color: #000 !important;
}
.accessibility.bg-white .ui-timepicker-div .ui-widget-header {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-white .ui-timepicker-div .ui-slider-handle {
  background-color: #000;
}
.accessibility.bg-white .ui-datepicker-buttonpane button.ui-state-default {
  background-color: #000;
  color: #fff;
  border-radius: 5px !important;
  border: 0;
}
.accessibility.bg-white .content-wrapper {
  background-color: #fff;
}
.accessibility.bg-white ul li:before {
  background-color: #fff !important;
  color: #000 !important;
}
.accessibility.bg-white .chat-widget {
  background-color: #000;
}
.accessibility.bg-white .plus:before {
  background-color: #000 !important;
}
.accessibility.bg-white .plus:after {
  background-color: #000 !important;
}
.accessibility.bg-white .inner_wrap {
  background-color: #fff;
}
.accessibility.bg-white .bg-grey {
  background-color: #fff;
  border-radius: 5px;
}
.accessibility.bg-white .checkbox-wr input:checked ~ .checkmark {
  background-color: #fff;
}
.accessibility.bg-white .checkbox-wr:hover input ~ .checkmark {
  background-color: #343434;
}
.accessibility.bg-white .switch-arrows {
  background-color: #000 !important;
}
.accessibility.bg-white .background-image,
.accessibility.bg-white .page-head {
  background-color: #fff;
  background-image: none !important;
}
.accessibility.bg-white .top-title h1 {
  color: #fff !important;
}
.accessibility.bg-white iframe {
  filter: grayscale(1);
}
.accessibility.bg-white .bottom-menu .search-form {
  border: none !important;
}
.accessibility.bg-white .head-block {
  border: 1px solid #000;
}
.accessibility.bg-white .head-block .head-one,
.accessibility.bg-white .head-block .head-two,
.accessibility.bg-white .head-block .head-three {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-white .info-section,
.accessibility.bg-white .important-info,
.accessibility.bg-white .after_head,
.accessibility.bg-white .accordion_list {
  background-color: #fff;
}
.accessibility.bg-white .section-link,
.accessibility.bg-white .btn-one {
  background-color: #000 !important;
  color: #fff !important;
}
.accessibility.bg-white .payment_blocks {
  background-color: #fff;
}
.accessibility.bg-white .payment_blocks a {
  background-color: #000 !important;
  color: #fff !important;
}
.accessibility.bg-white .btn-footer {
  background-color: #000;
}
.accessibility.bg-black {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.accessibility.bg-black .panel {
  background: #000;
}
.accessibility.bg-black .cl-btn-black {
  display: none;
}
.accessibility.bg-black .cl-btn-white {
  display: inline-block !important;
}
.accessibility.bg-black .access-action.active {
  background: #fff;
  color: #000 !important;
}
.accessibility.bg-black .head-block .head-one,
.accessibility.bg-black .head-block .head-two,
.accessibility.bg-black .head-block .head-three {
  background-color: #fff;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
.accessibility.bg-black .head-block a {
  color: #000 !important;
}
.accessibility.bg-black .section-link {
  background: #fff;
  color: #000 !important;
}
.accessibility.bg-black .info-section,
.accessibility.bg-black .important-info,
.accessibility.bg-black .after_head,
.accessibility.bg-black .accordion_list {
  background-color: #000;
}
.accessibility.bg-black .btn-footer {
  background: #fff;
  color: #000;
}
.accessibility.bg-black .self-btn {
  background: #fff;
  border-radius: 0;
  color: #000 !important;
}
.accessibility.bg-black .btn-cust-group {
  padding-top: 10px;
}
.accessibility.bg-black .btn-one,
.accessibility.bg-black .more-faq {
  background-color: #fff !important;
  color: #000 !important;
}
.accessibility.bg-black .payment_blocks {
  background-color: #000;
}
.accessibility.bg-black .payment_blocks a {
  background-color: #fff !important;
  color: #000 !important;
}
.accessibility.bg-black .soc-wr {
  color: #fff;
}
.accessibility.bg-black .wp-block-button__link {
  color: #000 !important;
}
.accessibility.bg-black .pagination a {
  color: #000 !important;
}
.accessibility.bg-black .list-cont ul li::before {
  background-color: #fff;
}
.accessibility.bg-black .background-image,
.accessibility.bg-black .page-head {
  background-color: #000;
  background-image: none !important;
}
.accessibility.bg-black *:not(.fa):before {
  color: #fff !important;
}
.accessibility.bg-black *:not(.fa):after {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black *:not(.fas):before {
  color: #fff !important;
}
.accessibility.bg-black *:not(.fas):after {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-indicators) li:before {
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-indicators) li:after {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-control-prev-icon):before {
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-control-prev-icon):after {
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-control-next-icon):before {
  color: #fff !important;
}
.accessibility.bg-black *:not(.carousel-control-next-icon):after {
  color: #fff !important;
}
.accessibility.bg-black label {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.accessibility.bg-black label:before {
  border: 1px solid #fff;
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black label .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black textarea {
  border: 1px solid #fff;
  background: #000 !important;
  color: #fff !important;
  background: linear-gradient(90deg, #333, #111) !important;
}
.accessibility.bg-black input {
  border: 1px solid #fff;
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black input::placeholder {
  color: #fff;
}
.accessibility.bg-black .select2-selection.select2-selection--multiple {
  background-color: #000;
}
.accessibility.bg-black .select2-selection.select2-selection--multiple .select2-selection__choice {
  background-color: #000 !important;
  border: 1px solid #fff !important;
}
.accessibility.bg-black .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
  border-top: 4px solid #fff;
}
.accessibility.bg-black .navbar-main {
  background: #000;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.accessibility.bg-black .bottom-menu {
  background-color: #000;
}
.accessibility.bg-black .sub-wr {
  background-color: #000 !important;
}
.accessibility.bg-black ul.side-actions-list li a i {
  color: #000 !important;
}
.accessibility.bg-black .nav-back {
  color: #000 !important;
}
.accessibility.bg-black .nav-back i {
  color: #000 !important;
}
.accessibility.bg-black .alert {
  border: 1px solid #fff;
  border: 1px solid #fff !important;
  background: #000;
  color: #fff;
}
.accessibility.bg-black #ui-datepicker-div {
  border: 1px solid #fff !important;
  background: #000;
  color: #fff;
  box-shadow: none;
}
.accessibility.bg-black #ui-datepicker-div .ui-datepicker-prev:before {
  border-right: 5px solid #fff;
}
.accessibility.bg-black #ui-datepicker-div .ui-datepicker-next:before {
  border-left: 5px solid #fff;
}
.accessibility.bg-black #ui-datepicker-div .ui-datepicker-header {
  background-color: #000;
}
.accessibility.bg-black #ui-datepicker-div .ui-datepicker-month {
  color: #fff !important;
}
.accessibility.bg-black #ui-datepicker-div .ui-datepicker-year {
  color: #fff !important;
}
.accessibility.bg-black #ui-datepicker-div .ui-state-hover.ui-datepicker-prev:before {
  border-right: 5px solid #fff;
}
.accessibility.bg-black #ui-datepicker-div .ui-state-hover.ui-datepicker-next:before {
  border-left: 5px solid #fff;
}
.accessibility.bg-black #ui-datepicker-div .ui-state-default {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #000;
}
.accessibility.bg-black #ui-datepicker-div tbody .ui-state-default.ui-state-active {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-black #ui-datepicker-div tbody .ui-datepicker-today a {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-black #ui-datepicker-div tbody td .ui-state-default:hover {
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-black footer {
  background: #000;
  color: #fff;
}
.accessibility.bg-black .nform.bootstrap.submit_hidden {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .card-df .card-header {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .card-df .card-body {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .btn-link {
  color: #fff;
}
.accessibility.bg-black .btn-link:after {
  border-color: #fff;
}
.accessibility.bg-black .btn-default:hover {
  background-color: #fff;
  color: #000 !important;
}
.accessibility.bg-black .iframe-wrap h4 {
  color: #000 !important;
}
.accessibility.bg-black iframe {
  filter: grayscale(1);
}
.accessibility.bg-black #home-widget-top {
  border: 1px solid #fff;
}
.accessibility.bg-black #home-widget-top a {
  background-image: none !important;
}
.accessibility.bg-black #home-widget-top:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.accessibility.bg-black .header-w-def-img {
  background-image: none !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.accessibility.bg-black .header-w-cover h2 {
  text-shadow: none;
}
.accessibility.bg-black .header-w-cover:before {
  background: rgba(0, 0, 0, 0.5);
}
.accessibility.bg-black .sm-card:hover {
  border-color: #fff;
}
.accessibility.bg-black .content-wrapper {
  background-color: #000;
  border: 1px solid #fff;
}
.accessibility.bg-black .content-wrapper ul li:before {
  background-color: #fff;
  background-color: #000;
  color: #fff !important;
}
.accessibility.bg-black table td {
  color: #fff;
}
.accessibility.bg-black .navbar-toggler span {
  background-color: #fff;
}
.accessibility.bg-black .mobile-menu {
  background-color: #000;
}
.accessibility.bg-black .mobile-menu .top-mobile {
  background: #000;
}
.accessibility.bg-black .mobile-menu .search-wr {
  background: #000;
}
.accessibility.bg-black .mobile-menu .search-wr input {
  border: 0;
}
.accessibility.bg-black .mobile-menu .mobile-nav {
  background: #000;
}
.accessibility.bg-black .mobile-menu .search-form {
  border: none !important;
}
.accessibility.bg-black .mobile-menu .submenu-link {
  background-color: #000 !important;
}
.accessibility.bg-black .mobile-menu .submenu-link:after {
  background-color: #000 !important;
}
.accessibility.bg-black .mobile-menu .close:before {
  background-color: #fff;
}
.accessibility.bg-black .mobile-menu .close:after {
  background-color: #fff;
}
.accessibility.bg-black .bg-grey {
  background-color: #000;
  border-radius: 5px;
}
.accessibility.bg-black .checkbox-wr input:checked ~ .checkmark {
  background-color: #000;
}
.accessibility.bg-black .checkbox-wr:hover input ~ .checkmark {
  background-color: #343434;
}
.accessibility.bg-black .ui-timepicker-div .ui-widget-header {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .ui-timepicker-div .ui-slider-handle {
  background-color: #000;
  border: 1px solid #fff;
}
.accessibility.bg-black .ui-datepicker-buttonpane button.ui-state-default {
  background-color: #fff;
  color: #000;
  border-radius: 5px !important;
  border: 0;
}
.accessibility.bg-black .nav-tabs .nav-link.active {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .nav-tabs .nav-link.active:before {
  background-color: #000;
  background-image: none;
}
.accessibility.bg-black .nav-tabs .nav-link.active:after {
  background-color: #000;
  background-image: none;
}
.accessibility.bg-black .table thead tr th {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .table thead tr td {
  background-color: #000;
  color: #fff;
}
.accessibility.bg-black .select2-dropdown {
  background-color: #000;
  background-color: #000;
}
.accessibility.bg-black .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #000;
}
.accessibility.bg-black .select2-dropdown .select2-results__option {
  background-color: #000;
}
.accessibility.bg-black .navbar-bottom {
  background: #000;
  color: #fff;
}
.accessibility.bg-black .dropdown-menu {
  background-color: #000 !important;
}
.accessibility.bg-black .dropdown-menu > .active > a {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black .dropdown-menu > .active > a:hover {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black .dropdown-menu > .active > a:focus {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black .dropdown-menu li:hover {
  background-color: #191919 !important;
}
.accessibility.bg-black .btn-primary {
  border: 1px solid #fff;
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .buy-ticket {
  background-color: #000;
  border: 1px solid #fff;
}
.accessibility.bg-black .chat-widget {
  border: 1px solid #fff;
  background-color: #000;
}
.accessibility.bg-black .inner_wrap {
  background-color: #000;
}
.accessibility.bg-black .card {
  background-color: #000;
}
.accessibility.bg-black .card .card-header {
  background-color: #000;
}
.accessibility.bg-black .row-top .card-header {
  border-bottom: 1px solid #fff;
}
.accessibility.bg-black .footer-col {
  background-color: #000;
}
.accessibility.bg-black .plus:before {
  background-color: #fff !important;
}
.accessibility.bg-black .plus:after {
  background-color: #fff !important;
}
.accessibility.bg-black #accordion .card-header {
  background-color: #000 !important;
}
.accessibility.bg-black #accordion .card-body {
  background-color: #000;
}
.accessibility.bg-black .accordion .card-header {
  background-color: #000 !important;
  border: 1px solid #fff;
}
.accessibility.bg-black .accordion .card-body {
  background-color: #000;
}
.accessibility.bg-black .btn.btn-warning {
  border: 1px solid #fff !important;
  background: #000;
  color: #fff;
  border-color: #fff;
}
.accessibility.bg-black a {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black a .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black i {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black i .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black p {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black p .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black hr {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black hr .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black small {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black small .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h1 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h1 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h2 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h2 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h3 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h3 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h4 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h4 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h5 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h5 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black h6 {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black h6 .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black b {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black b .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black span {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black span .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black li {
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black li .overlay {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}
.accessibility.bg-black .btn-success {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .btn-danger {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black form[role=search] input.form-control.search {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .select2-selection.select2-selection--single {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .btn-bg-block {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .btn-outline.btn-white:hover {
  background: linear-gradient(90deg, #333, #111) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.accessibility.bg-black .nav .languages .dropdown-menu li a:hover {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black .nav .languages .dropdown-menu li.active a {
  background: #000 !important;
  color: #fff !important;
}
.accessibility.bg-black img {
  filter: grayscale(1);
}
.accessibility.bg-black .background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.accessibility.bg-black .top-title h1 {
  color: #fff !important;
}
.accessibility.bg-black section {
  background: #000;
}
.accessibility.bg-black section#news-section {
  background-color: #000;
}
.accessibility.bg-black .bg-grey-gradient {
  background: #000;
}
.accessibility.bg-black .submenu {
  border: 0;
}
.accessibility.bg-black .search-form {
  background-color: #000;
  border: none !important;
}
.accessibility.bg-black .route-search {
  background-color: #000;
  border: 1px solid #fff !important;
}
.accessibility.bg-black .switch-arrows {
  background-color: #000;
  border: 1px solid #fff !important;
}
.accessibility.bg-black .inner-cover-content h2 {
  color: #000 !important;
}
.accessibility.img-hide img:not(.permanent) {
  visibility: hidden !important;
}
.accessibility.size-2 .more-faq, .accessibility.size-3 .more-faq {
  width: 150px;
}
.accessibility.size-2 .more-faq:hover, .accessibility.size-3 .more-faq:hover {
  background-color: #000;
}
.accessibility.size-2 .page-head .head-block, .accessibility.size-3 .page-head .head-block {
  bottom: 0;
}
.accessibility.size-2 .page-head .head-block .link-arr, .accessibility.size-3 .page-head .head-block .link-arr {
  padding-top: 10px;
}
.accessibility.size-2 .search-form, .accessibility.size-3 .search-form {
  width: auto;
  height: auto;
  border: none !important;
}
.accessibility.size-2 {
  font-size: 19px;
}
.accessibility.size-2 * {
  font-size: 1.25rem !important;
}
.accessibility.size-2 .h1 {
  font-size: 1.5em !important;
}
.accessibility.size-2 h2 {
  font-size: 1.5em !important;
}
.accessibility.size-2 h3 {
  font-size: 1.5em !important;
}
.accessibility.size-2 .top-title h1 {
  font-size: 35px !important;
}
.accessibility.size-2 .route-search {
  height: 400px;
}
.accessibility.size-2 .route-search .btn-primary {
  padding: 0;
}
.accessibility.size-2 #news-section .title-link h6 {
  height: 66px;
}
.accessibility.size-2 .important-info .imp-info-box h3 {
  height: 160px;
}
.accessibility.size-2 .important-info .imp-info-box p {
  height: 125px;
}
.accessibility.size-2 .pages a {
  margin-top: -3px;
  width: 40px;
  height: 40px;
}
.accessibility.size-2 .head-content {
  max-width: unset;
}
.accessibility.size-2 .page_blocks .p-block h4 {
  height: 80px;
}
@media (max-width: 991px) {
  .accessibility.size-2 .access-action-name {
    min-width: 140px;
  }
}
.accessibility.size-3 {
  font-size: 23px;
}
.accessibility.size-3 * {
  font-size: 1.4rem !important;
}
.accessibility.size-3 .footer-main-bottom span {
  line-height: 1;
}
.accessibility.size-3 .h1 {
  font-size: 1.7em !important;
}
.accessibility.size-3 h2 {
  font-size: 1.7em !important;
}
.accessibility.size-3 h3 {
  font-size: 1.7em !important;
}
.accessibility.size-3 .top-title h1 {
  font-size: 40px !important;
}
.accessibility.size-3 .route-search {
  min-height: 420px;
}
.accessibility.size-3 .route-search .btn-primary {
  padding: 0;
}
.accessibility.size-3 #news-section .title-link h6 {
  height: 66px;
}
.accessibility.size-3 .header_menus > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.accessibility.size-3 .header_menus > .row > div[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.accessibility.size-3 .header_menus .head-block ul li a {
  padding: 20px 5px;
}
.accessibility.size-3 .header_menus .head-block ul li a .link-arr {
  margin: 12px 2px 0 0;
}
.accessibility.size-3 .news-wr .title-link {
  height: 120px !important;
}
.accessibility.size-3 .news-wr .title-link h6 {
  height: auto !important;
}
.accessibility.size-3 .news-wr .btn-link::after {
  top: 15px;
}
.accessibility.size-3 .important-info .imp-info-box h3 {
  height: 260px;
}
@media (max-width: 1200px) {
  .accessibility.size-3 .important-info .imp-info-box h3 {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .accessibility.size-3 .important-info .imp-info-box h3 {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .accessibility.size-3 .important-info .imp-info-box h3 {
    height: auto;
  }
}
.accessibility.size-3 .important-info .imp-info-box p {
  height: 200px;
}
@media (max-width: 767px) {
  .accessibility.size-3 .important-info .imp-info-box p {
    height: auto;
  }
}
.accessibility.size-3 .header + .page-head {
  margin-top: 45px;
}
.accessibility.size-3 .head-block {
  max-width: 450px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .accessibility.size-3 .access-action-name {
    min-width: 160px;
  }
}
@media (max-width: 575px) {
  .accessibility.size-3 .access-action-name {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .accessibility.size-3 .access-list {
    width: 50%;
  }
}

.popup-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999999;
  place-items: center;
  /*&.show-popup {
    display: grid;
  }*/
}
.popup-bg .popup-container {
  max-width: 640px;
  background: white;
}
.popup-bg .popup-container.popup-text {
  padding: 50px 20px;
}
.popup-bg .popup-container.popup-image {
  width: 640px;
  height: 340px;
}
@media (max-width: 767px) {
  .popup-bg .popup-container.popup-image {
    width: 100%;
    height: auto;
  }
}
.popup-bg .popup-container.popup-image img {
  object-fit: cover;
}
.popup-bg .popup-container .close-popup {
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup-bg .popup-container .close-popup.color-white {
  top: -40px;
  right: 0;
}
.popup-bg .popup-container .close-popup img {
  width: 100%;
}
.popup-bg .popup-container .popup-content .img-block img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 575px) {
  .popup-bg .popup-container .popup-content .img-block img {
    width: 150px;
  }
}
.popup-bg .popup-container .popup-content .text-block .popup-title {
  font-weight: 600;
}
@media (max-width: 575px) {
  .popup-bg .popup-container .popup-content .text-block .popup-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .popup-bg .popup-container .popup-content .buttons-block a {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .popup-bg .popup-container .popup-content .buttons-block a:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.st-popup {
  display: none;
  background-color: #f2f8ff;
}
.st-popup.show-popup {
  display: block;
}
.st-popup .marquee {
  overflow: hidden;
}
.st-popup .marquee .inner {
  position: relative;
  width: 100%;
  display: flex;
  color: white;
}
.st-popup .marquee .inner > * {
  white-space: nowrap;
  padding: 0 4rem;
}
.st-popup .marquee .inner a {
  color: #585db6;
}
.st-popup .marquee .inner a:hover {
  color: #585db6;
  text-decoration: none;
}
.st-popup .marquee .inner a.p-event-none {
  pointer-events: none;
}
.st-popup .marquee .inner p {
  margin-bottom: 0;
  color: #585db6;
}
.st-popup .marquee .inner p a {
  color: #585db6;
  text-decoration: underline;
}
.st-popup .marquee .inner p a:hover {
  color: #585db6;
  text-decoration: underline;
}

.custom-form .err-field {
  border: solid 2px #e90000 !important;
}
.custom-form .err-notice {
  border: solid 2px #e90000 !important;
  background-color: rgba(233, 0, 0, 0.2);
  padding: 10px 15px;
  margin: 0 0 20px;
  border-radius: 2px;
}
.custom-form .err-txt {
  color: #e90000;
}
.custom-form .lot-types, .custom-form .no-types, .custom-form .type_one, .custom-form .type_two, .custom-form .car-nr, .custom-form .car_block {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
.custom-form .car-types {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
.custom-form .input-list, .custom-form .contact-details {
  border: none;
}
.custom-form .agree-submit {
  border-top: solid 1px #ccc;
  border-bottom: none;
  padding: 20px 0 0;
  margin: 20px 0 0;
}
.custom-form .select-change {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-form .select-change input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-form .select-change .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.custom-form .select-change .radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.custom-form .select-change .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.custom-form .select-change .checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form .select-change input:checked ~ .radio:after {
  display: block;
}
.custom-form .select-change input:checked ~ .radio {
  background-color: #252753;
}
.custom-form .select-change input:checked ~ .checkbox:after {
  display: block;
}
.custom-form .select-change input:checked ~ .checkbox {
  background-color: #252753;
}
.custom-form .select-change:hover input ~ .radio {
  background-color: #ccc;
}
.custom-form .select-change:hover input ~ .checkbox {
  background-color: #ccc;
}
.custom-form .err_box {
  color: #e90000;
}
.custom-form .err_box .checkbox {
  background-color: #e90000;
}
.custom-form .input-list p, .custom-form .car-nr p {
  font-size: 15px;
}
.custom-form .input-list label, .custom-form .car-nr label {
  display: block;
  font-size: 15px;
}
.custom-form .input-list input, .custom-form .car-nr input {
  font-size: 15px;
  border: solid 1px #ced4da;
  border-radius: 2px;
  background-color: #fff;
  color: #3f454b;
  width: 100%;
  padding: 5px 10px;
  margin: 0 0 10px;
}
.custom-form .car-nr input, .custom-form .more_nr input, .custom-form .more_nr_clone input {
  max-width: 130px;
  text-transform: uppercase;
}
.custom-form .remove_car {
  font-size: 13px;
  display: inline-block;
  background-color: #252753;
  padding: 10px 15px;
  color: white;
  border-radius: 3px;
  border: none;
  margin: 10px 0 0;
}
.custom-form .remove_car:hover {
  background-color: #3a5ba6;
}
.custom-form .more_nr button, .custom-form .more_nr_clone button {
  font-size: 13px;
  display: inline-block;
  background-color: white;
  padding: 5px 6px;
  color: #252753;
  border-radius: 3px;
  border: solid 1px #252753;
  margin: 0 0 0 15px;
}
.custom-form .more_nr button:hover, .custom-form .more_nr_clone button:hover {
  border: solid 1px #3a5ba6;
  background-color: #3a5ba6;
  color: white;
}
.custom-form .send-form, .custom-form .add_nr, .custom-form .add_car {
  font-size: 13px;
  display: inline-block;
  background-color: #252753;
  padding: 10px 15px;
  color: white;
  border-radius: 3px;
  border: none;
  margin: 10px 0 0;
}
.custom-form .send-form:hover, .custom-form .add_nr:hover, .custom-form .add_car:hover {
  background-color: #3a5ba6;
}
.custom-form .add_nr, .custom-form .add_car {
  margin: 0 0 15px;
}

.thank-you {
  text-align: center;
}

.page-contacts {
  color: #131516;
  font-size: 16px;
}
.page-contacts p {
  color: #131516;
}
.page-contacts .bg-light-blue {
  background-color: #F5F7F9;
}
.page-contacts .bold-paragraph {
  font-weight: 500;
}
.page-contacts .paragraph-note {
  font-size: 12px;
}
.page-contacts a {
  color: #131516;
}
@media (min-width: 992px) {
  .page-contacts a:hover {
    color: #6f6f6e;
    text-decoration: underline;
  }
}
.page-contacts .employee-position {
  color: #252753;
}
.page-contacts .contact-input > p {
  margin-bottom: 0;
}
.page-contacts .contact-blocks a::before {
  left: 0.75rem;
}
.page-contacts .departments-heading {
  color: #252753;
  font-size: 16px;
}
@media (max-width: 991px) {
  .page-contacts .departments-heading,
.page-contacts .employees-heading {
    background-color: #252753;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .page-contacts .employees-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-contacts .client-centers .client-center-block:not(:last-child) {
    border-bottom: 1px solid #e8eff1;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-contacts .client-centers .paragraph-note {
    min-height: 36px;
  }
}
@media (max-width: 768px) {
  .page-contacts .client-centers .paragraph-note {
    height: auto;
    min-height: unset;
  }
}
.page-contacts .client-centers .address,
.page-contacts .client-centers .working-hours {
  font-size: 16px;
}
.page-contacts .client-centers .w-hours-notes {
  min-height: 102px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-contacts .client-centers .w-hours-notes {
    min-height: 126px;
  }
}
@media (max-width: 768px) {
  .page-contacts .client-centers .w-hours-notes {
    height: auto;
    min-height: unset;
  }
}
.page-contacts .contact-icon::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  height: 20px;
}
.page-contacts .contact-icon.phone:before {
  width: 15px;
  background: center no-repeat url("../images/telefonas.svg");
}
.page-contacts .contact-icon.email:before {
  width: 20px;
  background: center no-repeat url("../images/mailas.svg");
}
.page-contacts .place-on-map {
  text-decoration: underline;
  color: #252753;
}
@media (min-width: 992px) {
  .page-contacts .place-on-map:hover {
    color: #6f6f6e;
  }
}
.page-contacts .place-on-map::before {
  top: 0;
  width: 15px;
  background: center no-repeat url("../images/vieta.svg");
}
.page-contacts .employees-accordion {
  background-color: transparent;
  padding: 0;
}
.page-contacts .employees-accordion .accordion {
  margin: 20px 0 0;
}
@media (max-width: 991px) {
  .page-contacts .employees-accordion .accordion .card:last-child {
    margin-bottom: 0;
  }
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link {
  padding: 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link:hover {
    color: #6f6f6e;
  }
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link::before, .page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link::after {
  bottom: 15px;
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link::before {
  right: 10px;
  transform: rotate(-45deg);
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link::after {
  transform: rotate(45deg);
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link.collapsed::before {
  transform: rotate(45deg);
}
.page-contacts .employees-accordion .accordion .card .card-header h2 .btn-link.collapsed::after {
  right: 0;
  transform: rotate(-45deg);
}
.page-contacts .employees-accordion .accordion .card .card-body {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.job-page p {
  font-size: 16px;
}
.job-page h2 {
  text-align: left;
  font-weight: 600;
}
.job-page .job-title {
  margin-bottom: 25px;
  padding: 40px 0 0;
  min-height: 310px;
  position: relative;
}
@media (max-width: 991.98px) {
  .job-page .job-title {
    min-height: unset;
  }
}
.job-page .job-title .background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 1300px) {
  .job-page .job-title .background-image {
    height: 90%;
  }
}
@media (max-width: 1190px) {
  .job-page .job-title .background-image {
    height: 80%;
  }
}
@media (max-width: 991.98px) {
  .job-page .job-title .background-image {
    display: none;
  }
}
.job-page .title-block {
  background-color: #fcfcfc;
  width: 45%;
  position: relative;
  padding: 20px;
  margin-top: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .job-page .title-block {
    width: 100%;
  }
}
.job-page h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #232751;
}
.job-page h3 span {
  color: #3E9ED0;
}
.job-page .cont h3 {
  font-weight: 600;
  color: #3E9ED0;
  margin-top: 30px;
}
.job-page strong {
  font-weight: 600;
}
.job-page .applicate {
  padding-top: 60px;
  background-color: #F5F7F9;
  color: #232751;
  overflow: hidden;
}
.job-page .applicate .container {
  margin-bottom: 30px;
}
.job-page .bottom-background {
  max-width: 100%;
}
@media (max-width: 768.98px) {
  .job-page .bottom-background {
    max-width: unset;
    width: calc(100% + 140px);
    height: 100px;
    object-position: bottom right;
    object-fit: cover;
  }
}
.job-page .icons-title {
  margin-bottom: 30px;
}
.job-page .single-icon {
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  color: #242752;
}
.job-page .single-icon img {
  height: 70px;
  margin-bottom: 15px;
}
.job-page .wpcf7 {
  color: #232751;
  font-size: 14px;
}
.job-page .wpcf7 input[type=text], .job-page .wpcf7 input[type=password], .job-page .wpcf7 input[type=number], .job-page .wpcf7 input[type=email], .job-page .wpcf7 input[type=tel], .job-page .wpcf7 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #232751;
  color: #232751;
  padding: 10px 0;
  background-color: transparent;
  margin-bottom: 10px;
}
.job-page .wpcf7 ::placeholder {
  color: #232751;
}
.job-page .wpcf7 label {
  font-size: 14px;
  color: #232751;
}
.job-page .wpcf7 .wpcf7-submit {
  border-radius: 5px;
  background-color: #395BA5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0px 4px 6px 0px rgba(50, 50, 93, 0.11);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding: 8px 25px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.job-page .wpcf7 .wpcf7-submit:hover {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background-color: #252753;
}
.job-page .wpcf7 .wpcf7-submit:active {
  background-color: #252753 !important;
}
.job-page .wpcf7 .wpcf7-submit:focus {
  background-color: #252753 !important;
}
.job-page .wpcf7 .file-input {
  opacity: 1;
  margin-bottom: 90px;
  margin-top: 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.job-page .wpcf7 .file-input:focus {
  outline: 0;
  box-shadow: none;
}
.job-page .wpcf7 .file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.job-page .wpcf7 .file-input::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px dashed #232751;
}
.job-page .wpcf7 .file-input::before {
  content: "(.pdf, .doc, maks. 5 MB)";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-page .wpcf7 input[type=file] {
  width: 0;
}
.job-page .wpcf7 .dokumentas input {
  display: none;
}
.job-page .wpcf7 .dokumentas .wpcf7-not-valid-tip {
  display: block;
}
.job-page .wpcf7 .uploaded-file {
  margin-bottom: 25px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 20px;
  display: none;
}
.job-page .wpcf7 .uploaded-file:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
.job-page .wpcf7 .wpcf7-list-item {
  margin: 0;
}
.job-page .wpcf7 .wpcf7-acceptance {
  margin: 20px 0 0;
  display: block;
  color: #232751;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 40px;
  display: block;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #232751;
  position: absolute;
  top: 2px;
  left: -40px;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox]:hover + span:before {
  background: none;
  border: 1px solid black;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: none;
}
.job-page .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: -34px;
  top: 3px;
  width: 8px;
  height: 13px;
  border-bottom: 1px solid #232751;
  border-right: 1px solid #232751;
  transform: rotate(45deg);
}

.green-title {
  font-size: 25px;
  font-weight: 600;
  color: #91BE28;
}
