@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import "../plugins/offcanvas/dist/hc-offcanvas-nav.css";
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 14px;
  color: #1e1e1e;
  position: relative;
  scroll-behavior: smooth;
  background-color: #f9faff;
}
@media (max-width: 1458px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1228px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

li {
  transition: all 0.3s ease;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
}
a::before {
  transition: all 0.3s ease;
}
a::after {
  transition: all 0.3s ease;
}
a:hover {
  color: #1e1e1e;
  text-decoration: none;
}
a.active {
  color: #1e1e1e;
}
a.link-with-icon {
  display: inline-flex;
  align-items: center;
}
a.link-with-icon .icn {
  margin: 0 0.7857142857rem 0 0;
}
a img {
  border: none;
  outline: none;
}

input[type=text] {
  box-sizing: border-box;
  padding: 0.7142857143rem 1.0714285714rem;
  border: 1px solid #9faee5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  background-color: white;
  color: #1e1e1e;
  font-size: 1.0714285714rem;
}
input[type=text]::placeholder {
  color: #9faee5;
}

.cont-block {
  margin: 1rem 0;
}
.cont-block:first-child {
  margin-top: 0;
}

.wrap-title {
  margin: 1rem 0;
  padding: 0;
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
}
.wrap-title:first-child {
  margin-top: 0;
}
@media (max-width: 1228px) {
  .wrap-title {
    font-size: 1.4285714286rem;
  }
}

.modal-title {
  margin: 2rem 0;
  padding: 0;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
.modal-title:first-child {
  margin-top: 0;
}

.btn {
  display: inline-block;
  padding: 0.7142857143rem 2.8571428571rem;
  border: 2px solid #ffcc00;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn {
    margin-bottom: 0.3571428571rem;
  }
}
.btn.btn-with-icon {
  padding-top: 0.6428571429rem;
  padding-bottom: 0.6428571429rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-with-icon .icn {
  margin-right: 0.5714285714rem;
}
.btn.btn-yellow {
  border-color: #e5e9f8;
  background-color: #e5e9f8;
}
.btn.btn-yellow:hover {
  border-color: #ffcc00;
  background-color: #ffcc00;
}
.btn.btn-lgrey {
  border-color: #eceffb;
  background-color: #eceffb;
}
.btn.btn-lgrey:hover {
  border-color: #003399;
  background-color: #003399;
  color: white;
}
.btn:hover {
  background-color: #ffcc00;
}

.custom-select-menu {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.custom-select-menu.open {
  z-index: 10;
}
.custom-select-menu.open a.act-value::after {
  transform: rotate(180deg);
}
.custom-select-menu a.act-value {
  box-sizing: border-box;
  padding: 0.7142857143rem 0.7142857143rem 0.7142857143rem 1.0714285714rem;
  width: 100%;
  min-width: 14.2857142857rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border: 1px solid #9faee5;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.custom-select-menu a.act-value::after {
  margin: 0 0 0 0.5714285714rem;
  content: "";
  display: inline-block;
  width: 1.0714285714rem;
  min-width: 1.0714285714rem;
  height: 0.6428571429rem;
  background-image: url("../img/icn-arrow-down-blue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-select-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1.0714285714rem 1.0714285714rem;
  left: 0;
  right: 0;
  position: absolute;
  border: 1px solid #9faee5;
  border-top: none;
  background-color: #f9faff;
  z-index: -1;
}
.custom-select-menu > ul li a {
  padding: 0.2857142857rem 0;
  display: block;
}

select.facetwp-dropdown {
  display: flex;
  align-items: center;
  padding: 0.7142857143rem 2.5rem 0.7142857143rem 1.0714285714rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9faee5;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  appearance: none;
  cursor: pointer;
  position: relative;
  background: white url("../img/icn-arrow-down-blue.svg") calc(100% - 0.7142857143rem) center no-repeat;
  background-size: 1.0714285714rem 0.6428571429rem;
}
select.facetwp-dropdown::placeholder {
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}

input.facetwp-date {
  padding: 0.7142857143rem 1.0714285714rem 0.7142857143rem 3.2142857143rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9faee5;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  background: white url("../img/icn-calendar.svg") 0.7142857143rem center no-repeat;
  background-size: 1.7142857143rem 1.6428571429rem;
}

.fdate-wrap {
  margin-top: -30px;
}

div {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

@media (max-width: 1228px) {
  .hide-on-tab {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hide-on-mob {
    display: none !important;
  }
}

@media (max-width: 1228px) {
  .show-on-tab {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .show-on-mob {
    display: block !important;
  }
}

.cont-block {
  margin: 2rem 0;
  word-break: break-word;
}
.cont-block .page-date {
  margin: 0.5rem 0 1rem;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cont-block .page-date:first-letter {
  text-transform: capitalize;
}
.cont-block .page-title {
  margin: 0;
  color: #003399;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont-block .page-title {
    font-size: 1.2857142857rem;
  }
}
.cont-block .page-info {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.35em;
}
.cont-block .page-info .date-place {
  margin: 0.7142857143rem 0;
  color: #003399;
  font-size: 15px;
  font-weight: 400;
}
.cont-block .block-text {
  margin: 0 0 1rem 0;
  color: #003399;
  font-size: 1rem;
  line-height: 1.75em;
}
.cont-block .block-text p:not(:last-child) {
  margin: 0 0 1rem 0;
}
.cont-block img {
  max-width: 100%;
  height: auto;
}
.cont-block img.alignleft {
  margin: 5px 30px 20px 0;
  float: left;
}
.cont-block img.alignright {
  margin: 5px 0 20px 30px;
  float: right;
}
.cont-block img.aligncenter {
  margin: 20px auto;
  float: none;
  clear: both;
  display: block;
}
.cont-block a img {
  border: none;
  outline: none;
}
.cont-block h1 {
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.5714285714rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h1:first-child {
  margin-top: 0;
}
.cont-block h2 {
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.1428571429rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h2:first-child {
  margin-top: 0;
}
.cont-block h3 {
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.8571428571rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h3:first-child {
  margin-top: 0;
}
.cont-block h4 {
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.7142857143rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h4:first-child {
  margin-top: 0;
}
.cont-block h5 {
  margin: 1rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.2857142857rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h5:first-child {
  margin-top: 0;
}
.cont-block h6 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.1428571429rem;
  font-style: normal;
  line-height: 1.35em;
  color: #003399;
}
.cont-block h6:first-child {
  margin-top: 0;
}
.cont-block a {
  color: #003399;
  text-decoration: none;
}
.cont-block a:hover {
  /*text-decoration: underline;*/
}
.cont-block .block-title {
  margin: 1rem 0;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
}
@media (max-width: 1228px) {
  .cont-block .block-title {
    font-size: 1.2857142857rem;
  }
}
.cont-block .block-text {
  margin: 1rem 0;
}
.cont-block .block-text p {
  margin: 0 0 1rem;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cont-block .block-text p:last-child {
  margin-bottom: 0;
}
.cont-block .block-text img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cont-block .block-text table, .cont-block .block-text td, .cont-block .block-text th {
  width: calc(100% - 2px);
}
.cont-block .block-text table thead + tbody td {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f0;
  border-collapse: collapse;
  background: white !important;
  font-weight: 400 !important;
  color: var(--text-color) !important;
}
.cont-block .block-text table th {
  padding: 0.5rem 1rem;
  vertical-align: top;
  text-align: left;
  background: var(--primary-color);
  color: white;
}
.cont-block .block-text table th a {
  color: white !important;
}
.cont-block .block-text table th a:hover {
  color: white !important;
}
.cont-block .block-text table tr:first-of-type td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  text-align: left;
  background: var(--primary-color);
  color: white;
  font-weight: 700;
}
.cont-block .block-text table tr:first-of-type td a {
  color: white !important;
}
.cont-block .block-text table tr:first-of-type td a:hover {
  color: white !important;
}
.cont-block .block-text table {
  min-width: 100%;
  max-width: 100%;
  height: auto !important;
  font-size: 1rem;
  border-collapse: collapse;
  word-break: normal;
  overflow-x: auto;
  display: block;
}
.cont-block .block-text table td {
  background: white;
}
.cont-block .block-text table thead {
  width: 100%;
  display: table;
}
.cont-block .block-text table tbody {
  width: calc(100% - 2px);
  display: table;
}
.cont-block .block-text table tbody tr:last-of-type {
  border-bottom: 1px solid #f0f0f0;
}
.cont-block .block-text table tr {
  border-top: 1px solid #f0f0f0;
}
.cont-block .block-text table tr:nth-child(even) {
  background-color: white;
}
.cont-block .block-text table tr:nth-child(odd) {
  background-color: white;
}
.cont-block .block-text table tr:nth-of-type(1) td {
  vertical-align: top;
}
.cont-block .block-text table td {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f0;
  border-collapse: collapse;
}
.cont-block .block-text table td:last-child {
  border-right: 1px solid #f0f0f0;
}

#window {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#window > main > #main > div > .wrap, #window > div > .wrap, #window > div > div > .wrap, #window > div > div > .inner > .wrap, #window header > div > .wrap, #window footer > .wrap, #window footer > div > .wrap {
  margin: 0 auto;
  padding: 0 20px;
  min-width: 1142px;
  max-width: 1440px;
}
@media (max-width: 1458px) {
  #window > main > #main > div > .wrap, #window > div > .wrap, #window > div > div > .wrap, #window > div > div > .inner > .wrap, #window header > div > .wrap, #window footer > .wrap, #window footer > div > .wrap {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1216px;
  }
}
@media (max-width: 1228px) {
  #window > main > #main > div > .wrap, #window > div > .wrap, #window > div > div > .wrap, #window > div > div > .inner > .wrap, #window header > div > .wrap, #window footer > .wrap, #window footer > div > .wrap {
    padding: 0 32px;
    min-width: 386px;
    max-width: 1088px;
  }
}
@media (max-width: 768px) {
  #window > main > #main > div > .wrap, #window > div > .wrap, #window > div > div > .wrap, #window > div > div > .inner > .wrap, #window header > div > .wrap, #window footer > .wrap, #window footer > div > .wrap {
    padding: 0 18px;
    min-width: 324px;
  }
}
#window > main > #main > div > .wrap.wrap-limit, #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window > div > div > .inner > .wrap.wrap-limit, #window header > div > .wrap.wrap-limit, #window footer > .wrap.wrap-limit, #window footer > div > .wrap.wrap-limit {
  padding: 0 20px;
  min-width: 1210px;
  max-width: 1210px;
}
@media (max-width: 1458px) {
  #window > main > #main > div > .wrap.wrap-limit, #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window > div > div > .inner > .wrap.wrap-limit, #window header > div > .wrap.wrap-limit, #window footer > .wrap.wrap-limit, #window footer > div > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1210px;
  }
}
@media (max-width: 1228px) {
  #window > main > #main > div > .wrap.wrap-limit, #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window > div > div > .inner > .wrap.wrap-limit, #window header > div > .wrap.wrap-limit, #window footer > .wrap.wrap-limit, #window footer > div > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 386px;
    max-width: 988px;
  }
}
@media (max-width: 768px) {
  #window > main > #main > div > .wrap.wrap-limit, #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window > div > div > .inner > .wrap.wrap-limit, #window header > div > .wrap.wrap-limit, #window footer > .wrap.wrap-limit, #window footer > div > .wrap.wrap-limit {
    padding: 0 18px;
    min-width: 324px;
  }
}

#mob-main-nav {
  display: none;
}

#window > header {
  box-shadow: 0 11px 10px rgba(0, 0, 0, 0.01);
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}
#window > header .top-part {
  padding: 1.7142857143rem 0;
}
@media (max-width: 1228px) {
  #window > header .top-part {
    padding: 0;
  }
}
#window > header .top-part > .wrap {
  display: flex;
}
@media (max-width: 1228px) {
  #window > header .top-part > .wrap {
    padding-right: 0;
  }
}
#window > header .logo {
  margin: 0 2.1428571429rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  #window > header .logo {
    margin: 0 0.3571428571rem 0 0;
  }
}
#window > header .logo a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  border: none;
}
#window > header .logo a img {
  display: inline-block;
  width: auto;
  max-height: 3.3571428571rem;
  border: none;
  outline: none;
}
@media (max-width: 1228px) {
  #window > header .logo a img {
    max-height: 1.7857142857rem;
  }
}
@media (max-width: 768px) {
  #window > header .logo a img {
    max-width: 10.7142857143rem;
  }
}
#window > header .mob-menu {
  width: auto;
  display: none;
}
@media (max-width: 1228px) {
  #window > header .mob-menu {
    display: flex;
    align-items: center;
    border-left: 1px solid #e5e9f8;
  }
}
#window > header .mob-menu > label {
  padding: 15px;
}
#window > header .mob-menu > label > span {
  display: block;
  width: 1.6428571429rem;
  height: 1.2142857143rem;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
#window > header .mob-menu > label > span.burger-menu {
  background: url("../img/icn-menu-burger.svg") center center no-repeat;
  background-size: 23px 17px;
  position: relative;
  z-index: 102;
}
#window > header .mob-menu input.mob-menu-trigger {
  opacity: 0;
  visibility: hidden;
}
#window > header .mob-menu input.mob-menu-trigger:checked ~ label .burger-menu {
  padding: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/icn-close.svg");
  background-size: 1.5rem 1.5rem;
}
#window > header .mob-menu input.mob-menu-trigger:checked ~ .mob-sidebar {
  right: 0;
  z-index: 101;
}
#window > header .icons {
  flex-grow: 1;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: right;
}
#window > header .icons > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
}
#window > header .icons > ul > li {
  margin: 0 0 0 1.0714285714rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1228px) {
  #window > header .icons > ul > li {
    margin: 0;
    padding: 1rem;
    border-left: 1px solid #e5e9f8;
  }
  #window > header .icons > ul > li.structure {
    display: none;
  }
}
#window > header .icons > ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
  width: 2.7857142857rem;
  height: 3.2142857143rem;
  background-color: #003399;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
@media (max-width: 1228px) {
  #window > header .icons > ul > li a {
    width: 1.5714285714rem;
    height: 1.7857142857rem;
  }
  #window > header .icons > ul > li a .icn {
    width: 0.8571428571rem;
    min-width: 0.8571428571rem;
    height: 0.8571428571rem;
    min-height: 0.8571428571rem;
  }
}
#window > header .icons > ul > li a:hover {
  background-color: #2852ac;
}
#window > header .lang-selector {
  margin: 0 0 0 1.0714285714rem;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
@media (max-width: 1228px) {
  #window > header .lang-selector {
    display: none;
  }
}
#window > header .lang-selector > a.act {
  width: 2.7857142857rem;
  height: 3.2142857143rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcc00;
  color: #003399;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
