html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {margin: 0;}
[type="search"], button {outline: none; border: none; border-style: none;}
main {display: block;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, button, div, a, span, input, textarea, select {margin: 0; padding: 0;}
ul {list-style: none;}
button, select {text-transform: none; border-style: none;}
a {
  transition: 0.3s all;
  text-decoration: none;
}
b,strong {font-weight: bolder;}
img {border-style: none;}

@font-face {
  font-family: 'Inter2';
  src: url("/static/fonts/Inter-2.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Inter3';
  src: url("/static/fonts/Inter-3.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Inter4';
  src: url("/static/fonts/Inter-4.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: 'Inter4', sans-serif;
  font-weight: 400;
	background: #EDF0F4;
	transition: 0.5s all;
}
h1 {
	font-family: 'Inter2', sans-serif;
	font-size: 80px;
	line-height: 100%;
	color: #0A1936;
	font-weight: 200;
}
.policy-page main h1, .contacts-page main h1 {
	font-family: 'Inter3', sans-serif;
	font-size: 50px;
	line-height: 100%;
	color: #0A1936;
	font-weight: 300;
}
h2 {
	font-family: 'Inter3', sans-serif;
	font-size: 32px;
	line-height: 120%;
	color: #0A1936;
	font-weight: 300;
}
.bp {
	box-sizing: border-box;
	padding: 0 80px;
}
.df {display: flex;}
.home-page header .header, header .header-hp {display: none;}
.home-page header .header-hp {display: flex;}
header .header, header .header-hp {justify-content: space-between;}
header .header-left, header .header-right {width: 49.8%; border-radius: 40px;}
header .header-left {background: #fff;}
header .header-right .hbox {height: 326px;}
.error-page header .header-right, .sustainability-page header .header-right, .contacts-page header .header-right, .policy-page header .header-right, .about-page .policy-page header .header-right {background-image: url('/static/img/header-def-img.webp');}
.about-page header .header-right {background-image: url('/static/img/header-about-img.webp');}
.services-page header .header-right {background-image: url('/static/img/header-services-img.webp');}
.team-page header .header-right {background-image: url('/static/img/header-team-img.webp');}
.home-page header .header-right {
	background-image: url('/static/img/header-home-img.webp');
	box-sizing: border-box;
  padding: 42px 0;
}
header .header-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header .hbox {
	box-sizing: border-box;
	padding: 0 60px;
	border-radius: 40px;
}
header .header-logo img {
	width: 400px;
	height: 79px;
}
header .header-logo {
	margin: 0 auto;
	text-align: center;
}
header .header-menu, header .header-bm-top {justify-content: space-between;}
header .language-switcher, header .btn-menu {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.5s all;
}
header .language-switcher__link {
  color: #0A1936;
  font-size: 16px;
  line-height: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #EDF0F4;
	transition: 0.5s all;
  border-radius: 999px;
}
header .header-box-menu .language-switcher__link {background-color: #fff;}
header .header-left .language-switcher__link:hover {
	color: #EDF0F4;
	background: #0A1936;
}
header .header-box-menu .language-switcher__link:hover, header .header-box-menu .language-switcher__link:focus {
	color: #EDF0F4;
	background: #0A1936;
}
header .btn-menu {
	background-color: #EDF0F4;
	display: flex;
  justify-content: center;
	align-items: center;
  flex-direction: column;
	cursor: pointer;
}
header .header-box-menu .btn-menu {background-color: #fff;}
header .btn-menu .btn-menu-icon {
  display: block;
	background-color: #0a1936;
	margin: 0 auto;
	-webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
	transition: 0.3s all;
}
header .btn-menu-open .btn-menu-icon {
	-webkit-mask-image: url('/static/img/btn-menu-open.svg');
	mask-image: url('/static/img/btn-menu-open.svg');
	width: 18px;
	height: 13.5px;
}
header .btn-menu-close .btn-menu-icon {
	-webkit-mask-image: url('/static/img/btn-menu-close.svg');
	mask-image: url('/static/img/btn-menu-close.svg');
	width: 15px;
	height: 15px;
}
header .btn-menu:hover {background-color: #0A1936;}
header .btn-menu:hover .btn-menu-icon {background-color: #EDF0F4;}
header .header .header-box-menu .btn-menu:hover .btn-menu-icon {background-color: #EDF0F4;}
header .header-menu {margin: 40px 0 78px;}
header .header-box-menu {
	background: #EDF0F4;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 40px 0;
	transition: 0.5s all;
	opacity: 0;
	visibility: hidden;
	z-index: -99999;
}
.menu-open header .header-box-menu {
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}
/*
header .header, header .header-hp {
	position: relative;
	transition: 0.5s all;
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}
.menu-open .header, .menu-open .header-hp {
  opacity: 0;
	visibility: hidden;
	z-index: -99999;
}
*/
body.menu-open {overflow: hidden;}
.menu-open main, .menu-open footer {opacity: 0; visibility: hidden;}
main, footer {transition: 0.5s all; opacity: 1; visibility: visible;}
header .header-box-menu .hbox {
	height: 84.2%;
	max-height: 797px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .header-menu-links {
	flex-direction: column;
	text-align: center;
	margin-top: 78px;
}
header .header-menu-links a {
	color: #0A1936;
	line-height: 100%;
	font-size: 24px;
	border-bottom: 2px solid transparent;
	width: fit-content;
	margin: 0 auto 42px;
}
header .header-menu-links a:hover, header .header-menu-links a:focus {border-bottom: 2px solid transparent; opacity: 0.7;}
.home-page header .header-hp .header-menu {margin-bottom: 126px;}
.home-page header .hhlm-title {
	font-family: 'Inter2', sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 60px;
	line-height: 100%;
	max-width: 470px;
  margin: 0 auto 38px;
}
.sustainability-page .container-1 .sc-right p, .services-page .sercon3-text2, .about-page .container-1 .ac-right p, .about-page .abcon3-text2, .home-page .container-3 .hc3l-text p, .home-page .container-3 .hc3r-at,
.home-page header .hhlm-text, .home-page header .hhlb-text p, .home-page header .hhr-text p, .contacts-page .cl-text p, .team-page .c1-right p {
	font-family: 'Inter4', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 180%;
	color: #0A1936;
}
.sustainability-page .container-1 .sc-right p:first-child {margin: 76px 0 16px 16px;}
.sustainability-page .container-1 .sc-right p {margin-left: 16px;}
.home-page .container-3 .hc3l-text p {margin-bottom: 16px;}
.home-page .container-3 .hc3l-text p:last-child {margin-bottom: 0;}
.home-page header .hhlm-text {
  max-width: 700px;
  margin: 0 auto;
	text-align: center;
}
.home-page header .header-hlmiddle {margin: 78px auto 126px;}
.home-page header .header-hlbottom {
	border-radius: 40px;
	background: #EDF0F4;
	box-sizing: border-box;
	padding: 24px;
	margin-bottom: 40px;
}
.home-page header .hhlb-text {
	width: calc(100% - 220px);
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page header .hhlb-img img {
	width: 180px;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.home-page header .header-hlbottom .df {justify-content: space-between;}
.home-page header .hhr-img img {
	width: 150px;
	height: 150px;
}
.home-page header .header-right .hbox.df {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.home-page header .hhr-img {text-align: center;}
.home-page header .hhr-text div {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 38px;
	background-color: #FFFFFF4D;
	backdrop-filter: blur(40px);
	text-align: left;
	max-width: 56.3%;
}
.home-page header .hhr-text {justify-content: flex-end;}
.home-page header .hhr-hidden {opacity: 0; visibility: hidden;}
footer .footer-top {
	background-image: url('/static/img/footer-img.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	border-radius: 40px 40px 0 0;
}
footer .footer-top .bp {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 40px 40px 0 0;
}
footer .footer-top h1 {
	text-align: center;
  padding: 238px 0;
	box-sizing: border-box;
}
footer .bp {background: #B38D5E;}
footer .box {
	text-align: center;
	padding: 80px 0;
	box-sizing: border-box;
}
footer .footer-links a, footer .footer-bottom a, footer .footer-bottom p {
	font-size: 16px;
	line-height: 100%;
}
footer .footer-logo img {
	width: 300px;
	height: 59px;
}
footer .footer-links {
	margin: 38px auto 42px;
  width: fit-content;
}
footer .footer-bottom {
	margin: 0 auto;
	width: fit-content;
}
footer .footer-links a, footer .footer-bottom div {
	color: #fff;
	margin-right: 40px;
}
footer .footer-bottom a, footer .footer-bottom p {opacity: 0.4; color: #fff;}
footer .footer-bottom div:last-child, footer .footer-links a:last-child {margin-right: 0;}
footer .footer-bp {
  flex-direction: column;
  justify-content: center;
}
footer .footer-links a:hover, footer .footer-bottom a:hover, footer .footer-links a:focus, footer .footer-bottom a:focus {color: #0A1936; opacity: 1;}
.policy-page .container-content p, .policy-page .container-content li, .policy-page .container-content a {
	font-size: 20px;
	line-height: 180%;
	margin-bottom: 16px;
	color: #0A1936;
}
.policy-page .container-content .last {margin-bottom: 0 !important;}
.policy-page .container {
	box-sizing: border-box;
	padding: 80px 0 120px;
}
.policy-page .container-title {margin-bottom: 40px;}
.policy-page .container b {font-weight: bold;}
.policy-page .container h2 {margin-top: 32px; margin-bottom: 16px;}
.policy-page .container h2:first-child {margin-top: 0;}
.policy-page .container-content p.p-b-ul, .policy-page .container-content li {margin-bottom: 8px;}
.policy-page .container-content ul {
	margin-bottom: 16px;
	list-style: disc;
	margin-left: 40px;
}
.policy-page .container-content a {font-weight: bold;}
.policy-page .container-content a:hover, .policy-page .container-content a:focus {opacity: 0.7;}
.contacts-page .container {margin: 80px 0 120px;}
.contacts-page .box, .sustainability-page .box.df, .services-page .box.df, .about-page .box.df {justify-content: space-between;}
.contacts-page .c-left, .contacts-page .c-right, .services-page .sc-right, .services-page .sc-left {width: 48.7%;}
.contacts-page .c-left h1 {margin-bottom: 40px;}
.contacts-page .c-right {margin-top: 75px;}
.contacts-page .cr-item {
	border-radius: 20px;
	border: 1px solid #C4CBD4;
	box-sizing: border-box;
	padding: 23px;
	margin-bottom: 25px;
}
.contacts-page .cr-item:last-child {margin-bottom: 0;}
.contacts-page .cr-item p, .contacts-page .cr-item a {
	font-size: 16px;
	line-height: 180%;
	color: #0A1936;
}
.contacts-page .cr-item img {
	width: 24px;
	height: 24px;
}
.contacts-page .cr-item-img {
	display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 16px;
}
.contacts-page .c-right a:hover, .contacts-page .c-right a:focus {opacity: 0.7;}
.team-page .c1l-text p, .team-page .container-2 .c2r-box p {
	font-family: 'Inter3', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 180%;
	margin-left: 38px;
	color: #0A1936;
}
.team-page .c1l-text {
	border-left: 1px solid #B2BAC4;
	margin-top: 40px;
}
.team-page .c2r-box {
	border-left: 1px solid #B2BAC4;
	box-sizing: border-box;
  padding: 97px 0;
}
.team-page .c2-right {width: 48.8%;}
.team-page .container-1 {margin: 80px 0 116px;}
.team-page .container-1 .box, .team-page .container-2 .box, .home-page .container-1 .hc1-box, .home-page .container-2.df {justify-content: space-between;}
.team-page .container-1 .c1-left, .team-page .container-1 .c1-right {width: 48.8%;}
.team-page .container-1 .c1-right p, .team-page .container-2 .c2r-box p {margin-bottom: 16px;}
.team-page .container-1 .c1-right p:last-child, .team-page .container-2 .c2r-box p:last-child {margin-bottom: 0px;}
.team-page .container-2, .sustainability-page .container-3, .services-page .container-3, .about-page .container-3, .home-page .container-3 .bp {
	background-image: url('/static/img/background-img-logo.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.team-page .container-2 {margin-bottom: 80px;}
.team-page .container-2 .c2-left {
	display: flex;
  width: 44.2%;
  flex-direction: column;
  justify-content: center;
}
.team-page .container-2 .c2l-box {
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	width: 100%;
  max-width: 614px;
}
.team-page .container-2 .c2l-box-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.team-page .container-2 .c2lbi-p img {
	width: 24px;
	height: 24px;
}
.team-page .container-2 .c2lbi-pos {
	color: #B38D5E;
	font-size: 18px;
	line-height: 120%;
	font-family: 'Inter3', sans-serif;
	font-weight: 300;
	margin: 16px 0;
}
.team-page .container-2 .c2l-box-info {margin: 12px 0;}
.sustainability-page .sc-left, .sustainability-page .sc-right {width: 49.8%;}
.sustainability-page .container-1 {margin: 80px 0 120px;}
.sustainability-page .container-2 .sc-left, .home-page .container-2 .hc2-left {
	background-image: url('/static/img/sustainability-page-img.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sustainability-page .container-2 .sc-left {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 40px;
}
.sustainability-page .container-2 .sc-left img {
	width: 154px;
	height: 154px;
	margin: auto;
}
.sustainability-page .container-2 .sc-right {
	border-radius: 40px;
	background: #fff;
	box-sizing: border-box;
	padding: 120px 60px;
}
.sustainability-page .container-2 .scr-text p {
	font-family: 'Inter3', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 100%;
	color: #0A1936;
}
.sustainability-page .container-2 .scr-box {
	margin-top: 80px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.srcbi-img img {
	width: 24px;
	height: 24px;
}
.sustainability-page .container-2 .scr-box-item {
	background: #EDF0F4;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 40px;
	width: 32.6%;
}
.sustainability-page .container-2 .srcbi-title {
	font-size: 24px;
	color: #0A1936;
	line-height: 100%;
	margin: 38px 0 16px;
}
.sustainability-page .container-2 .srcbi-desc, .about-page .ac2-item-text, .home-page .container-1 .hc1b-text {
	color: #0A1936;
	font-size: 18px;
	line-height: 180%;
}
.sustainability-page .container-3 p {
	font-family: 'Inter3', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 100%;
	color: #0A1936;
	margin-bottom: 38px;
}
.sustainability-page .container-3 {
	box-sizing: border-box;
	padding: 200px 0 160px;
	margin-top: -20px;
	margin-bottom: -40px;
	text-align: center;
}
.services-page .sc-right p, .services-page .sc-right li {
	font-size: 20px;
	color: #0A1936;
}
.services-page .sc-right p:first-child {margin-top: 75px;}
.services-page .sc-right p {
	line-height: 180%;
	margin-bottom: 16px;
}
.services-page li, .home-page li {
	line-height: 100%;
	margin-bottom: 8px;
}
.services-page .container-1 {margin: 80px 0 48px;}
.services-page li, .home-page li {
  position: relative;
  padding-left: 28px;
}
.services-page li::before, .home-page li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('/static/img/ArrowUDownRight.svg') no-repeat center;
  background-size: contain;
}
.services-page .sercon-item {
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	width: 24.6%;
}
.services-page .sercon-item .sercon-title, .services-page .sercon3-text1, .about-page .abcon3-text1 {
	color: #0A1936;
	font-size: 32px;
	line-height: 120%;
	font-family: 'Inter3', sans-serif;
	font-weight: 300;
}
.services-page .sercon-text {margin: 36px 0 40px;}
.services-page .sercon-ul li {
	font-size: 18px;
	line-height: 20px;
	color: #0A1936;
}
.services-page .sercon-item:nth-child(3) .sercon-text {max-width: 190px;}
.services-page .sercon-ul li:last-child, .home-page li:last-child {margin-bottom: 0;}
.services-page .container-3 {
	box-sizing: border-box;
	text-align: center;
	padding: 210px 0 74px;
  margin: -20px 0 126px;
}
.services-page .container-3 h1 {margin: 38px auto 40px; max-width: 80%;}
.about-page .container-1 .ac-left, .about-page .container-1 .ac-right {width: 48.8%;}
.about-page .container-1 {margin: 80px 0 56px;}
.about-page .container-1 .ac-right p:first-child {margin-bottom: 16px;}
.about-page .ac2-item {
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	height: 100%;
}
.about-page .ac-right, .about-page .ac-left {width: 49.8%;}
.about-page .ac2-item-title {margin: 16px 0 40px;}
.about-page .container-3 h1 {margin: 38px 0;}
.about-page .container-3 {
	text-align: center;
	box-sizing: border-box;
	padding: 212px 0 20px;
	margin: -20px 0 180px;
}
.home-page .hc1b-item {
	border-radius: 16px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	width: 24.6%;
}
.home-page .container-1 {margin: 120px 0 202px;}
.home-page .container-1 .hc1-box {margin: 53px 0 192px;}
.home-page .container-1 .hc1b-title {margin: 18px 0 24px;}
.home-page .container-1 .hc1-bottom {text-align: center;}
.home-page .container-2 .hc2rb-link a {
	font-size: 16px;
	line-height: 20px;
	color: #B38D5E;
	display: inline-flex;
}
.home-page .container-2 .hc2-right .box {
	box-sizing: border-box;
	padding: 120px 60px;
}
.home-page .container-2 .hc2-left {
	width: 26.5%;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 40px;
}
.home-page .container-2 .hc2-right {
	width: 73.1%;
	background: #fff;
	border-radius: 40px;
}
.home-page .hc2rb-title p {
	font-size: 24px;
	line-height: 100%;
	color: #0A1936;
	margin-bottom: 16px;
}
.home-page .hc2rb-list li {
	font-size: 18px;
	line-height: 20px;
	color: #0A1936;
}
.home-page .container-2 .hc2rb-box {
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr;
  display: grid;
	gap: 8px;
	margin: 80px 0 40px;
}
.home-page .container-2 .hc2rb-item {
	background: #EDF0F4;
	border-radius: 40px;
	padding: 80px 40px;
	box-sizing: border-box;
	width: 100%;
}
.home-page .container-2 .hc2rb-link a img {
	width: 20px;
	height: 20px;
	margin-left: 9px;
}
.home-page .container-3 {
	border-bottom: 1px solid #B2BAC4;
	margin: 80px 0 0;
	box-sizing: border-box;
  padding-bottom: 80px;
}
.home-page .container-3 .bp .box {box-sizing: border-box; padding: 42px 0 40px;}
.home-page .container-3 .hcont3-box {margin-top: 80px; justify-content: space-between;}
.home-page .container-3 .hc3-left {width: 47%;}
.home-page .container-3 .hc3-right {width: 47.5%;}
.home-page .container-3 .hc3l-btn a {
	display: block;
	background: #0A1936;
	box-sizing: border-box;
	padding: 16px 60px;
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	border-radius: 999px;
	width: fit-content;
	margin-top: 43px;
	text-align: center;
}
.home-page .container-3 .hc3l-btn a:hover, .home-page .container-3 .hc3l-btn a:focus {color: #0A1936; background: #fff;}
.home-page .container-3 .hc3r-mt {
	font-size: 32px;
	line-height: 140%;
	color: #0A1936;
	border-left: 1px solid #B2BAC4;
	box-sizing: border-box;
	padding-left: 40px;
	margin-bottom: 24px;
}
.home-page .container-3 .hc3-right {margin-top: 43px;}
.home-page .container-4 .hc4-box {
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 42px 40px;
	margin: 0 auto;
	max-width: 1136px;
}
.home-page .container-4 .hc4b-item-title p {
	font-size: 18px;
	line-height: 120%;
	color: #0A1936;
}
.home-page .container-4 .hc4b-item-text p, .home-page .container-4 .hc4b-item-text li, .home-page .container-4 .hc4b-item-text a {
	font-size: 18px;
	line-height: 180%;
	color: #0A1936;
	opacity: 0.6;
}
.home-page .container-4 .hc4b-item-text p, .home-page .container-4 .hc4b-item-text ul {margin-bottom: 16px;}
.home-page .container-4 .hc4b-item-text li, .home-page .container-4 .hc4b-item-text p.bf-ul {margin-bottom: 8px;}
.home-page .container-4 .hc4b-item-text ul li:last-child, .home-page .container-4 .hc4b-item-text .last {margin-bottom: 0 !important;}
.home-page .container-4 .hc4b-item-text li {line-height: 20px !important;}
.home-page .container-4 .hc4b-item-text a:hover, .home-page .container-4 .hc4b-item-text a:focus {opacity: 1;}
.home-page .container-4 .hc4b-item-text {
	max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-out;
  padding: 0;
	border-bottom: 1px solid #C4CBD4;
	margin: 24px 0;
}
.home-page .container-4 .hc4b-item {cursor: pointer;}
.home-page .container-4 .hc4b-item-text.ll {margin-bottom: 0;}
.home-page .container-4 .hc4b-item-text .last {padding-bottom: 21px;}
.home-page .container-4 .hc4b-item .df {justify-content: space-between;}
.home-page .container-4 {margin: 120px 0 80px;}
.home-page .container-4 .hc4-title {text-align: center; margin-bottom: 58px;}
.home-page footer .footer-top {display: none !important;}
.home-page footer .bp {border-radius: 40px 40px 0 0;}
.home-page .container-4 .hc4b-item-title {width: calc(100% - 80px);}
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: #0A1936;
	border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.home-page .container-4 .hc4b-item .faq-icon::after {transform: translate(-50%, -50%) rotate(90deg);}
.home-page .container-4 .hc4b-item.active .faq-icon::after {transform: translate(-50%, -50%) rotate(0deg);}
.info-btn {
	box-sizing: border-box;
	padding: 8px 16px;
	border: 1px solid #BFCAD8;
	border-radius: 999px;
	color: #0A1936;
	font-size: 16px;
	line-height: 100%;
	width: fit-content;
	margin-bottom: 41px;
}
html[lang="en"] .lv {display: none;}
html[lang="lv"] .en {display: none;}
.error-page .container {margin: 200px 0 120px; text-align: center;}
.error-page .container a {
	display: block;
    margin: 50px auto 0;
    border-radius: 999px;
    color: #fff;
	background: #0A1936;
	border: 2px solid #0A1936;
	padding: 20px 24px;
	width: fit-content;
}
.error-page .container a:hover, .error-page .container a:focus {
	background: #fff;
	color: #0A1936;
}
@media screen and (max-width: 1700px) {
	.sustainability-page .container-2 .scr-box-item {width: 100%; margin-bottom: 7px;}
	.sustainability-page .container-2 .scr-box-item:last-child {margin-bottom: 0;}
}
@media screen and (max-width: 1500px) {
	.contacts-page .c-right {width: 40%;}
	.contacts-page .c-left {width: 55%;}
}
@media screen and (max-width: 1450px) {
	.services-page .sercon-item:nth-child(3) .sercon-text {max-width: 100%;}
	.services-page .container-2 .box.df, .home-page .container-1 .hc1-box {
		grid-template-columns: 1fr 1fr;
    display: grid;
		gap: 8px;
		flex-wrap: wrap;
	}
	.services-page .sercon-item, .home-page .container-1 .hc1b-item {width: 100%;}
}
@media screen and (max-width: 1200px) {
	.home-page header .hhr-text div {max-width: 80%;}
	.home-page .container-2 .hc2-right .box {padding: 120px 40px;}
}
@media screen and (max-width: 1100px) {
	h1 {font-size: 70px;}
	header .header-logo img {
		width: 380px;
		height: 75px;
	}
	.home-page header .header-hp {flex-direction: column;}
	.home-page header .header-left, .home-page header .header-right {width: 100%;}
	.home-page header .hhlb-img img {width: 130px;}
	.home-page header .hhlb-text {width: calc(100% - 150px);}
	.home-page header .header-hlbottom {margin-bottom: 30px;}
	.home-page header .header-left {margin-bottom: 8px;}
	.home-page header .header-hp .header-menu {margin-bottom: 40px;}
	.home-page header .header-hlmiddle {margin: 42px auto;}
	.home-page header .hhr-hidden {display: none;}
	.home-page header .header-right {padding: 20px 0;}
	.home-page header .hhr-text div {max-width: 100%;}
	.home-page header .hhr-text {margin-top: 38px; justify-content: center;}
	.home-page header .hhr-img img {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 1024px) {
	h1 {font-size: 60px;}
	h2 {font-size: 28px;}
	.policy-page main h1, .contacts-page main h1 {font-size: 41px;}
	.home-page header .hhlm-title {font-size: 50px;}
	header .header-menu-links a, .sustainability-page .container-2 .srcbi-title, .home-page .hc2rb-title p {font-size: 22px;}
	header .hbox, .bp {padding: 0 40px;}
	header .header-logo img, footer .footer-logo img {
		width: 220px;
		height: 43px;
	}
	.sustainability-page .container-3 p, .services-page .sercon3-text1, .about-page .abcon3-text1, .home-page .container-3 .hc3r-mt {font-size: 26px;}
	.sustainability-page .container-2 .scr-text p {font-size: 34px;}
	header .header-box-menu {padding: 30px 0;}
	.team-page .container-2 .c2l-box {padding: 20px;}
	header .header-menu {margin: 30px 0 20px;}
	header .header-right .hbox {height: 213px;}
	.home-page .container-2 .hc2rb-box {display: flex;}
	.sustainability-page .container-1 .sc-right p, .services-page .sercon3-text2, .about-page .container-1 .ac-right p, .about-page .abcon3-text2, .home-page .container-3 .hc3l-text p, .home-page .container-3 .hc3r-at,
	.home-page header .hhlm-text, .home-page header .hhlb-text p, .home-page header .hhr-text p, .policy-page .container-content p, .policy-page .container-content li, .policy-page .container-content a, .contacts-page .cl-text p, .team-page .c1-right p {font-size: 18px;}
	.home-page header .header-hlbottom, .home-page header .hhr-text div, .sustainability-page .container-2 .scr-box-item, .services-page .sercon-item, .home-page .hc1b-item, .home-page .container-4 .hc4-box {padding: 20px;}
	.home-page .container-2.df, .home-page .container-2 .hc2rb-box, .home-page .container-3 .hcont3-box,
	.sustainability-page .box.df, .contacts-page .box, .team-page .container-1 .box, .team-page .container-2 .box, .services-page .container-1 .box.df, .about-page .box.df {flex-direction: column;}
	.sustainability-page .sc-left, .sustainability-page .sc-right, .services-page .sc-left, .services-page .sc-right, .about-page .container-1 .ac-left, .about-page .container-1 .ac-right, .about-page .ac-right, .about-page .ac-left, .home-page .container-3 .hc3-left, .home-page .container-3 .hc3-right,
	.contacts-page .c-right, .contacts-page .c-left, .team-page .container-1 .box .c1-left, .team-page .container-1 .box .c1-right, .team-page .container-2 .c2-left, .team-page .container-2 .c2-right, .home-page .container-2 .hc2-left, .home-page .container-2 .hc2-right {width: 100%;}
	.contacts-page .c-right {margin-top: 41px;}
	.contacts-page .cr-item {padding: 20px; margin-bottom: 7px;}
	.contacts-page .cr-item-img {margin-right: 8px;}
	.team-page .c1l-text p, .team-page .container-2 .c2r-box p {font-size: 22px; margin-left: 18px;}
	.team-page .container-1 .box .c1-left {margin-bottom: 40px;}
	.team-page .container-2 .c2-left {flex-direction: row;}
	.team-page .container-2 .c2l-box-info {margin: 16px 0 0;}
	.team-page .container-2 .c2lbi-pos {margin: 18px 0 14px;}
	.team-page .c2r-box {margin-top: 26px; padding: 37px 0;}
	.team-page .container-2 {
		margin-bottom: 60px;
		background-image: none;
	}
	.sustainability-page .container-1 .sc-right p:first-child {margin-top: 41px;}
	.sustainability-page .container-2 .sc-right {padding: 80px 40px; margin-top: 8px;}
	.services-page .sc-right p:first-child {margin-top: 38px;}
	.services-page .container-2 .box.df {
		display: flex;
	}
	.services-page .sercon-item .sercon-title {font-size: 28px;}
	.services-page .sercon-text {margin-top: 16px;}
	.about-page .container-1 .ac-right p:first-child, .about-page .container-1 {margin-top: 40px;}
	.about-page .ac2-item {padding: 20px; border-radius: 16px;}
	.about-page .ac2-item-title {margin: 18px 0 20px;}
	.about-page .container-2 .ac-left {margin-bottom: 8px;}
	.home-page .container-1 .hc1-box {display: flex;}
	.home-page .container-3 .hc3r-mt {padding-left: 18px;}
	.sustainability-page .container-1, .team-page .container-1, .contacts-page .container {margin: 60px 0 100px;}
	.policy-page .container {padding: 60px 0 100px;}
	footer .box {padding: 60px 0;}
	footer .footer-links {margin-bottom: 41px;}
	footer .footer-top h1 {padding: 168px 0;}
	.sustainability-page .container-2 .sc-left,	.sustainability-page .container-2 .sc-right, .sustainability-page .container-2 .scr-box-item, .home-page .container-2 .hc2-left,
	header .hbox, header .header-left, header .header-right, .home-page header .header-hlbottom, .home-page .container-2 .hc2-right, .home-page .container-2 .hc2rb-item {border-radius: 20px;}
	footer .footer-top, footer .footer-top .bp {border-radius: 20px 20px 0 0;}
	.sustainability-page .container-1 .sc-right p {margin-left: 0 !important;}
	.sustainability-page .container-2 .sc-left img {padding: 74px 0;}
	.sustainability-page .container-2 .scr-box {margin-top: 38px;}
	.sustainability-page .container-3 {margin: 90px 0 80px; padding: 40px 0;}
	.sustainability-page .container-3 p {margin-bottom: 19px;}
	.services-page .container-1 {margin: 60px 0 41px;}
	.services-page .container-3 h1 {
		max-width: 100%;
		margin: 20px 0 16px;
	}
	.about-page .container-3 h1 {margin: 16px 0 20px;}
	.services-page .container-3 {
		padding: 40px 0;
		margin: 110px 0 82px;
	}
	.about-page .container-3 {
		padding: 40px 0;
		margin: 110px 0 82px;
	}
	.home-page .container-1 .hc1-box {margin: 38px 0 60px;}
	.home-page .container-1 .hc1b-title {margin: 16px 0 20px;}
	.home-page .container-1 {margin: 90px 0 140px;}
	.home-page .container-2 .hc2-left {
		height: 200px;
		padding: 0;
		margin-bottom: 8px;
	}
	.home-page .container-2 .hc2-right .box {padding: 80px 40px;}
	.home-page .container-2 .hc2rb-box {margin: 40px 0;}
	.home-page .container-2 .hc2rb-item {padding: 40px 20px;}
	.home-page .hc2rb-title p {margin-bottom: 20px;}
	.home-page .container-3 .hcont3-box {margin-top: 40px;}
	.home-page .container-3 {margin: 40px 0 0; padding-bottom: 40px;}
	.home-page .container-4 .hc4-title {margin-bottom: 42px;}
	.home-page .container-4 .hc4b-item-text {margin: 20px 0;}
	.home-page .container-4 {margin: 80px 0 60px;}
	.error-page .container {margin: 140px 0 100px;}
}
@media screen and (max-width: 768px) {
	h1, .home-page header .hhlm-title {font-size: 40px;}
	h2 {font-size: 24px;}
	.sustainability-page .container-2 .scr-text p {font-size: 28px;}
	.sustainability-page .container-3 p, .team-page .c1l-text p, .team-page .container-2 .c2r-box p, .sustainability-page .container-2 .srcbi-title, .services-page .sercon3-text1, .about-page .abcon3-text1  {font-size: 20px;}
	.policy-page main h1, .contacts-page main h1 {font-size: 32px;}
	header .header-menu-links a, .home-page .hc2rb-title p, .home-page .container-3 .hc3r-mt {font-size: 20px;}
	.home-page .container-3 .hc3l-text p, .home-page .container-3 .hc3r-at,
	.sustainability-page .container-1 .sc-right p, .sustainability-page .container-2 .srcbi-desc, .services-page .sercon3-text2, .about-page .container-1 .ac-right p, .about-page .ac2-item-text, .about-page .abcon3-text2, .home-page .container-1 .hc1b-text, .home-page .hc2rb-list li, .home-page .container-4 .hc4b-item-title p,
	.home-page header .hhlm-text, .home-page header .hhlb-text p, .home-page header .hhr-text p, .policy-page .container-content p, .policy-page .container-content li, .policy-page .container-content a, .contacts-page .cl-text p, .team-page .c1-right p, .home-page .container-4 .hc4b-item-text p, .home-page .container-4 .hc4b-item-text li, .home-page .container-4 .hc4b-item-text a {font-size: 16px;}
	header .hbox, .bp {padding: 0 20px;}
	header .header-box-menu {padding: 20px 0;}
	header .header-menu {margin-top: 20px;}
	.home-page header .header-hlbottom {margin-bottom: 20px;}
	header .header, header .header-hp, footer .footer-links, footer .footer-bottom {flex-direction: column;}
	header .header-right, header .header-left {width: 100%;}
	header .header-left .header-logo {margin-bottom: 38px;}
	header .header-left {margin-bottom: 7px;}
	header .header-right .hbox {height: 100px;}
	.home-page header .hhlb-img img {width: 80px;}
	.home-page header .hhlb-text {width: calc(100% - 100px);}
	.home-page header .header-hlmiddle {margin: 0 auto 42px;}
	.policy-page .container {padding: 40px 0 80px;}
	.sustainability-page .container-1, .contacts-page .container {margin: 40px 0 80px;}
	.team-page .container-1 {margin: 40px 0 66px;}
	.team-page .container-2 {margin-bottom: 42px;}
	.sustainability-page .container-2 .sc-right {padding: 40px 20px;}
	.sustainability-page .container-3 {margin: 60px 0; padding: 20px 0;}
	.services-page .container-1 {margin: 40px 0 34px;}
	.services-page .sercon-item .sercon-title {font-size: 24px;}
	.services-page .container-3 {margin: 48px 0 42px;}
	.about-page .container-3 {margin: 12px 0 40px;}
	.home-page .container-1 {margin: 60px 0 80px;}
	.home-page .container-2 .hc2-right .box {padding: 40px 20px;}
	.home-page .container-2 .hc2rb-link {text-align: center;}
	.home-page .container-3 {margin: 0;}
	.home-page .container-3 .hc3l-btn a {width: 100%;}
	.home-page .container-3 {padding-bottom: 0;}
	.home-page .container-4 {margin: 40px 0;}
	.home-page footer .bp {border-radius: 20px 20px 0 0;}
	footer .footer-links a, footer .footer-bottom div {
		margin-right: 0;
		margin-bottom: 23px;
	}
	footer .footer-bottom div:last-child, footer .footer-links a:last-child {margin-bottom: 0;}
	footer .box {padding: 40px 0;}
	footer .footer-top h1 {padding: 96px 0;}
	header .header-box-menu .hbox {justify-content: flex-start;}
	header .header-box-menu .header-bm-main {margin-top: 70px;}
	.error-page .container {margin: 80px 0;}
}
@media screen and (max-width: 650px) {
	header .header-box-menu .header-bm-main {margin-top: 50px;}
	.error-page .container a {width: 100%;}
}
@media screen and (max-width: 500px) {
	.team-page .c2l-box-img, .team-page .container-2 .c2l-box-img img {min-height: 320px;}
	.team-page .container-2 .c2l-box-img img {object-fit: cover;}
}
@media screen and (max-width: 389px) {
	.team-page .c2l-box-img, .team-page .container-2 .c2l-box-img img {min-height: unset;}
}
#cookies-banner {
  position: fixed;
	bottom: 10px;
	right: 10px;
	left: 10px;
  padding: 24px;
  box-sizing: border-box;
	background-color: #FFFFFF;
  border-color: #f4f4f4;
	border-radius: 10px;
  z-index:9999;
	width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
	box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
#cookies-banner .cookies-content {
	flex-direction: column;
	width: calc(100% - 350px);
}
#cookies-banner .cookies-content .cookies-title {
	color: #0A1936;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
#cookies-banner .cookies-content .cookies-text, #cookies-banner a {
	color: #0A1936;
	font-size: 14px;
	line-height: 24px;
	overflow-wrap: break-word;
}
#cookies-banner .btn-cookies-box {
	align-items: center;
}
#cookies-banner .btn-cookies-box .btn-cookies {
  background-color: #FFFFFF;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
  font-size: 14px;
  line-height: 24px;
  text-shadow: none;
  box-shadow: none;
  padding: 8px 27px;
}
#cookies-banner .btn-cookies-box #cookies-reject {
  color: #0A1936;
  border: 2px solid #0A1936;
	margin-right: 10px;
}
#cookies-banner .btn-cookies-box #cookies-accept {
  color: #fff;
	border: 2px solid #0A1936; 
	background: #0A1936;
}
#cookies-banner .btn-cookies-box #cookies-accept:hover, #cookies-banner .btn-cookies-box #cookies-accept:focus {
	color: #0A1936 !important;
	background-color: #fff !important;
	border: 2px solid #0A1936 !important;
}
#cookies-banner .btn-cookies-box #cookies-reject:hover, #cookies-banner .btn-cookies-box #cookies-reject:focus {background-color: #EDF0F4 !important;}
#cookies-banner [hidden]{display:none}
#cookies-banner a {color: #0A1936; text-decoration: underline;}

@media screen and (max-width: 1024px) {
  #cookies-banner .btn-cookies-box {flex-direction: column-reverse; align-items: unset; justify-content: center;}
	#cookies-banner .btn-cookies-box #cookies-reject {margin-right: 0; margin-top: 10px;}
	#cookies-banner .cookies-content {width: calc(100% - 200px);}
}
@media screen and (max-width: 650px) {
  #cookies-banner {flex-direction: column;}
	#cookies-banner .cookies-content {width: 100%; margin-bottom: 20px;}
	#cookies-banner .btn-cookies-box {flex-direction: row-reverse;}
	#cookies-banner .btn-cookies-box #cookies-reject {margin-top: 0; margin-left: 10px;}
	#cookies-banner .btn-cookies-box .btn-cookies {width: calc(50% - 5px);}
}
@media screen and (max-width: 550px) {
  #cookies-banner .btn-cookies-box {flex-direction: column-reverse;}
	#cookies-banner .btn-cookies-box #cookies-reject {margin-left: 0; margin-top: 10px;}
	#cookies-banner .btn-cookies-box .btn-cookies {width: 100%;}
}