﻿/*   
Theme Name: WPService web universe
*/

/* FONTS */
                                                                                                              
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/manrope-v20-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v20-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/manrope-v20-cyrillic_latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/manrope-v20-cyrillic_latin-800.woff2') format('woff2');
}

/* RESET */

*,
*::before,
*::after {
  box-sizing: border-box;
}
 
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
 
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
 
:root {
  --bs-primary: #00948A;
  --bs-primary-rgb: 0, 148, 138;
  --bs-link-color: #006894;
  --bs-link-color-rgb: 0, 104, 148;
  --bs-link-hover-color: #00364D;
  --bs-link-hover-color-rgb: 0, 54, 77;
  --bs-body-color: #00364D;
  --bs-body-color-rgb: 0, 54, 77;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-border-color: #F0F0F0;
  --bs-heading-color: #00364D;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --text-xs: 14px;
  --text-sm: 15px;
  --text-md: 18px;
  --text-lg: 22px;
  --text-xl: 26px;
  --text-2xl: 32px;
  --leading-tight: 1.25;
  --leading-snug: 1.35;
  --leading-body: 1.7;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: var(--leading-body);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-size: var(--text-md);
  font-weight: 400;
  color: #00364D;
  background-color: #FFFFFF;
}
 
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
 
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
 
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
 
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
 
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
 
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #006894;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #00364D;
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0 !important;
} 

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0!important;
}

/* TEST */

#test {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  z-index: 777777;
  opacity: 0.6;
  font-size: 12px;
  padding: 0!important;
  margin: 0!important;
  
  display: none!important;  /* !!! */
}

/* CLEAR */

.clear {
  display: block;
  clear: both;
  height: 0px;
}

.clear15 {
  display: block;
  clear: both;
  height: 15px;
}

.clear30 {
  display: block;
  clear: both;
  height: 30px;
}    

/* ICONS */

i {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px; 
  background-repeat: no-repeat;
  background-position: center center;     
}

.i-phone {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2300364D' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
  top: 3px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;   
}

.i-mail {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2300364D' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
  top: 3px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px; 
}

.i-location {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath fill='%2300364D' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3e%3c/svg%3e");
  top: 3px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px; 
}

.i-search-menu {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2300364D' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  top: 4px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;   
}

.i-search-form {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2300364D' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  top: 0px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}

/* HEADER */

.header_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  background: #FFFFFF;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991.98px) { 
  .header_wrapper {
    display: none;
  } 
}

.header_wrapper .row {
  display: flex;
  align-items: center;
  min-height: 64px;
}

.header_wrapper .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

.header_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.header_logo a {
  display: flex;
  align-items: center;
  max-width: 100%;
  line-height: 0;
}

.header_logo img {
  display: block;
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.header_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.header_descriptor {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.header_descriptor_line {
  display: block;
}

.header_descriptor_top {
  color: #00364D;
}

.header_descriptor_bottom {
  color: #006894;
}

.header_cont {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  gap: 6px;
}

.header_cont_line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
}

.header_cont_line a {
  display: flex;
  align-items: center;
  color: #006894;
  font-size: 20px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.35s ease;
}

.header_cont_line_mail a {
  text-decoration: none;
}

.header_cont_line_mail a span {
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.header_cont_line a:hover,
.header_cont_line a:focus,
.header_cont_line a:active {
  color: #00948A;
}

.header_cont_line_mail a:hover span,
.header_cont_line_mail a:focus span,
.header_cont_line_mail a:active span {
  text-decoration: none;
}

.header_cont_line i {
  margin-right: 8px;
  flex-shrink: 0;
}

.header_cont_line .i-phone,
.header_cont_line .i-mail {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  background-image: none;
  background-size: 18px 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
  transition: background-color 0.35s ease;
}

.header_cont_line .i-phone {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
}

.header_cont_line .i-mail {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
}

/* LG */
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .header_descriptor {
    font-size: 16px;
  }
}

/* SEARCH HEADER */

.header_search_wrapper {
  display: none;
  position: fixed;
  z-index: 1060;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 54, 77, 0.5);
  align-items: center;
  justify-content: center;
}

.header_search_wrapper .container {
  max-width: 760px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 54, 77, 0.2);
}

.header_search_wrapper .input-group {
  margin-bottom: 0;
}

.header_search_wrapper form {
  margin: 0;
}

.header_search_wrapper.active {
  display: flex;
}

/* MENU */

.menu_wrapper {
  width: auto;
  height: 60px;
  display: block;
  position: sticky;
  top: 0;
  z-index: 50!important;
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
  box-shadow: 0 8px 24px rgba(0, 54, 77, 0.12);
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991.98px) { 
  .menu_wrapper {
    display: none;
  }
}

.menu_wrapper .container {
  position: relative;
}

#main_menu {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 60px;
  background-color: transparent;
  position: relative;
  --menu_fill_gradient: linear-gradient(
    to bottom,
    rgba(0, 104, 148, 0.85) 0%,
    #006894 30%,
    #006894 70%,
    rgba(0, 104, 148, 0.85) 100%
  );
}