#window > header .lang-selector > a.act::after {
  margin: 0 0 0 3px;
  content: "";
  display: inline-block;
  width: 0.5714285714rem;
  height: 0.3571428571rem;
  background: url("../img/icn-arrow-down-blue.svg") center center no-repeat;
  background-size: contain;
}
#window > header .lang-selector > a.act:hover {
  background-color: #ffcc00;
}
#window > header .lang-selector > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1.0714285714rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffcc00;
}
#window > header .lang-selector > ul li a {
  padding: 0.1428571429rem 0.4285714286rem;
  display: block;
  color: #003399;
  font-size: 1rem;
  font-weight: 600;
}
#window > header .lang-selector > ul li a:hover {
  background-color: rgba(255, 255, 255, 0.39);
}
#window > header .bottom-part {
  background-color: #003399;
}
@media (max-width: 1228px) {
  #window > header .bottom-part {
    display: none;
  }
}
#window > header .bottom-part > .wrap {
  display: flex;
}
#window > header .bottom-part .menu {
  flex-grow: 1;
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
#window > header .bottom-part .menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#window > header .bottom-part .menu > ul > li {
  margin: 0 0 0 2.1428571429rem;
  display: inline-flex;
  position: relative;
}
#window > header .bottom-part .menu > ul > li:first-child {
  margin-left: 0;
}
#window > header .bottom-part .menu > ul > li.menu-item-has-children > a::after {
  margin: 0 0 0 0.3571428571rem;
  content: "";
  display: inline-block;
  width: 0.5714285714rem;
  height: 0.3571428571rem;
  background: url("../img/icn-arrow-down-white.svg") center center no-repeat;
  background-size: contain;
}
#window > header .bottom-part .menu > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#window > header .bottom-part .menu > ul > li > a {
  padding: 0.7142857143rem 0;
  display: inline-flex;
  align-items: center;
  color: white;
}
#window > header .bottom-part .menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.5714285714rem 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 14.2857142857rem;
  background-color: #003399;
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.35em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
#window > header .bottom-part .menu > ul > li > ul > li {
  display: block;
  padding: 0 1.0714285714rem;
  border-bottom: 1px solid #2852ac;
  position: relative;
}
#window > header .bottom-part .menu > ul > li > ul > li:last-child {
  border-bottom: none;
}
#window > header .bottom-part .menu > ul > li > ul > li.menu-item-has-children > a::after {
  margin: 0 0 0 0.3571428571rem;
  content: "";
  display: inline-block;
  width: 0.6428571429rem;
  height: 0.3571428571rem;
  background: url("../img/icn-arrow-down-white.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
#window > header .bottom-part .menu > ul > li > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#window > header .bottom-part .menu > ul > li > ul > li:hover {
  background-color: #2852ac;
}
#window > header .bottom-part .menu > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: white;
}
#window > header .bottom-part .menu > ul > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.5714285714rem 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 14.2857142857rem;
  background-color: #003399;
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.35em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
#window > header .bottom-part .menu > ul > li > ul > li > ul > li {
  display: block;
  padding: 0 1.0714285714rem;
  border-bottom: 1px solid #2852ac;
}
#window > header .bottom-part .menu > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#window > header .bottom-part .menu > ul > li > ul > li > ul > li:hover {
  background-color: #2852ac;
}
#window > header .bottom-part .menu > ul > li > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: white;
}
#window > header .extra-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 700;
  text-transform: uppercase;
}
#window > header .extra-menu li {
  display: inline-flex;
  height: 100%;
  background-color: #9faee5;
}
#window > header .extra-menu li:nth-child(2) {
  background-color: #ffcc00;
}
#window > header .extra-menu li:hover {
  filter: brightness(1.1);
}
#window > header .extra-menu a {
  display: flex;
  padding: 0 4.1428571429rem;
  color: #003399;
  height: 100%;
  align-items: center;
}

#main {
  min-height: 28.5714285714rem;
  flex-grow: 1;
}

.cb-pagesteps {
  margin: 0;
}
.cb-pagesteps > .wrap {
  display: flex;
  align-items: center;
}
.cb-pagesteps > .wrap-2col {
  justify-content: space-between;
}
.cb-pagesteps .path {
  padding: 2.5rem 0 1.0714285714rem;
  flex-grow: 1;
}
.cb-pagesteps div.link {
  padding: 2.5rem 0 1.0714285714rem;
}
.cb-pagesteps div.link a {
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.cb-pagesteps div.link a.link-back:hover::before {
  position: relative;
  left: -3px;
}
.cb-pagesteps div.link a.link-back::before {
  margin: 0 0.8571428571rem 0 0;
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.8571428571rem;
  background: url("../img/icn-arrow-left-lblue.svg") center center no-repeat;
  background-size: contain;
}
.cb-pagesteps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #9faee5;
}
.cb-pagesteps li {
  display: inline-block;
  max-width: 14.2857142857rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cb-pagesteps li.separator {
  margin: 0 5px;
}
.cb-pagesteps strong {
  font-weight: 400;
}
.cb-pagesteps a {
  color: #9faee5;
  text-decoration: none;
}
.cb-pagesteps .print-share {
  width: auto;
}
@media (max-width: 768px) {
  .cb-pagesteps .print-share {
    margin: 0;
  }
  .cb-pagesteps .print-share a .icn {
    margin: 0;
  }
  .cb-pagesteps .print-share a .label {
    text-indent: -9999em;
    overflow: hidden;
    outline: none;
    user-select: none;
  }
}
.cb-pagesteps .print-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  color: #707070;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cb-pagesteps .print-share li {
  margin: 0.5rem 0 0.5rem 1.389rem;
  display: inline-block;
}
.cb-pagesteps .print-share a {
  display: flex;
  align-items: center;
  color: #707070;
  text-decoration: none;
}
.cb-pagesteps .print-share a .icn {
  margin: 0 7px 0 0;
}
.cb-pagesteps .print-share a:hover {
  color: #707070;
}

