@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}



div#error-404 .row {
    text-align: center;
}

div#error-404 a.btn.btn_outline {
		margin: 0;
}

div#error-404 {
    padding: 160px 0;
}



.main.no-scroll {
  overflow: hidden;
}

header[aria-hidden=true],
footer[aria-hidden=true],
main[aria-hidden=true],
.popup[aria-hidden=true] {
  visibility: hidden;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  color: #04274D;
}

* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #04274D;
  font-weight: 500;
}

a:focus,
button:focus,
input:focus,
div[tabindex]:focus,
img[tabindex]:focus,
select:focus,
textarea:focus,
.img-box__link:focus {
  outline: 2px solid #005fcc !important;
  background-color: rgba(59, 121, 255, 0.138) !important;
}

.img-box__link {
  border-radius: 24px;
}

.img-box__link:focus {
  border: 4px solid #005fcc !important;
}

.link:hover {
  color: #00ACC7 !important;
}
.link:hover .icon {
  fill: #00ACC7 !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title,
.title span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title_lg {
  font-size: 96px;
  line-height: 100%;
}

.title_accent {
  color: #004F94;
}

.center {
  text-align: center;
}

h1,
.s1,
h1 span,
.s1 span {
  font-size: 72px;
  line-height: 110%;
}

h2,
.s2,
h2 span,
.s2 span {
  font-size: 48px;
  line-height: 120%;
}

h3,
.s3,
h3 span,
.s3 span {
  font-size: 40px;
  line-height: 120%;
}

h4,
.s4,
h4 span,
.s4 span {
  font-size: 32px;
  line-height: 120%;
}

h5,
.s5,
h5 span,
.s5 span {
  font-size: 24px;
  line-height: 120%;
}

h6,
.s6,
h6 span,
.s6 span {
  font-size: 20px;
  line-height: 120%;
}

.title-box {
  margin-bottom: 64px;
}
.title-box .subtitle {
  margin-top: 32px;
}

.title-box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text_lg p {
  font-size: 20px;
  line-height: 175%;
}

.text_s p {
  font-size: 14px;
  line-height: 150%;
}

.text_xs p {
  font-size: 12px;
  line-height: 150%;
}

.text_center {
  text-align: center;
}
.text_center * {
  text-align: center;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child {
  margin-top: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin-top: 40px;
}
.text p:first-child {
  margin-top: 0;
}
.text p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 500;
  color: #626A6F;
}
.text a {
  font-size: 16px;
  line-height: 175%;
  font-weight: 500;
  color: #626A6F;
  text-decoration: underline !important;
}
.text img {
  margin-top: 30px;
  max-width: 600px;
  height: auto;
  width: 100%;
  border-radius: 32px;
}
.text ul {
  margin-top: 20px;
  padding-left: 20px;
}
.text ul li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 500;
  color: #626A6F;
}