.menu_sticky_logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  margin-right: 0;
  pointer-events: none;
  transition: max-width 0.25s ease, opacity 0.2s ease, margin-right 0.25s ease;
}

.menu_wrapper.is_stuck .menu_sticky_logo {
  max-width: 72px;
  opacity: 1;
  margin-right: 14px;
  pointer-events: auto;
}

.menu_sticky_logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}

.menu_sticky_logo img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 58px;
}

#main_menu > nav {
  flex: 1 1 auto;
  min-width: 0;
}

#main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  border-left: 0px;
  border-right: 0px;
  display: flex;
  align-items: stretch;
}

#main_menu ul li {
  position: relative;
  width: auto;
  border: 0;
}

#main_menu > nav > ul.menu {
  flex-wrap: nowrap;
}

#main_menu > nav > ul.menu > li {
  flex: 0 0 auto;
  height: 60px;
  border: 0;
  background-color: transparent;
}

#main_menu > nav > ul.menu > li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 0;
  pointer-events: none;
  background: var(--menu_fill_gradient);
  opacity: 0;
  transition: opacity 0.35s ease;
}

#main_menu > nav > ul.menu > li > a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: none;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 18px;
  height: 60px;
  line-height: 60px;
  display: block;
}

#main_menu > nav > ul.menu > li:hover::before,
#main_menu > nav > ul.menu > li:focus-within::before,
#main_menu > nav > ul.menu > li.current-menu-item::before,
#main_menu > nav > ul.menu > li.current-menu-ancestor::before,
#main_menu > nav > ul.menu > li.current-menu-parent::before {
  opacity: 1;
}

#main_menu > nav > ul.menu > li:hover > a,
#main_menu > nav > ul.menu > li:focus-within > a,
#main_menu > nav > ul.menu > li.current-menu-item > a,
#main_menu > nav > ul.menu > li.current-menu-ancestor > a,
#main_menu > nav > ul.menu > li.current-menu-parent > a {
  color: #FFFFFF;
}

#main_menu > nav > ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  background-image: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 10px 10px;
  mask-size: 10px 10px;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23000000' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23000000' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3e%3c/svg%3e");
}

#main_menu ul li > ul {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  padding: 8px 0;
  min-width: 240px;
  background-color: #FFFFFF;
  box-shadow: 0 16px 40px rgba(0, 54, 77, 0.16);
}

#main_menu ul li:hover > ul,
#main_menu ul li:focus-within > ul {
  display: block;
}

#main_menu ul ul li {
  width: 100%;
  height: auto;
  white-space: nowrap;
  background-color: rgba(0, 104, 148, 0);
  transition: background-color 0.35s ease;
}

#main_menu ul li > ul > li:hover,
#main_menu ul li > ul > li.current-menu-item {
  background-color: rgba(0, 104, 148, 0.08);
}

#main_menu ul li > ul li a {
  text-decoration: none;
  color: #00364D;
  font-size: 15px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  padding: 0 20px;
  margin: 0;
  height: 48px;
  line-height: 48px;
  display: block;
  transition: color 0.35s ease;
}

#main_menu ul li > ul li a:after {
  display: none!important;
}

#main_menu ul li > ul li a:hover,
#main_menu ul li > ul li.current-menu-item a {
  color: #006894;
  text-decoration: none;
}

/* DOP MENU */

.dop_menu {
  margin-left: auto;
  flex: 0 0 auto;
  height: 60px;
  border: 0;
}

.dop_menu ul {
  display: flex;
  align-items: stretch;
  height: 60px;
  margin: 0;
  padding: 0;
}

.dop_menu li {
  list-style: none;
  height: 60px;
  border: 0;
  background-color: transparent;
}

.dop_menu li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  z-index: 0;
  pointer-events: none;
  background: var(--menu_fill_gradient);
  opacity: 0;
  transition: opacity 0.35s ease;
}

#main_menu .dop_menu .search_toggle,
#main_menu .dop_menu .menu_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