.cb-index-info,
.cb-program-info {
  position: relative;
}
.cb-index-info:before,
.cb-program-info:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.3571428571%;
}
@media (max-width: 768px) {
  .cb-index-info:before,
.cb-program-info:before {
    display: none;
  }
}
.cb-index-info > .inner,
.cb-program-info > .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
@media (max-width: 768px) {
  .cb-index-info > .inner,
.cb-program-info > .inner {
    position: relative;
    background-size: 0 0, cover;
  }
}
.cb-index-info > .inner > .wrap,
.cb-program-info > .inner > .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .cb-index-info > .inner > .wrap,
.cb-program-info > .inner > .wrap {
    min-height: 32.1428571429rem;
  }
}
.cb-index-info > .inner .block-title,
.cb-program-info > .inner .block-title {
  max-width: 42.8571428571rem;
  color: white;
  font-size: 3.2857142857rem;
  line-height: 1.35em;
  font-weight: 600;
}
@media (max-width: 1228px) {
  .cb-index-info > .inner .block-title,
.cb-program-info > .inner .block-title {
    max-width: 50%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .cb-index-info > .inner .block-title,
.cb-program-info > .inner .block-title {
    margin-top: 20rem;
    max-width: 100%;
    text-align: center;
  }
}
.cb-index-info > .inner .block-text,
.cb-program-info > .inner .block-text {
  max-width: 42.8571428571rem;
  color: white;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 400;
}
@media (max-width: 1228px) {
  .cb-index-info > .inner .block-text,
.cb-program-info > .inner .block-text {
    max-width: 50%;
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 768px) {
  .cb-index-info > .inner .block-text,
.cb-program-info > .inner .block-text {
    max-width: 100%;
    text-align: center;
  }
}

.cb-program-info .inner .block-title {
  color: #003399;
}
.cb-program-info .inner .block-text {
  color: #003399;
}

.cb-index-slider > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1228px) {
  .cb-index-slider > .wrap {
    flex-wrap: wrap;
  }
}
.cb-index-slider .main-item-list {
  margin: 0 0 0 0;
  width: 69%;
  min-width: 69%;
  position: relative;
}
@media (max-width: 1228px) {
  .cb-index-slider .main-item-list {
    width: 100%;
    min-width: 100%;
  }
}
.cb-index-slider .main-item-list .item {
  position: relative;
}
.cb-index-slider .main-item-list .item a {
  padding: 0 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cb-index-slider .main-item-list .item .title {
  margin: 4.2142857143rem 8.1428571429rem 1.0714285714rem;
  max-width: 35.7142857143rem;
  display: block;
  text-shadow: 0 0 6px rgba(176, 176, 176, 0.16);
  color: #003399;
  font-size: 3.8571428571rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 1228px) {
  .cb-index-slider .main-item-list .item .title {
    margin: 1.9285714286rem 1.7857142857rem 1.7857142857rem;
    font-size: 2.5rem;
  }
}
.cb-index-slider .main-item-list .item .text {
  margin: 0 8.1428571429rem;
  max-width: 35.7142857143rem;
  display: block;
  text-shadow: 0 0 6px rgba(176, 176, 176, 0.16);
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.7857142857rem;
}
@media (max-width: 1228px) {
  .cb-index-slider .main-item-list .item .text {
    margin: 0 1.7857142857rem 1.7857142857rem;
    font-size: 1.0714285714rem;
  }
}
.cb-index-slider .main-item-list .item-bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1228px) {
  .cb-index-slider .main-item-list .item-bg {
    background-size: cover;
  }
}
.cb-index-slider .main-item-list .item-bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.7225672878%;
}
@media (max-width: 768px) {
  .cb-index-slider .main-item-list .item-bg:before {
    padding-top: 100%;
  }
}
.cb-index-slider .main-item-list .item-bg > .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cb-index-slider .main-item-list .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5714285714rem;
}
.cb-index-slider .main-item-list .slick-dots li {
  margin: 0.3571428571rem;
  display: inline-flex;
  align-items: center;
}
.cb-index-slider .main-item-list .slick-dots li.slick-active button {
  width: 23px;
  height: 23px;
  border: 1px solid white;
  background-color: #ed1651;
}
.cb-index-slider .main-item-list .slick-dots button {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #141414;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cb-index-slider .secondary-item-list {
  margin: 0 0 0 1.3571428571rem;
}
@media (max-width: 1228px) {
  .cb-index-slider .secondary-item-list {
    margin: 0;
    width: 100%;
    min-width: 100%;
  }
}
.cb-index-slider .secondary-item-list .item {
  height: 100%;
}
.cb-index-slider .secondary-item-list .item-bg {
  height: 100%;
}
.cb-index-slider .secondary-item-list .bg-overlay {
  padding: 5rem 3.5714285714rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(255, 8, 73, 0.9);
}
@media (max-width: 1458px) {
  .cb-index-slider .secondary-item-list .bg-overlay {
    padding: 2.5rem 2.5rem;
  }
}
.cb-index-slider .secondary-item-list .text {
  display: block;
  color: white;
  font-size: 1.7142857143rem;
  line-height: 1.5em;
}
@media (max-width: 1458px) {
  .cb-index-slider .secondary-item-list .text {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 1228px) {
  .cb-index-slider .secondary-item-list .text {
    text-align: center;
  }
}
.cb-index-slider .secondary-item-list a.btn {
  margin: 1.4285714286rem 0 0;
  padding: 1.0714285714rem 2.5rem;
  display: inline;
  width: auto;
}
@media (max-width: 1228px) {
  .cb-index-slider .secondary-item-list a.btn {
    margin: 1.4285714286rem auto 0;
  }
}
.cb-index-slider .secondary-item-list a.btn:hover {
  background-color: white;
  color: #ff0849 !important;
}
.cb-index-slider .secondary-item-list .extra {
  margin: 2.5rem 0 0;
  width: 100%;
  display: block;
  opacity: 0.6;
  color: white;
  font-size: 1.1428571429rem;
  font-weight: 400;
}
@media (max-width: 1228px) {
  .cb-index-slider .secondary-item-list .extra {
    text-align: center;
  }
}

/*.cb-categories-slider,
.cb-categories-list {
  .item-list {
    margin: rem(20) 0;

    .products {
      margin: 0 rem(-12);
      width: calc(100% + rem(12*2));

      .product {
        margin: 0 rem(12) !important;
        //float: none !important;
        clear: none !important;
        position: relative !important;

        a {
          border-radius: 12px;

          &::after {
            content: '';
            @include abs-0000;
            background-color: rgba(248, 248, 248, 0.8);
            z-index: 1;
            border-radius: 12px;
            transition: all 0.3s ease;
          }

          &:hover {

            color: $color_white !important;

            h2 {
              color: $color_white !important;
            }

            &::after {
              border-radius: 12px;
              background-color: rgba($color_dblue, 0.87);
            }
          }
        }

        img {
          margin: 0 !important;
        }

        h2 {
          padding: 0 rem(10);
          width: 95%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          text-shadow: 0 0 6px rgba(181, 181, 181, 0.16);
          color: $color_dblue;
          font-size: rem(21) !important;
          font-weight: 500 !important;
          line-height: 1.5em;
          z-index: 3;

          .count {
            display: none;
          }
        }
      }
    }
  }
}*/
/*.cb-products-slider,
.cb-related-products-slider {
  .item-list {
    .products {
      margin: 0 rem(-12);

      .product {
        clear: none !important;
        margin: rem(12) !important;
        padding: rem(17);
        border: 1px solid $color_grey;
        background-color: $color_white;

        &:hover {
          .button.wp-element-button,
          .add_to_cart_button {
            background-color: rgb(198, 232, 255);
          }
        }

        &.outofstock {
          .button.wp-element-button {
            border: 1px solid $color_dblue !important;
            background-color: $color_white !important;
            color: $color_dblue !important;
          }
        }

        a.woocommerce-LoopProduct-link {
          flex-grow: 1;
        }

        .woocommerce-loop-product__title {
          margin: rem(15) 0;
          color: $color_dgrey;
          font-size: rem(16);
          font-weight: 400;
          text-align: center;
        }

        .onsale {
          margin: rem(0) !important;
          padding: 0.4rem rem(14);
          background-color: $color_red;
          border-radius: 0;
          border-bottom-left-radius: 50%;
          font-size: rem(22);
          font-weight: 500;
          z-index: 2 !important;
        }

        .custom-badges-wrap {
          position: absolute;
          left: 0;
          top: 0;
        }
        .custom-badge-1,
        .custom-badge-2 {
          span.label {
            padding: rem(7) rem(13);
            display: inline-flex;
            align-items: center;
            background-color: $color_dblue;
            color: $color_white;
            font-size: rem(12);
            font-weight: 500;
            letter-spacing: 0.6px;
            text-align: center;
            text-transform: uppercase;
          }
          span.icn {
            margin: 0 rem(4) 0 0;
          }
        }
        .custom-badge-2 {
          span.label {
            padding: rem(7) rem(15);
            background-color: $color_menu_red;
          }
        }

        .price {
          text-align: center;

          del span {
            text-decoration: none;
            color: $color_dgrey !important;
            font-size: rem(15) !important;
            font-weight: 400;
          }

          ins {
            text-decoration: none;
          }

          .woocommerce-Price-amount {
            color: $color_dblue;
            font-size: rem(26);
            font-weight: 400;
          }
        }

        &.sale {
          .woocommerce-Price-amount {
            color: $color_red ;
          }
        }

        .button.wp-element-button {
          display: block;
          border-radius: 3px;
          background-color: $color_lblue;
          color: $color_dblue;
          font-size: rem(18);
          font-weight: 400;
          letter-spacing: 0.9px;
          text-align: center;
          text-transform: uppercase;
        }

        .add_to_cart_button {
          display: block;
          border-radius: 3px;
          background-color: $color_lblue;
          color: $color_dblue;
          font-size: rem(18);
          font-weight: 400;
          letter-spacing: 0.9px;
          text-align: center;
          text-transform: uppercase;
        }

        .price-wl-wrap {
          position: relative;
          text-align: center;

          >a>.price {
            padding-right: 25px;
          }
          >.tinv-wishlist {
            margin: 0 !important;
            position: absolute;
            top: -2px;
            right: -5px;

            >a.tinvwl_add_to_wishlist_button {
              margin: 0;
            }
            >a>.tinvwl_add_to_wishlist-text,
            >a>.tinvwl_remove_from_wishlist-text {
              display: none !important;
            }

            .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
              font-size: rem(23) !important;
              color: rgb(210, 203, 203) !important;
            }
            .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
              color: $color_menu_red !important;
            }
          }
        }
        a.added_to_cart {
          display: block;
          text-align: center;
        }
      }
    }
  }
}*/
.cb-index-events > .wrap {
  display: flex;
}
.cb-index-events .left-widget {
  margin: 0 2.1428571429rem 0 0;
  width: 23.8571428571rem;
}
@media (max-width: 1228px) {
  .cb-index-events .left-widget {
    display: none;
  }
}
.cb-index-events .widget_tribe-widget-events-month .tribe-events-widget-shortcode__header-title {
  margin: 0;
}
.cb-index-events .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
  background-color: white;
}
.cb-index-events .tribe-common.tribe-events.tribe-events-widget-shortcode {
  font-size: 1.1428571429rem;
  color: #003399;
}
.cb-index-events .tribe-events .tribe-events-calendar-month__header-row {
  margin-bottom: 0.5714285714rem;
  border-bottom: 1px solid #e8e9f6;
}
.cb-index-events .tribe-events .tribe-events-calendar-month__header-column {
  padding-bottom: 0.4285714286rem;
}
.cb-index-events .tribe-events .tribe-events-calendar-month__header-column-title {
  font-size: 1.1428571429rem;
  color: #003399;
  font-weight: 400 !important;
}
.cb-index-events .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month .tribe-events-c-top-bar__nav-list-date {
  text-transform: capitalize;
}
.cb-index-events .tribe-events-calendar-month__day {
  margin: 1px;
  color: #003399 !important;
}
.cb-index-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--has-events {
  background-color: #ffcc00;
}
.cb-index-events .tribe-events-calendar-month__day > button {
  align-items: center;
  justify-content: center;
}
.cb-index-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date-daynum {
  color: #003399 !important;
}
.cb-index-events .tribe-events-calendar-month__day .tribe-events-calendar-month__mobile-events-icon {
  display: none;
}
.cb-index-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell--selected {
  background-color: #eceffb;
}
.cb-index-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell {
  background-color: #eceffb;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day {
  color: #003399;
  width: 100%;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day time {
  color: #003399;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
  color: #003399;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-title {
  color: #003399;
  text-decoration: none;
  border: none;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-title:hover {
  text-decoration: none;
  border: none;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  color: #003399;
  line-height: 1.25em !important;
  transition: none;
}
.cb-index-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-title a:hover {
  text-decoration: none;
  border: none;
}
.cb-index-events .tribe-events-widget-events-month__view-more {
  display: none;
}
.cb-index-events .right-events {
  flex-grow: 1;
}
.cb-index-events .item {
  margin: 0 0 1.4285714286rem;
  display: flex;
  padding: 1.4285714286rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-index-events .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
@media (max-width: 768px) {
  .cb-index-events .item {
    padding: 0;
    flex-wrap: wrap;
  }
}
.cb-index-events .item .item-thumb {
  margin: 0 3.4285714286rem 0 0;
  width: 100%;
  max-width: 22rem;
}
@media (max-width: 768px) {
  .cb-index-events .item .item-thumb {
    margin: 0 0 1.7857142857rem 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cb-index-events .item .item-info {
    padding: 0 1.0714285714rem 1.0714285714rem;
  }
}
.cb-index-events .item .thumbnail {
  display: block;
  position: relative;
}
.cb-index-events .item .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.8571428571%;
}
.cb-index-events .item .thumbnail > .inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cb-index-events .item .item-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
}
.cb-index-events .item .item-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-index-events .item .item-meta {
  color: #9faee5;
}
.cb-index-events .item .item-btns {
  margin: 0.8571428571rem 0 0;
}
.cb-index-events .item .item-btns .btn {
  margin-right: 1.1428571429rem;
}

#tribe-events-pg-template {
  padding: 0 !important;
  width: 100%;
  max-width: 100% !important;
}

.cb-pagination .nav-links {
  text-align: center;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
}
.cb-pagination .nav-links span.current {
  padding: 0.5714285714rem 0.8571428571rem;
  display: inline-block;
  background-color: #003399;
  color: white;
}
.cb-pagination .nav-links a {
  padding: 0.5714285714rem 0.8571428571rem;
  display: inline-block;
  background-color: white;
  color: #003399;
}
.cb-pagination .nav-links a.active {
  background-color: #003399;
  color: white;
}
.cb-pagination .nav-links a:hover {
  background-color: #003399;
  color: white;
}

.block-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-title-wrap {
    /*flex-direction: column;
    justify-content: center;*/
    flex-wrap: wrap;
  }
}
.block-title-wrap .block-title {
  margin: 0;
  flex-grow: 1;
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
}
@media (max-width: 1228px) {
  .block-title-wrap .block-title {
    font-size: 1.7142857143rem;
  }
}
.block-title-wrap .block-link-right a {
  display: inline-flex;
  align-items: center;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
  word-break: keep-all;
}
.block-title-wrap .block-link-right a::after {
  margin: 0 0 0 0.7857142857rem;
  content: "";
  display: inline-block;
  width: 1.5714285714rem;
  height: 1rem;
  background: url("../img/icn-full-arrow-right-blue.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
}
.block-title-wrap .block-link-right a:hover::after {
  position: relative;
  left: 3px;
}
@media (max-width: 768px) {
  .block-title-wrap .custom-select-menu {
    margin: 1.7857142857rem 0 0;
    width: 100%;
  }
}

.cb-index-news .item,
.cb-news-list .item {
  margin: 0 0 1.4285714286rem;
  display: flex;
  padding: 1.4285714286rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-index-news .item:hover,
.cb-news-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
@media (max-width: 768px) {
  .cb-index-news .item,
.cb-news-list .item {
    padding: 0;
    flex-wrap: wrap;
  }
}
.cb-index-news .item .item-thumb,
.cb-news-list .item .item-thumb {
  margin: 0 3.4285714286rem 0 0;
  width: 100%;
  max-width: 22rem;
}
@media (max-width: 768px) {
  .cb-index-news .item .item-thumb,
.cb-news-list .item .item-thumb {
    margin: 0 0 1.7857142857rem 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cb-index-news .item .item-info,
.cb-news-list .item .item-info {
    padding: 0 1.0714285714rem 1.0714285714rem;
  }
}
.cb-index-news .item .thumbnail,
.cb-news-list .item .thumbnail {
  display: block;
  position: relative;
}
.cb-index-news .item .thumbnail:before,
.cb-news-list .item .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.8571428571%;
}
.cb-index-news .item .thumbnail > .inner,
.cb-news-list .item .thumbnail > .inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cb-index-news .item .news-data-cat,
.cb-news-list .item .news-data-cat {
  margin: 0 0 0.8571428571rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-index-news .item .news-title,
.cb-news-list .item .news-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
}
.cb-index-news .item .news-text,
.cb-news-list .item .news-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-index-news .item .news-btns,
.cb-news-list .item .news-btns {
  margin: 0.8571428571rem 0 0;
}

.cb-index-news .item-list {
  margin: 1.7857142857rem 0;
}

.cb-index-numbers {
  margin: 0;
  background: url("../img/index-numbers-bg.png") center top no-repeat;
  background-size: cover;
  /*.item-icon {
    margin: 0 0 rem(15);
    text-align: center;

    .icon {
      width: rem(64);
      height: rem(54);
      display: inline-block;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
    }
  }*/
}
.cb-index-numbers > .wrap {
  height: 100%;
  min-height: 28.2142857143rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb-index-numbers > .wrap > .numbers-wrap {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 1228px) {
  .cb-index-numbers > .wrap > .numbers-wrap {
    flex-direction: column;
  }
}
.cb-index-numbers .numbers-title {
  width: 20%;
  min-width: 23.5714285714rem;
  color: #003399;
  font-size: 3.2857142857rem;
  font-weight: 600;
  line-height: 1.25em;
  display: inline-flex;
  flex-direction: column;
}
.cb-index-numbers .numbers-title::after {
  content: "";
  display: block;
  width: 6.4285714286rem;
  height: 0;
  position: relative;
  top: 0.7142857143rem;
  border-bottom: 4px solid #ffcc00;
}
@media (max-width: 1228px) {
  .cb-index-numbers .numbers-title {
    margin: 3.2142857143rem 0 2.1428571429rem;
    width: 100%;
    min-width: auto;
    font-size: 2rem;
    text-align: center;
  }
  .cb-index-numbers .numbers-title::after {
    margin: 0 auto;
  }
}
.cb-index-numbers .item-list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-index-numbers .item {
  margin: 1.0714285714rem;
  padding: 0.7142857143rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13.8571428571rem;
  height: 16rem;
  background-color: #003399;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
@media (max-width: 1228px) {
  .cb-index-numbers .item {
    width: 9.9285714286rem;
    height: 11.4285714286rem;
    clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
  }
}
.cb-index-numbers .item-number {
  color: white;
  font-size: 3.5714285714rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 1228px) {
  .cb-index-numbers .item-number {
    font-size: 2.3571428571rem;
  }
}
.cb-index-numbers .item-label {
  color: white;
  font-size: 1.1428571429rem;
  font-weight: 400;
  text-align: center;
  cursor: default;
  word-break: break-word;
}
@media (max-width: 1228px) {
  .cb-index-numbers .item-label {
    font-size: 0.8571428571rem;
  }
}

.cb-index-icons {
  margin: 0;
  padding: 2.1428571429rem 0;
  background-color: white;
}
.cb-index-icons .block-title {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
}
@media (max-width: 1228px) {
  .cb-index-icons .block-title {
    font-size: 2rem;
  }
}
.cb-index-icons .block-text {
  margin: 1.7857142857rem auto;
  max-width: 71.4285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
}
.cb-index-icons .item-list {
  margin: 1.7857142857rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cb-index-icons .item {
  margin: 1.7857142857rem;
  width: calc(25% - 3.5714285714rem);
}
@media (max-width: 768px) {
  .cb-index-icons .item {
    width: calc(50% - 3.5714285714rem);
  }
}
.cb-index-icons .item-icon {
  margin: 0 0 1.0714285714rem;
  text-align: center;
}
.cb-index-icons .item-icon .icon {
  width: 13.1428571429rem;
  height: 13.1428571429rem;
  max-width: 100%;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1228px) {
  .cb-index-icons .item-icon .icon {
    width: 8.4285714286rem;
    height: 8.4285714286rem;
  }
}
.cb-index-icons .item-label {
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 1228px) {
  .cb-index-icons .item-label {
    font-size: 1.0714285714rem;
  }
}
.cb-index-icons .btns {
  margin: 1.7857142857rem 0;
  text-align: center;
}

.cb-gallery-list .item-list {
  margin: 1.7857142857rem -1.0714285714rem;
  width: calc(100% + 2.1428571429rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cb-gallery-list .item {
  margin: 1.0714285714rem;
  display: flex;
  width: calc(33.33% - 2.1428571429rem);
  flex-direction: column;
  padding: 0.7142857143rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-gallery-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
@media (max-width: 1228px) {
  .cb-gallery-list .item {
    width: calc(50% - 2.1428571429rem);
  }
}
@media (max-width: 768px) {
  .cb-gallery-list .item {
    width: calc(100% - 2.1428571429rem);
  }
}
.cb-gallery-list .item .item-thumb {
  margin: 0 0 0.7142857143rem;
  width: 100%;
  max-width: 30.5714285714rem;
}
.cb-gallery-list .item .thumbnail {
  display: block;
  position: relative;
}
.cb-gallery-list .item .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.523364486%;
}
.cb-gallery-list .item .thumbnail > .inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cb-gallery-list .item .item-data-cat {
  margin: 0 0 0.8571428571rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-gallery-list .item .item-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
}
.cb-gallery-list .item .item-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-gallery-list .item .item-btns {
  margin: 0.8571428571rem 0 0;
}

.cb-newsletter {
  margin: 0;
  background-color: white;
}
.cb-newsletter .form-wrap {
  padding: 2.1428571429rem 0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .cb-newsletter .form-wrap {
    flex-wrap: wrap;
  }
}
.cb-newsletter .left-side {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cb-newsletter .left-side {
    width: 100%;
  }
}
.cb-newsletter .left-side .icn-newsletter {
  width: 100% !important;
  flex-grow: 1;
  margin: 1.4285714286rem;
  background-position: right center;
}
@media (max-width: 768px) {
  .cb-newsletter .left-side .icn-newsletter {
    margin-left: 0;
    width: auto !important;
    flex-grow: unset;
  }
}
.cb-newsletter .left-side .label {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.15em;
  word-break: keep-all;
}
@media (max-width: 1228px) {
  .cb-newsletter .left-side .label {
    font-size: 1.7142857143rem;
  }
}
.cb-newsletter .right-side {
  padding: 2.1428571429rem;
  width: 60%;
}
@media (max-width: 768px) {
  .cb-newsletter .right-side {
    width: 100%;
  }
}

.box-bg-white {
  padding: 2.1428571429rem;
  background-color: white;
}
@media (max-width: 768px) {
  .box-bg-white {
    padding: 1.0714285714rem;
  }
}

.cb-page-with-sidebar > .wrap {
  display: flex;
}
.cb-page-with-sidebar > .wrap > .sidebar {
  margin: 0 2rem 0 0;
  width: 24rem;
  min-width: 24rem;
}
@media (max-width: 1228px) {
  .cb-page-with-sidebar > .wrap > .sidebar {
    display: none;
  }
}
.cb-page-with-sidebar > .wrap > .sidebar .widget-wrap {
  margin: 0 0 2.1428571429rem;
  padding: 1.0714285714rem;
  background-color: white;
}
.cb-page-with-sidebar > .wrap > .sidebar .facet-label {
  margin: 0 0 0.7142857143rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
}
.cb-page-with-sidebar > .wrap > .sidebar .facet-label + .facet-label {
  display: none;
}
.cb-page-with-sidebar > .wrap > .sidebar .facetwp-facet {
  margin: 0 0 1.0714285714rem;
}
.cb-page-with-sidebar > .wrap .submenu-wrap {
  padding: 1.4285714286rem 0;
  background-color: white;
}
.cb-page-with-sidebar > .wrap .submenu-wrap .submenu-title {
  margin: 0 1.4285714286rem 1.4285714286rem;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.35em;
}
.cb-page-with-sidebar > .wrap .submenu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cb-page-with-sidebar > .wrap .submenu-wrap ul ul a {
  padding-left: 2.3571428571rem;
}
.cb-page-with-sidebar > .wrap .submenu-wrap ul ul ul a {
  padding-left: 3.0714285714rem;
}
.cb-page-with-sidebar > .wrap .submenu-wrap li {
  display: block;
}
.cb-page-with-sidebar > .wrap .submenu-wrap a {
  display: flex;
  align-items: center;
  padding: 0.4285714286rem 1.4285714286rem 0.4285714286rem 1.6428571429rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  position: relative;
}
.cb-page-with-sidebar > .wrap .submenu-wrap a::before {
  margin: 0 0.5714285714rem 0 0;
  content: "";
  display: inline-block;
  width: 0.4285714286rem;
  height: 0.7857142857rem;
  background: url("../img/icn-arrow-right-yellow.svg") left center no-repeat;
  background-size: contain;
}
.cb-page-with-sidebar > .wrap .submenu-wrap a:hover {
  background-color: #f2f4ff;
}
.cb-page-with-sidebar > .wrap > .content {
  flex-grow: 1;
}

.cb-page-2col > .wrap {
  display: flex;
}
@media (max-width: 768px) {
  .cb-page-2col > .wrap {
    flex-direction: column;
  }
}
.cb-page-2col > .wrap > .col-left {
  margin: 0 2.1428571429rem 0 0;
  width: 29.4285714286rem;
  min-width: 29.4285714286rem;
}
@media (max-width: 1228px) {
  .cb-page-2col > .wrap > .col-left {
    margin: 0 2.1428571429rem 0 0;
    width: 40%;
    min-width: 14.2857142857rem;
  }
}
@media (max-width: 768px) {
  .cb-page-2col > .wrap > .col-left {
    margin: 0 0 1.4285714286rem;
    width: 100%;
    min-width: auto;
  }
}
.cb-page-2col > .wrap > .col-left img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cb-page-2col > .wrap > .col-left .img-wrap {
  margin: 0 0 1.7857142857rem 0;
}
.cb-page-2col > .wrap > .col-left .img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cb-page-2col > .wrap > .content {
  flex-grow: 1;
}

.cb-box-icons {
  margin: 0;
  padding: 2.1428571429rem 0;
}
.cb-box-icons .block-title {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
}
.cb-box-icons .block-text {
  margin: 1.7857142857rem 0;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-box-icons .item-list {
  margin: 1.7857142857rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cb-box-icons .item {
  margin: 0.8571428571rem;
  padding: 1.7857142857rem;
  width: calc(25% - 1.7142857143rem);
  background-color: white;
}
@media (max-width: 768px) {
  .cb-box-icons .item {
    width: 100%;
  }
}
.cb-box-icons .item-icon {
  margin: 0 0 1.0714285714rem;
  text-align: center;
}
.cb-box-icons .item-icon .icon {
  width: 18.4285714286rem;
  height: 16.0714285714rem;
  max-width: 100%;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.cb-box-icons .item-label {
  color: #003399;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
  word-break: break-word;
}
.cb-box-icons .btns {
  margin: 1.7857142857rem 0;
  text-align: center;
}

.cb-program-numbers {
  margin: 0;
  background: white url("../img/icn-finance-left-top.svg") left top no-repeat;
  background-size: 26.5714285714rem auto;
}
.cb-program-numbers > .bg-wrap {
  background: url("../img/icn-finance-right-bottom.svg") right bottom no-repeat;
}
.cb-program-numbers > .bg-wrap > .wrap {
  margin: 0 auto;
  padding: 0 20px;
  min-width: 1142px;
  max-width: 1440px;
  height: 100%;
  min-height: 28.2142857143rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1458px) {
  .cb-program-numbers > .bg-wrap > .wrap {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1216px;
  }
}
@media (max-width: 1228px) {
  .cb-program-numbers > .bg-wrap > .wrap {
    padding: 0 32px;
    min-width: 386px;
    max-width: 1088px;
  }
}
@media (max-width: 768px) {
  .cb-program-numbers > .bg-wrap > .wrap {
    padding: 0 18px;
    min-width: 324px;
  }
}
.cb-program-numbers > .bg-wrap > .wrap.wrap-limit {
  padding: 0 20px;
  min-width: 1210px;
  max-width: 1210px;
}
@media (max-width: 1458px) {
  .cb-program-numbers > .bg-wrap > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1210px;
  }
}
@media (max-width: 1228px) {
  .cb-program-numbers > .bg-wrap > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 386px;
    max-width: 988px;
  }
}
@media (max-width: 768px) {
  .cb-program-numbers > .bg-wrap > .wrap.wrap-limit {
    padding: 0 18px;
    min-width: 324px;
  }
}
.cb-program-numbers .wrap > .numbers-wrap {
  padding: 3.2142857143rem 0;
}
.cb-program-numbers .numbers-title {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
.cb-program-numbers .numbers-title::after {
  margin: 0 auto;
  content: "";
  display: block;
  width: 6.4285714286rem;
  height: 0;
  position: relative;
  top: 1.4285714286rem;
  border-bottom: 4px solid #ffcc00;
}
.cb-program-numbers .item-list {
  padding: 3.5714285714rem 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-program-numbers .item {
  margin: 1.0714285714rem;
  padding: 0.7142857143rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.7857142857rem;
  height: 20.5714285714rem;
  background-color: #003399;
  position: relative;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
.cb-program-numbers .item::after {
  content: "";
  width: 17.3571428571rem;
  height: 20.1428571429rem;
  background-color: #f9faff;
  display: block;
  position: absolute;
  top: 0.2142857143rem;
  left: 0.2142857143rem;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
.cb-program-numbers .item-number {
  color: #003399;
  font-size: 2.2857142857rem;
  font-weight: 600;
  line-height: 1.35em;
  position: relative;
  z-index: 999;
}
.cb-program-numbers .item-label {
  color: #003399;
  font-size: 1.1428571429rem;
  font-weight: 400;
  text-align: center;
  cursor: default;
  word-break: break-word;
  position: relative;
  z-index: 999;
}

.cb-program-icons {
  margin: 0;
  padding: 2.1428571429rem 0;
  background-color: #f9faff;
}
.cb-program-icons .block-title {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
}
.cb-program-icons .block-text {
  margin: 1.7857142857rem auto;
  max-width: 71.4285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
}
.cb-program-icons .item-list {
  margin: 1.7857142857rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cb-program-icons .item {
  margin: 1.7857142857rem;
  width: 20%;
}
@media (max-width: 768px) {
  .cb-program-icons .item {
    width: calc(50% - 3.5714285714rem);
  }
}
.cb-program-icons .item-icon {
  margin: 0 0 1.0714285714rem;
  text-align: center;
}
.cb-program-icons .item-icon .icon {
  width: 13.1428571429rem;
  max-width: 100%;
  height: 13.1428571429rem;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cb-program-icons .item-icon .icon {
    width: 8.4285714286rem;
    height: 8.4285714286rem;
  }
}
.cb-program-icons .item-label {
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
  word-break: break-word;
}
.cb-program-icons .btns {
  margin: 1.7857142857rem 0;
  text-align: center;
}

.cb-program-control {
  padding: 3.2142857143rem 0;
  background-color: white;
}
.cb-program-control > .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb-program-control .numbers-title {
  color: #003399;
  font-size: 2.1428571429rem;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
.cb-program-control .numbers-title::after {
  margin: 0 auto;
  content: "";
  display: block;
  width: 6.4285714286rem;
  height: 0;
  position: relative;
  top: 1.4285714286rem;
  border-bottom: 4px solid #ffcc00;
}
.cb-program-control .block-text {
  margin: 3.5714285714rem auto 0rem;
  max-width: 71.4285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
}
.cb-program-control .item-list {
  padding: 1.4285714286rem 0 3.5714285714rem 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-program-control .item {
  margin: 0.5714285714rem;
  padding: 0.7142857143rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 11.6428571429rem;
  height: 13.4285714286rem;
  background-color: #003399;
  position: relative;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
@media (max-width: 768px) {
  .cb-program-control .item {
    width: 11.6428571429rem;
    height: 13.4285714286rem;
    clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
  }
}
.cb-program-control .item-number {
  color: white;
  font-size: 2.2142857143rem;
  font-weight: 600;
  line-height: 1.35em;
  position: relative;
  z-index: 999;
}
.cb-program-control .item-label {
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
  cursor: default;
  word-break: break-word;
  position: relative;
  z-index: 999;
}

/* Kontaktai */
.cb-contacts-page .contacts-reqv-wrap {
  margin: 0 0 2.1428571429rem;
  display: flex;
}
@media (max-width: 768px) {
  .cb-contacts-page .contacts-reqv-wrap {
    flex-wrap: wrap;
  }
}
.cb-contacts-page .contacts-reqv-wrap .left-side {
  margin: 0 2.5rem 0 0;
  width: 60%;
}
@media (max-width: 768px) {
  .cb-contacts-page .contacts-reqv-wrap .left-side {
    margin: 0 0 1.4285714286rem;
    width: 100%;
  }
}
.cb-contacts-page .contacts-reqv-wrap .left-side iframe {
  width: 100%;
  max-width: 100%;
  min-height: 28.2142857143rem;
  border: none;
  outline: none;
}
.cb-contacts-page .contacts-reqv-wrap .right-side {
  flex-grow: 1;
  width: calc(40% - 2.5rem);
}
@media (max-width: 768px) {
  .cb-contacts-page .contacts-reqv-wrap .right-side {
    width: 100%;
  }
}
.cb-contacts-page .contacts-reqv-wrap .right-side .block-text {
  margin: 0 0 0.3571428571rem;
}
.cb-contacts-page .contacts-empl-wrap .item-list {
  margin: 0 -0.7142857143rem;
  width: calc(100% + 1.4285714286rem);
  display: flex;
  flex-wrap: wrap;
}
.cb-contacts-page .contacts-empl-wrap .item {
  display: flex;
  flex-direction: column;
  margin: 0.7142857143rem;
  width: calc(50% - 1.4285714286rem);
  border: 1px solid #e5e9f8;
  background-color: white;
}
@media (max-width: 768px) {
  .cb-contacts-page .contacts-empl-wrap .item {
    width: 100%;
  }
}
.cb-contacts-page .contacts-empl-wrap .top-part {
  display: flex;
  align-items: stretch;
  padding: 1.0714285714rem;
}
.cb-contacts-page .contacts-empl-wrap .top-part .photo {
  margin: 0 1.4285714286rem 0 0;
  min-width: 9.1428571429rem;
  max-width: 9.1428571429rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.cb-contacts-page .contacts-empl-wrap .top-part .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 768px) {
  .cb-contacts-page .contacts-empl-wrap .top-part .photo {
    min-width: 8.1428571429rem;
    max-width: 8.1428571429rem;
  }
}
.cb-contacts-page .contacts-empl-wrap .top-part .photo > .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cb-contacts-page .contacts-empl-wrap .top-part .name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb-contacts-page .contacts-empl-wrap .top-part .name-surname {
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.35em;
}
.cb-contacts-page .contacts-empl-wrap .bottom-part {
  flex-grow: 1;
  padding: 1.0714285714rem;
  background-color: #f2f4ff;
}
.cb-contacts-page .contacts-empl-wrap .bottom-part .block-text {
  margin: 0;
}

.cb-page-faq .cb-faq-list > .wrap > .item-list > .item {
  margin: 0 0 1.4285714286rem;
  border: none;
}
.cb-page-faq .cb-faq-list > .wrap > .item-list > .item:first-child {
  border: none;
}
.cb-page-faq .cb-faq-list > .wrap > .item-list > .item > .faq-answer {
  background: none;
}

.cb-document-list .item {
  margin: 0 0 1.4285714286rem;
  padding: 1.7857142857rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-document-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
.cb-document-list .item .item-date-cat {
  margin: 0 0 0.5714285714rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-document-list .item .item-number {
  margin: 0 0 0.8571428571rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-document-list .item .item-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
}
.cb-document-list .item .item-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-document-list .item .item-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0.8571428571rem 0 0;
}
.cb-document-list .item .item-btns .btn {
  margin-right: 1.1428571429rem;
}

.cb-page-docs .doc-info-wrap {
  padding: 2.1428571429rem;
  color: #003399;
  background-color: white;
}
@media (max-width: 1228px) {
  .cb-page-docs .doc-info-wrap {
    padding: 1.0714285714rem;
  }
}
.cb-page-docs .doc-info-wrap > .row {
  display: flex;
  border-top: 1px solid #e5e9f8;
}
.cb-page-docs .doc-info-wrap > .row:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .cb-page-docs .doc-info-wrap > .row {
    flex-direction: column;
  }
}
.cb-page-docs .doc-info-wrap > .row > div {
  padding: 0.7142857143rem 0;
}
.cb-page-docs .doc-info-wrap > .row > div.c1 {
  width: 21.4285714286rem;
  min-width: 21.4285714286rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cb-page-docs .doc-info-wrap > .row > div.c1 {
    padding-bottom: 0;
  }
}
.cb-page-docs .doc-info-wrap > .btns {
  margin: 2.1428571429rem 0 0;
}

.cb-project-list .item {
  margin: 0 0 1.4285714286rem;
  padding: 1.7857142857rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-project-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
@media (max-width: 768px) {
  .cb-project-list .item {
    padding: 1.0714285714rem;
  }
}
.cb-project-list .item .item-number {
  margin: 0 0 0.8571428571rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-project-list .item .item-number .value {
  padding: 0.1428571429rem;
  background-color: #ffcc00;
  color: #003399;
  font-weight: 700;
}
.cb-project-list .item .item-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
}
.cb-project-list .item .item-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-project-list .item .item-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0.8571428571rem 0 0;
}
.cb-project-list .item .item-btns .btn {
  margin-right: 1.1428571429rem;
}
.cb-project-list .proj-info-wrap {
  padding: 0;
  color: #003399;
  background-color: white;
}
.cb-project-list .proj-info-wrap > .row {
  display: flex;
  border-top: 1px solid #e5e9f8;
}
@media (max-width: 768px) {
  .cb-project-list .proj-info-wrap > .row {
    flex-direction: column;
  }
}
.cb-project-list .proj-info-wrap > .row:first-child {
  border-top: none;
}
.cb-project-list .proj-info-wrap > .row > div {
  padding: 0.7142857143rem 0;
}
.cb-project-list .proj-info-wrap > .row > div.c1 {
  width: 21.4285714286rem;
  min-width: 21.4285714286rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cb-project-list .proj-info-wrap > .row > div.c1 {
    padding-bottom: 0;
  }
}
.cb-project-list .proj-info-wrap > .btns {
  margin: 2.1428571429rem 0 0;
}

.cb-page-projects.page-with-right-sidebar > .wrap {
  display: flex;
}
@media (max-width: 1228px) {
  .cb-page-projects.page-with-right-sidebar > .wrap {
    flex-direction: column;
  }
}
.cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right {
  margin: 0 0 2.1428571429rem 2.1428571429rem;
  min-width: 23.7142857143rem;
}
@media (max-width: 1228px) {
  .cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right .photo {
  margin: 0 0 1.4285714286rem;
}
.cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right .photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right .video video, .cb-page-projects.page-with-right-sidebar > .wrap .sidebar-right .video iframe {
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cb-page-projects .proj-info-wrap {
  flex-grow: 1;
  padding: 2.1428571429rem;
  color: #003399;
  background-color: white;
}
@media (max-width: 1228px) {
  .cb-page-projects .proj-info-wrap {
    padding: 1.0714285714rem;
    width: 100%;
  }
}
.cb-page-projects .proj-info-wrap > .row {
  display: flex;
  border-top: 1px solid #e5e9f8;
}
@media (max-width: 1228px) {
  .cb-page-projects .proj-info-wrap > .row {
    flex-direction: column;
  }
}
.cb-page-projects .proj-info-wrap > .row:first-child {
  border-top: none;
}
.cb-page-projects .proj-info-wrap > .row > div {
  padding: 0.7142857143rem 0;
}
.cb-page-projects .proj-info-wrap > .row > div.c1 {
  width: 21.4285714286rem;
  min-width: 21.4285714286rem;
  font-weight: 600;
}
@media (max-width: 1228px) {
  .cb-page-projects .proj-info-wrap > .row > div.c1 {
    padding-bottom: 0;
  }
}
.cb-page-projects .proj-info-wrap > .btns {
  margin: 2.1428571429rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.cb-page-projects .proj-info-wrap > .btns .btn {
  margin-right: 1.1428571429rem;
}

.cb-facet-pagination .facetwp-pager {
  text-align: center;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
}
.cb-facet-pagination .facetwp-pager a {
  padding: 0.5714285714rem 0.8571428571rem;
  display: inline-block;
  background-color: white;
  color: #003399;
}
.cb-facet-pagination .facetwp-pager a.active {
  background-color: #003399;
  color: white;
}
.cb-facet-pagination .facetwp-pager a:hover {
  background-color: #003399;
  color: white;
}

.cb-gallery-filter .custom-select-menu {
  margin-right: 1.2857142857rem;
}
@media (max-width: 768px) {
  .cb-gallery-filter .custom-select-menu {
    margin: 0.3571428571rem 0;
    width: 100%;
  }
}

.cb-page-galleries .item-list {
  margin: 0 -1.0714285714rem;
  width: calc(100% + 2.1428571429rem);
  display: flex;
  flex-wrap: wrap;
}
.cb-page-galleries .item {
  margin: 1.0714285714rem;
  padding: 0.7142857143rem;
  width: calc(33.333% - 2.1428571429rem);
  background-color: white;
}
@media (max-width: 1228px) {
  .cb-page-galleries .item {
    width: calc(50% - 2.1428571429rem);
  }
}
@media (max-width: 768px) {
  .cb-page-galleries .item {
    width: calc(100% - 2.1428571429rem);
  }
}
.cb-page-galleries .item-thumb {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.cb-page-galleries .thumbnail {
  margin: 0 0 1.0714285714rem;
  display: block;
  position: relative;
}
.cb-page-galleries .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.523364486%;
}
.cb-page-galleries .thumbnail > .inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cb-page-galleries .item-data-cat {
  margin: 0 0 0.8571428571rem;
  padding: 0 1.0714285714rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-page-galleries .item-title {
  margin: 0 0 0.8571428571rem;
  padding: 0 1.0714285714rem;
  color: #003399;
  font-size: 1.4285714286rem;
  line-height: 1.35em;
  font-weight: 600;
}
.cb-page-galleries .item-title a {
  color: #003399;
}

.cb-page-gallery .item-date-cat {
  margin: 1.0714285714rem 0 2.1428571429rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-page-gallery .item-list {
  margin: 0 0 2.1428571429rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
.cb-page-gallery .item {
  margin: 1.0714285714rem;
  padding: 0.7142857143rem;
  width: calc(33.333% - 2.1428571429rem);
  background-color: white;
  display: flex;
}
@media (max-width: 1228px) {
  .cb-page-gallery .item {
    width: calc(50% - 2.1428571429rem);
  }
}
@media (max-width: 768px) {
  .cb-page-gallery .item {
    width: calc(100% - 2.1428571429rem);
  }
}
.cb-page-gallery .item a {
  width: 100%;
  display: block;
}
.cb-page-gallery .item img {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cb-partnership-list .item {
  margin: 0 0 1.4285714286rem;
  padding: 1.7857142857rem;
  background-color: white;
  transition: all 0.3s ease;
}
.cb-partnership-list .item:hover {
  box-shadow: 0 3px 6px rgba(0, 51, 153, 0.08);
}
@media (max-width: 768px) {
  .cb-partnership-list .item {
    padding: 1.0714285714rem;
  }
}
.cb-partnership-list .item .item-number {
  margin: 0 0 0.8571428571rem;
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-partnership-list .item .item-number .value {
  padding: 0.1428571429rem;
  background-color: #ffcc00;
  color: #003399;
  font-weight: 700;
}
.cb-partnership-list .item .item-title {
  margin: 0 0 0.8571428571rem;
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
}
.cb-partnership-list .item .item-text {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-partnership-list .item .item-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0.8571428571rem 0 0;
}
.cb-partnership-list .item .item-btns .btn {
  margin-right: 1.1428571429rem;
}
.cb-partnership-list .part-info-wrap {
  padding: 0;
  color: #003399;
  background-color: white;
}
.cb-partnership-list .part-info-wrap > .row {
  display: flex;
  border-top: 1px solid #e5e9f8;
}
@media (max-width: 768px) {
  .cb-partnership-list .part-info-wrap > .row {
    flex-direction: column;
  }
}
.cb-partnership-list .part-info-wrap > .row:first-child {
  border-top: none;
}
.cb-partnership-list .part-info-wrap > .row > div {
  padding: 0.7142857143rem 0;
}
.cb-partnership-list .part-info-wrap > .row > div.c1 {
  width: 21.4285714286rem;
  min-width: 21.4285714286rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cb-partnership-list .part-info-wrap > .row > div.c1 {
    padding-bottom: 0;
  }
}
.cb-partnership-list .part-info-wrap > .btns {
  margin: 2.1428571429rem 0 0;
}

.cb-structure .page-list {
  padding: 2.1428571429rem 2.8571428571rem;
  background-color: white;
}
.cb-structure .page-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25em;
}
.cb-structure .page-list > ul > li {
  color: #003399;
  font-size: 1.2857142857rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cb-structure .page-list > ul > li > a {
  padding: 0.5714285714rem 0 0.5714285714rem 1.2857142857rem;
  display: block;
  color: #003399;
  text-decoration: none;
  background: url("../img/icn-arrow-right-yellow.svg") left center no-repeat;
  background-size: 0.4285714286rem 0.7857142857rem;
}
.cb-structure .page-list > ul > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-structure .page-list > ul > li ul.sub-menu {
  margin: 0 0 0 1.0714285714rem;
}
.cb-structure .page-list > ul > li ul li {
  margin: 0.5714285714rem 0;
}
.cb-structure .page-list > ul > li ul a {
  padding: 0.5714285714rem 0 0.5714285714rem 1.2857142857rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  background: url("../img/icn-arrow-right-yellow.svg") left center no-repeat;
  background-size: 0.4285714286rem 0.7857142857rem;
}
.cb-structure .page-list > ul a:hover {
  color: #003399;
  text-decoration: underline;
}

footer {
  background-color: #003399;
  color: white;
  display: flex;
  flex-direction: column;
}
footer a {
  color: white;
}
footer .col-title {
  margin: 0 0 1rem;
  color: white;
  font-size: 1.5714285714rem;
  font-weight: 400;
}
footer .part-top {
  display: flex;
}
@media (max-width: 1228px) {
  footer .part-top .col-menu {
    display: none;
  }
  footer .part-top .col-contacts {
    padding: 1.7857142857rem 0 !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
    text-align: center !important;
  }
  footer .part-top > .wrap-left, footer .part-top > .wrap-right {
    flex-basis: 3.33% !important;
  }
  footer .part-top > .wrap-right {
    background: none !important;
  }
}
footer .part-top > .wrap-left, footer .part-top > .wrap-right {
  flex-basis: 33.33%;
}
footer .part-top > .wrap-right {
  background-color: #00256e;
}
footer .part-top > .wrap {
  flex-grow: 1;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
footer .part-top a {
  color: #eceffb;
}
footer .part-top a:hover {
  color: #eceffb;
}
footer .part-top .col-menu {
  margin: 0 2.1428571429rem 0 0;
  padding: 3.9285714286rem 0;
  width: 33%;
  color: white;
  font-size: 1.0714285714rem;
  line-height: 1.35em;
}
footer .part-top .col-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.35em;
}
footer .part-top .col-menu > ul > li:last-child > ul {
  margin-bottom: 0;
}
footer .part-top .col-menu > ul > li > a {
  color: white;
  font-size: 1.5714285714rem;
  font-weight: 400;
}
footer .part-top .col-menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1.0714285714rem 0 1.7857142857rem;
  color: white;
}
footer .part-top .col-menu > ul > li > ul > li > a {
  color: white;
}
footer .part-top .col-menu li {
  margin: 0 0 0.5rem;
}
footer .part-top .col-menu li:last-child {
  margin-bottom: 0;
}
footer .part-top .col-menu .block-text {
  margin-bottom: 2.8571428571rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
}
footer .part-top .col-menu .block-text p {
  margin: 0;
  line-height: 1.75em;
}
footer .part-top .col-menu .block-text:first-child {
  margin-top: 0;
}
footer .part-top .col-contacts {
  padding: 3.9285714286rem 0 3.9285714286rem 3.5714285714rem;
  width: 33%;
  background-color: #00256e;
}
footer .part-top .col-contacts .block-text {
  margin-bottom: 2.8571428571rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
}
footer .part-top .col-contacts .block-text p {
  margin: 0;
  line-height: 1.75em;
}
footer .part-top .col-contacts .block-text:first-child {
  margin-top: 0;
}
footer .part-top .col-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .part-top .col-contacts ul li {
  margin: 0.4285714286rem 0;
}
footer .part-top .col-contacts ul a {
  display: flex;
  align-items: center;
}
@media (max-width: 1228px) {
  footer .part-top .col-contacts ul a {
    justify-content: center;
  }
}
footer .part-top .col-contacts ul a .icn {
  margin-right: 1.4285714286rem;
}
footer .part-top .col-contacts ul a .icn.icn-phone-white {
  margin-right: 1.3571428571rem;
}
footer .part-top .col-contacts ul a .icn.icn-location-white {
  margin-right: 1.5714285714rem;
}
footer .social-icons {
  margin: 3.5714285714rem 0 !important;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons .icn {
  margin: 0 0.5714285714rem 0 0 !important;
  text-align: center;
}
footer .social-icons .icn:before {
  color: var(--footer-icon-color) !important;
}
footer .part-bottom {
  padding: 1.9285714286rem 0 1.9285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  user-select: none;
  background-color: white;
}
footer .part-bottom > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .part-bottom > .wrap {
    display: block;
  }
}
footer .part-bottom > .wrap > div {
  width: 49%;
}
@media (max-width: 1228px) {
  footer .part-bottom > .wrap > div {
    width: 100%;
  }
}
footer .part-bottom > .wrap a {
  color: #003399;
}
footer .part-bottom > .wrap a:hover {
  color: #003399;
}
@media (max-width: 1228px) {
  footer .part-bottom > .wrap .left {
    text-align: center;
  }
}
footer .part-bottom > .wrap .left a {
  text-decoration: underline;
}
footer .part-bottom > .wrap .right {
  text-align: right;
}
@media (max-width: 1228px) {
  footer .part-bottom > .wrap .right {
    margin-top: 1.4285714286rem;
    text-align: center;
  }
}

.mob-filter-btn a {
  padding: 0.7142857143rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  font-weight: 400;
  background-color: #003399;
}
.mob-filter-btn a .icn {
  margin: 0 0.6428571429rem 0 0;
}

.cb-search-input .search-input-wrap {
  display: inline-flex;
  width: 100%;
  max-width: 42.1428571429rem;
  border: 1px solid #9faee5;
  background-color: white;
}
.cb-search-input .search-input-wrap input[type=search] {
  margin: 0;
  padding: 1rem 1.4285714286rem;
  flex-grow: 1;
  display: block;
  border: none;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
  outline: none;
}
.cb-search-input .search-input-wrap input[type=search]::placeholder {
  color: #9faee5;
  font-weight: 400;
}
.cb-search-input .search-input-wrap button[type=submit] {
  margin: 0;
  padding: 0;
  min-width: 4.2857142857rem;
  display: inline-flex;
  border: none;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
}
.cb-search-input .search-attributes {
  margin: 1.0714285714rem 0 0;
}
.cb-search-input .search-attributes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cb-search-input .search-attributes li {
  margin: 0 1.5714285714rem 1.5714285714rem 0;
  display: inline-flex;
  align-items: center;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-search-input .search-attributes li label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.cb-search-input .search-attributes li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cb-search-input .search-attributes li label .checkmark {
  margin: 0 0.7142857143rem 0 0;
  position: relative;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #9faee5;
  background-color: white;
}
.cb-search-input .search-attributes li label:hover input ~ .checkmark {
  background-color: #ccc;
}
.cb-search-input .search-attributes li label input:checked ~ .checkmark {
  background-color: #003399;
}
.cb-search-input .search-attributes li label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cb-search-input .search-attributes li label input:checked ~ .checkmark:after {
  display: block;
}
.cb-search-input .search-attributes li label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb-search-list {
  padding: 0;
}
.cb-search-list .search-results-label {
  margin: 0 0 1.4285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
.cb-search-list .search-results-label strong {
  text-transform: capitalize;
}
.cb-search-list .item {
  margin: 0 0 1.0714285714rem;
  padding: 1.4285714286rem;
  background-color: white;
}
.cb-search-list article {
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cb-search-list article .entry-header {
  color: #003399;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cb-search-list article .entry-header h2 {
  line-height: 1.25em;
}

.modal-window {
  position: fixed;
  padding: 2.1428571429rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  height: clamp(200px, 100vh, 100vh);
  width: 58rem;
  width: clamp(100%, 100vw, 100vw);
  overflow-x: auto;
  overflow-y: auto;
  background-color: rgba(58, 58, 58, 0.6);
  z-index: 1001;
}
.modal-window .modal-wrap {
  position: absolute;
  min-width: 58rem;
  min-height: 500px;
  max-height: max-content;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: auto;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1228px) {
  .modal-window .modal-wrap {
    min-width: 90% !important;
  }
}
.modal-window .form-cont {
  padding: 3.5714285714rem 2.1428571429rem 2.1428571429rem !important;
  box-sizing: border-box;
  min-width: 70%;
  max-width: 73.5rem;
  height: fit-content;
  position: relative;
  background-color: white;
}
.modal-window .modal-close-btn {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.modal-window .modal-close-btn a.btn-modal-close {
  margin: 1.125rem 1.125rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  display: inline-block;
  background: url("../img/icn-close-blue.svg") center center no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
.modal-window .block-logo {
  text-align: center;
}
.modal-window .block-title {
  margin: 2.5rem auto 1.7857142857rem !important;
  max-width: 37.1428571429rem !important;
  color: #707070 !important;
  font-size: 2.1428571429rem !important;
  font-weight: 500 !important;
  line-height: 1.25em !important;
  text-align: center !important;
}
.modal-window .block-title::after {
  display: none !important;
}
.modal-window .block-text {
  margin: 1.7857142857rem auto !important;
  max-width: 37.1428571429rem !important;
  color: #707070;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.25em !important;
  text-align: center !important;
}
.modal-window .block-shortcode {
  margin: 1.7857142857rem auto;
  text-align: center;
}

#modal-filter .form-cont {
  padding-top: 75px !important;
}
#modal-filter .modal-title {
  margin: 0;
  padding: 0 1.6428571429rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  color: #4c4c4c;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #f3f3f3;
  z-index: 1;
  display: flex;
  align-items: center;
}
#modal-filter h2,
#modal-filter .filter-title {
  margin: 1.0714285714rem 0;
  color: #707070;
  font-size: 1.4285714286rem;
  font-weight: 500 !important;
}
#modal-filter .filter-btns {
  margin: 1.0714285714rem 0 0;
  text-align: center;
}
#modal-filter .filter-btns a.btn {
  padding: 0.6428571429rem 3rem;
  display: inline-block;
  border-radius: 4px;
  background-color: #003399;
  color: white;
  font-size: 1.2857142857rem;
  font-weight: 500;
  text-transform: uppercase;
}

.icn {
  width: 1.7142857143rem;
  min-width: 1.7142857143rem;
  height: 1.7142857143rem;
  min-height: 1.7142857143rem;
  display: inline-block;
  text-decoration: none;
  outline: none;
  user-select: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}

.icn-logo {
  width: 15.8571428571rem;
  min-width: 15.8571428571rem;
  height: 9.6428571429rem;
  min-height: 9.6428571429rem;
  background-image: url("../img/logo.svg");
}

.icn-search {
  width: 1.3571428571rem;
  min-width: 1.3571428571rem;
  height: 1.3571428571rem;
  min-height: 1.3571428571rem;
  background-image: url("../img/icn-search.svg");
}

.icn-search-blue {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  background-image: url("../img/icn-search-blue.svg");
}

.icn-structure {
  width: 1.6428571429rem;
  min-width: 1.6428571429rem;
  height: 1.2142857143rem;
  min-height: 1.2142857143rem;
  background-image: url("../img/icn-structure.svg");
}

.icn-filter {
  width: 1.2142857143rem;
  min-width: 1.2142857143rem;
  height: 1.2857142857rem;
  min-height: 1.2857142857rem;
  background-image: url("../img/icn-filter.svg");
}

.icn-arrow-down-blue {
  width: 0.5714285714rem;
  min-width: 0.5714285714rem;
  height: 0.3571428571rem;
  min-height: 0.3571428571rem;
  background-image: url("../img/icn-arrow-down-blue.svg");
}

.icn-phone-white {
  width: 1.3571428571rem;
  min-width: 1.3571428571rem;
  height: 1.3571428571rem;
  min-height: 1.3571428571rem;
  background-image: url("../img/icn-phone.svg");
}

.icn-email-white {
  width: 1.4285714286rem;
  min-width: 1.4285714286rem;
  height: 1rem;
  min-height: 1rem;
  background-image: url("../img/icn-email.svg");
}

.icn-phone-blue {
  width: 1.3571428571rem;
  min-width: 1.3571428571rem;
  height: 1.3571428571rem;
  min-height: 1.3571428571rem;
  background-image: url("../img/icn-phone-blue.svg");
}

.icn-email-blue {
  width: 1.4285714286rem;
  min-width: 1.4285714286rem;
  height: 1rem;
  min-height: 1rem;
  background-image: url("../img/icn-email-blue.svg");
}

.icn-table-phone-blue {
  width: 1.5714285714rem;
  min-width: 1.5714285714rem;
  height: 1.1428571429rem;
  min-height: 1.1428571429rem;
  background-image: url("../img/icn-table-phone-blue.svg");
}

.icn-fax-blue {
  width: 1.2142857143rem;
  min-width: 1.2142857143rem;
  height: 1.2142857143rem;
  min-height: 1.2142857143rem;
  background-image: url("../img/icn-fax-blue.svg");
}

.icn-file {
  width: 1.3571428571rem;
  min-width: 1.3571428571rem;
  height: 1.3571428571rem;
  min-height: 1.3571428571rem;
  background-image: url("../img/icn-file.svg");
}

.icn-newsletter {
  width: 5.1428571429rem;
  min-width: 5.1428571429rem;
  height: 5.1428571429rem;
  min-height: 5.1428571429rem;
  background-image: url("../img/icn-newsletter.svg");
}

.icn-f {
  width: 0.8571428571rem;
  min-width: 0.8571428571rem;
  height: 1.3571428571rem;
  min-height: 1.3571428571rem;
  background-image: url("../img/icn-f.svg");
}

.icn-small-f {
  width: 2.1428571429rem;
  min-width: 2.1428571429rem;
  height: 2.1428571429rem;
  min-height: 2.1428571429rem;
  background-image: url("../img/icn-small-f.svg");
}

.icn-small-i {
  width: 2.1428571429rem;
  min-width: 2.1428571429rem;
  height: 2.1428571429rem;
  min-height: 2.1428571429rem;
  background-image: url("../img/icn-small-i.svg");
}

.icn-small-in {
  width: 2.1428571429rem;
  min-width: 2.1428571429rem;
  height: 2.1428571429rem;
  min-height: 2.1428571429rem;
  background-image: url("../img/icn-small-in.svg");
}

.icn-small-yt {
  width: 2.1428571429rem;
  min-width: 2.1428571429rem;
  height: 2.1428571429rem;
  min-height: 2.1428571429rem;
  background-image: url("../img/icn-small-yt.svg");
}

/* ContentBlocks */
.cont-block-2cols .block-text {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cont-block-2cols .block-text {
    flex-wrap: wrap;
  }
}
.cont-block-2cols .block-col-left {
  margin: 0 1rem 0 0;
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .cont-block-2cols .block-col-left {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-2cols .block-col-left p:last-child {
  margin-bottom: 0;
}
.cont-block-2cols .block-col-right {
  margin: 0 0 0 1rem;
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .cont-block-2cols .block-col-right {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-2cols .block-col-right p:last-child {
  margin-bottom: 0;
}

.cont-block-2cols-photo-text .block-text {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cont-block-2cols-photo-text .block-text {
    flex-wrap: wrap;
  }
}
.cont-block-2cols-photo-text .block-col-left {
  margin: 0 1rem 0 0;
  width: calc(33.333% - 1rem);
}
@media (max-width: 768px) {
  .cont-block-2cols-photo-text .block-col-left {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-2cols-photo-text .block-col-left p:last-child {
  margin-bottom: 0;
}
.cont-block-2cols-photo-text .block-col-right {
  margin: 0 0 0 1rem;
  width: calc(66.666% - 1rem);
}
@media (max-width: 768px) {
  .cont-block-2cols-photo-text .block-col-right {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-2cols-photo-text .block-col-right p:last-child {
  margin-bottom: 0;
}

.cont-block-3cols .block-text {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cont-block-3cols .block-text {
    flex-wrap: wrap;
  }
}
.cont-block-3cols .block-col-left {
  margin: 0 1rem 0 0;
  width: calc(33.333% - 1rem);
  word-break: break-word;
}
@media (max-width: 768px) {
  .cont-block-3cols .block-col-left {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-3cols .block-col-left p:last-child {
  margin-bottom: 0;
}
.cont-block-3cols .block-col-center {
  margin: 0 1rem;
  width: calc(33.333% - 1rem);
  word-break: break-word;
}
@media (max-width: 768px) {
  .cont-block-3cols .block-col-center {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-3cols .block-col-center p:last-child {
  margin-bottom: 0;
}
.cont-block-3cols .block-col-right {
  margin: 0 0 0 1rem;
  width: calc(33.333% - 1rem);
  word-break: break-word;
}
@media (max-width: 768px) {
  .cont-block-3cols .block-col-right {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-3cols .block-col-right p:last-child {
  margin-bottom: 0;
}

.cont-block-left-photo-text .block-text,
.cont-block-right-photo-text .block-text {
  flex-grow: 1;
}
.cont-block-left-photo-text .block-text a,
.cont-block-right-photo-text .block-text a {
  color: #ffcc00;
}
.cont-block-left-photo-text .block-list,
.cont-block-right-photo-text .block-list {
  width: 100%;
}
.cont-block-left-photo-text .block-item,
.cont-block-right-photo-text .block-item {
  padding: 3.5714285714rem 3.5714285714rem;
  background-color: white;
  display: flex;
}
@media (max-width: 1228px) {
  .cont-block-left-photo-text .block-item,
.cont-block-right-photo-text .block-item {
    padding: 2.1428571429rem;
  }
}
@media (max-width: 768px) {
  .cont-block-left-photo-text .block-item,
.cont-block-right-photo-text .block-item {
    padding: 1.4285714286rem;
    flex-wrap: wrap;
  }
}
.cont-block-left-photo-text .block-item .item-photo,
.cont-block-right-photo-text .block-item .item-photo {
  margin: 0 2.8571428571rem 0 0;
  width: 30%;
  min-width: 30%;
}
@media (max-width: 768px) {
  .cont-block-left-photo-text .block-item .item-photo,
.cont-block-right-photo-text .block-item .item-photo {
    margin: 1.4285714286rem 0 1.4285714286rem;
    width: 100%;
    min-width: 100%;
  }
}
.cont-block-left-photo-text .block-item .item-photo img,
.cont-block-right-photo-text .block-item .item-photo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}
.cont-block-left-photo-text .block-item .item-text,
.cont-block-right-photo-text .block-item .item-text {
  width: calc(70% - 2.8571428571rem);
  min-width: calc(70% - 2.8571428571rem);
}
@media (max-width: 768px) {
  .cont-block-left-photo-text .block-item .item-text,
.cont-block-right-photo-text .block-item .item-text {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .cont-block-right-photo-text .block-item .item-text {
    order: 1;
  }
}
.cont-block-right-photo-text .block-item .item-photo {
  margin: 0 0 0 2.8571428571rem;
  width: 30%;
  min-width: 30%;
}
@media (max-width: 768px) {
  .cont-block-right-photo-text .block-item .item-photo {
    margin: 1.4285714286rem 0 1.4285714286rem;
    width: 100%;
    min-width: 100%;
    order: 0;
  }
}

.cont-block-gallery .gallery-item-list {
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cont-block-gallery .gallery-item-list a.item-image {
  margin: 0.5rem;
  min-width: calc(25% - 1rem);
  flex-basis: calc(25% - 1rem);
  outline: none;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cont-block-gallery .gallery-item-list a.item-image {
    min-width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
  }
}
.cont-block-gallery .gallery-item-list a.item-image span {
  display: block;
  width: 100%;
  height: 300px;
  height: clamp(150px, 15vw, 300px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.cont-block-photo-100 .block-photo-list {
  margin: 1rem 0;
}
.cont-block-photo-100 .block-photo-item {
  margin: 0 0 1rem;
}
.cont-block-photo-100 .block-photo-item img {
  min-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cont-block-photo-50 .block-photo-list {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont-block-photo-50 .block-photo-item {
  margin: 1rem 0;
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .cont-block-photo-50 .block-photo-item {
    width: calc(50% - 0.5rem);
  }
}
.cont-block-photo-50 .block-photo-item img {
  min-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cont-block-mp4 .block-iframe {
  position: relative;
}
.cont-block-mp4 .block-iframe > div {
  width: 100% !important;
}
.cont-block-mp4 .block-iframe iframe {
  width: 100%;
  height: auto;
}

.cont-block-qa .block-qa-list {
  margin: 1rem 0;
  color: #1e1e1e;
  font-size: 1.1428571429rem;
  font-weight: 400;
}
.cont-block-qa .item {
  margin: 0;
  padding: 0.9285714286rem 0 0.7142857143rem;
}
.cont-block-qa .item:not(:last-child) {
  border-bottom: 1px rgba(24, 38, 81, 0.5) solid;
}
.cont-block-qa .item.open .item-q a::before {
  background-image: url("../img/icn-minus-blue.svg");
}
.cont-block-qa .item .item-q a {
  display: flex;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.4285714286rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.0714285714rem;
  line-height: 1.5em;
}
.cont-block-qa .item .item-q a::before {
  margin: 0 1.0714285714rem 0 0;
  content: "";
  position: relative;
  top: -0.2142857143rem;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border-radius: 2.5rem;
  background-color: white;
  background-image: url("../img/icn-plus-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.2142857143rem 1.2142857143rem;
}
.cont-block-qa .item .item-q a span {
  display: block;
}
.cont-block-qa .item .item-a {
  margin: 1rem 0;
  padding: 0 0 0 3.5714285714rem;
  display: none;
}

.cont-block-links .block-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #003399;
  font-size: 1.0714285714rem;
  line-height: 1.5em;
}
.cont-block-links li {
  margin: 0;
  padding: 0;
}
.cont-block-links li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.cont-block-links li a {
  padding: 1.7857142857rem 1.4285714286rem;
  display: flex;
  align-items: center;
  color: #003399;
  position: relative;
  /*&::after {
    content: '';
    width: 0;
    position: absolute;
    left: rem(65);
    top: 0;
    height: 100%;
    border-left: 1px solid rgb(219, 224, 226);
  }*/
}
.cont-block-links li a:hover {
  text-decoration: none !important;
}
.cont-block-links li a:hover span {
  text-decoration: underline;
}
.cont-block-links li a::before {
  margin: 0 2.8571428571rem 0 0;
  content: "";
  position: relative;
  width: 1.7142857143rem;
  min-width: 1.7142857143rem;
  height: 1.7142857143rem;
  display: inline-block;
  background: url("../img/icn-link.svg") center center no-repeat;
  background-size: contain;
}
.cont-block-links li a span {
  display: block;
}

.cont-block-files .block-files-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #003399;
  font-size: 1.0714285714rem;
  line-height: 1.5em;
}
.cont-block-files li {
  margin: 0;
  padding: 0;
}
.cont-block-files li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.cont-block-files li a {
  padding: 1.7857142857rem 1.4285714286rem;
  display: flex;
  align-items: center;
  color: #003399;
  position: relative;
  /*&::after {
    content: '';
    width: 0;
    position: absolute;
    left: rem(65);
    top: 0;
    height: 100%;
    border-left: 1px solid rgb(219, 224, 226);
  }*/
}
.cont-block-files li a:hover {
  text-decoration: none !important;
}
.cont-block-files li a:hover span {
  text-decoration: underline;
}
.cont-block-files li a::before {
  margin: 0 2.8571428571rem 0 0;
  content: "";
  position: relative;
  width: 1.7142857143rem;
  min-width: 1.7142857143rem;
  height: 1.7142857143rem;
  display: inline-block;
  background: url("../img/icn-file.svg") center center no-repeat;
  background-size: contain;
}
.cont-block-files li a span {
  display: block;
}

.cont-block-specifications .block-item-list {
  padding: 2.8571428571rem 0;
  border-top: 2px solid #1e1e1e;
}
.cont-block-specifications .item {
  padding: 1.4285714286rem 0;
  display: flex;
  justify-content: space-between;
}
.cont-block-specifications .item:not(:last-child) {
  border-bottom: 1px #e9e9e9 solid;
}
.cont-block-specifications .item-title {
  width: 45%;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}
.cont-block-specifications .item-value {
  width: 45%;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 400;
}

.cont-block-photo-text-button .item-list {
  margin: 1rem 0;
}
.cont-block-photo-text-button .item {
  margin: 2.5rem 0;
  display: flex;
  position: relative;
}
@media (min-width: 1458px) {
  .cont-block-photo-text-button .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .cont-block-photo-text-button .item:nth-of-type(even) .item-info {
    right: auto;
    left: 0;
  }
}
@media (max-width: 1458px) {
  .cont-block-photo-text-button .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .cont-block-photo-text-button .item:nth-of-type(even) .item-info {
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .item {
    flex-direction: column;
  }
}
.cont-block-photo-text-button .item-photo {
  width: calc(65% - 1rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .item-photo {
    width: 100%;
  }
}
.cont-block-photo-text-button .item-photo .photo {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .item-photo .photo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cont-block-photo-text-button .item-photo .photo::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.3850931677%;
}
.cont-block-photo-text-button .item-photo .photo > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont-block-photo-text-button .item-info {
  padding: 3.5714285714rem;
  width: calc(50% + 1rem - 8rem);
  min-height: 65%;
  max-height: 100%;
  overflow-y: auto;
  right: 0;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .item-info {
    box-sizing: border-box;
    padding: 1.7857142857rem;
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.cont-block-photo-text-button .info-title {
  color: #f8c82e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.2857142857rem;
  font-weight: 600;
  line-height: 1.35em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .info-title {
    font-size: 1.2857142857rem;
  }
}
.cont-block-photo-text-button .info-text {
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .cont-block-photo-text-button .info-text {
    margin: 1rem 0;
  }
}
.cont-block-photo-text-button .info-btn a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #1e1e1e;
  font-size: 1.2857142857rem;
  line-height: 1.35em;
  letter-spacing: 0.0642857143rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cont-block-photo-text-button .info-btn a:hover::after {
  left: 3px;
}
.cont-block-photo-text-button .info-btn a::after {
  margin: 0 0 0 1.0714285714rem;
  content: "";
  width: 1.5714285714rem;
  height: 1.2142857143rem;
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../img/icn-arrows-right-blue.svg") right center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.cont-block-photo-icon-text-button .item-list {
  margin: 1rem 0;
}
.cont-block-photo-icon-text-button .item {
  margin: 2.5rem 0;
  display: flex;
  position: relative;
}
@media (min-width: 1458px) {
  .cont-block-photo-icon-text-button .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .cont-block-photo-icon-text-button .item:nth-of-type(even) .item-photo .item-icon {
    float: right;
  }
  .cont-block-photo-icon-text-button .item:nth-of-type(even) .item-info {
    right: auto;
    left: 0;
  }
}
@media (max-width: 1458px) {
  .cont-block-photo-icon-text-button .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .cont-block-photo-icon-text-button .item:nth-of-type(even) .item-photo .item-icon {
    float: right;
  }
  .cont-block-photo-icon-text-button .item:nth-of-type(even) .item-info {
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .item {
    flex-direction: column;
  }
}
.cont-block-photo-icon-text-button .item-photo {
  width: calc(65% - 1rem);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .item-photo {
    width: 100%;
  }
}
.cont-block-photo-icon-text-button .item-photo .photo {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .item-photo .photo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cont-block-photo-icon-text-button .item-photo .photo::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.3850931677%;
}
.cont-block-photo-icon-text-button .item-photo .photo > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont-block-photo-icon-text-button .item-photo .photo .item-icon {
  margin: 1.0714285714rem;
  padding: 0.7142857143rem;
  width: 100%;
  max-width: 14.2857142857rem;
  height: auto;
  display: inline-block;
  background-color: white;
}
.cont-block-photo-icon-text-button .item-photo .photo .item-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.cont-block-photo-icon-text-button .item-info {
  padding: 3.5714285714rem;
  width: calc(50% + 1rem - 8rem);
  min-height: 65%;
  max-height: 100%;
  overflow-y: auto;
  right: 0;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .item-info {
    box-sizing: border-box;
    padding: 1.7857142857rem;
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.cont-block-photo-icon-text-button .info-title {
  color: #f8c82e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.2857142857rem;
  font-weight: 600;
  line-height: 1.35em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .info-title {
    font-size: 1.2857142857rem;
  }
}
.cont-block-photo-icon-text-button .info-text {
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .cont-block-photo-icon-text-button .info-text {
    margin: 1rem 0;
  }
}
.cont-block-photo-icon-text-button .info-btn a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #1e1e1e;
  font-size: 1.2857142857rem;
  line-height: 1.35em;
  letter-spacing: 0.0642857143rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cont-block-photo-icon-text-button .info-btn a:hover::after {
  left: 3px;
}
.cont-block-photo-icon-text-button .info-btn a::after {
  margin: 0 0 0 1.0714285714rem;
  content: "";
  width: 1.5714285714rem;
  height: 1.2142857143rem;
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../img/icn-arrows-right-blue.svg") right center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.cont-block-post-slider .slides-arrows {
  margin: 2.5rem 0 2rem;
  width: 100%;
  height: 2rem;
  position: relative;
  text-align: center;
}
.cont-block-post-slider .slides-arrows .slick-prev, .cont-block-post-slider .slides-arrows .slick-next {
  position: relative;
  width: 7.3571428571rem;
  height: 1.2857142857rem;
  display: inline-block;
}
.cont-block-post-slider .slides-arrows .slick-prev::before, .cont-block-post-slider .slides-arrows .slick-next::before {
  content: "";
  display: inline-block;
  width: 7.3571428571rem;
  height: 1.2857142857rem;
  background: url("../img/icn-arrow-thin-left-blue.svg") center center no-repeat;
  background-size: contain;
}
.cont-block-post-slider .slides-arrows .slick-next::before {
  background-image: url("../img/icn-arrow-thin-right-blue.svg");
}
.cont-block-post-slider .slides .item {
  width: 33.333%;
}
@media (max-width: 768px) {
  .cont-block-post-slider .slides .item {
    width: 100%;
  }
}
.cont-block-post-slider .slides .inner {
  margin: 0 1.1428571429rem;
}
.cont-block-post-slider .slides .photo-wrap {
  display: block;
  position: relative;
}
.cont-block-post-slider .slides .photo-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.6126126126%;
}
.cont-block-post-slider .slides .photo-wrap > .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cont-block-post-slider .slides .info-wrap {
  padding: 2.1428571429rem;
  background-color: #eceffb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}
.cont-block-post-slider .slides .info-wrap .date {
  color: #3c56a3;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 1.35em;
}
.cont-block-post-slider .slides .info-wrap .title {
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}
.cont-block-post-slider .slides .info-wrap .title a {
  color: #1e1e1e;
  text-decoration: none;
}
.cont-block-post-slider .slides .info-wrap .block-text {
  margin: 1rem 0;
  color: #1e1e1e;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cont-block-post-slider .slides .info-wrap .block-link {
  margin: 1.5rem 0 1.5rem;
}
.cont-block-post-slider .slides .info-wrap .block-link a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #1e1e1e;
  font-size: 1.2857142857rem;
  line-height: 1.35em;
  letter-spacing: 0.0642857143rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cont-block-post-slider .slides .info-wrap .block-link a:hover::after {
  left: 3px;
}
.cont-block-post-slider .slides .info-wrap .block-link a::after {
  margin: 0 0 0 1.0714285714rem;
  content: "";
  width: 1.5714285714rem;
  height: 1.2142857143rem;
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../img/icn-arrows-right-blue.svg") right center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.cont-block-contact-badge .item-list {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cont-block-contact-badge .item-list {
    margin: 0;
  }
}
.cont-block-contact-badge .item {
  margin: 1rem;
  width: calc(33.333% - 2rem);
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cont-block-contact-badge .item {
    margin: 1rem 0;
    width: 100%;
  }
}
.cont-block-contact-badge .item-title-wrap {
  padding: 0.5rem 2rem;
  background-color: #1e1e1e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: white;
}
.cont-block-contact-badge .item-title {
  padding: 0.5rem 0;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.35em;
  display: inline-block;
}
.cont-block-contact-badge .badge-list {
  padding: 0.5rem 0 0.5rem 0.5rem;
  display: inline-block;
  float: right;
}
.cont-block-contact-badge .badge {
  margin: 0 0 0 0.5714285714rem;
  padding: 0.2142857143rem;
  min-width: 1.7857142857rem;
  border-radius: 5px;
  background-color: white;
  color: #1a1a18;
  font-size: 1.0714285714rem;
  font-weight: 400;
  letter-spacing: 0.0642857143rem;
  text-transform: uppercase;
  text-align: center;
  float: right;
}
.cont-block-contact-badge .item-info {
  padding: 1.5rem 2rem;
}
.cont-block-contact-badge .info-row {
  margin: 0.5rem 0;
  display: flex;
}
.cont-block-contact-badge .info-row .icn {
  margin: 0 1.1428571429rem 0 0;
  position: relative;
  top: 0.2142857143rem;
}
.cont-block-contact-badge .info-row .icn.icn-email {
  top: 0.3571428571rem;
}
.cont-block-contact-badge .info-row .label {
  display: inline-block;
}
.cont-block-contact-badge .info-row a {
  color: #1e1e1e;
}

.cb-contacts {
  padding: 2rem 0;
}
.cb-contacts .item-list {
  margin: 0 -1.7857142857rem;
  width: calc(100% + 3.5714285714rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cb-contacts .item-list {
    margin: 0;
    width: 100%;
  }
}
.cb-contacts .item {
  margin: 1.7857142857rem;
  width: calc(25% - 3.5714285714rem);
  font-size: 1.2857142857rem;
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.35em;
}
@media (max-width: 1228px) {
  .cb-contacts .item {
    width: calc(33.333% - 3.5714285714rem);
  }
}
@media (max-width: 768px) {
  .cb-contacts .item {
    width: 100%;
  }
}
.cb-contacts a {
  color: #1e1e1e;
}
.cb-contacts a:hover {
  text-decoration: none;
}
.cb-contacts .photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
  outline: none;
}
.cb-contacts .name {
  margin: 2.1428571429rem 0 1.4285714286rem;
  color: #1e1e1e;
  font-size: 1.7142857143rem;
  font-weight: 400;
  line-height: 1.35em;
}
.cb-contacts .title {
  margin: 1.4285714286rem 0;
  color: #1e1e1e;
  font-size: 1.2142857143rem;
  font-weight: 600;
  line-height: 1.35em;
}
.cb-contacts .languages {
  margin: 0.7142857143rem 0;
}
.cb-contacts .phone-numbers {
  margin: 0.7142857143rem 0;
}
.cb-contacts .emails {
  margin: 0.7142857143rem 0;
}

.cont-block-iframe .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.cont-block-iframe .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cont-block-form {
  margin: 0 !important;
}
.cont-block-form .wpcf7-response-output {
  color: #1e1e1e;
}
.cont-block-form .wpcf7-not-valid-tip {
  margin: 0.5714285714rem 0;
}
.cont-block-form .block-center-btns {
  text-align: center;
}
.cont-block-form .btn-black {
  margin: 0 auto;
  padding: 1rem 5rem;
  display: inline-block;
  background-color: #1e1e1e;
  color: whitesmoke;
  font-size: 1.4285714286rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.cont-block-form .btn-black:hover {
  border-color: #1e1e1e;
  text-decoration: none;
}
.cont-block-form .form-cont {
  margin: 0 auto;
  padding: 2.1428571429rem 2.8571428571rem;
}
@media (max-width: 768px) {
  .cont-block-form .form-cont {
    padding: 2rem 1rem;
  }
}
.cont-block-form .form-cont .title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 3.2857142857rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  text-transform: none !important;
}
@media (max-width: 768px) {
  .cont-block-form .form-cont .title {
    font-size: 1.7142857143rem;
  }
}

.cb-faq-list > .wrap > .item-list > .item {
  margin: 0;
  background-color: white;
  border: 1px solid #e5e9f8;
  border-top: none;
}
.cb-faq-list > .wrap > .item-list > .item:first-child {
  border-top: 1px solid #e5e9f8;
}
.cb-faq-list > .wrap > .item-list > .item > .faq-question {
  padding: 1.4285714286rem;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 600;
}
.cb-faq-list > .wrap > .item-list > .item > .faq-question.open a::after {
  transform: rotate(180deg);
}
.cb-faq-list > .wrap > .item-list > .item > .faq-question a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-grow: 1;
}
.cb-faq-list > .wrap > .item-list > .item > .faq-question a::after {
  margin: 0 0 0 0.5714285714rem;
  content: "";
  display: inline-block;
  width: 1.0714285714rem;
  height: 0.6428571429rem;
  min-width: 1.0714285714rem;
  background-image: url("../img/icn-arrow-down-blue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.cb-faq-list > .wrap > .item-list > .item > .faq-answer {
  padding: 1.4285714286rem;
  display: block;
  background-color: #f9faff;
}

/* Form7 start */
div[role=form].wpcf7 form .row,
div.wpcf7 form .row {
  margin: 0 0 0.5714285714rem;
  display: block;
  color: #003399 !important;
  font-size: 1.0714285714rem;
  font-weight: 700;
}
div[role=form].wpcf7 form .row.row2col,
div.wpcf7 form .row.row2col {
  margin: 0 0 0.5714285714rem;
  display: flex;
  justify-content: space-between;
}
div[role=form].wpcf7 form .row.row2col .col,
div.wpcf7 form .row.row2col .col {
  width: calc(50% - 1.0714285714rem);
}
div[role=form].wpcf7 form .row .col,
div.wpcf7 form .row .col {
  display: block;
  width: 100%;
}
div[role=form].wpcf7 form .row label,
div.wpcf7 form .row label {
  display: block;
  width: 100%;
}
div[role=form].wpcf7 form .row .wpcf7-form-control-wrap,
div.wpcf7 form .row .wpcf7-form-control-wrap {
  margin: 0.5714285714rem 0;
  display: block;
  width: 100%;
}
div[role=form].wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item,
div.wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}
div[role=form].wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item > label,
div.wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
}
div[role=form].wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item > label .wpcf7-list-item-label,
div.wpcf7 form .row .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 0.7142857143rem;
  font-weight: 400;
}
div[role=form].wpcf7 form .row input[type=text],
div.wpcf7 form .row input[type=text] {
  width: 100%;
}
div[role=form].wpcf7 form .row select,
div.wpcf7 form .row select {
  display: flex;
  align-items: center;
  padding: 0.8571428571rem 2.5rem 0.8571428571rem 1.0714285714rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9faee5;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  appearance: none;
  cursor: pointer;
  position: relative;
  background: white url("../img/icn-arrow-down-blue.svg") calc(100% - 0.7142857143rem) center no-repeat;
  background-size: 1.0714285714rem 0.6428571429rem;
}
div[role=form].wpcf7 form .row select::placeholder,
div.wpcf7 form .row select::placeholder {
  color: #9faee5;
  font-size: 1.0714285714rem;
  font-weight: 400;
}
div[role=form].wpcf7 form .row textarea,
div.wpcf7 form .row textarea {
  padding: 0.7142857143rem 1.0714285714rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9faee5;
  color: #003399;
  font-size: 1.0714285714rem;
  font-weight: 400;
  position: relative;
  resize: horizontal;
}
div[role=form].wpcf7 form input[type=submit],
div.wpcf7 form input[type=submit] {
  margin: 1.0714285714rem 0 0;
  padding: 1.0714285714rem 2.5rem;
  border: none;
  background-color: #003399;
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
div[role=form].wpcf7 form input[type=submit]:disabled,
div.wpcf7 form input[type=submit]:disabled {
  opacity: 0.5;
}

/* Form7 end */
.cont-block-gmaps > .wrap {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}
.cont-block-gmaps > .wrap-limit {
  margin: 0 auto !important;
  padding: 0 20px;
  min-width: 1142px;
  max-width: 1440px;
  max-width: 1210px !important;
}
@media (max-width: 1458px) {
  .cont-block-gmaps > .wrap-limit {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1216px;
  }
}
@media (max-width: 1228px) {
  .cont-block-gmaps > .wrap-limit {
    padding: 0 32px;
    min-width: 386px;
    max-width: 1088px;
  }
}
@media (max-width: 768px) {
  .cont-block-gmaps > .wrap-limit {
    padding: 0 18px;
    min-width: 324px;
  }
}
.cont-block-gmaps .block-iframe {
  overflow-x: hidden;
  width: 100%;
}
.cont-block-gmaps .block-iframe iframe {
  width: 100%;
  height: 59.375rem;
  max-width: 100%;
}

.cont-block-features-number .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cont-block-features-number .features-list .item {
  width: 25%;
}
@media (max-width: 768px) {
  .cont-block-features-number .features-list .item {
    width: 50%;
  }
}
.cont-block-features-number .features-list .item a {
  margin: 1.4285714286rem;
  display: block;
  color: #eceffb;
  text-decoration: none;
}
.cont-block-features-number .features-list .item a:hover {
  filter: none;
}
.cont-block-features-number .features-list .item a:hover .circle-wrap, .cont-block-features-number .features-list .item a:hover .circle {
  border-color: white;
}
.cont-block-features-number .features-list .item a:hover .circle {
  background-color: white;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .cont-block-features-number .features-list .item a {
    margin: 1.0714285714rem;
  }
}
.cont-block-features-number .features-list .circle-wrap {
  margin: 0 auto;
  max-width: 14.2857142857rem;
  display: block;
  position: relative;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
}
.cont-block-features-number .features-list .circle-wrap::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.cont-block-features-number .features-list .circle-wrap > .circle {
  margin: 0.4285714286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 3.0714285714rem;
  letter-spacing: 0.3071428571rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .cont-block-features-number .features-list .circle-wrap > .circle {
    font-size: 2rem;
  }
}
.cont-block-features-number .features-list .value {
  margin: 1.7857142857rem 0 0;
  display: block;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.2857142857rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}

.cont-block-team-manufacturers .left-right {
  display: flex;
  flex-wrap: wrap;
}
.cont-block-team-manufacturers .left, .cont-block-team-manufacturers .right {
  padding: 3.5714285714rem 7.1428571429rem;
  width: 50%;
  min-width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  background-color: #1e1e1e;
  color: white;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .left, .cont-block-team-manufacturers .right {
    box-sizing: border-box;
    padding: 3.5714285714rem 1.0714285714rem;
    width: 100%;
  }
}
.cont-block-team-manufacturers .left > .inner, .cont-block-team-manufacturers .right > .inner {
  width: 100%;
  max-width: 42.8571428571rem;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .left > .inner, .cont-block-team-manufacturers .right > .inner {
    max-width: 100%;
  }
}
.cont-block-team-manufacturers .left .special-title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .left .special-title {
    text-align: center;
  }
}
.cont-block-team-manufacturers .left .special-title-2 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.4285714286rem;
  font-weight: 600;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .left .special-title-2 {
    text-align: center;
  }
}
.cont-block-team-manufacturers .left .item-list {
  margin: 4rem 0;
}
.cont-block-team-manufacturers .left .item {
  margin: 2rem 0;
}
.cont-block-team-manufacturers .left .item-title {
  padding: 0 0 0 3.0714285714rem;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.4285714286rem;
  font-weight: 600;
  line-height: 1.35em;
  text-transform: uppercase;
  position: relative;
}
.cont-block-team-manufacturers .left .item-title::before {
  content: "";
  width: 1.8571428571rem;
  height: 1.7142857143rem;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("../img/icn-check-blue.svg") center center no-repeat;
  background-size: contain;
}
.cont-block-team-manufacturers .left .item-info {
  padding: 0 0 0 3.0714285714rem;
  margin: 1rem 0;
  color: white;
  font-size: 1rem;
}
.cont-block-team-manufacturers .left .item-info a {
  color: white;
}
.cont-block-team-manufacturers .right {
  justify-content: flex-start;
  background-color: white;
  color: #1e1e1e;
}
.cont-block-team-manufacturers .right .special-title {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.525rem;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .right .special-title {
    text-align: center;
  }
}
.cont-block-team-manufacturers .right .special-title-2 {
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.4285714286rem;
  font-weight: 600;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .right .special-title-2 {
    text-align: center;
  }
}
.cont-block-team-manufacturers .right .item-list {
  margin: 0 -1rem;
  padding: 2.1428571429rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont-block-team-manufacturers .right .item {
  margin: 0.5rem;
  padding: 2.1428571429rem 0;
  width: calc(33.333% - 1rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .cont-block-team-manufacturers .right .item {
    width: calc(50% - 1rem);
  }
}
.cont-block-team-manufacturers .right .photo-wrap {
  width: 100%;
  max-width: 10.3571428571rem;
  position: relative;
  /*background-position: rem(-20) rem(20);*/
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.cont-block-team-manufacturers .right .photo-wrap::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.cont-block-team-manufacturers .right .photo-wrap > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cont-block-team-manufacturers .right .item-title {
  margin: 1rem 0 0;
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.35em;
}
.cont-block-team-manufacturers .right .item-name {
  margin: 0.25rem 0 0;
  color: #1e1e1e;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.35em;
}

.cont-block-photo-slider-zoom {
  margin: 4rem 0;
}
.cont-block-photo-slider-zoom .block-title {
  color: #f8c82e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 2.4285714286rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.35em;
  text-transform: uppercase;
  text-align: center;
}
.cont-block-photo-slider-zoom .block-title > .block-pretitle {
  display: block;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.525rem;
  line-height: normal;
}
.cont-block-photo-slider-zoom .slides-arrows {
  margin: 2.5rem 0 2rem;
  width: 100%;
  height: 2rem;
  position: relative;
  text-align: center;
}
.cont-block-photo-slider-zoom .slides-arrows .slick-prev, .cont-block-photo-slider-zoom .slides-arrows .slick-next {
  position: relative;
  width: 7.3571428571rem;
  height: 1.2857142857rem;
  display: inline-block;
}
.cont-block-photo-slider-zoom .slides-arrows .slick-prev::before, .cont-block-photo-slider-zoom .slides-arrows .slick-next::before {
  content: "";
  display: inline-block;
  width: 7.3571428571rem;
  height: 1.2857142857rem;
  background: url("../img/icn-arrow-thin-left-blue.svg") center center no-repeat;
  background-size: contain;
}
.cont-block-photo-slider-zoom .slides-arrows .slick-next::before {
  background-image: url("../img/icn-arrow-thin-right-blue.svg");
}
.cont-block-photo-slider-zoom .slides {
  margin: 3rem 0;
}
.cont-block-photo-slider-zoom .slides .item {
  margin: 0 1rem;
}
.cont-block-photo-slider-zoom .slides .item .inner {
  position: relative;
}
.cont-block-photo-slider-zoom .slides .item .inner:hover::after {
  opacity: 1;
  visibility: visible;
}
.cont-block-photo-slider-zoom .slides .item .inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 38, 81, 0.5) url("../img/icn-zoom-yellow.svg") center center no-repeat;
  background-size: 2.1428571429rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}

.cont-block-news-list .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont-block-news-list .item-list .item {
  margin: 1.7857142857rem 0;
  width: 33.333%;
}
@media (max-width: 768px) {
  .cont-block-news-list .item-list .item {
    width: 100%;
  }
}
.cont-block-news-list .item-list .inner {
  margin: 0 1.1428571429rem;
}
.cont-block-news-list .item-list .photo-wrap {
  display: block;
  position: relative;
}
.cont-block-news-list .item-list .photo-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.6126126126%;
}
.cont-block-news-list .item-list .photo-wrap > .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cont-block-news-list .item-list .info-wrap {
  padding: 2.1428571429rem;
  background-color: #eceffb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}
.cont-block-news-list .item-list .info-wrap .date {
  color: #3c56a3;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 1.35em;
}
.cont-block-news-list .item-list .info-wrap .title {
  color: #1e1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}
.cont-block-news-list .item-list .info-wrap .title a {
  color: #1e1e1e;
  text-decoration: none;
}
.cont-block-news-list .item-list .info-wrap .block-text {
  margin: 1rem 0;
  color: #1e1e1e;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cont-block-news-list .item-list .info-wrap .block-link {
  margin: 1.5rem 0 1.5rem;
}
.cont-block-news-list .item-list .info-wrap .block-link a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #1e1e1e;
  font-size: 1.2857142857rem;
  line-height: 1.35em;
  letter-spacing: 0.0642857143rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.cont-block-news-list .item-list .info-wrap .block-link a:hover::after {
  left: 3px;
}
.cont-block-news-list .item-list .info-wrap .block-link a::after {
  margin: 0 0 0 1.0714285714rem;
  content: "";
  width: 1.5714285714rem;
  height: 1.2142857143rem;
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../img/icn-arrows-right-blue.svg") right center no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.cont-block-pagination .nav-links {
  text-align: center;
  color: #1e1e1e;
  font-size: 1.1428571429rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1142857143rem;
  line-height: 1.35em;
}
.cont-block-pagination .nav-links > span, .cont-block-pagination .nav-links > a {
  margin: 0.1428571429rem;
  padding: 0.6428571429rem;
  min-width: 1.4285714286rem;
  height: 1.4285714286rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eceffb;
  border-radius: 100%;
  color: #1e1e1e;
  text-decoration: none;
}
.cont-block-pagination .nav-links > span.current, .cont-block-pagination .nav-links > a.current {
  background-color: white;
}
.cont-block-pagination .nav-links > a {
  display: inline-flex;
}
.cont-block-pagination .nav-links > a.prev, .cont-block-pagination .nav-links > a.next {
  width: 7.3571428571rem;
  background: url("../img/icn-arrow-thin-left-blue.svg") center center no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
.cont-block-pagination .nav-links > a.next {
  background-image: url("../img/icn-arrow-thin-right-blue.svg");
}

/* Apklausa */
a.anchor-wpforms {
  position: relative;
  top: -10.7142857143rem;
}

div.wpforms-container.wpforms-container-full .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.wpforms-container.wpforms-container-full .wpforms-field-container .wpforms-field {
  width: calc(50% - 1.0714285714rem);
}
div.wpforms-container.wpforms-container-full .wpforms-field-label {
  margin: 0 0 0.7142857143rem !important;
  font-size: 1.125em;
  color: #003399;
  font-size: 1.0714285714rem;
}
div.wpforms-container.wpforms-container-full input[type=text] {
  box-sizing: border-box !important;
  padding: 0.7142857143rem 1.0714285714rem !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #9faee5 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  background-color: white !important;
  color: #1e1e1e !important;
  font-size: 1.0714285714rem !important;
}
div.wpforms-container.wpforms-container-full input[type=text]::placeholder {
  color: #9faee5 !important;
}
div.wpforms-container.wpforms-container-full select {
  display: flex !important;
  align-items: center !important;
  padding: 0.8571428571rem 2.5rem 0.8571428571rem 1.0714285714rem !important;
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1px solid #9faee5 !important;
  color: #003399 !important;
  font-size: 1.0714285714rem !important;
  font-weight: 400 !important;
  appearance: none !important;
  cursor: pointer !important;
  position: relative !important;
  background: white url("../img/icn-arrow-down-blue.svg") calc(100% - 0.7142857143rem) center no-repeat !important;
  background-size: 1.0714285714rem 0.6428571429rem !important;
}
div.wpforms-container.wpforms-container-full select::placeholder {
  color: #9faee5 !important;
  font-size: 1.0714285714rem !important;
  font-weight: 400 !important;
}
div.wpforms-container.wpforms-container-full textarea {
  padding: 0.7142857143rem 1.0714285714rem !important;
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1px solid #9faee5 !important;
  color: #003399 !important;
  font-size: 1.0714285714rem !important;
  font-weight: 400 !important;
  position: relative !important;
  resize: horizontal !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-checkbox {
  width: 100% !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-divider .wpforms-field-description {
  margin: 40px 0 0;
  font-size: 1.375em;
  font-weight: 600;
  color: #4c4c4c;
}
div.wpforms-container.wpforms-container-full .wpforms-field-html {
  margin: 15px 0 0;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio label.wpforms-field-label {
  margin: 10px 0 10px 0;
  font-size: 1em;
  font-weight: 600;
  position: relative;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio .wpforms-field-description {
  margin: 0 0 0 10px;
  font-size: 0.889em;
  font-weight: 400;
  position: relative;
  top: -2px;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio label {
  cursor: pointer;
}
div.wpforms-container.wpforms-container-full .wpforms-field-checkbox > ul {
  padding: 0 !important;
  border: none !important;
  color: #003399 !important;
  font-size: 1.0714285714rem !important;
  font-weight: 400 !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-checkbox > ul > li {
  display: flex;
}
div.wpforms-container.wpforms-container-full .wpforms-field-checkbox > ul input[type=checkbox] {
  position: relative;
  top: 4px;
  border: 1px solid #9faee5;
}
div.wpforms-container.wpforms-container-full .wpforms-field-checkbox > ul label {
  color: #003399 !important;
  font-size: 1.0714285714rem !important;
  font-weight: 400 !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio > ul {
  padding: 2.5rem 2.1428571429rem 1.7857142857rem !important;
  border: 1px solid #c4c4c4 !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul {
  display: flex;
  position: relative;
  top: 8px;
  margin: 0 0 25px !important;
  padding: 2.5rem 2.1428571429rem 1.7857142857rem !important;
  border: 1px solid #c4c4c4 !important;
  width: 100% !important;
  align-items: center;
  background-color: #eceffb !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:first-of-type, div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:last-of-type {
  margin: 0 0 8px 10px !important;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  top: -2px;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:first-of-type input, div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:last-of-type input {
  display: none !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:first-of-type label, div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:last-of-type label {
  font-size: 0.889em !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:first-of-type label:hover, div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:last-of-type label:hover {
  cursor: default !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li:first-of-type {
  margin-right: 25px !important;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li input[type=radio] {
  margin: 0 5px;
}
div.wpforms-container.wpforms-container-full .wpforms-field-radio.wpforms-list-inline > ul li label {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 1.125em;
}
div.wpforms-container.wpforms-container-full .wpforms-field-textarea {
  margin: 30px 0 15px;
}
div.wpforms-container.wpforms-container-full .wpforms-field-textarea textarea {
  min-height: 200px;
  max-width: 100%;
  resize: vertical;
}
div.wpforms-container.wpforms-container-full .wpforms-submit-container button[type=submit] {
  margin: 1.0714285714rem 0 0;
  padding: 1.0714285714rem 2.5rem;
  border: none;
  background-color: #003399;
  color: white;
  font-size: 1.0714285714rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
div.wpforms-container.wpforms-container-full .wpforms-submit-container button[type=submit]:hover {
  border: none;
  background-color: #003399;
  color: white;
}
div.wpforms-container.wpforms-container-full .wpforms-submit-container button[type=submit]:disabled {
  opacity: 0.5;
}
div.wpforms-container.wpforms-container-full .wpforms-confirmation-scroll {
  background: #4c4c4c;
  border: none;
  color: #ffffff;
}

.cb-404 > .wrap {
  min-height: 300px;
  position: relative;
  background: url("../img/mas-404.png") center center no-repeat;
  background-size: cover;
}
.cb-404 > .wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.4285714286%;
}
.cb-404 > .wrap > .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cb-404 > .wrap .title-404 {
  color: #ed1651;
  font-size: 7.9285714286rem;
  font-weight: 400;
  line-height: 1.5em;
}
.cb-404 > .wrap .text-404 {
  color: #ed1651;
  font-size: 1.2857142857rem;
  font-weight: 400;
  line-height: 1.25em;
}
.cb-404 > .wrap .btn-404 {
  margin: 2.5rem 0 0;
}
.cb-404 > .wrap .btn-404 a {
  padding: 0.9285714286rem 3.3571428571rem;
  display: inline-block;
  border-radius: 3px;
  background-color: #ff0849;
  color: white;
  font-size: 1.2857142857rem;
  font-weight: 400;
  letter-spacing: 0.9px;
}

.asp_w_container .asp_main_container {
  background: white !important;
  border-radius: 26px !important;
}
.asp_w_container .probox {
  padding: 0.6428571429rem !important;
  border-radius: 26px !important;
  border: 1px solid #d2cbcb !important;
}
.asp_w_container .probox .proinput {
  padding-left: 0.7142857143rem !important;
}
.asp_w_container .probox input[type=search] {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.1428571429rem !important;
  font-weight: 300 !important;
  color: #4c4c4c !important;
}
.asp_w_container .probox input[type=search]::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #7f7f7f;
  font-size: 1.1428571429rem !important;
  font-weight: 300 !important;
}
.asp_w_container .probox input.autocomplete {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.1428571429rem !important;
  font-weight: 300 !important;
  color: #e2e2e2 !important;
}
.asp_w_container .probox .promagnifier {
  width: 2.8571428571rem !important;
  background: none !important;
}
.asp_w_container .probox .promagnifier .innericon {
  width: 3.2142857143rem !important;
  background: url("../img/icn-search.svg") center center no-repeat;
  background-size: 2.0714285714rem 1.7142857143rem !important;
}
.asp_w_container .probox .promagnifier .innericon svg {
  visibility: hidden;
  opacity: 0;
}

div.asp_w.asp_r {
  padding-top: 33px !important;
  top: 110px !important;
  z-index: 2 !important;
  background: white !important;
  border: 1px solid #d2cbcb !important;
}
@media (max-width: 1228px) {
  div.asp_w.asp_r {
    display: none !important;
  }
}
div.asp_w.asp_r div.results .item div.asp_content {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

.hc-offcanvas-nav .nav-container {
  background-color: #00256e;
}
.hc-offcanvas-nav .nav-content .level-title {
  padding: 0;
  height: 35px;
}
.hc-offcanvas-nav .nav-content .nav-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
}
.hc-offcanvas-nav .nav-content .nav-back .nav-item-wrapper {
  height: 100%;
}
.hc-offcanvas-nav .nav-content .nav-back .nav-item-wrapper a {
  height: 100%;
  background-color: #00256e;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}
.hc-offcanvas-nav .nav-content .nav-back .nav-item-wrapper a span {
  left: 0;
  right: auto;
}
.hc-offcanvas-nav .nav-content .nav-back .nav-item-wrapper a span::before {
  border-color: white;
  transform: rotate(-45deg);
}
.hc-offcanvas-nav .nav-content a.nav-close-button {
  background-color: #003399 !important;
  border: none !important;
  border-color: #d2cbcb !important;
}
.hc-offcanvas-nav .nav-content a.nav-close-button span {
  right: 0;
  background-color: #003399;
}
.hc-offcanvas-nav .nav-content a.nav-close-button span::before, .hc-offcanvas-nav .nav-content a.nav-close-button span::after {
  margin-top: -7px;
  width: 10px;
  height: 10px;
}
.hc-offcanvas-nav .nav-content a.nav-close-button span::before {
  margin-left: -14px;
}
.hc-offcanvas-nav .nav-wrapper {
  background-color: #00256e;
}
.hc-offcanvas-nav ul.langs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -51px 0 0;
  padding: 0.2857142857rem 0.7857142857rem;
  width: 80%;
  display: flex;
  align-items: stretch;
  border: none !important;
  background: none !important;
  position: relative;
  top: 0;
  z-index: 2;
}
.hc-offcanvas-nav ul.langs > li {
  margin: 0;
  padding: 0.2857142857rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.hc-offcanvas-nav ul.langs > li.current-lang a {
  background-color: #ffcc00;
  color: #003399 !important;
}
.hc-offcanvas-nav ul.langs > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-size: 1.0714285714rem;
  font-weight: 600;
  width: 2.1428571429rem;
  height: 2.5rem;
  background-color: #003399;
  clip-path: polygon( 50% 0, 50% 0, 100% 25%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 25% );
}
.hc-offcanvas-nav ul.langs > li a:hover {
  background-color: #ffcc00;
}
.hc-offcanvas-nav ul {
  background-color: #003399;
  color: #003399 !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.hc-offcanvas-nav ul.extra-menu {
  background-color: #9faee5;
}
.hc-offcanvas-nav ul.extra-menu > li:nth-child(1) {
  background-color: #9faee5;
}
.hc-offcanvas-nav ul.extra-menu > li:nth-child(2) {
  background-color: #ffcc00;
}
.hc-offcanvas-nav ul.extra-menu > li a {
  color: #003399 !important;
  border: none !important;
}
.hc-offcanvas-nav ul li.menu-item-has-children .nav-next {
  border-left: none;
}
.hc-offcanvas-nav ul li.menu-item-has-children .nav-next span::before {
  transform: translate(-50%, -50%) rotate(0);
  border: none;
  width: 7px;
  height: 13px;
  background: url("../img/icn-arrow-right-white.svg") center center no-repeat;
  background-size: contain;
}
.hc-offcanvas-nav ul li.mob-search-form {
  border: none;
}
.hc-offcanvas-nav ul li.mob-search-form .nav-item-link {
  padding-top: 0.7142857143rem !important;
  padding-bottom: 0.7142857143rem !important;
  border-color: #d2cbcb !important;
}
.hc-offcanvas-nav ul li.mob-search-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
}
.hc-offcanvas-nav ul li.mob-search-form input[type=submit] {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
  background: url("../img/icn-search.svg") center center no-repeat;
  background-size: contain;
  width: 27px;
  height: 23px;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
  cursor: pointer;
}
.hc-offcanvas-nav ul li.mob-search-form input[type=text] {
  flex-grow: 1;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  background-color: #eceffb;
}
.hc-offcanvas-nav ul li.mob-search-form input[type=text]::placeholder {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 400;
}
.hc-offcanvas-nav ul li.mob-social-icons .nav-item-link {
  border: none !important;
}
.hc-offcanvas-nav ul li.mob-social-icons .social-icons {
  margin: 0.3571428571rem 0 !important;
  text-align: center;
  border: none !important;
}
.hc-offcanvas-nav ul li.mob-social-icons .social-icons a {
  margin: 0.5714285714rem;
  padding: 0;
  display: inline-block;
}
.hc-offcanvas-nav ul li.mob-social-icons .social-icons .icn {
  margin: 0 !important;
}
.hc-offcanvas-nav ul li.mob-social-icons .social-icons .icn:before {
  color: var(--footer-icon-color) !important;
}
.hc-offcanvas-nav ul a {
  padding: 1.7857142857rem 1.4285714286rem;
  color: white !important;
  border-color: #1745a2 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 1.0714285714rem !important;
  font-weight: 600;
}
.hc-offcanvas-nav ul a:hover {
  background-color: #1745a2 !important;
}

a#cn-accept-cookie.cn-set-cookie.cn-button, a#cn-refuse-cookie.cn-set-cookie.cn-button {
  display: inline-block;
  padding: 0.4142857143rem 1.8571428571rem;
  color: #003399 !important;
  font-size: 1.0714285714rem;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: #ffcc00 !important;
  font-family: "Open Sans";
}

a#cn-accept-cookie.cn-set-cookie.cn-button:hover, a#cn-refuse-cookie.cn-set-cookie.cn-button:hover {
  background-color: #ffe000 !important;
}

#cn-notice-text a {
  color: #ffcc00 !important;
  font-weight: bold;
}

span#cn-close-notice.cn-close-icon::before, span#cn-close-notice.cn-close-icon::after {
  background-color: #ffffff !important;
}

#mc_embed_signup {
  color: #003399;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup h2 {
  display: none !important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
}
#mc_embed_signup .mc-field-group label {
  font-weight: 700;
}
#mc_embed_signup .mc-field-group input[type=email] {
  margin: 0.2857142857rem 0 0;
  padding: 12px;
  border-color: #003399;
  width: 100%;
  max-width: 35.7142857143rem;
}
#mc_embed_signup .mc-field-group input[type=checkbox] {
  margin: 2px;
  border-color: #003399;
}
#mc_embed_signup div.response {
  padding: 0;
}
#mc_embed_signup #mergeRow-gdpr .content__gdpr {
  display: flex;
  flex-direction: row-reverse;
}
#mc_embed_signup #mergeRow-gdpr .content__gdpr p {
  flex-grow: 1;
}
#mc_embed_signup #mergeRow-gdpr .content__gdpr fieldset {
  margin: 0 10px 0 0;
  width: 20px;
  padding: 2px;
  border: none;
  min-height: 0;
}
#mc_embed_signup input[type=submit] {
  padding: 8px 40px;
  height: auto;
  border-radius: 0;
  background: #003399;
}
#mc_embed_signup input[type=submit]:hover {
  background-color: #003399;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

html::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  content: "";
}

/*# sourceMappingURL=styles.css.map */