@media screen and (max-width: 1023px) {
  .title br,
  .title-box .subtitle br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .title-box {
    margin-bottom: 40px;
  }
  .title_lg {
    font-size: 50px;
  }
  h1,
  .s1,
  h1 span,
  .s1 span {
    font-size: 48px;
  }
  h2,
  .s2,
  h2 span,
  .s2 span {
    font-size: 40px;
  }
  h3,
  .s3,
  h3 span,
  .s3 span {
    font-size: 33px;
  }
  h4,
  .s4,
  h4 span,
  .s4 span {
    font-size: 28px;
  }
  h5,
  .s5,
  h5 span,
  .s5 span {
    font-size: 24px;
  }
  h6,
  .s6,
  h6 span,
  .s6 span {
    font-size: 20px;
  }
  .text img {
    border-radius: 24px;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  cursor: pointer;
}

body,
html {
  width: 100%;
  height: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

.clearfix {
  clear: both;
}

.row {
  margin: 0;
}

.icon {
  height: 20px;
  width: 20px;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: auto;
}

.container_lg {
  max-width: 1600px;
}

.container_sm {
  max-width: 940px;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.row-grid-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-6 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-6 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-6 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-6 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.row-grid-6 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.row-grid-6 > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.row-grid-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-5 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-5 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-5 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-5 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.row-grid-5 > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.row-grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.row-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.row-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.row-grid-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.row-grid-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-grid-1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.indent {
  padding: 160px 0;
}

.indent-sm {
  padding: 60px 0;
}

.indent-top {
  padding-top: 160px;
}

.indent-bottom {
  padding-bottom: 160px;
}

.space180 {
  padding-top: 180px;
}

.space160 {
  padding-top: 160px;
}

.space120 {
  padding-top: 120px;
}

.space90 {
  padding-top: 96px;
}

.space60 {
  padding-top: 60px;
}

.w100 {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .row-grid-5,
  .row-grid-4,
  .row-grid-3,
  .row-grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
  .row-grid-5 > *:nth-child(1), .row-grid-4 > *:nth-child(1), .row-grid-3 > *:nth-child(1), .row-grid-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row-grid-6 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .row-grid-6 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .row-grid-6 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .indent {
    padding: 80px 0;
  }
  .indent-top {
    padding-top: 80px;
  }
  .indent-bottom {
    padding-bottom: 80px;
  }
  .space180 {
    padding-top: 120px;
  }
  .space160 {
    padding-top: 100px;
  }
  .space120 {
    padding-top: 80px;
  }
  .space90 {
    padding-top: 60px;
  }
  .space60 {
    padding-top: 40px;
  }
}
.skip-link {
  position: absolute;
  top: -120px;
  left: 10px;
  font-size: 14px;
  background: #006ED2;
  color: #fff !important;
  padding: 10px 15px;
  z-index: 9999;
  text-decoration: none;
  border-radius: 40px;
  opacity: 0;
}

.skip-link:focus {
  opacity: 1;
  top: 120px;
}

.header.header-sticky .header-main {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
}

.header-top {
  background: #04274D;
  padding: 6px 0;
  z-index: 888;
}
.header-top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .dropdown__btn .icon {
  fill: #fff;
}
.header-top .dropdown__title {
  color: #fff;
}
.header-top .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
}
.header-top .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .search-btn .icon-search {
  display: block;
}
.header-top .search-btn .icon-close {
  display: none;
}
.header-top .search-btn.active .icon-search {
  display: none;
}
.header-top .search-btn.active .icon-close {
  display: block;
}
.header-top .icon-search,
.header-top .icon-close {
  height: 24px;
  width: 24px;
  fill: #fff;
}
.header-top .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header-top .link:hover {
  color: #2DA8FF;
}

.header-main {
  left: 0;
  right: 0;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-main_search {
  display: none;
}
.header-main .btn-nav {
  display: none;
}
.header-main .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-main .logo img {
  max-width: 140px;
  height: auto;
}
.header-main .row {
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 12px;
  padding-right: 20px;
  max-width: 900px;
  margin: auto;
  margin-top: 16px;
  border-radius: 50px;
  background: rgba(245, 246, 246, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header-main ul {
  list-style: none;
}
.header-main ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-main .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header-main .icon-search {
  height: 24px;
  width: 24px;
}
.header-main .icon-menu {
  height: 32px;
  width: 32px;
}
.header-main .navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-main .navigation-main ul {
  max-width: 100%;
  width: 600px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: 0;
  right: 0;
  margin: auto;
}
.header-main .navigation-main a, .header-main .navigation-main button {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #04274D;
  padding: 13px 15px;
}
.header-main .navigation-main a:hover, .header-main .navigation-main button:hover {
  color: #006ED2;
}
.header-main .navigation-main .megamenu-link.current-menu-item a:before, .header-main .navigation-main .megamenu-link.current-menu-item button:before {
  background-image: url("https://tbt.kerners.website/wp-content/themes/telebit/img/icons/caret-down-accent.svg");
}
.header-main .navigation-main .megamenu-link a, .header-main .navigation-main .megamenu-link button {
  position: relative;
  padding-right: 30px;
}
.header-main .navigation-main .megamenu-link a:hover:before, .header-main .navigation-main .megamenu-link button:hover:before {
  background-image: url("https://tbt.kerners.website/wp-content/themes/telebit/img/icons/caret-down-accent.svg");
}
.header-main .navigation-main .megamenu-link a:before, .header-main .navigation-main .megamenu-link button:before {
  display: block;
  content: "";
  background-image: url("https://tbt.kerners.website/wp-content/themes/telebit/img/icons/caret-down.svg");
  background-size: 19px 19px;
  height: 19px;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-main .megamenu {
  display: none;
  padding-top: 36px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
}
.header-main .megamenu.active {
  display: block !important;
}
.header-main .megamenu__row {
  grid-row-gap: 6px;
  grid-column-gap: 6px;
}
.header-main .megamenu__box {
  padding: 12px;
  background: rgba(245, 246, 246);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
}
.header-main .megamenu__item {
  padding: 11px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 12px;
  height: 100%;
}
.header-main .megamenu__item:hover {
  background: #fff;
}
.header-main .megamenu__item:hover .megamenu__icon {
  background: #DEEEFF;
}
.header-main .megamenu__item:hover .megamenu__title {
  color: #006ED2;
}
.header-main .megamenu__icon {
  height: 44px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
}
.header-main .megamenu__icon img {
  height: 24px;
  width: 24px;
}
.header-main .megamenu__title {
  font-size: 16px;
}
.header-main .megamenu__text {
  font-size: 12px;
  color: #626A6F;
}

@media screen and (max-width: 1023px) {
  .header-main .nav {
    display: none;
  }
  .header-main_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-main .btn-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header-top .social-list__link .icon {
    height: 20px;
    width: 20px;
  }
  .header-top .link {
    display: none;
  }
  .header-top .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-main {
    padding: 0 16px;
  }
}
.footer {
  padding-top: 96px;
  background: #04274D;
}
.footer img {
  height: 40px;
  width: auto;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  color: #00ACC7;
  margin-bottom: 16px;
}
.footer .row-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  gap: 30px;
}
.footer .row-main p:first-child {
  margin-top: 0;
}
.footer .row-main p:last-child {
  margin-bottom: 0;
}
.footer .row-main p {
  margin: 30px 0;
}
.footer .row-main p, .footer .row-main a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer .row-main ul {
  list-style: none;
}
.footer .row-main ul li {
  margin-bottom: 16px;
}
.footer .row-main ul li a {
  display: block;
}
.footer .row-main ul li a:hover {
  color: #00ACC7;
}
.footer .row-main ul li:last-child {
  margin-bottom: 0;
}
.footer .row-main .social-list {
  margin-top: 48px;
}
.footer .row-bottom {
  margin-top: 48px;
  border-top: 1px solid #073E73;
  padding: 16px 0;
}
.footer .row-bottom p, .footer .row-bottom a {
  line-height: 100%;
  font-size: 12px;
  color: #fff !important;
}
.footer .row-bottom a:hover {
  color: #00ACC7 !important;
}
.footer .row-bottom p:first-child {
  padding-left: 0;
}
.footer .row-bottom p {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.footer .row-bottom p:nth-child(2) {
  margin-right: 15px;
}
.footer .row-bottom p:last-child {
  border-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 64px;
  }
  .footer .row-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.menu-tel {
  display: none;
  padding: 0 16px;
  padding-top: 48px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  background: #04274D;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}
.menu-tel.in {
  display: block;
  left: 0;
  opacity: 1;
}
.menu-tel.in .btn-nav-close {
  display: block;
}
.menu-tel .btn-nav-close {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
}
.menu-tel .btn-nav-close .icon-close {
  fill: #fff;
  height: 32px;
  width: 32px;
}
.menu-tel__cat {
  margin-bottom: 24px;
}
.menu-tel__label {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #00ACC7;
}
.menu-tel__link {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff !important;
}
.menu-tel .social-list {
  margin-top: 10px;
}
.menu-tel__footer {
  margin-top: 40px;
  border-top: 1px solid #073E73;
  padding-top: 14px;
  padding-bottom: 16px;
}
.menu-tel__footer p {
  margin: 8px 0;
}
.menu-tel__footer p, .menu-tel__footer a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.menu-tel__footer a {
  text-decoration: underline;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100%;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 40px;
  gap: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn .icon {
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn_lg {
  font-size: 24px;
  padding: 16px 32px;
  border-radius: 40px;
  gap: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_lg .icon {
  height: 32px;
  width: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/***** btn fill *****/
.btn_fill {
  color: #fff !important;
  background: linear-gradient(101deg, #018EB5 5.69%, #004F94 100%);
  -webkit-transition: none;
  transition: none;
}
.btn_fill .icon {
  fill: #fff;
}

.btn_fill:hover {
  background: #073E73;
}
.btn_fill:hover .icon {
  fill: #fff;
}

/***** btn outline *****/
.btn_outline {
  padding: 12px 24px;
  border: 2px solid #004F94;
  color: #004F94 !important;
}
.btn_outline .icon {
  fill: #004F94;
}

.btn_outline:hover {
  background: #004F94 !important;
  color: #fff !important;
}
.btn_outline:hover .icon {
  fill: #fff;
}

/***** btn round *****/
.btn-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 60px;
}

/***** btn round fill *****/
.btn-round_fill {
  background: linear-gradient(101deg, #018EB5 5.69%, #004F94 100%);
}
.btn-round_fill .icon {
  fill: #fff;
}

.btn-round_fill:hover {
  background: #073E73;
}

/***** btn round outline *****/
.btn-round_outline {
  border: 1.5px solid #004F94;
}
.btn-round_outline .icon {
  fill: #004F94;
}

.btn-round_outline:hover {
  background: #004F94 !important;
}
.btn-round_outline:hover .icon {
  fill: #fff;
}

.btn_white {
  background: #fff;
  color: #004F94 !important;
  gap: 6px;
}
.btn_white .icon {
  fill: #004F94 !important;
}

.btn.btn_white:hover {
  background: #006ED2 !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn_white:hover .icon {
  fill: #fff !important;
}

@media screen and (max-width: 1500px) {
  .btn_lg {
    padding: 20px 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .btn_lg {
    font-size: 20px;
    padding: 18px 25px;
  }
  .btn_lg .icon {
    height: 28px;
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  .btn_lg {
    font-size: 18px;
  }
  .btn_lg .icon {
    height: 26px;
    width: 26px;
  }
}
.slick-nav_center .slick-nav__arrow {
  position: absolute;
  top: calc(50% - 20px);
}
.slick-nav_center .slick-nav__left {
  left: -15px;
}
.slick-nav_center .slick-nav__right {
  right: -15px;
}

.slick-nav_bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 12px;
}

@media screen and (max-width: 1023px) {
  .slick-nav_center .slick-nav__left {
    left: -5px;
  }
  .slick-nav_center .slick-nav__right {
    right: -5px;
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.social-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-list__link .icon {
  height: 24px;
  width: 24px;
  fill: #fff;
}
.social-list__link:hover .icon {
  fill: #00ACC7 !important;
}

.dropdown {
  cursor: pointer;
  position: relative;
}
.dropdown:hover .dropdown__title {
  color: #00ACC7;
}
.dropdown:hover .icon {
  fill: #00ACC7;
}
.dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.dropdown__btn .icon {
  height: 16px;
  width: 16px;
}
.dropdown__title {
  font-size: 14px;
}
.dropdown__body {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 888;
  background: rgba(245, 246, 246, 0.8);
  border-radius: 5px;
  display: none;
}
.dropdown__body.active {
  display: block;
}
.dropdown__body ul {
  list-style: none;
}
.dropdown__body a {
  display: block;
  font-size: 14px;
  padding: 5px 10px;
}
.dropdown__body a:hover {
  color: #00ACC7;
}

.number__num {
  font-size: 120px;
  font-weight: 600;
  line-height: 100%;
  color: #004F94;
}
.number__num_lg {
  font-size: 160px;
}
.number__title {
  font-size: 28px;
  line-height: 110%;
  color: #004F94;
}
.number__title_lg {
  font-size: 50px;
}
.number__text {
  font-size: 20px;
  color: #626A6F;
}

@media screen and (max-width: 1400px) {
  .number__num_lg {
    font-size: 120px;
  }
  .number__title_lg {
    font-size: 34px;
  }
}
.img-box {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 80%;
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.img-box__info {
  position: absolute;
  padding: 24px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.img-box__title {
  color: #fff;
}
.img-box__desc {
  margin-top: 5px;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box__desc p {
  font-size: 16px;
  color: #fff;
}
.img-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.img-box__btn .icon {
  fill: #fff;
}

.img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.img-box:hover .img-box__info {
  background: rgba(4, 39, 77, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.img-box:hover .img-box__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-box:hover .img-box__desc p {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .img-box__info {
    padding: 15px 20px;
  }
}
.img-box02 {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  border-radius: 24px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.img-box02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-box02__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.img-box02__info {
  position: absolute;
  padding: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.img-box02__title {
  color: #fff;
}

.img-box02:hover {
  background-size: cover;
}
.img-box02:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 60%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 80%);
}

@media screen and (max-width: 767px) {
  .img-box__info {
    padding: 15px 20px;
  }
}
.img-box03 {
  position: relative;
  cursor: pointer;
}
.img-box03 .btn-photo {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 6;
}
.img-box03 .btn-photo svg {
  height: 26px;
  width: 26px;
  fill: #fff;
}
.img-box03__img {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.img-box03__hover {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img-box03__hover.active {
  opacity: 1 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img-box03__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.img-box03__info {
  padding: 16px;
}
.img-box03__title {
  font-size: 20px;
}
.img-box03 .text {
  margin-top: 2px;
}

.img-box03:hover .img-box03__hover {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .img-box03 .btn-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .img-box03:hover .img-box03__hover {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-box__info {
    padding: 15px 20px;
  }
  .img-box03__info {
    padding: 16px 10px;
  }
}
.blog-card:hover .blog-card__img:after {
  opacity: 0.6;
}
.blog-card:hover .blog-card__title {
  color: #004F94;
}

.slick-slide .blog-card__link,
.slick-slide .blog-card__cat {
  display: none;
}

.slick-active .blog-card__link,
.slick-active .blog-card__cat {
  display: block;
}

.blog-card {
  position: relative;
}
.blog-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.blog-card__img {
  position: relative;
  border-radius: 24px;
  padding-bottom: 55%;
  background-size: cover;
  background-position: center;
}
.blog-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(101deg, #018EB5 5.69%, #004F94 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-card__info {
  padding: 16px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.blog-card__cat {
  position: relative;
  z-index: 3;
}
.blog-card__cat a {
  font-size: 14px;
  color: #028EF5;
}
.blog-card__cat a:hover {
  color: #00ACC7;
}
.blog-card__date {
  font-size: 14px;
  color: #626A6F;
}
.blog-card__title {
  padding: 16px;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  padding: 24px;
  border: 1px solid #E5E7E8;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-block img {
  max-height: 100px;
  max-width: 100px;
}
.icon-block__text {
  margin-top: 0;
  height: 0;
  opacity: 0;
}
.icon-block__text p {
  color: #626A6F;
  font-weight: 500;
}

.icon-block:hover {
  -webkit-box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
          box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
}
.icon-block:hover .icon-block__text {
  margin-top: 8px;
  height: auto;
  opacity: 1;
}

.icon-block02 {
  text-align: center;
}
.icon-block02 img {
  height: 120px;
  width: 120px;
  margin: auto;
}
.icon-block02 .title {
  margin-top: 16px;
}
.icon-block02 .text {
  margin-top: 10px;
}

.outline-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  height: 100%;
  padding: 24px;
  border: 1px solid #E5E7E8;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.outline-block img {
  max-height: 50px;
  max-width: 140px;
}
.outline-block__title {
  margin-bottom: 16px;
}
.outline-block__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.outline-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 50px;
}
.outline-block .btn-round {
  position: relative;
  z-index: 3;
}

.outline-block:hover {
  -webkit-box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
          box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
}

@media screen and (max-width: 1300px) {
  .outline-blocks .row {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .outline-blocks .row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .outline-blocks .row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.doc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.doc__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.doc__info {
  width: 100%;
}
.doc__logos {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.doc__logos img {
  max-width: 60px;
  max-height: 60px;
  border-radius: 8px;
}
.doc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}
.doc__title .icon {
  fill: #004F94;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doc__desc {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #626A6F;
}

.doc:hover .doc__title .icon {
  fill: #00ACC7;
}

@media screen and (max-width: 767px) {
  .doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.doc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
  padding: 24px;
  border: 1px solid #E5E7E8;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.doc-block img {
  max-height: 100px;
  max-width: 100px;
}
.doc-block .title {
  font-size: 20px;
}
.doc-block p {
  margin-top: 8px;
  font-size: 16px;
  color: #626A6F;
}
.doc-block__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.doc-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doc-block__text {
  margin-top: 0;
  height: 0;
  opacity: 0;
}
.doc-block__text p {
  color: #626A6F;
  font-weight: 500;
}

.doc-block:hover {
  -webkit-box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
          box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
}
.doc-block:hover .icon-block__text {
  margin-top: 8px;
  height: auto;
  opacity: 1;
}

.popup.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100vh;
  background: #fff;
  z-index: 9990;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.popup__close {
  position: fixed;
  right: 20px;
  top: 20px;
}
.popup__content {
  padding-bottom: 96px;
}
.popup__content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.popup__content .col01 {
  width: 65%;
}
.popup__content .col02 {
  width: 35%;
}
.popup .title-box {
  padding-top: 96px;
  margin-bottom: 48px;
}
.popup .title-box .subtitle {
  margin-top: 12px;
}

.popup-sidebar img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.popup-sidebar__title {
  margin-bottom: 16px;
}
.popup-sidebar__list {
  list-style: none;
}
.popup-sidebar__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #626A6F;
  font-size: 20px;
  margin-bottom: 16px;
}
.popup-sidebar__list li svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .popup__content .row {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .popup__content .col {
    width: 100%;
  }
}
.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.form__confirm label {
  margin-left: 0 !important;
}

.form__confirm .wpcf7-list-item-label {
  position: relative;
  top: -4px;
  left: 5px;
}

.form-box {
  padding: 48px;
  background: #fff;
  border-radius: 24px;
}

.form-box_shadow {
  border: 1px solid #E5E7E8;
  -webkit-box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
          box-shadow: 0px 15px 40px 5px rgba(0, 79, 148, 0.1);
}

.form {
  text-align: left;
}
.form .btn {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form label {
  font-size: 16px;
  color: #626A6F !important;
}
.form select option {
  color: #4B4F53 !important;
}
.form__check label {
  margin-left: 8px;
  color: #04274D !important;
}
.form__check label a {
  font-weight: 400;
  text-decoration: underline;
}
.form__info {
  font-size: 16px;
  color: #626A6F !important;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.form__row .col {
  width: calc(50% - 12px);
  padding: 12px 0;
}
.form__row .col-full {
  padding: 12px 0;
  width: 100%;
}
.form__input,
.form textarea {
  margin-top: 8px;
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #626A6F;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.form textarea {
  height: 220px;
}
.form__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #626A6F;
}
.form__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #626A6F;
}
.form__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #626A6F;
}
.form__input:-moz-placeholder {
  /* Firefox 18- */
  color: #626A6F;
}
.form__confirm {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__confirm input {
  height: 16px;
  width: 16px;
}
.form__confirm label {
  margin-left: 5px !important;
  font-size: 10px;
  color: #555;
  max-width: 300px;
}
.form__confirm label * {
  font-size: 9px;
  color: #555;
}
.form__confirm label a {
  text-decoration: underline;
  cursor: pointer;
}

.ajax-loader {
  display: none !important;
}

div.wpcf7-validation-errors {
  display: none !important;
}

.form-validation .wpcf7-not-valid-tip, .form-validation div.wpcf7-validation-errors, .form-validation div.wpcf7-acceptance-missing {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px !important;
  margin-bottom: 10px;
}

label.error {
  display: block;
  color: #f90000;
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #ffa6a6 !important;
  padding: 5px 12px !important;
  background: #ffd3d3 !important;
  font-size: 12px !important;
  color: red !important;
  margin: 15px 0 0 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #afdcaf !important;
  padding: 5px 12px !important;
  background: #e1f8d7 !important;
  font-size: 12px !important;
  color: #13891e !important;
  margin-top: 15px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .form__row .col {
    width: 100%;
  }
  .form__row {
    gap: 10px;
  }
  .form-box {
    padding: 28px;
  }
}
.social-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.social-color span {
  color: #626A6F;
  font-size: 16px;
}
.social-color a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-color a img {
  height: 32px;
  width: auto;
}
.social-color a:hover {
  opacity: 0.85;
}

.address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.address-box__title {
  font-size: 16px;
  font-weight: 700;
}
.address-box__text {
  margin-top: 5px;
}
.address-box__text p, .address-box__text a {
  color: #626A6F;
}
.address-box__text a:hover {
  text-decoration: underline;
}

.filter {
  margin-bottom: 64px;
}
.filter ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
  margin-top: 10px;
}
.filter ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #004F94;
  border: 1.5px solid #004F94;
  padding: 9px 16px;
  border-radius: 30px;
}
.filter ul li a:hover {
  background: #004F94 !important;
  color: #fff !important;
}
.filter ul li.active a {
  background: linear-gradient(101deg, #018EB5 5.69%, #004F94 100%);
  color: #fff;
  border: 1.5px solid transparent;
}

.search {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 37px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  height: 70px;
  width: 100%;
  z-index: 9999;
}

div.asl_r.asl_w.vertical .results .item::after {
  background: #ededed !important;
}

.search.active {
  display: block;
}

div.asl_w {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.search-box .probox, .search-box div.asl_w .probox {
  height: 69px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-box div.asl_m .probox .proinput {
  margin: 0 !important;
}
.search-box div.asl_w .probox .proinput input.autocomplete {
  display: none !important;
}
.search-box div.asl_w .probox .proinput input {
  font-family: #04274D !important;
  color: #04274D !important;
  font-size: 18px;
  padding: 20px 0 !important;
  text-shadow: none !important;
}
.search-box div.asl_w .probox .promagnifier {
  padding: 20px !important;
  padding-left: 15px !important;
  padding-right: 0 !important;
  width: 28px;
  height: 28px;
}
.search-box div.asl_w .probox .promagnifier .innericon svg {
  width: 28px !important;
  fill: #04274D !important;
}
.search-box div.asl_m .probox .proclose {
  display: none !important;
}
.search-box div.asl_m .probox .proloading {
  margin-top: 18px !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-family: "Poppins", sans-serif !important;
  color: #028EF5 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  text-shadow: none !important;
}

div.asl_r .results .item .asl_content h3 a:hover {
  color: #00ACC7 !important;
}

div.asl_r .results .item {
  padding-top: 10px !important;
  border: none !important;
}

.results {
  height: auto !important;
  max-height: 290px !important;
}

div.asl_r.vertical {
  padding: 5px 10px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ededed !important;
}

.results .asl_nores .asl_keyword {
  display: none !important;
}

.search-result .search-link {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #028EF5;
  font-weight: 500;
}
.search-result .search-link:hover {
  color: #00ACC7;
}

.hero-youtube {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #04274D;
}
.hero-youtube:after {
  content: none !important;
}
.hero-youtube .yt-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  overflow: hidden;
}
.hero-youtube .yt-embed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  opacity: 1;
  z-index: 1;
}
.hero-youtube .yt-embed.overlay:after {
  background: #000;
  opacity: 0.4;
}
.hero-youtube .yt-embed iframe {
  width: 100%;
  height: 100%;
}
.hero-youtube .row {
  min-height: auto !important;
  aspect-ratio: 16/9;
}

.hero-video {
  position: relative;
}
.hero-video .video {
  width: 100%;
  height: auto;
}
.hero-video .video-tel {
  display: none;
}
.hero-video .btn-play {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding-bottom: 2px;
}
.hero-video .btn-play .play {
  display: none;
}
.hero-video .btn-play .stop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero-video.video-stop .stop {
  display: none;
}
.hero-video.video-stop .play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 600px) {
  .hero-video .video-tel {
    display: block;
  }
  .hero-video .video-desc {
    display: none;
  }
  .hero-youtube .yt-embed {
    position: relative;
    width: 100%;
    height: auto;
  }
  .hero-youtube .yt-embed iframe {
    aspect-ratio: 16/9;
  }
  .hero-youtube {
    margin-top: 120px;
    aspect-ratio: auto !important;
  }
  .hero-youtube .row {
    aspect-ratio: auto !important;
  }
  .hero-youtube .hero-img__info {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .hero-youtube .yt-embed.overlay:after {
    bottom: 7px;
  }
}
.hero-img {
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
.hero-img .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-img__info {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 80px;
  max-width: 700px;
}
.hero-img__info .title {
  color: #fff;
}
.hero-img__subtitle {
  margin-top: 10px;
}
.hero-img .btn {
  margin-top: 40px;
}

.title-large .title span {
  color: #004F94;
}
.title-large .btn {
  margin-top: 96px;
}

@media screen and (max-width: 767px) {
  .title-large .btn {
    margin-top: 50px;
  }
  .title-large .title,
  .title-large .title span {
    font-size: 32px;
  }
}
.numbers .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
.numbers .col01,
.numbers .col02 {
  width: 50%;
}
.numbers .col01 {
  position: relative;
}
.numbers .col01 .title {
  position: sticky;
  top: 140px;
}
.numbers .col02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
}
.numbers .number {
  padding: 96px 0;
}

@media screen and (max-width: 1400px) {
  .numbers .row {
    gap: 40px;
  }
  .number__num {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .numbers .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  .numbers .col01,
  .numbers .col02 {
    width: 100%;
  }
  .numbers .col02 {
    gap: 0;
    text-align: left;
  }
  .numbers .number {
    padding: 40px 0;
  }
  .number__num_lg {
    font-size: 80px;
  }
  .number__title_lg {
    margin-top: 5px;
    font-size: 28px;
  }
  .number__text {
    margin-top: 5px;
  }
}
.text-block__subtitle {
  margin-bottom: 30px;
}
.text-block__title h1, .text-block__title h2, .text-block__title h3, .text-block__title h4, .text-block__title h5 {
  color: #004F94;
}
.text-block .btn {
  margin-top: 32px;
}
.text-block p {
  margin: 20px 0;
}
.text-block .row {
  grid-column-gap: 96px;
}
.text-block__text {
  padding-top: 96px;
}
.text-block__text p:first-child {
  margin-top: 0;
}
.text-block__text p:last-child {
  margin-bottom: 0;
}
.text-block__text p {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}
.text-block__text_lg p {
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0;
}

@media screen and (max-width: 1023px) {
  .text-block__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-block__text_lg p {
    font-size: 24px;
  }
  .text-block__subtitle {
    margin-bottom: 15px;
  }
  .text-block .btn {
    margin-top: 20px;
  }
}
.text-block02__subtitle {
  margin-bottom: 30px;
}
.text-block02__title h1, .text-block02__title h2, .text-block02__title h3, .text-block02__title h4, .text-block02__title h5 {
  color: #004F94;
}
.text-block02 .btn {
  margin-top: 32px;
}
.text-block02 p {
  margin: 20px 0;
}
.text-block02 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.text-block02 .col01 {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.text-block02__text p:first-child {
  margin-top: 0;
}
.text-block02__text p:last-child {
  margin-bottom: 0;
}
.text-block02__text p {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
.text-block02__text_lg p {
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0;
}

@media screen and (max-width: 1023px) {
  .text-block02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .text-block02 .col01 {
    width: 100%;
  }
}
.img-blocks .row {
  grid-row-gap: 32px;
}

.img-blocks-popup .row {
  grid-row-gap: 32px;
}

.img-blocks-popup02 .container {
  padding-left: 15px;
  padding-right: 15px;
}
.img-blocks-popup02 .row-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 48px;
}
.img-blocks-popup02 .row-main .col {
  width: calc(25% - 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .img-blocks-popup02 .row-main .col {
    width: calc(33.33% - 32px);
  }
}
@media screen and (max-width: 1023px) {
  .img-blocks-popup02 .row-main .col {
    width: calc(33.33% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .img-blocks-popup02 .row-main .col {
    width: 100%;
  }
  .row-main {
    grid-row-gap: 20px;
  }
}
.media-slider {
  overflow: hidden;
}
.media-slider .col01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 160px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-slider .slick-media-box {
  position: relative;
}
.media-slider .number__num {
  font-size: 96px;
  line-height: 120%;
}
.media-slider .number__num span {
  font-size: 50px;
  line-height: 120%;
  font-weight: 600;
  color: #004F94;
}
.media-slider .number__title {
  color: #04274D;
}
.media-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.media-slider__progress .progress-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #626A6F;
  font-size: 16px;
  font-weight: 400;
}
.media-slider__progress .progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 0;
  overflow: hidden;
  background-color: #F5F6F6;
  background-image: -webkit-gradient(linear, left top, right top, from(#004F94), to(#004F94));
  background-image: linear-gradient(to right, #004F94, #004F94);
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.media-slider__progress .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.media-slider__img {
  width: 200%;
}
.media-slider__img .slide {
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.media-slider__img img {
  width: 100%;
  height: auto;
  border-radius: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
}
.media-slider__img .slick-active.slick-current img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.media-slider__info .slick-slide .btn_outline {
  display: none;
}
.media-slider__info .slick-slide.slick-active .btn_outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.media-slider__text {
  margin-top: 24px;
}
.media-slider .btn {
  margin-top: 48px;
}
.media-slider .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-slider .col {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .media-slider .col01 {
    padding-right: 60px;
  }
  .media-slider__progress {
    right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .media-slider .col {
    width: 100%;
  }
  .media-slider .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .media-slider__img {
    width: 100%;
  }
  .media-slider .col01 {
    padding-right: 0;
  }
  .media-slider__progress {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .media-slider .number__num {
    font-size: 80px;
  }
  .media-slider .number__num span {
    font-size: 40px;
  }
}
.clients .row {
  text-align: center;
}
.clients .col {
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients img {
  max-width: 160px;
  max-height: 100px;
}
.clients .text_lg {
  margin-top: 20px;
}
.clients .text_lg * {
  color: #626A6F;
}

.clients_grid .title-box {
  padding-top: 30px;
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 320px;
}
.clients_grid .row {
  text-align: left;
}
.clients_grid .clients__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.clients_grid .col {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .clients_grid .title-box {
    width: 100%;
    max-width: 100%;
  }
  .clients_grid .clients__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .clients img {
    max-width: 130px;
    max-height: 100px;
  }
}
.accordion__item {
  border-top: 1px solid #E5E7E8;
  overflow: hidden;
}
.accordion__item:last-child {
  border-bottom: 1px solid #E5E7E8;
}
.accordion__item.active .accordion__title {
  color: #004F94;
}
.accordion__item.active .accordion__icon {
  background: #DEEEFF;
}
.accordion__item.active .accordion__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__head {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.accordion__icon {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #EFF7FF;
}
.accordion__icon .icon {
  height: 24px;
  width: 24px;
}
.accordion__body {
  display: none;
  padding-bottom: 48px;
}
.accordion__info {
  padding: 30px 64px;
  padding-top: 0;
}
.accordion__info .text p {
  color: #626A6F;
}
.accordion__info .btn {
  margin-top: 24px;
}
.accordion__media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.accordion__media iframe {
  width: 100%;
  height: 480px;
  border-radius: 32px;
}
.accordion__media img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .accordion__info {
    padding: 0;
  }
  .accordion__body {
    gap: 40px;
  }
  .accordion__media iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__icon {
    margin-top: -6px;
    height: 40px;
    width: 40px;
  }
  .accordion__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__media {
    width: 100%;
  }
  .accordion__media iframe {
    height: 300px;
  }
  .accordion__head {
    padding: 20px 0;
    gap: 10px;
  }
  .accordion__title {
    font-size: 24px;
  }
}
.faq .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.faq .col01 {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq__title {
  font-size: 20px;
}
.faq__text {
  margin-top: 20px;
}
.faq__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  color: #626A6F;
}
.faq__item {
  border-top: 1px solid #E5E7E8;
  overflow: hidden;
}
.faq__item:last-child {
  border-bottom: 1px solid #E5E7E8;
}
.faq__item.active .faq__body {
  display: block;
}
.faq__item.active .icon-minus {
  display: block;
}
.faq__item.active .icon-plus {
  display: none;
}
.faq__head {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.faq__icon .icon-minus {
  display: none;
}
.faq__icon .icon {
  height: 24px;
  width: 24px;
  fill: #626A6F;
}
.faq__body {
  display: none;
  padding-bottom: 32px;
}
.faq__info {
  padding: 30px 64px;
  padding-top: 0;
}
.faq__info .text p {
  color: #626A6F;
}
.faq__info .btn {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .faq .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .faq .col01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq .title-box {
    margin-bottom: 64px;
  }
}
.quote {
  background-size: cover;
  background-position: center;
}
.quote .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
.quote .col {
  width: 50%;
}
.quote img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.quote__title {
  color: #fff;
}
.quote__text {
  margin-top: 48px;
  padding-left: 24px;
  border-left: 4px solid #00ACC7;
}
.quote__text p {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.quote__info {
  margin-top: 24px;
  padding-left: 24px;
}
.quote__name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.quote__spec {
  font-size: 14px;
  color: #B6DEFF;
}

@media screen and (max-width: 1023px) {
  .quote .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .quote .col {
    width: 100%;
  }
  .quote__text p {
    font-size: 24px;
  }
}
.icon-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.icon-blocks .col01 {
  max-width: 300px;
}
.icon-blocks .col02 {
  width: 100%;
}
.icon-blocks__row {
  grid-row-gap: 30px;
}

@media screen and (max-width: 1300px) {
  .icon-blocks .row-grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .icon-blocks .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icon-blocks .col01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .icon-blocks .row-grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.outline-blocks .row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.color-block .row {
  border-radius: 48px;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  background-size: cover;
}
.color-block .col01 .title {
  color: #fff;
}
.color-block .col01 .title-box {
  max-width: 940px;
  margin: auto;
}
.color-block .col01 .subtitle {
  color: #fff;
}
.color-block .col01 .text_lg {
  margin-top: 48px;
}
.color-block .col01 .text_lg * {
  color: #fff;
}
.color-block .col02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .color-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-block .col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .color-block .row {
    padding: 40px 30px;
  }
  .color-block .col01 .text_lg {
    margin-top: 24px;
  }
  .color-block .row {
    border-radius: 35px;
  }
  .color-block .row {
    gap: 30px;
  }
}
.color-block-cert .row {
  position: relative;
  border-radius: 48px;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  background-size: cover;
}
.color-block-cert .col01 .title {
  color: #fff;
}
.color-block-cert .col01 .title-box {
  max-width: 940px;
  margin: auto;
}
.color-block-cert .col01 .subtitle {
  color: #fff;
}
.color-block-cert .col01 .text_lg {
  margin-top: 18px;
}
.color-block-cert .col01 .text_lg * {
  color: #fff;
}
.color-block-cert .col01 .btn {
  margin-top: 48px;
}
.color-block-cert .col02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.color-block-cert .col02 img {
  margin-top: -220px;
  max-width: 360px;
  max-height: 360px;
}
.color-block-cert .btn {
  background: #fff;
  color: #004F94 !important;
  gap: 6px;
}
.color-block-cert .btn .icon {
  fill: #004F94 !important;
}

@media screen and (max-width: 1200px) {
  .color-block-cert .col02 img {
    margin-top: 0;
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .color-block-cert .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-block-cert .col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .color-block-cert .row {
    padding: 40px 30px;
  }
  .color-block-cert .row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .color-block-cert .col02 img {
    top: -100px;
    max-width: 180px;
    max-height: 180px;
  }
  .color-block-cert .col01 .text_lg {
    margin-top: 24px;
  }
  .color-block-cert .row {
    border-radius: 35px;
  }
  .color-block-cert .row {
    gap: 30px;
  }
  .color-block-cert .col01 .btn {
    margin-top: 38px;
  }
}
.color-block-img .row {
  position: relative;
  border-radius: 48px;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
}
.color-block-img .title {
  color: #fff;
}
.color-block-img .subtitle {
  margin-top: 48px;
  color: #fff;
}
.color-block-img .title-box {
  max-width: 940px;
  margin: auto;
}
.color-block-img .text_lg {
  margin-top: 20px;
}
.color-block-img .text_lg * {
  color: #fff;
}
.color-block-img .btn-inline {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.color-block-img img {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin-top: 48px;
}

@media screen and (max-width: 1200px) {
  .color-block-img .col02 img {
    margin-top: 0;
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .color-block-img .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-block-img .col {
    width: 100%;
  }
  .color-block-img .btn-inline {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .color-block-img .row {
    padding: 40px 30px;
  }
  .color-block-img .row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .color-block-img .col02 img {
    top: -100px;
    max-width: 180px;
    max-height: 180px;
  }
  .color-block-img .col01 .text_lg {
    margin-top: 24px;
  }
  .color-block-img .row {
    border-radius: 35px;
  }
  .color-block-img .col01 .btn {
    margin-top: 38px;
  }
}
.color-block-form {
  background-size: cover;
}
.color-block-form .title {
  color: #fff;
}
.color-block-form .title-box {
  max-width: 940px;
  margin: auto;
}
.color-block-form .subtitle {
  color: #fff;
}
.color-block-form .text_lg {
  margin-top: 18px;
}
.color-block-form .text_lg * {
  color: #fff;
}
.color-block-form .form-box {
  max-width: 940px;
  margin: auto;
  margin-top: 48px;
}

@media screen and (max-width: 1200px) {
  .color-block-cert .col02 img {
    margin-top: 0;
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .color-block-cert .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .color-block-cert .col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .color-block-cert .row {
    padding: 40px 30px;
  }
  .color-block-cert .row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .color-block-cert .col02 img {
    top: -100px;
    max-width: 180px;
    max-height: 180px;
  }
  .color-block-cert .col01 .text_lg {
    margin-top: 24px;
  }
  .color-block-cert .row {
    border-radius: 35px;
  }
  .color-block-cert .row {
    gap: 30px;
  }
  .color-block-cert .col01 .btn {
    margin-top: 38px;
  }
}
.text-nav .title-box {
  margin-bottom: 90px;
  max-width: 660px;
}
.text-nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 154px;
}
.text-nav .col01 {
  position: relative;
  width: 100%;
  max-width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.text-nav__nav {
  position: sticky;
  top: 80px;
}
.text-nav__nav a {
  border-left: 4px solid #E5E7E8;
  padding: 8px 0;
  padding-left: 16px;
  display: block;
  color: #626A6F;
  font-weight: 500;
}
.text-nav__nav .active {
  color: #04274D;
  font-weight: 700;
  border-left: 4px solid #004F94;
}
.text-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
}
.text-nav__content .title {
  margin-bottom: 30px;
}
.text-nav__content .title.faq__title {
  margin-bottom: 0;
}
.text-nav__content .faq .faq__item:first-child {
  border-top: none;
}
.text-nav__content .text p:first-child {
  margin-top: 0;
}
.text-nav__content .text p:last-child {
  margin-bottom: 0;
}
.text-nav__content .text p {
  margin: 30px 0;
  font-size: 16px;
  line-height: 175%;
  color: #626A6F;
}
.text-nav__content .text ul {
  padding-left: 30px;
}
.text-nav__content .text ul li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 175%;
  color: #626A6F;
}
.text-nav__content .text img {
  margin-top: 30px;
  width: 100%;
  max-width: 578px;
  border-radius: 32px;
}

@media screen and (max-width: 1100px) {
  .text-nav .row {
    gap: 40px;
  }
  .text-nav__content {
    gap: 40px;
  }
  .text-nav .col01 {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .text-nav .col01 {
    max-width: 100%;
  }
  .text-nav .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .text-nav .title-box {
    margin-bottom: 60px;
  }
}
.full-media .title-box {
  margin: auto;
  margin-bottom: 72px;
}
.full-media .title-box .subtitle {
  margin-top: 32px;
}
.full-media iframe {
  width: 100%;
  height: 900px;
  border-radius: 32px;
}
.full-media img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}

@media screen and (max-width: 1300px) {
  .full-media iframe {
    height: 600px;
  }
  .full-media img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full-media iframe {
    height: 400px;
    border-radius: 24px;
  }
  .full-media img {
    border-radius: 24px;
  }
}
.docs .row-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 100px;
}
.docs__cat-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
.docs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .docs .row-grid-2 {
    grid-row-gap: 50px;
  }
}
.doc-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.doc-blocks .col01 {
  max-width: 300px;
}
.doc-blocks .col02 {
  width: 100%;
}
.doc-blocks__row {
  grid-row-gap: 30px;
}
.doc-blocks__text {
  margin-top: 10px;
}
.doc-blocks__text p {
  color: #626A6F;
}

@media screen and (max-width: 1300px) {
  .doc-blocks .row-grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .doc-blocks .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doc-blocks .col01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .doc-blocks .row-grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.certificates .title-box {
  margin-bottom: 96px;
}
.certificates .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.certificates .col01 {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.certificates__text {
  margin-top: 20px;
}
.certificates__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  color: #626A6F;
}
.certificates .btn {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .certificates .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .certificates .col01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .certificates .title-box {
    margin-bottom: 64px;
  }
}
.text-img .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 96px;
}
.text-img .row .col {
  width: 50%;
}
.text-img .row .col02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.text-img .row img {
  width: 100%;
  border-radius: 32px;
}
.text-img .row .title {
  margin-bottom: 24px;
}
.text-img .row .btn {
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .text-img_reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .text-img .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .text-img .row .col {
    width: 100%;
  }
}
.locations__num-title {
  font-size: 20px;
  margin: 5px 0;
  line-height: 150%;
}
.locations__city {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  color: #626A6F;
}
.locations__map {
  margin-top: 10px;
}
.locations__map img {
  width: 100%;
  height: auto;
}

.blog-slider .col {
  padding: 0 15px;
}
.blog-slider .slick-list {
  margin: 0 -15px;
}

.page-head {
  padding-top: 160px;
  padding-bottom: 96px;
}
.page-head h1 {
  color: #004F94;
}

.form-block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.form-block .col01 {
  max-width: 300px;
}
.form-block .col02 {
  width: 100%;
}
.form-block__row {
  grid-row-gap: 30px;
}
.form-block__text p {
  font-size: 20px;
  color: #626A6F;
  line-height: 175%;
}

@media screen and (max-width: 1023px) {
  .form-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-block .col01 {
    max-width: 100%;
  }
}
.addresses .row-grid-4 {
  grid-row-gap: 96px;
  grid-column-gap: 96px;
}

.blog-content .archive-btn {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.blog-single .page-head {
  padding-bottom: 48px;
}
.blog-single .page-head .social-color {
  margin-top: 24px;
}
.blog-single .blog-card__cat {
  margin-top: 24px;
}
.blog-single .blog-card__cat a {
  font-size: 15px;
}
.blog-single .blog-card__date {
  font-size: 16px;
}
.blog-single .blog-thumb img {
  width: 100%;
  margin: auto;
  border-radius: 24px;
}
.blog-single .blog-text {
  margin-top: 48px;
}
.blog-single iframe {
  margin-top: 50px;
  width: 100%;
  height: 620px;
  border-radius: 32px;
}
.blog-single .blog-share {
  margin-top: 48px;
}

@media screen and (max-width: 1023px) {
  .blog-single iframe {
    height: 400px;
  }
}
.chart-section {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.chart-section .title {
  color: #fff;
}
.chart-section .slick-current {
  color: red !important;
}
.chart-section .chart-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.chart-section .chart-nav .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 1100px;
}
.chart-section .chart-nav .slick-nav button {
  height: 40px;
  width: 40px;
  border-color: #fff;
}
.chart-section .chart-nav .slick-nav button .icon {
  fill: #fff;
}
.chart-section .chart-nav .slick-nav button:hover {
  border-color: #004F94;
}
.chart-section .chart-nav__nums {
  width: 100%;
  text-align: center;
}
.chart-section .chart-nav__nums .chart-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0.25;
  color: #fff;
  font-size: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.chart-section .chart-nav__nums .slick-current .chart-num {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.chart-section .slick-chart__info {
  margin-top: 60px;
}
.chart-section .chart__info {
  max-width: 450px;
  height: 250px;
}
.chart-section .chart__title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
}
.chart-section .chart__subtitle {
  margin-top: 5px;
  line-height: 140%;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.chart-section .chart__text p {
  margin: 5px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.chart-section .chart__img {
  padding-right: 10px;
  margin-top: -240px;
  margin-left: -30px;
  width: calc(100% + 48px);
}
.chart-section .chart__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1201px) {
  .chart-section .slick-chart__nav .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
    translate: none !important;
  }
  .chart-section .slick-chart__nav .slick-track {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .chart-section .chart__info {
    height: 200px;
  }
  .chart-section .chart__img {
    margin-top: 0;
  }
  .chart-section .chart__img {
    margin-left: -18px;
    width: calc(100% + 32px);
  }
  .chart-section .chart__title {
    font-size: 40px;
  }
  .chart-section .chart__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .chart-section .chart__info {
    height: 150px;
  }
  .chart-section .chart__title {
    font-size: 36px;
  }
}
.locations-map {
  background: #073E73;
}
.locations-map .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.locations-map .tab-button {
  border-color: #fff !important;
  color: #fff !important;
}
.locations-map .tab-button.active {
  color: #04274D !important;
  background: #fff !important;
}
.locations-map .visually-hidden {
  display: none;
}
.locations-map h3 {
  color: #626A6F;
  text-align: center;
  font-size: 20px;
}
.locations-map .title.s2 {
  color: #fff;
}
.locations-map .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.locations-map .col01 {
  width: 375px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.locations-map .col02 {
  width: 100%;
  height: 100%;
}
.locations-map__search {
  margin-top: 24px;
  width: 100%;
}
.locations-map__search input {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #626A6F;
  border-radius: 40px;
  border: 1px solid #818A8F;
  background: #fff;
}
.locations-map__sidebar {
  padding: 24px 12px;
  background: #F5F6F6;
  border-radius: 24px;
  height: 90vh;
  overflow: auto;
}
.locations-map__sidebar h3 {
  font-size: 20px;
  color: #626A6F;
}
.locations-map__search {
  margin-bottom: 24px;
}
.locations-map__list {
  list-style: none;
}
.locations-map__item {
  padding: 12px 20px;
  border-radius: 16px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid transparent;
}
.locations-map__item:focus, .locations-map__item.active {
  border: 2px solid #006ED2;
}
.locations-map__title {
  color: #04274D;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}
.locations-map__subtitle {
  color: #626A6F;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 5px;
}
.locations-map__address {
  color: #006ED2;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}
.locations-map #map {
  border-radius: 24px;
  height: 90vh;
}

.leaflet-control-attribution {
  display: none !important;
  font-size: 10px !important;
  color: #aaa !important;
}

.locations-map__sidebar {
  scrollbar-width: thin; /* для Firefox */
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent; /* для Firefox */
}

.locations-map__sidebar::-webkit-scrollbar {
  width: 3px;
}

.locations-map__sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.locations-map__sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.locations-map__sidebar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.leaflet-popup-content .loc-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}
.leaflet-popup-content .loc-address {
  margin: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #006ED2;
  line-height: 130%;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .locations-map .col01 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .locations-map .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .locations-map .col01 {
    width: 100%;
  }
  .locations-map__sidebar,
  .locations-map #map {
    height: 70vh;
  }
  .locations-map__title {
    font-size: 16px;
  }
  .locations-map__item {
    padding: 12px 14px;
  }
}
.page-nav {
  padding: 100px;
}
.page-nav .title {
  margin-bottom: 50px;
}
.page-nav ul {
  padding-left: 20px;
}
.page-nav ul li {
  margin-bottom: 15px;
}
.page-nav ul li a {
  font-size: 16px;
}

.flex-nav__head {
  padding-top: 180px;
  padding-bottom: 20px;
  text-align: center;
}
.flex-nav__title {
  padding: 0 50px;
  margin-bottom: 50px;
  font-size: 24px;
  color: red;
}
.flex-nav__wrap {
  border-top: 2px dashed red;
  padding-top: 60px;
  margin-top: 60px;
}
.flex-nav__wrap .space180 {
  background: #f7f7f7;
}