#main_menu .dop_menu li:hover::before,
#main_menu .dop_menu li:focus-within::before,
#main_menu .dop_menu li:has(.menu_toggle[aria-expanded="true"])::before,
body:has(#offcanvas.show) #main_menu .dop_menu li:has(.menu_toggle)::before,
body:has(#offcanvas.showing) #main_menu .dop_menu li:has(.menu_toggle)::before {
  opacity: 1;
}

#main_menu .dop_menu .search_toggle:hover,
#main_menu .dop_menu .search_toggle:focus,
#main_menu .dop_menu .search_toggle:active,
#main_menu .dop_menu .menu_toggle:hover,
#main_menu .dop_menu .menu_toggle:focus,
#main_menu .dop_menu .menu_toggle:active,
#main_menu .dop_menu .menu_toggle[aria-expanded="true"],
body:has(#offcanvas.show) #main_menu .dop_menu .menu_toggle,
body:has(#offcanvas.showing) #main_menu .dop_menu .menu_toggle {
  color: #FFFFFF;
  background-color: transparent;
}

.dop_menu .i-search-menu,
.dop_menu .i-menu {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  background-image: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
}

.dop_menu .i-search-menu {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
}

.dop_menu .i-menu {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e");
}

/* MOBILE MENU */

.mobile_menu_wrapper {
  width: 100%;
  height: 60px;
  padding: 0;
  display: none;
  position: sticky;
  top: 0;
  z-index: 50!important;
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991.98px) { 
  .mobile_menu_wrapper {
    display: block;
  }
}

.mobile_menu_wrapper .row {
  min-height: 60px;
  align-items: center;
}

.mobile_logo,
.mobile_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.mobile_logo {
  align-items: flex-start;
  justify-content: center;
  max-height: none;
}

.mobile_logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}

.mobile_logo img {
  width: auto;
  height: 30px;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mobile_button {
  align-items: flex-end;
  justify-content: center;
  display: flex;
  position: relative;
  float: none;
}

/* ANIMATED ICON */

.animated_icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  margin-left: auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated_icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  background: #FFFFFF;
}

.animated_icon span:nth-child(1) {
  top: 0px;
}

.animated_icon span:nth-child(2), .animated_icon span:nth-child(3) {
  top: 12px;
}

.animated_icon span:nth-child(4) {
  top: 24px;
}

.animated_icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.animated_icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated_icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated_icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}   

#offcanvas.offcanvas {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: 100dvh;
  padding: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s;
}

#offcanvas.offcanvas.showing,
#offcanvas.offcanvas.show:not(.hiding) {
  opacity: 1;
  transform: none;
}

#offcanvas.offcanvas.show,
#offcanvas.offcanvas.showing,
#offcanvas.offcanvas.hiding {
  visibility: visible;
}

#offcanvas .offcanvas-body {
  pointer-events: auto;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  width: min(460px, 100%);
  max-height: min(82dvh, 760px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px 16px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 104, 148, 0.12);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 54, 77, 0.28);
}

.offcanvas-backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1075;
  background: rgba(0, 54, 77, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  box-shadow: none;
  transform: none;
  transition: opacity 0.35s ease;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.mobile_menu_panel_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(0, 104, 148, 0.12);
}

.mobile_menu_panel_title {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  color: #00364D;
}

.mobile_menu_close_btn {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background-color 0.35s ease;
}

.mobile_menu_close_btn:hover,
.mobile_menu_close_btn:focus,
.mobile_menu_close_btn:active {
  background-color: rgba(0, 104, 148, 0.16);
}

.mobile_menu_close_btn span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.mobile_menu_close_btn span::before,
.mobile_menu_close_btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #00364D;
}

.mobile_menu_close_btn span::before {
  transform: translateY(-50%) rotate(45deg);
}

.mobile_menu_close_btn span::after {
  transform: translateY(-50%) rotate(-45deg);
}

#mobile_menu {
  flex: 1 1 auto;
  min-height: 0;
}

#mobile_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mobile_menu > nav > ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#mobile_menu ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #00364D;
}

#mobile_menu > nav > ul > li {
  opacity: 0;
  transform: translateY(12px);
  border-radius: 10px;
  overflow: hidden;
}

#mobile_menu > nav > ul > li.mobile-expanded {
  background: transparent;
}

#offcanvas.show #mobile_menu > nav > ul > li {
  animation: mobile_menu_item_in 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#offcanvas.show #mobile_menu > nav > ul > li:nth-child(1) { animation-delay: 0.04s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(2) { animation-delay: 0.08s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(3) { animation-delay: 0.12s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(4) { animation-delay: 0.16s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(5) { animation-delay: 0.20s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(6) { animation-delay: 0.24s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(7) { animation-delay: 0.28s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(8) { animation-delay: 0.32s; }
#offcanvas.show #mobile_menu > nav > ul > li:nth-child(n + 9) { animation-delay: 0.36s; }

@keyframes mobile_menu_item_in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#mobile_menu ul li a:link,
#mobile_menu ul li a:visited {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #00364D;
  text-decoration: none;
  border: 0;
  text-align: left;
  padding: 13px 16px;
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0);
  transition: color 0.35s ease, background-color 0.35s ease;
}

#mobile_menu ul li a:hover,
#mobile_menu ul li a:focus,
#mobile_menu ul li a:active {
  color: #00364D;
  text-decoration: none;
  background-color: rgba(0, 104, 148, 0.08);
}

#mobile_menu > nav > ul > li.mobile-expanded > a:link,
#mobile_menu > nav > ul > li.mobile-expanded > a:visited,
#mobile_menu > nav > ul > li.mobile-expanded > a:hover,
#mobile_menu > nav > ul > li.mobile-expanded > a:focus,
#mobile_menu > nav > ul > li.mobile-expanded > a:active {
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0.08);
}

#mobile_menu ul li.current-menu-item > a,
#mobile_menu ul li.current-menu-parent > a,
#mobile_menu ul li.current-menu-ancestor > a {
  color: #006894;
}

#mobile_menu ul li a:hover,
#mobile_menu ul li a:focus,
#mobile_menu ul li a:active,
#mobile_menu ul li.current-menu-item > a:hover,
#mobile_menu ul li.current-menu-item > a:focus,
#mobile_menu ul li.current-menu-parent > a:hover,
#mobile_menu ul li.current-menu-parent > a:focus,
#mobile_menu ul li.current-menu-ancestor > a:hover,
#mobile_menu ul li.current-menu-ancestor > a:focus {
  color: #00364D;
}

#mobile_menu ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 52px;
}

#mobile_menu ul li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 104, 148, 0.08);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%2300364D' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3e%3c/svg%3e");
  transform: translateY(-50%);
  transition: transform 0.35s ease, background-color 0.35s ease;
}

#mobile_menu ul li.menu-item-has-children > a:hover:after,
#mobile_menu ul li.menu-item-has-children > a:focus:after,
#mobile_menu ul li.menu-item-has-children > a:active:after,
#mobile_menu ul li.menu-item-has-children.mobile-expanded > a:after {
  background-color: rgba(0, 104, 148, 0.16);
}

#mobile_menu ul li.menu-item-has-children.mobile-expanded > a:after {
  transform: translateY(-50%) rotate(180deg);
}

#mobile_menu ul li ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: max-height 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

#mobile_menu ul li.mobile-expanded > ul {
  max-height: 640px;
  opacity: 1;
  padding: 3px 0 0;
}

#mobile_menu ul li ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  white-space: nowrap;
  color: #00364D;
  border-radius: 10px;
  background-color: transparent;
}

#mobile_menu ul li ul li a:link,
#mobile_menu ul li ul li a:visited {
  position: relative;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
  height: 48px;
  color: #00364D;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  padding: 0 20px;
  margin: 0;
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0);
  border-bottom: 0;
  display: block;
  transition: color 0.35s ease, background-color 0.35s ease;
}

#mobile_menu ul li ul li a:hover,
#mobile_menu ul li ul li a:focus,
#mobile_menu ul li ul li a:active,
#mobile_menu ul li ul li.current-menu-item > a:hover,
#mobile_menu ul li ul li.current-menu-item > a:focus {
  color: #00364D;
  text-decoration: none;
  background-color: rgba(0, 104, 148, 0.08);
}

#mobile_menu ul li ul li.current-menu-item > a {
  color: #006894;
  text-decoration: none;
  background-color: rgba(0, 104, 148, 0.08);
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 575.98px) {
  #offcanvas.offcanvas {
    padding: 12px;
  }

  #offcanvas .offcanvas-body {
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 14px 12px 16px;
    border-radius: 14px;
  }

  #mobile_menu ul li a:link,
  #mobile_menu ul li a:visited {
    font-size: 16px;
    padding: 12px 14px;
  }

  #mobile_menu ul li.menu-item-has-children > a {
    padding-right: 48px;
  }

  #mobile_menu ul li ul li a:link,
  #mobile_menu ul li ul li a:visited {
    font-size: 15px;
    padding: 0 16px;
  }
}

/* PAGE */

.page_wrapper {
  display: block;
  padding-top: var(--space-lg);
  padding-bottom: 120px;
}

/* LG */
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .page_wrapper {
    padding-bottom: 96px;
  }
}

/* MD */
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .page_wrapper {
    padding-bottom: 80px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .page_wrapper {
    padding-top: var(--space-md);
    padding-bottom: 64px;
  }
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 575.98px) {
  .page_wrapper {
    padding-bottom: 48px;
  }
}

/* CONTENT */

.content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.content > *:last-child {
  margin-bottom: 0;
}    

.content h1,
.page_wrapper .content > h2:first-child {
  color: #00364D;
  line-height: var(--leading-tight);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: var(--text-2xl);
  letter-spacing: -0.02em;
  text-transform: none;
  padding: 0;
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-lg);
}

.content h1:first-child,
.page_wrapper .content > h2:first-child {
  margin-top: 0;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content h1,
  .page_wrapper .content > h2:first-child {
    font-size: 26px;
  }
}

.page_wrapper .content h1 {
  margin-top: 0;
}

.content h2 {
  color: #00364D;
  line-height: var(--leading-snug);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: var(--text-xl);
  letter-spacing: -0.015em;
  text-transform: none;
  padding: 0;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content h2 {
    font-size: var(--text-lg);
  }
}

.content h3 {
  color: #006894;
  line-height: var(--leading-snug);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: var(--text-xl);
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 0;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content h3 {
    font-size: var(--text-lg);
  }
}

.content p {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  padding: 0;
  margin: 0 0 var(--space-md) 0;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content p {
    font-size: 16px;
    line-height: 1.65;
    text-align: left!important;
  }
}

.content blockquote {
  display: block;
  position: relative;
  padding: var(--space-lg) var(--space-xl);
  margin: var(--space-xl) 0;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: var(--text-md);
  line-height: var(--leading-body);
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
  color: #FFFFFF;
}

.content blockquote p {
  margin-bottom: 0;
  color: #FFFFFF;
}

.content blockquote a {
  color: #FFFFFF;
}

.content blockquote a:hover,
.content blockquote a:focus,
.content blockquote a:active {
  color: #FFFFFF;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content blockquote {
    font-size: 16px;
    line-height: 1.65;
    padding: var(--space-md) var(--space-lg);
    text-align: left!important;
  }
}

.content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 var(--space-lg) 0;
  padding: 0 0 0 1.25em;
}

.content ul li {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: var(--text-md);
  text-align: left!important;
  line-height: var(--leading-body);
  padding: 0;
  margin: 0 0 var(--space-xs) 0;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content ul li {
    font-size: 16px;
    line-height: 1.65;
  }
}

.content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 var(--space-lg) 0;
  padding: 0 0 0 1.25em;
}

.content ol li {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: var(--text-md);
  text-align: left!important;
  line-height: var(--leading-body);
  padding: 0;
  margin: 0 0 var(--space-xs) 0;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .content ol li {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* TABLE */

.table-responsive {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
  border-radius: 8px;
  overflow: hidden;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-radius: 8px;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: #00364D;
  height: auto !important;
}

.content table tr,
.content table td,
.content table th {
  height: auto !important;
}

.content table tr td,
.content table tr th {
  padding: var(--space-md) var(--space-lg);
  border: 1px solid #F0F0F0;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 0.35s ease;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) { 
  .content table {
    font-size: 14px;
  }

  .content table tr td,
  .content table tr th {
    padding: var(--space-sm) var(--space-md);
  }
}

.content table tr {
  text-align: left;
  background: #FFFFFF;
  color: #00364D;
  transition: background-color 0.35s ease;
}

.content table thead th,
.content table:not(:has(thead)) tbody tr:first-child td {
  background: transparent;
  color: #FFFFFF;
  font-weight: 600;
  border-color: #F0F0F0;
}

.content table thead,
.content table:not(:has(thead)) tbody tr:first-child {
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
  color: #FFFFFF;
}

.content table tbody tr:hover td,
.content table tbody tr:hover th {
  background-color: rgba(0, 148, 138, 0.16);
}

.content table:not(:has(thead)) tbody tr:first-child:hover {
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
}

.content table:not(:has(thead)) tbody tr:first-child:hover td {
  background-color: transparent;
}

/* LOOP */

.loop_block {
  display: block;
  margin-bottom: var(--space-2xl);
}

.loop_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  transform: translate3d(0, 0, 0);
  cursor: zoom-in;
  margin-bottom: var(--space-md);
}

.loop_img img {
  transition: all 0.3s 0.1s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  border-radius: 8px;
  transform: scale(1.01) rotate(0deg);
  opacity: 1;
  filter: grayscale(0);
}

.loop_img:hover img {
  transform: scale(1.1) rotate(2deg);
}

.loop_title {
}

.loop_title a {
  text-decoration: none;
}

.loop_title h2 {
  color: #00364D;
  line-height: var(--leading-snug);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.015em;
  margin-top: 0;
  margin-bottom: var(--space-xs);
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .loop_title h2 {
    font-size: 18px;
  }
}

.loop_intro p {
  text-align: left;
  margin-bottom: 0;
  line-height: var(--leading-body);
}

.loop_block .loop_intro p {
  font-size: 16px;
  line-height: 1.5;
}

.loop-search {
  margin-bottom: var(--space-xl);
}

.loop-search h2 {
  margin-top: 0;
  margin-bottom: var(--space-xs);
  font-size: 20px;
  color: #00364D;
  line-height: var(--leading-snug);
}

/* GALLERY */

.gallery {
  display: block;
  position: relative;
  width: 100%;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.gallery_box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  transform: translate3d(0, 0, 0); 
  cursor: zoom-in;
}

.gallery_box img {
  transition: transform 0.3s 0.1s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  border-radius: 8px;
  transform: scale(1.01) rotate(0deg);
  opacity: 1;
  filter: grayscale(0);
}

.gallery_box:hover img {
  transform: scale(1.05) rotate(1deg);
}

.gallery_caption {
  margin-top: var(--space-xs);
  color: #00364D;
  font-size: var(--text-xs);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  text-align: center;
  line-height: var(--leading-snug);
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 575.98px) { 
  .gallery_caption {
    font-size: 13px;
  }
}

/* FOOTER */  

.footer_wrapper {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 120px;
  padding-bottom: 112px;
  background: linear-gradient(135deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
  color: #FFFFFF;
  --footer_link_hover: #73C0E0;
}

/* LG */
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .footer_wrapper {
    padding-top: 96px;
    padding-bottom: 88px;
  }
}

/* MD */
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .footer_wrapper {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .footer_wrapper {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 56px;
    background: linear-gradient(90deg, #00364D 0%, #00364D 38.8235%, #006894 100%);
  }
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 575.98px) {
  .footer_wrapper {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}

.footer_logo {
  display: block;
  width: 100%;
  margin-bottom: var(--space-lg);
}

.footer_logo a {
  display: block;
  width: 100%;
  line-height: 0;
}

.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
}

/* < LG */
@media screen and (min-width: 0px) and (max-width: 1199.98px) {
  .footer_logo img {
    max-width: 260px;
  }
}

.footer_cont {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
  margin-bottom: var(--space-lg);
}

.footer_cont_line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
}

.footer_cont_line a {
  display: flex;
  align-items: center;
  color: var(--footer_link_hover);
  font-size: 20px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.35s ease;
}

.footer_cont_line_mail a,
.footer_cont_line_telegram a {
  text-decoration: none;
}

.footer_cont_line_mail a span,
.footer_cont_line_telegram a span {
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer_cont_line a:hover,
.footer_cont_line a:focus,
.footer_cont_line a:active {
  color: #FFFFFF;
}

.footer_cont_line_mail a:hover span,
.footer_cont_line_mail a:focus span,
.footer_cont_line_mail a:active span,
.footer_cont_line_telegram a:hover span,
.footer_cont_line_telegram a:focus span,
.footer_cont_line_telegram a:active span {
  text-decoration: none;
}

.footer_cont_line i {
  margin-right: 8px;
  flex-shrink: 0;
  filter: none;
}

.footer_cont_line .i-phone,
.footer_cont_line .i-mail,
.footer_cont_line .i-telegram {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  background-image: none;
  background-size: 18px 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
  transition: background-color 0.35s ease;
}

.footer_cont_line .i-phone {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
}

.footer_cont_line .i-mail {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
}

.footer_cont_line .i-telegram {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z'/%3e%3c/svg%3e");
}

.footer_menu_title {
  position: relative;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer_menu_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 4px;
  background: #73C0E0;
}

.footer_menu ul {
  margin: 0 0 var(--space-xl) 0;
  padding: 0;
  list-style: none;
}

.footer_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer_menu ul li a:link,
.footer_menu ul li a:visited {
  position: relative;
  display: inline-block;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
  border: 0;
  text-align: left;
  padding: 8px 0;
  transition: color 0.35s ease;
}

.footer_menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 4px;
  background: currentColor;
  transition: width 0.35s ease;
}

.footer_menu ul li a:hover,
.footer_menu ul li a:focus,
.footer_menu ul li a:active {
  color: var(--footer_link_hover);
  text-decoration: none;
}

.footer_menu ul li a:hover::after,
.footer_menu ul li a:focus::after,
.footer_menu ul li a:active::after {
  width: 100%;
}

.footer_about {
  margin-top: 0;
  margin-bottom: 0;
}

.footer_about_text,
.footer_privacy,
.footer_copyright {
  margin: 0;
  text-align: left;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
}

.footer_about_text {
  margin-bottom: 14px;
  color: #73C0E0;
}

.footer_privacy {
  margin-bottom: 14px;
}

.footer_privacy a {
  color: #006894;
  text-decoration: underline;
  transition: color 0.35s ease;
}

.footer_privacy a:hover,
.footer_privacy a:focus,
.footer_privacy a:active {
  color: #73C0E0;
  text-decoration: none;
}

.footer_copyright {
  color: #006894;
}

/* MD+ */
@media screen and (min-width: 767.98px) {
  .footer_cont {
    margin-bottom: 0;
  }

  .footer_contacts_col {
    align-self: flex-start;
  }

  .footer_menu ul {
    margin-bottom: 0;
  }

  .footer_about {
    margin-top: 40px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  .footer_contacts_col {
    display: contents;
  }

  .footer_cont,
  .footer_about {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer_cont {
    order: 2;
  }

  .footer_about {
    order: 5;
  }
}

/* SEARCH FOOTER */

/* UPBUTTON */

#upbutton {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2373C0E0' d='M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z'/%3e%3c/svg%3e");
  background-size: contain!important;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}

#upbutton:hover {
  opacity: 1!important;
}   

/* SIDEBAR */

#sidebar {
  /* margin-bottom: var(--space-lg); */
  margin-bottom: 0;
  position: sticky;
  top: 76px;
  z-index: 10;
  align-self: flex-start;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767.98px) {
  #sidebar {
    margin-top: var(--space-xl)!important;
    margin-bottom: 0;
  }
}

#sidebar p {
  text-align: left;
  line-height: var(--leading-body);
  padding: 0;
  margin: 0 0 var(--space-md) 0;
}

#sidebar .widget {
  margin-bottom: var(--space-xl);
}

#sidebar .widgettitle {
  display: block;
  color: #006894;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: var(--leading-snug);
  padding: 0;
  margin: 0 0 var(--space-md) 0;
}   

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li {
  margin: 0 0 4px;
  padding: 0;
  width: 100%;
  color: #00364D;
}

#sidebar ul li:last-child {
  margin-bottom: 0;
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0.08);
  color: #00364D;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition: color 0.35s ease, background-color 0.35s ease;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00364D;
}

#sidebar ul li.current-menu-item > a,
#sidebar ul li.current-menu-parent > a,
#sidebar ul li.current-menu-ancestor > a {
  color: #FFFFFF;
  background-color: #00364D;
}

#sidebar ul li.current-menu-item > a:hover,
#sidebar ul li.current-menu-item > a:focus,
#sidebar ul li.current-menu-parent > a:hover,
#sidebar ul li.current-menu-parent > a:focus,
#sidebar ul li.current-menu-ancestor > a:hover,
#sidebar ul li.current-menu-ancestor > a:focus {
  color: #FFFFFF;
  background-color: #00364D;
}

#sidebar .sidebar_contact_cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}

#sidebar .sidebar_contact_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(0, 104, 148, 0.08);
  box-shadow: none;
  text-align: left;
  text-decoration: none;
  transition: color 0.35s ease, background-color 0.35s ease;
}

#sidebar .sidebar_contact_card:hover,
#sidebar .sidebar_contact_card:focus,
#sidebar .sidebar_contact_card:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #006894;
  box-shadow: none;
}

#sidebar .sidebar_contact_card:focus {
  outline: none;
}

#sidebar .sidebar_contact_card:focus-visible {
  outline: 2px solid #006894;
  outline-offset: 3px;
}

#sidebar .sidebar_contact_icon {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: #00364D;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.35s ease;
}

#sidebar .sidebar_contact_icon_mail {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3e%3c/svg%3e");
}

#sidebar .sidebar_contact_icon_telegram {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000000' d='M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z'/%3e%3c/svg%3e");
}

#sidebar .sidebar_contact_icon_phone {
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23000000' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
}

#sidebar .sidebar_contact_value {
  color: #00364D;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
  transition: color 0.35s ease;
}

#sidebar .sidebar_contact_card:hover .sidebar_contact_icon,
#sidebar .sidebar_contact_card:focus .sidebar_contact_icon,
#sidebar .sidebar_contact_card:active .sidebar_contact_icon {
  background-color: #FFFFFF;
}

#sidebar .sidebar_contact_card:hover .sidebar_contact_value,
#sidebar .sidebar_contact_card:focus .sidebar_contact_value,
#sidebar .sidebar_contact_card:active .sidebar_contact_value {
  color: #FFFFFF;
}

/* PAGINATION */

.pagination {
  margin-top: var(--space-2xl);
}

a.page-numbers {
  text-decoration: none!important;
  font-size: var(--text-sm);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  border: 0px;
  border-radius: 4px;
  color: #00364D;
  background: rgba(0, 104, 148, 0.08);
  padding: 8px 14px;
}

span.page-numbers.current {
  text-decoration: none!important;
  font-size: var(--text-sm);
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  border: 0px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #006894;
  padding: 8px 14px;
}

a.page-numbers:hover {
  color: #FFFFFF;
  background: #006894;
}

/* MODAL */

.modal-title {
  font-size: 16px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  color: #00364D;
}

.modal-footer {
  font-size: 12px;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  color: #00364D; 
  line-height: 1.4em;
  display: block;
  width: 100%;
  text-align: center;
}

/* BUTTONS */

.btn-block {
  width: 100%;
}

/* button base */

.btn,
a.btn {
  min-height: 50px;
  height: 50px;
  padding: 0px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 15px;
}

.btn:focus,
a.btn:focus {
  box-shadow: none!important;
}

/* btn-primary */

.btn-primary,
a.btn-primary {
  color: #FFFFFF;
  background-color: #00948A;
  border-color: #00948A;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
  color: #FFFFFF;
  background-color: #006894;
  border-color: #006894;
}

/* btn-outline-primary */

.btn-outline-primary,
a.btn-outline-primary {
  color: #00948A;
  background-color: #FFFFFF;
  border-color: #00948A;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
a.btn-outline-primary:hover,
a.btn-outline-primary:focus,
a.btn-outline-primary:active {
  color: #FFFFFF;
  background-color: #006894;
  border-color: #006894;
}

/* login «Войти» — как btn-primary (класс btn-dark задаётся плагином) */

.serg-secure-login-page #wp-submit.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #00948A;
  --bs-btn-border-color: #00948A;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #006894;
  --bs-btn-hover-border-color: #006894;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #006894;
  --bs-btn-active-border-color: #006894;
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #00948A;
  --bs-btn-disabled-border-color: #00948A;
  color: #FFFFFF;
  background-color: #00948A;
  border-color: #00948A;
}

.serg-secure-login-page #wp-submit.btn-dark:hover,
.serg-secure-login-page #wp-submit.btn-dark:focus,
.serg-secure-login-page #wp-submit.btn-dark:active {
  color: #FFFFFF;
  background-color: #006894;
  border-color: #006894;
}

/*

.btn-primary:disabled,
.btn-primary[disabled],
fieldset:disabled .btn-primary,
a.btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
a.btn-primary.disabled:hover,
a.btn-primary.disabled:focus,
a.btn-primary.disabled:active {
  opacity: 0.5;
  color: #FFFFFF;
  background-color: #00948A;
  border-color: #00948A;
}

*/

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.5!important;
    color: #FFFFFF!important;
    background-color: #00948A!important;
    border-color: #00948A!important;
}

/* FORMS */

label,
.form-label,
.form-check-label {
  font-size: var(--text-sm);
  line-height: var(--leading-snug);
  color: #006894;
}

.form-label {
  margin-bottom: var(--space-xs);
}

input,
textarea,
select,
button {
  outline: none!important;
}

input,
textarea {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

button:active,
button:focus {
  outline: none!important;
}

::-webkit-input-placeholder {
  color: #006894!important;
  opacity: 1;
}

:-moz-placeholder {
  color: #006894!important;
  opacity: 1;
}

::-moz-placeholder {
  color: #006894!important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #006894!important;
  opacity: 1;
}

::placeholder {
  color: #006894!important;
  opacity: 1;
}

.form-control,
.form-select {
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  padding: 0 15px;
  line-height: 1.4;
  color: #00364D;
  border: 1px solid #006894;
}

textarea.form-control {
  box-sizing: border-box;
  min-height: 120px;
  height: auto;
  padding: 12px 15px;
  line-height: 1.4;
  color: #00364D;
  border: 1px solid #006894;
}

.form-control:focus,
.form-select:focus,
.form-control:active,
.form-select:active {
  outline: none!important;
  box-shadow: none!important;
  border-color: #006894!important;
}

.form-check-input {
  border-color: #006894;
  position: relative;
  top: 2px;
}

.form-check-input:focus {
  box-shadow: none!important;
  border-color: #006894;
}

.form-check-input:checked {
  background-color: #00948A;
  border-color: #00948A;
}

/* SEARCH FORMS */

.input_search_header {
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  padding: 0 15px;
  line-height: 1.4;
  color: #00364D;
  border: 1px solid #006894;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
}

.input_search_header:focus,
.input_search_header:focus-visible,
.input_search_header:active {
  outline: 0 !important;
  border-color: #006894 !important;
  box-shadow: none !important;
}

.btn_search_header {
  height: 50px;
  min-height: 50px;
  padding: 0px 20px;
  line-height: 1.4;
  border-radius: 0px 4px 4px 0px;
  background: #FFFFFF;
  border: 1px solid #006894!important;
  border-left: 0!important;
}

.btn_search_header:hover,
.btn_search_header:focus,
.btn_search_header:active {
  background: #FFFFFF!important;
  border: 1px solid #006894!important;
  border-left: 0!important;
}

#footer_search_form {
  margin-top: 13px;
}

/* < LG */
@media screen and (min-width: 0px) and (max-width: 1199.98px) {
  #footer_search_form {
    margin-top: 0;
  }
}

.input_search_footer {
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  padding: 0 15px;
  line-height: 1.4;
  color: #00364D;
  border: 1px solid #006894;
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
  margin-bottom: 30px;
}

.input_search_footer:focus,
.input_search_footer:focus-visible,
.input_search_footer:active {
  outline: 0 !important;
  border-color: #006894 !important;
  box-shadow: none !important;
}

.btn_search_footer {
  height: 50px;
  min-height: 50px;
  padding: 0px 20px;
  line-height: 1.4;
  border-radius: 0px 4px 4px 0px;
  background: #FFFFFF;
  border: 1px solid #006894!important;
  border-left: 0!important;
}

.btn_search_footer:hover,
.btn_search_footer:focus,
.btn_search_footer:active {
  background: #FFFFFF!important;
  border: 1px solid #006894!important;
  border-left: 0!important;
}

/* SERG BREADCRUMBS */

.breadcrumb_wrapper {
  padding-top: var(--space-lg);
  padding-bottom: 0;
}

.serg-breadcrumbs {
  font-family: 'Manrope', Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: var(--text-xs);
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #00364D;
}

.serg-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  padding: 0;
}

.serg-breadcrumbs .breadcrumb-item,
.serg-breadcrumbs .breadcrumb-item.active {
  color: #006894;
}

.serg-breadcrumbs .breadcrumb-item a {
  color: #00364D;
  text-decoration: none;
}

.serg-breadcrumbs .breadcrumb-item a:hover,
.serg-breadcrumbs .breadcrumb-item a:focus {
  color: #00948A;
  text-decoration: underline;
}
