@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "Geologica-Black";
  font-display: swap;
  src: url("../fonts/Geologica-Black.woff2") format("woff2"), url("../fonts/Geologica-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Bold";
  font-display: swap;
  src: url("../fonts/Geologica-Bold.woff2") format("woff2"), url("../fonts/Geologica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-ExtraLight";
  font-display: swap;
  src: url("../fonts/Geologica-ExtraLight.woff2") format("woff2"), url("../fonts/Geologica-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-ExtraBold";
  font-display: swap;
  src: url("../fonts/Geologica-ExtraBold.woff2") format("woff2"), url("../fonts/Geologica-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Regular";
  font-display: swap;
  src: url("../fonts/Geologica-Regular.woff2") format("woff2"), url("../fonts/Geologica-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Light";
  font-display: swap;
  src: url("../fonts/Geologica-Light.woff2") format("woff2"), url("../fonts/Geologica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-SemiBold";
  font-display: swap;
  src: url("../fonts/Geologica-SemiBold.woff2") format("woff2"), url("../fonts/Geologica-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Thin";
  font-display: swap;
  src: url("../fonts/Geologica-Thin.woff2") format("woff2"), url("../fonts/Geologica-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Geologica-Medium";
  font-display: swap;
  src: url("../fonts/Geologica-Medium.woff2") format("woff2"), url("../fonts/Geologica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1300px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Geologica-Light";
  font-size: 1rem;
  line-height: 1.5;
  color: #031b4c;
  background-color: #fff;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 540px) {
  body {
    font-size: 1.06rem;
  }
}
body.no-scroll {
  position: fixed;
}

main {
  width: 100%;
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 25.5rem);
  padding-top: 11.25rem;
}
@media (max-width: 992px) {
  main {
    padding-top: 1.5rem;
  }
}
main.no-scroll {
  position: static;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 280px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 78rem;
  }
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.red {
  color: #2971cc;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #2971cc transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #2971cc;
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a:hover,
button:hover {
  transition: 0.3s;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: #2971cc;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.button {
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Geologica-Semibold";
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  gap: 0.625rem;
  border: none !important;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  background-color: #f7f8f9;
}
@media (max-width: 992px) {
  .button {
    height: 56px;
  }
}
.button:hover, .button:focus {
  transition: 0.3s;
  box-shadow: 0 0.25rem 1.0625rem 0 rgba(41, 42, 40, 0.25);
}
@media (min-width: 992px) {
  .button:hover, .button:focus {
    border-radius: 2rem;
  }
}
.button:active {
  transition: 0.3s;
  box-shadow: none;
}
@media (min-width: 992px) {
  .button:active {
    border-radius: 2rem;
  }
}
.button-global {
  color: #fff;
  background: linear-gradient(264deg, #2ca8f3 0%, #2971cc 100%);
}
.button-global:hover, .button-global:focus {
  color: #fff;
}
.button-global:active {
  color: #fff;
}
.button-global:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-title {
  font-family: "Geologica-Semibold";
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.page-title.search-title {
  color: #5e6d8d;
}
.page-title.search-title span {
  color: #031b4c;
}
@media (max-width: 992px) {
  .page-title {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .page-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  .page-title {
    font-size: 1.6rem;
  }
}

.section-title {
  font-family: "Geologica-Semibold";
  font-size: 2.5rem;
  line-height: 1.2;
}
.section-title span {
  color: #2971cc;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  .section-title {
    font-size: 1.6rem;
  }
}

.post-title {
  font-family: "Geologica-Semibold";
  font-size: 2rem;
  line-height: 1.33;
  margin-bottom: 1.5rem;
}
.post-title span {
  color: #2971cc;
}
@media (max-width: 992px) {
  .post-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 680px) {
  .post-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 414px) {
  .post-title {
    font-size: 1.4rem;
  }
}

.widget-title {
  font-family: "Geologica-Bold";
  font-size: 1.125rem;
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  transition: 0.6s;
  border-bottom: 1px solid #f0f2f5;
}
@media (max-width: 992px) {
  header {
    position: relative;
  }
}
header.sticky {
  transition: 0.6s;
  box-shadow: 0 0.8125rem 1rem rgba(212, 215, 231, 0.2);
}
header.sticky .header-top {
  margin-top: -3.5rem;
  transition: 0.6s;
  z-index: -1;
}
@media (max-width: 992px) {
  header.sticky .header-top {
    margin-top: 0;
  }
}

.header-top {
  min-height: 3.5rem;
  padding: 0.5rem 0;
  background: #f7f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  transition: 0.6s;
}

.header-bottom {
  transition: 0.6s;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.75rem 0;
}
@media (max-width: 992px) {
  .header-bottom {
    padding: 0.5rem 0;
  }
  .header-bottom .button-toggle {
    width: 58px;
    height: 48px;
    padding: 0.25rem 0.5rem;
  }
  .header-bottom .button-toggle .linl {
    display: none;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  gap: 1rem 1.5rem;
}
@media (max-width: 992px) {
  .header {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
}

.toggle {
  display: none;
}
@media (max-width: 992px) {
  .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
  }
}
.toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  background: #fff;
}
.toggle span:nth-child(2) {
  width: 1rem;
}
.toggle.active span:nth-child(2) {
  display: none;
}
.toggle.active span:nth-child(1),
.toggle.active span:nth-child(3) {
  content: "";
  position: absolute;
  transition: 0.6s;
  top: 0.5rem;
}
.toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.logo {
  width: 8.75rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 380px) {
  .logo {
    width: 7.8rem;
  }
}
.logo img {
  width: 100%;
}

.search-head {
  width: 39.75rem;
}
@media (max-width: 1080px) {
  .search-head {
    width: 35rem;
  }
}
@media (max-width: 992px) {
  .search-head {
    width: 100%;
    order: 10;
  }
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0;
  border-radius: 0;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp:hover input {
  border-radius: 2rem !important;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 0.5rem 1rem 0.5rem 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Geologica-Light";
  background-color: #f7f8f9;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
  border-radius: 2rem;
  background-color: #f0f2f5;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  background-color: #f0f2f5;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background-image: url(../img/icons/search-md.svg) !important;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  min-height: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  left: 1rem;
  top: 0;
  margin: auto 0;
  bottom: 0;
  pointer-events: none;
  transition: none;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  display: none;
}
.search-head .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 1rem;
  right: auto;
  pointer-events: auto;
  animation: 0.3s fadeIn;
}
.search-head .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 0;
}
.search-head .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  background: #aeb6c5;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.search-head .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) svg {
  width: 0.75rem;
  height: auto;
}
.search-head .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) svg path {
  fill: #fff;
}

.dgwt-wcas-suggestions-wrapp {
  display: none !important;
}

.head-contacts {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  padding: 0 1rem;
}
@media (max-width: 540px) {
  .head-contacts {
    padding: 0;
  }
}
.head-contacts a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 0.5rem;
}
.head-contacts a img,
.head-contacts a svg {
  width: 1.5rem;
  height: auto;
}

.nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 9997;
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 11rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s;
}
.nav-mobile.active {
  left: 0;
  transition: 0.4s;
}
.nav-mobile .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile .nav ul li {
  border-bottom: 1px solid #f0f2f5;
}
.nav-mobile .nav ul li a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.4rem 0;
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
  color: #031b4c;
}
.nav-mobile .bottom {
  text-align: center;
}
.nav-mobile .bottom .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.06rem;
  color: #5e6d8d;
  margin-bottom: 1rem;
}
.nav-mobile .bottom .socials {
  justify-content: center;
  margin-bottom: 1.6rem;
}
.nav-mobile .bottom .button {
  width: 100%;
}

/*----------navigation-------------*/
.navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navigation ul li {
  padding: 1rem;
}
@media (max-width: 540px) {
  .navigation ul li {
    padding: 0.5rem 0.75rem;
  }
}
.navigation ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.navigation ul li a img,
.navigation ul li a svg {
  width: 1.5rem;
  height: auto;
}
.navigation ul li a:hover {
  color: #000;
  border-color: #000;
}
@media (max-width: 540px) {
  .navigation ul li a .nav-text {
    display: none;
  }
}

.footer-nav {
  width: 33.125rem;
  column-count: 2;
  column-gap: 2rem;
}
@media (max-width: 1140px) {
  .footer-nav {
    width: 28rem;
  }
}
@media (max-width: 992px) {
  .footer-nav {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .footer-nav {
    column-count: 1;
  }
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.footer-nav ul li a {
  font-family: "Geologica-Medium";
  font-size: 1.125rem;
  line-height: 1.2;
}
.footer-nav ul li a:hover {
  color: #2ca8f3;
}
.footer-nav ul li ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0 2.3rem;
}
.footer-nav ul li ul li a {
  font-family: "Geologica-Light";
  font-size: 0.875rem;
  opacity: 0.64;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 4.5rem;
  height: 3.5rem;
  margin-top: -1.5625rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #F7F8F9;
  border-radius: 0.5rem;
  border: none;
  font-size: 0.5rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.9rem;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #2971cc;
  color: #ffffff;
  box-shadow: 0 0.8125rem 1.25rem rgba(42, 124, 212, 0.2);
}

.swiper-button-next {
  right: 1.5rem;
}

.swiper-button-prev {
  left: 1.5rem;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.pagination {
  width: 100%;
  margin: 1.5rem 0;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background-size: 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/arrow.svg);
}
.pagination .nav-links .prev {
  transform: rotate(90deg);
}
.pagination .nav-links .next {
  transform: rotate(-90deg);
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-family: "Geologica-Light";
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1px solid #aeb6c5;
  color: #5e6d8d;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #031b4c;
}
.pagination .nav-links .current {
  background-color: #031b4c;
  border-color: #031b4c;
  color: #fff;
}

article {
  margin-bottom: 5rem;
}
article h2,
article h3,
article h4,
article h5 {
  font-family: "Geologica-Semibold";
  margin: 0.5em 0 0.2em;
  width: 100%;
}
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h2 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  article h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  article h2 {
    font-size: 1.4rem;
  }
}
article h3 {
  font-size: 1.75rem;
}
@media (max-width: 992px) {
  article h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  article h3 {
    font-size: 1.3rem;
  }
}
article h4 {
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  article h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  article h4 {
    font-size: 1.1rem;
  }
}
article p {
  margin: 1em 0 1.5em;
  width: 100%;
  line-height: 1.5;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article b,
article strong {
  font-family: "Geologica-SemiBold";
}
article a {
  color: inherit;
  text-decoration: underline;
  color: #2971cc;
}
article a:hover {
  text-decoration: none;
  color: #2ca8f3;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.5em 0 4.5em;
  width: 100%;
  font-size: 0.9375rem;
}
article ul li {
  padding-left: 1.5rem;
  margin: 1.4375rem 0;
  position: relative;
}
article ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #2971cc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.55rem);
}
article ol {
  list-style: decimal;
  padding: 0 1rem;
  margin: 1.5em 0 1.5em;
  width: 100%;
}
article ol li {
  margin: 0.5rem 0;
  display: list-item;
}
article blockquote {
  width: 100%;
  margin: 1.5em 0;
  padding: 1.875rem 4.375rem;
  background: #fff;
  position: relative;
  border-left: 0.25rem solid #2971cc;
  color: #111111;
}
@media (max-width: 640px) {
  article blockquote {
    padding: 1.5rem 1rem;
  }
}
article blockquote p {
  font-style: italic;
  margin: 0;
}
article blockquote cite {
  text-align: right;
  font-size: 1rem;
  color: #919395;
}
article .wp-block-image {
  margin: 1.5em 0;
}
article .wp-block-table {
  margin: 1.5em 0;
  padding: 1.875rem 2.8125rem;
  background: #fff;
  border-radius: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
@media (max-width: 640px) {
  article .wp-block-table {
    padding: 1.5rem 1.5rem 3rem;
  }
}
article .wp-block-table .wp-element-caption {
  order: 1;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
article .wp-block-table table {
  order: 2;
}
@media (max-width: 992px) {
  article .wp-block-table {
    overflow-x: auto;
    padding-bottom: 0.9375rem;
    display: flex;
    justify-content: flex-start;
  }
  article .wp-block-table table {
    min-width: 45rem;
    width: 45rem;
  }
  article .wp-block-table table th,
article .wp-block-table table td {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

table {
  width: 100%;
}
table th {
  font-weight: normal;
  text-align: left;
  padding: 0.9375rem 0;
  color: #7a798a;
  font-weight: normal;
  border-top: 1px solid rgba(206, 206, 211, 0.24);
}
@media (max-width: 480px) {
  table th {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td {
  border-top: 1px solid rgba(206, 206, 211, 0.24);
  padding: 0.9375rem 0;
}
@media (max-width: 480px) {
  table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td.woocommerce-product-attributes-item__label {
  width: 18.75rem;
}
@media (max-width: 480px) {
  table td.woocommerce-product-attributes-item__label {
    width: 10rem;
  }
}
table td p {
  margin: 0;
}

/*-----product-----*/
.product-item {
  display: block;
  width: calc(25% - 1.5rem);
  max-width: 25.75rem;
  position: relative;
  list-style: none;
}
.product-item:hover a {
  color: #031b4c;
}
@media (max-width: 992px) {
  .product-item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 320px) {
  .product-item {
    width: 100%;
    margin: 0 auto;
  }
}
.product-item .image {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 1.5rem;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  padding: 1rem;
}
.product-item .image .stock {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  height: 1.75rem;
  background-color: #f0f2f5;
  font-family: "Geologica-SemiBold";
  color: #5e6d8d;
  font-size: 0.875rem;
  font-style: italic;
  border-radius: 0.5rem;
}
.product-item .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product-item .short {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
  color: #5e6d8d;
}

.post {
  width: calc(33.33% - 1.25rem);
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 1.25rem;
  color: #031b4c;
  background: rgb(241, 247, 255);
  background: -moz-linear-gradient(left, rgb(241, 247, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(241, 247, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(241, 247, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgb(241, 247, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgb(241, 247, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(241, 247, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f7ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
}
@media (max-width: 992px) {
  .post {
    width: calc(50% - 0.85rem);
  }
}
@media (max-width: 540px) {
  .post {
    width: 100%;
    padding: 1.2rem;
  }
}
.post .image {
  width: 100%;
  aspect-ratio: 336/200;
  display: block;
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  background-size: cover;
  background-position: 50% 50%;
}
.post .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.125rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 540px) {
  .post .title {
    font-size: 1.06rem;
  }
}
.post .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.875rem;
}
.post:hover, .post:focus, .post:active {
  color: #031b4c;
}

/*-----form-----*/
.forma {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.forma label {
  display: block;
}
.forma .wide-row {
  width: 100%;
  position: relative;
}
.forma .wide-50 {
  width: calc(50% - 0.5rem);
  position: relative;
}
@media (max-width: 992px) {
  .forma .wide-50 {
    width: 100%;
  }
}
.forma input {
  border: 1px solid #f0f2f5;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #031b4c;
  box-shadow: none;
  margin: 0;
}
.forma textarea {
  border: 1px solid #f0f2f5;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 100%;
  height: 6.5rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #031b4c;
  box-shadow: none;
}
.forma input[type=number]::-webkit-inner-spin-button,
.forma input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.forma .acept {
  width: 43%;
  text-align: center;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  margin-left: auto;
}
@media (max-width: 540px) {
  .forma .acept {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 0;
  }
}
.forma .acept a {
  text-decoration: underline;
  display: block;
}
.forma .acept a:hover {
  text-decoration: none;
}
.forma .button {
  width: 100%;
  height: 3.5rem;
}
@media (max-width: 540px) {
  .forma .button {
    width: 100%;
    margin-top: 0;
  }
}
.forma .danger {
  text-align: right;
  color: red;
  font-size: 0.75rem;
  position: absolute;
  right: 0.3125rem;
  bottom: 0;
}
.forma .danger:nth-child(4), .forma .danger:nth-child(5) {
  display: none;
}

input::-webkit-input-placeholder {
  color: #5e6d8d;
}

input::-moz-placeholder {
  color: #5e6d8d;
}

input:-moz-placeholder {
  color: #5e6d8d;
}

input:-ms-input-placeholder {
  color: #5e6d8d;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.agreement-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}

.wpcf7-acceptance label > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
}

.wpcf7-acceptance label > span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #031b4c;
  border-radius: 0.25rem;
  margin-top: 0.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}

.wpcf7-acceptance label > input:not(:disabled):not(:checked) + span.wpcf7-list-item-label:hover::before {
  border-color: #b3d7ff;
}

.wpcf7-acceptance label > input:checked + span.wpcf7-list-item-label::before {
  border-color: #031b4c;
  background-color: #031b4c;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.wpcf7-acceptance label > input:disabled + span.wpcf7-list-item-label::before {
  background-color: #e9ecef;
}

.screen-reader-response,
.wpcf7-response-output {
  display: none !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 3rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  line-height: 1;
  color: #5e6d8d;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  transition: 0.4s;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgb(240, 242, 245);
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 16.25rem;
  overflow-y: auto;
}

.select2-results__option {
  padding: 0.5rem 1rem;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2ca8f3;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #2971cc;
  color: white;
}

.select2-container--open {
  z-index: 99999;
}

.drop {
  position: relative;
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(3, 27, 76, 0.35);
  backdrop-filter: blur(0.625rem);
}

.state-box {
  width: 53.375rem;
  padding: 2rem;
  border-radius: 2rem;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  overflow-y: auto;
  background: #fff;
  position: relative;
}
@media (max-width: 540px) {
  .state-box {
    width: 30rem;
  }
}
.state-box .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
@media (max-width: 30rem) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #6d6d6d;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: #2971cc;
}
.state-box .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
}
.state-box .forma textarea {
  height: 9.375rem;
}
.state-box .result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: 0.4s;
  border-radius: 1.5rem;
  padding: 2.875rem;
}
@media (max-width: 540px) {
  .state-box .result {
    padding: 0;
  }
}
.state-box .result.active {
  z-index: 20;
  opacity: 1;
  transition: 0.4s;
}
.state-box .result img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 2rem;
}
.state-box .result .form-title {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.state-box .result .button {
  width: 11.25rem;
  height: 3.5rem;
  margin: 1.5rem auto 0;
}
.state-box .select2-container--default .select2-selection--single {
  border: 1px solid #f0f2f5;
  background-color: #fff;
  border-radius: 0.5rem;
}

.to-state {
  cursor: pointer;
}

footer {
  margin: 0;
  position: relative;
  background-color: #031b4c;
  color: #fff;
  z-index: 10;
}
footer .footer {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1rem;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .footer {
    padding-bottom: 3rem;
  }
}
footer .footer .widget {
  min-width: 17.75rem;
}
@media (max-width: 1140px) {
  footer .footer .widget {
    min-width: 15rem;
  }
}
@media (max-width: 992px) {
  footer .footer .widget {
    width: 100%;
  }
}
footer .footer .widget .widget-title {
  font-family: "Geologica-Medium";
  font-size: 1.125rem;
  line-height: 1.2;
}
footer .footer .widget .socials {
  margin-top: 4.5rem;
}
footer .footer .widget .socials a {
  opacity: 0.65;
}
footer .footer .widget .socials a:hover {
  opacity: 1;
}

.slogan {
  font-family: "Geologica-Light";
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.socials .title {
  width: 100%;
  font-family: "Geologica-SemiBold";
  margin-bottom: 0.25rem;
}
.socials a {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.socials a img,
.socials a svg {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.socials a:hover img,
.socials a:hover svg {
  transform: scale(1.1);
  transition: 0.3s;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 1rem 0 2.4rem;
}
.footer-contacts .title {
  font-family: "Geologica-SemiBold";
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.footer-contacts a {
  font-family: "Geologica-Light";
  font-size: 1rem;
  opacity: 0.64;
}
.footer-contacts a:hover {
  color: #2ca8f3;
}

/***** SECTIONS GLOBAL *****/
.section-intro {
  margin-bottom: 13.75rem;
}
@media (max-width: 992px) {
  .section-intro {
    margin-bottom: 8rem;
  }
}
@media (max-width: 680px) {
  .section-intro {
    margin-bottom: 5rem;
  }
}

.intro-bottom {
  display: none;
}
@media (max-width: 992px) {
  .intro-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

.intro-box {
  position: relative;
}

.intro {
  height: 31.25rem;
  border-radius: 1.25rem;
  background-image: url(../img/intro.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 680px) {
  .intro {
    height: 28rem;
    padding: 2rem;
  }
}
@media (max-width: 380px) {
  .intro {
    padding: 1.6rem;
  }
}
.intro:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  bottom: 9.125rem;
  left: -0.125rem;
  z-index: 1;
  background-image: url(../img/bg/intro-bg.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media (max-width: 680px) {
  .intro:after {
    right: -3rem;
    bottom: 6rem;
  }
}
@media (max-width: 540px) {
  .intro:after {
    right: -10rem;
    bottom: 7rem;
  }
}
.intro .page-title {
  max-width: 47.5rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .intro .page-title {
    max-width: 30rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .intro .page-title {
    max-width: 30rem;
    font-size: 1.6rem;
  }
}

.intro-items {
  width: 41.25rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -5.625rem;
  left: 3rem;
}
@media (max-width: 992px) {
  .intro-items {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 680px) {
  .intro-items {
    width: calc(100% - 4rem);
    max-width: 24rem;
    flex-wrap: wrap;
    gap: 0.7rem;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: -3rem;
    margin: 0 auto;
  }
}
.intro-items .item {
  position: relative;
  width: calc(33.33% - 1rem);
  min-height: 12.0625rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(1.9375rem);
  background: linear-gradient(-45deg, rgb(247, 248, 249) 0%, rgb(243, 244, 244) 45.143%, rgba(239, 239, 239, 0.55) 100%);
}
@media (max-width: 680px) {
  .intro-items .item {
    width: 100%;
    min-height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1rem;
  }
}
.intro-items .item:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.intro-items .item:last-child:after {
  background-image: url(../img/icons/check.svg);
}
.intro-items .ico {
  width: 4.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 680px) {
  .intro-items .ico {
    width: 2.7rem;
    margin-bottom: 0;
    order: 1;
  }
}
.intro-items .ico img {
  width: 100%;
}
@media (max-width: 680px) {
  .intro-items .text {
    order: 2;
  }
}

.intro-form {
  width: 18.75rem;
  border-radius: 1.25rem;
  padding: 2rem;
  position: absolute;
  right: 3rem;
  bottom: -5.625rem;
  z-index: 100;
  backdrop-filter: blur(31px);
  background: linear-gradient(-45deg, rgba(247, 248, 249, 0.99) 0%, rgba(242, 243, 243, 0.99) 53.643%, rgba(239, 239, 239, 0.54) 100%);
}
@media (max-width: 992px) {
  .intro-form {
    display: none;
  }
}
.intro-form .forma .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.125rem;
}
.intro-form .forma input {
  height: 3rem;
}
.intro-form .result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
  opacity: 0;
  transition: 0.4s;
  border-radius: 1.5rem;
  padding: 2.875rem;
  backdrop-filter: blur(31px);
  background: linear-gradient(-45deg, rgba(247, 248, 249, 0.99) 100%, rgba(242, 243, 243, 0.99) 73.643%, rgba(239, 239, 239, 0.54) 100%);
}
.intro-form .result.active {
  z-index: 20;
  opacity: 1;
  transition: 0.4s;
}
.intro-form .result img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 2rem;
}
.intro-form .result .form-title {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
}
.intro-form .result .button {
  width: 100%;
  height: 3.5rem;
}

.cats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cats {
    align-items: flex-start;
  }
}
.cats .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33.33% - 1.375rem);
  min-height: 12.75rem;
  padding: 2rem;
  border-radius: 1.5rem;
  background: rgba(208, 229, 255, 0.55);
  background: -moz-linear-gradient(-45deg, rgba(208, 229, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208, 229, 255, 0.55)), color-stop(100%, rgba(255, 255, 255, 0.55)));
  background: -webkit-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -o-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -ms-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: linear-gradient(135deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  backdrop-filter: blur(2.5rem);
  position: relative;
}
@media (max-width: 992px) {
  .cats .item {
    width: calc(50% - 1rem);
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 680px) {
  .cats .item {
    width: 100%;
    margin: 0 auto;
  }
}
.cats .item:nth-child(1), .cats .item:nth-child(2) {
  width: calc(50% - 1rem);
  min-height: 18.3125rem;
}
@media (max-width: 992px) {
  .cats .item:nth-child(1), .cats .item:nth-child(2) {
    min-height: 6.4rem;
  }
}
@media (max-width: 680px) {
  .cats .item:nth-child(1), .cats .item:nth-child(2) {
    width: 100%;
    margin: 0 auto;
  }
}
.cats .item:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
@media (max-width: 992px) {
  .cats .item:after {
    background-size: auto 6.4rem;
  }
}
.cats .item:nth-child(1):after {
  background-image: url(../img/cat-1.png);
}
@media (max-width: 992px) {
  .cats .item:nth-child(1):after {
    background-image: url(../img/cat-1-mob.png);
    background-position: 100% 0;
  }
}
.cats .item:nth-child(2):after {
  background-image: url(../img/cat-2.png);
}
@media (max-width: 992px) {
  .cats .item:nth-child(2):after {
    background-image: url(../img/cat-2-mob.png);
    background-position: 100% 0;
  }
}
.cats .item:nth-child(3) .togg {
  display: none;
}
.cats .item:nth-child(3):after {
  background-image: url(../img/cat-3.png);
}
@media (max-width: 992px) {
  .cats .item:nth-child(3):after {
    background-image: url(../img/cat-3-mob.png);
  }
}
.cats .item:nth-child(4) .togg {
  display: none;
}
.cats .item:nth-child(4):after {
  background-image: url(../img/cat-4.png);
}
@media (max-width: 992px) {
  .cats .item:nth-child(4):after {
    background-image: url(../img/cat-4-mob.png);
  }
}
.cats .item:nth-child(5) .togg {
  display: none;
}
.cats .item:nth-child(5):after {
  background-image: url(../img/cat-5.png);
}
@media (max-width: 992px) {
  .cats .item:nth-child(5):after {
    background-image: url(../img/cat-5-mob.png);
  }
}
@media (max-width: 992px) {
  .cats .item {
    min-height: 6.4rem;
  }
}
.cats .parent {
  max-width: 60%;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .cats .parent {
    width: auto;
  }
}
.cats .parent a {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .cats .parent a {
    font-size: 1.2rem;
  }
}
.cats .togg {
  display: none;
}
@media (max-width: 992px) {
  .cats .togg {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.4s;
    position: relative;
    z-index: 10;
  }
}
.cats .togg.active {
  transform: rotate(180deg);
  transition: 0.4s;
}
.cats .subterms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 23.75rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .cats .subterms {
    display: none;
    width: 100%;
  }
  .cats .subterms.active {
    display: flex;
  }
}
.cats .subterms a {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  background: #fff;
  color: #5e6d8d;
}
.cats .subterms a:hover {
  color: #fff;
  background: linear-gradient(264deg, #2ca8f3 0%, #2971cc 100%);
}

.section-blog {
  margin: 9.375rem 0;
}
@media (max-width: 992px) {
  .section-blog {
    margin: 7rem 0;
  }
}
.section-blog .blog-carousel {
  margin: 3rem 0 2.25rem;
}
@media (max-width: 992px) {
  .section-blog .blog-carousel .swiper {
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .section-blog .blog-carousel .swiper-slide {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 992px) {
  .section-blog .blog-carousel .swiper-slide {
    width: calc(65% - 1rem);
  }
}
.section-blog .blog-carousel .post {
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.section-blog .bottom {
  text-align: center;
}
@media (max-width: 992px) {
  .section-blog .bottom {
    display: none;
  }
}

.section-history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.section-history .section-title {
  width: 16.875rem;
}
@media (max-width: 992px) {
  .section-history .section-title {
    position: absolute;
    top: 4rem;
    z-index: 10;
    color: #fff;
    font-size: 2.6rem;
  }
}
.section-history .about-gallery-box {
  width: calc(100% - 18.125rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .section-history .about-gallery-box {
    width: 100%;
  }
}
.section-history .about-gallery-box .about-gallery {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 2.875rem;
  margin-left: -2.875rem;
}
@media (max-width: 992px) {
  .section-history .about-gallery-box .about-gallery {
    margin-top: 1.4rem;
    margin-left: -1.4rem;
  }
}
.section-history .about-gallery-box .about-gallery .swiper-slide {
  aspect-ratio: 890/596;
  object-fit: cover;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 2rem;
}
@media (max-width: 680px) {
  .section-history .about-gallery-box .about-gallery .slider-nav {
    display: none;
  }
}
.section-history .about-gallery-box:after {
  content: "";
  width: 100%;
  height: calc(100% - 2.875rem);
  border-radius: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(135deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
}
.section-history .statistick {
  width: calc(100% - 6rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -7.625rem;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .section-history .statistick {
    gap: 1rem;
    margin: -3rem auto 4rem;
  }
}
@media (max-width: 680px) {
  .section-history .statistick {
    width: calc(100% - 10rem);
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .section-history .statistick {
    width: calc(100% - 6rem);
    max-width: 100%;
    margin: -3rem 0 2.6rem 1.5rem;
  }
}
.section-history .statistick .item {
  width: calc(33.33% - 1.375rem);
  min-height: 15.25rem;
  border-radius: 1.5rem;
  padding: 4.75rem 3rem 3rem;
  font-family: "Geologica-SemiBold";
  font-size: 3.5rem;
  background: rgba(208, 229, 255, 0.55);
  background: -moz-linear-gradient(-45deg, rgba(208, 229, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208, 229, 255, 0.55)), color-stop(100%, rgba(255, 255, 255, 0.55)));
  background: -webkit-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -o-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -ms-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: linear-gradient(135deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  backdrop-filter: blur(1.875rem);
}
@media (max-width: 992px) {
  .section-history .statistick .item {
    min-height: 3rem;
    padding: 2rem;
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .section-history .statistick .item {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .section-history .statistick .item {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
.section-history .statistick .label {
  font-family: "Geologica-Light";
  font-size: 1rem;
}
.section-history .about {
  width: 100%;
  padding: 3rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 540px) {
  .section-history .about {
    padding: 2.6rem 0.5rem;
  }
}
.section-history .about .text {
  max-width: 42.5rem;
  margin-left: auto;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
.section-history .about:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -21.875rem;
  right: -21.875rem;
  max-width: 100vw;
  border-radius: 1.25rem;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
}
@media (max-width: 1600px) {
  .section-history .about:after {
    left: -12rem;
    right: -12rem;
  }
}
@media (max-width: 1525px) {
  .section-history .about:after {
    left: -10rem;
    right: -10rem;
  }
}
@media (max-width: 1440px) {
  .section-history .about:after {
    left: -7rem;
    right: -7rem;
  }
}
@media (max-width: 1366px) {
  .section-history .about:after {
    left: -5rem;
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  .section-history .about:after {
    left: -3rem;
    right: -3rem;
  }
}
@media (max-width: 1080px) {
  .section-history .about:after {
    left: -1.5rem;
    right: -1.5rem;
  }
}

.section-qute {
  margin: 9.375rem 0;
}
@media (max-width: 680px) {
  .section-qute {
    margin: 7rem 0;
  }
}
@media (max-width: 480px) {
  .section-qute {
    margin: 7rem -1.5rem;
  }
}
.section-qute .image {
  width: 62.1875rem;
  max-width: 100%;
  aspect-ratio: 995/557;
  border-radius: 2rem;
  background-size: cover;
  background-position: 50% 50%;
}
.section-qute .qute {
  width: 42.9375rem;
  padding: 3rem;
  border-radius: 1.25rem;
  font-family: "Geologica-SemiBold";
  font-size: 2rem;
  margin-left: auto;
  margin-top: -9.375rem;
  background: rgba(208, 229, 255, 0.55);
  background: -moz-linear-gradient(-45deg, rgba(208, 229, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208, 229, 255, 0.55)), color-stop(100%, rgba(255, 255, 255, 0.55)));
  background: -webkit-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -o-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -ms-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: linear-gradient(135deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  backdrop-filter: blur(2.5rem);
}
@media (max-width: 992px) {
  .section-qute .qute {
    margin-top: -3rem;
  }
}
@media (max-width: 680px) {
  .section-qute .qute {
    width: calc(100% - 3.2rem);
    margin: -3rem auto 0;
    padding: 1.6rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .section-qute .qute {
    margin: -2rem auto 0;
    font-size: 1.2rem;
  }
}
.section-qute .qute::before {
  content: "";
  width: 3rem;
  height: 2.25rem;
  margin-bottom: 2rem;
  background-image: url(../img/icons/qute.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.section-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin: 9.375rem 0;
}
@media (max-width: 992px) {
  .section-advantages {
    margin: 5rem 0;
  }
}
.section-advantages .text {
  max-width: 36.5rem;
  color: #5e6d8d;
}
@media (max-width: 992px) {
  .section-advantages .text {
    width: 17rem;
    margin-left: auto;
    font-size: 0.93rem;
  }
}

.advantages {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.advantages .item {
  width: calc(33.33% - 1.375rem);
}
@media (max-width: 992px) {
  .advantages .item {
    width: calc(50% - 1rem);
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .advantages .item {
    width: 100%;
    margin: 0 auto;
  }
}
.advantages .item .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
}
@media (max-width: 992px) {
  .advantages .item .image img {
    aspect-ratio: 327/240;
  }
}
.advantages .item .title {
  font-family: "Geologica-SemiBold";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.advantages .item .text {
  color: #5e6d8d;
  line-height: 1.5;
  width: 100%;
  font-size: 0.93rem;
}

.section-sertificats {
  padding: 4.5rem 0 7.375rem;
  position: relative;
}
@media (max-width: 680px) {
  .section-sertificats {
    padding: 3.5rem 0;
  }
}
.section-sertificats .section-title {
  position: relative;
  z-index: 10;
}
.section-sertificats:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -21.875rem;
  right: -21.875rem;
  max-width: 100vw;
  border-radius: 1.25rem;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(35deg, rgba(208, 229, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(208, 229, 255, 0.5)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(35deg, rgba(208, 229, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(35deg, rgba(208, 229, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(35deg, rgba(208, 229, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(35deg, rgba(208, 229, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
}
@media (max-width: 1600px) {
  .section-sertificats:after {
    left: -12rem;
    right: -12rem;
  }
}
@media (max-width: 1525px) {
  .section-sertificats:after {
    left: -10rem;
    right: -10rem;
  }
}
@media (max-width: 1440px) {
  .section-sertificats:after {
    left: -7rem;
    right: -7rem;
  }
}
@media (max-width: 1366px) {
  .section-sertificats:after {
    left: -5rem;
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  .section-sertificats:after {
    left: -3rem;
    right: -3rem;
  }
}
@media (max-width: 1080px) {
  .section-sertificats:after {
    left: -1.5rem;
    right: -1.5rem;
  }
}

.sertificat-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.sertificat-box .text {
  width: 23.75rem;
  color: #5e6d8d;
  margin-top: 2rem;
}

.sertificats {
  width: 50%;
}
@media (max-width: 992px) {
  .sertificats {
    width: 100%;
    margin-top: 2.6rem;
  }
}
.sertificats .swiper-slide {
  width: auto;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  position: relative;
}
.sertificats .swiper-slide img {
  height: 25rem;
  width: auto;
  border-radius: 1.25rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 680px) {
  .sertificats .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.sertificats .swiper-slide .slide {
  display: inline-flex;
  position: relative;
  padding: 1.5rem 1.5rem 0 0;
}
.sertificats .swiper-slide .slide:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 1.5rem;
  left: 1.5rem;
  border-radius: 1.25rem;
  background: rgba(42, 124, 212, 0.3);
  background: -moz-linear-gradient(left, rgba(42, 124, 212, 0.3) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42, 124, 212, 0.3)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(42, 124, 212, 0.3) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgba(42, 124, 212, 0.3) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgba(42, 124, 212, 0.3) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(42, 124, 212, 0.3) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f7ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 1px 0 0.125rem 0 rgba(42, 124, 212, 0.4);
}
.sertificats .slider-nav {
  width: 9.375rem;
  position: relative;
  margin-top: -2rem;
  margin-bottom: 4rem;
  margin-left: auto;
}
@media (max-width: 680px) {
  .sertificats .slider-nav {
    display: none;
  }
}
.sertificats .slider-nav .swiper-button-next {
  right: 0;
  top: 0;
}
.sertificats .slider-nav .swiper-button-prev {
  left: 0;
  top: 0;
}

.section-forms {
  margin: 6.25rem 0;
}

.page-template-template-contacts .section-forms {
  margin-top: 0;
}

.forms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 2rem;
  padding: 2.875rem;
  position: relative;
}
@media (max-width: 680px) {
  .forms {
    padding: 0;
  }
}
.forms .block {
  width: 100%;
  padding: 2.875rem;
  border-radius: 2rem;
  background-image: url(../img/bg/form-bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 680px) {
  .forms .block {
    width: calc(100% - 2rem);
    height: 32rem;
    position: relative;
    padding: 2rem;
    margin-left: auto;
  }
}
@media (max-width: 380px) {
  .forms .block {
    width: calc(100% - 1.5rem);
    padding: 1.6rem;
  }
}
.forms .box {
  width: 26.875rem;
  color: #fff;
}
@media (max-width: 992px) {
  .forms .box {
    width: 18rem;
  }
}
@media (max-width: 680px) {
  .forms .box {
    width: 100%;
  }
}
.forms .box .text {
  font-family: "Geologica-Light";
  margin: 1.5rem 0;
  opacity: 0.64;
}
@media (max-width: 680px) {
  .forms .box .text {
    font-size: 1.06rem;
  }
}
.forms .box a.phone {
  background: #fff;
  color: #031b4c;
  margin-top: 5.9375rem;
}
@media (max-width: 680px) {
  .forms .box a.phone {
    margin-top: 1.8rem;
  }
}
.forms .box .contacts {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
@media (max-width: 680px) {
  .forms .box .contacts {
    gap: 1.8rem;
  }
}
.forms .box .contacts .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.forms .box .contacts .item .title {
  font-family: "Geologica-SemiBold";
  margin-bottom: 0.25rem;
}
.forms .box .socials {
  margin-top: 6.875rem;
}
@media (max-width: 680px) {
  .forms .box .socials {
    margin-top: 1.8rem;
  }
}
.forms .form-block {
  width: 36.875rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
@media (max-width: 992px) {
  .forms .form-block {
    width: 24rem;
  }
}
@media (max-width: 680px) {
  .forms .form-block {
    width: calc(100% - 2rem);
    margin-left: 0;
    margin-top: -13rem;
  }
}
@media (max-width: 380px) {
  .forms .form-block {
    width: calc(100% - 1.5rem);
  }
}
.forms .form-block .contacts-form {
  width: 100%;
  min-height: 28.625rem;
  border-radius: 1.5rem;
  padding: 2.875rem;
  margin-top: 2.875rem;
  margin-left: -2.875rem;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .forms .form-block .contacts-form {
    margin: 0;
    padding: 2rem;
  }
}
@media (max-width: 380px) {
  .forms .form-block .contacts-form {
    padding: 1.6rem;
  }
}
.forms .form-block .contacts-form .title {
  font-family: "Geologica-Medium";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.forms .form-block .contacts-form .result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -5;
  opacity: 0;
  transition: 0.4s;
  border-radius: 1.5rem;
  padding: 2.875rem;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
}
.forms .form-block .contacts-form .result.active {
  z-index: 20;
  opacity: 1;
  transition: 0.4s;
}
.forms .form-block .contacts-form .result img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 2rem;
}
.forms .form-block .contacts-form .result .form-title {
  font-family: "Geologica-SemiBold";
  font-size: 1.5rem;
}
.forms .form-block .contacts-form .result .button {
  width: 100%;
  height: 3.5rem;
}
.forms .form-block:after {
  content: "";
  width: 100%;
  height: calc(100% - 2.875rem);
  border-radius: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(135deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.6);
}

.section-products {
  margin: 8.75rem 0;
  position: relative;
  z-index: 200;
}
@media (max-width: 992px) {
  .section-products {
    margin: 7rem 0;
  }
}

.filter-home {
  margin: 3rem 0 1.5rem;
}

.products-bottom {
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.section-geo {
  margin: 23.125rem 0 8.75rem;
  position: relative;
}
@media (max-width: 992px) {
  .section-geo {
    margin: 12rem 0 8.75rem;
  }
}
@media (max-width: 540px) {
  .section-geo {
    margin: 12rem 0 5.75rem;
  }
}
.section-geo .section-title {
  position: relative;
  z-index: 10;
  margin-left: 12.5rem;
}
@media (max-width: 992px) {
  .section-geo .section-title {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .section-geo .section-title {
    width: 50%;
  }
}
.section-geo:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 160%;
  left: -30%;
  top: -14.0625rem;
  bottom: -62.8125rem;
  background-image: url(../img/geo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
}
@media (max-width: 1440px) {
  .section-geo:after {
    width: 155%;
  }
}
@media (max-width: 1366px) {
  .section-geo:after {
    width: 150%;
    bottom: -42.8125rem;
  }
}
@media (max-width: 992px) {
  .section-geo:after {
    top: -7rem;
    bottom: -18rem;
  }
}
@media (max-width: 680px) {
  .section-geo:after {
    top: -5rem;
    left: -20%;
    bottom: 15%;
  }
}
@media (max-width: 414px) {
  .section-geo:after {
    left: -5%;
  }
}

.geo {
  position: relative;
  z-index: 10;
  height: 43.75rem;
  margin-top: 6.25rem;
}
@media (max-width: 680px) {
  .geo {
    height: auto;
    margin: 16.25rem 0 5rem;
  }
}
@media (max-width: 414px) {
  .geo {
    margin: 12rem 0 3rem;
  }
}
.geo .item {
  position: absolute;
  z-index: 10;
}
.geo .item .image-box {
  width: 17.25rem;
  height: 9.6875rem;
  margin-bottom: 1.125rem;
  position: relative;
}
.geo .item .image-box:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  z-index: 1;
  background: rgb(208, 229, 255);
  background: -moz-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(208, 229, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(135deg, rgb(208, 229, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  -moz-box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
  box-shadow: 0 1px 0.125rem 0 rgba(42, 124, 212, 0.4);
}
.geo .item .image-box .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.25rem;
  z-index: 10;
  background-color: #2ca8f3;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-family: "Geologica-SemiBold";
  font-size: 2rem;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 540px) {
  .geo .item .image-box .image {
    font-size: 1.6rem;
  }
}
.geo .item .text {
  color: #5e6d8d;
}
@media (max-width: 680px) {
  .geo .item {
    position: static;
    margin-bottom: 3rem;
    width: 300px;
  }
  .geo .item:nth-child(2), .geo .item:nth-child(4) {
    margin-left: auto;
  }
}
.geo .item:nth-child(1) {
  top: 0;
  left: 0;
}
.geo .item:nth-child(1) .image {
  background-image: url(../img/geo-1.jpg);
}
.geo .item:nth-child(2) {
  top: 16.25rem;
  left: 12.5rem;
}
@media (max-width: 992px) {
  .geo .item:nth-child(2) {
    left: 4rem;
  }
}
.geo .item:nth-child(2) .image {
  background-image: url(../img/geo-2.jpg);
}
.geo .item:nth-child(3) {
  bottom: 13.25rem;
  right: 0;
}
.geo .item:nth-child(3) .image {
  background-image: url(../img/geo-3.jpg);
}
.geo .item:nth-child(4) {
  bottom: 0;
  right: 12.5rem;
}
.geo .item:nth-child(4) .image {
  background-image: url(../img/geo-4.jpg);
}

.section-brands {
  margin: 9.375rem 0;
}
@media (max-width: 992px) {
  .section-brands {
    margin: 7rem 0;
  }
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 680px) {
  .brands {
    gap: 1.8rem;
  }
}
.brands .item {
  width: calc(20% - 1rem);
  height: 6.5625rem;
  padding: 0.625rem;
  border-radius: 0.9375rem;
  background: rgba(237, 245, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border: 1px solid rgb(238, 244, 251);
  backdrop-filter: blur(2.5rem);
}
@media (max-width: 680px) {
  .brands .item {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
  }
}
.brands .item:nth-child(6), .brands .item:nth-child(7), .brands .item:nth-child(8), .brands .item:nth-child(9), .brands .item:nth-child(10), .brands .item:nth-child(11) {
  width: calc(16.6666666667% - 1.0625rem);
}
@media (max-width: 680px) {
  .brands .item:nth-child(6), .brands .item:nth-child(7), .brands .item:nth-child(8), .brands .item:nth-child(9), .brands .item:nth-child(10), .brands .item:nth-child(11) {
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
  }
}

.section-company {
  margin: 9.375rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .section-company {
    margin: 7rem 0;
  }
}
.section-company:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 7.5rem;
  bottom: 7.5rem;
  left: -21.875rem;
  right: -21.875rem;
  max-width: 100vw;
  border-radius: 1.5rem;
  opacity: 0.7;
  backdrop-filter: blur(5.625rem);
  background: linear-gradient(201.45deg, rgba(255, 255, 255, 0.5) 28.55%, rgba(208, 229, 255, 0.46) 67.931%), linear-gradient(-11.5deg, rgba(255, 255, 255, 0.5) 16.401%, rgba(208, 229, 255, 0.46) 99.061%);
}
@media (max-width: 1600px) {
  .section-company:after {
    left: -12rem;
    right: -12rem;
  }
}
@media (max-width: 1525px) {
  .section-company:after {
    left: -10rem;
    right: -10rem;
  }
}
@media (max-width: 1440px) {
  .section-company:after {
    left: -7rem;
    right: -7rem;
  }
}
@media (max-width: 1366px) {
  .section-company:after {
    left: -5rem;
    right: -5rem;
  }
}
@media (max-width: 1200px) {
  .section-company:after {
    left: -3rem;
    right: -3rem;
  }
}
@media (max-width: 1080px) {
  .section-company:after {
    left: -1.5rem;
    right: -1.5rem;
  }
}

.offers {
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .offers {
    margin-bottom: 3rem;
  }
}
.offers .item {
  width: 75%;
  padding: 3rem;
  margin-bottom: 3rem;
  font-family: "Geologica-Semibold";
  font-size: 2.5rem;
  line-height: 1.2;
  border-radius: 1.5rem;
  background: rgba(208, 229, 255, 0.55);
  background: -moz-linear-gradient(-45deg, rgba(208, 229, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(208, 229, 255, 0.55)), color-stop(100%, rgba(255, 255, 255, 0.55)));
  background: -webkit-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -o-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: -ms-linear-gradient(-45deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  background: linear-gradient(135deg, rgba(208, 229, 255, 0.5) 0%, rgba(255, 255, 255, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0e5ff", endColorstr="#ffffff", GradientType=1 );
  -webkit-box-shadow: 1px 1px 1px 0 rgba(42, 124, 212, 0.1);
  -moz-box-shadow: 1px 1px 1px 0 rgba(42, 124, 212, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(42, 124, 212, 0.1);
  backdrop-filter: blur(2.5rem);
}
@media (max-width: 992px) {
  .offers .item {
    font-size: 1.5rem;
  }
}
@media (max-width: 680px) {
  .offers .item {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    padding: 2rem;
  }
}
@media (max-width: 540px) {
  .offers .item {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    padding: 1.4rem;
  }
}
.offers .item span {
  color: #2971cc;
}
.offers .item:last-child {
  margin-left: auto;
}

.partners {
  text-align: center;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 10;
}
.partners .post-title {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .partners .post-title {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 540px) {
  .partners .post-title {
    font-size: 0.94rem;
  }
}
.partners .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.partners .logos img {
  max-width: calc(50% - 1.5rem);
}
@media (max-width: 992px) {
  .partners .logos {
    gap: 1.5rem;
  }
}

.bigs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 540px) {
  .bigs {
    gap: 2rem;
  }
}
.bigs .item {
  width: calc(50% - 1rem);
  height: 17.3125rem;
  padding: 3rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgb(41, 114, 204);
  background: -moz-linear-gradient(-45deg, rgb(41, 114, 204) 0%, rgb(44, 167, 243) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(41, 114, 204)), color-stop(100%, rgb(44, 167, 243)));
  background: -webkit-linear-gradient(-45deg, rgb(41, 114, 204) 0%, rgb(44, 167, 243) 100%);
  background: -o-linear-gradient(-45deg, rgb(41, 114, 204) 0%, rgb(44, 167, 243) 100%);
  background: -ms-linear-gradient(-45deg, rgb(41, 114, 204) 0%, rgb(44, 167, 243) 100%);
  background: linear-gradient(135deg, rgb(41, 114, 204) 0%, rgb(44, 167, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2972cc", endColorstr="#2ca7f3", GradientType=1 );
  position: relative;
}
@media (max-width: 992px) {
  .bigs .item {
    height: 12rem;
  }
}
@media (max-width: 540px) {
  .bigs .item {
    width: 100%;
    height: 12rem;
  }
}
.bigs .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.bigs .item:nth-child(1):after {
  background-image: url(../img/num.svg);
}
.bigs .item:nth-child(2):after {
  background-image: url(../img/num-2.svg);
}
.bigs .item .num {
  font-family: "Geologica-SemiBold";
  font-size: 6.25rem;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .bigs .item .num {
    font-size: 4.5rem;
  }
}
@media (max-width: 992px) {
  .bigs .item .num {
    font-size: 3rem;
  }
}
.bigs .item .text {
  font-family: "Geologica-Light";
  font-size: 1.25rem;
  position: relative;
  z-index: 10;
}

/***** COMPONENTS PAGE (Article) *****/
.blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.blog-head .page-title {
  margin-bottom: 0;
}
.blog-head .post-counts {
  color: #5E6D8D;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3.375rem;
}
@media (max-width: 540px) {
  .blog-grid {
    gap: 1.6rem;
  }
}

.screen-reader-text {
  display: none !important;
}

.loads .button {
  width: 100%;
  height: 3.5rem;
  background-color: #F7F8F9;
}

.post-single {
  max-width: 49.375rem;
}
.post-single article {
  font-size: 1rem;
}

.back {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(90deg);
  display: none;
}
@media (max-width: 680px) {
  .back {
    display: block;
  }
}

.singe-image {
  margin: 2rem 0 4.5rem;
  border-radius: 1.25rem;
  width: 100%;
  aspect-ratio: 793/458;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .singe-image {
    margin: 2rem 0;
  }
}

.page-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 3rem;
}
.page-head .page-title {
  width: calc(50% - 1.5rem);
}
@media (max-width: 680px) {
  .page-head .page-title {
    width: 100%;
    margin: 0;
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .products {
    gap: 1.5rem 1rem;
  }
}

.woocommerce-result-count {
  color: #5e6d8d;
}

.woocommerce-ordering,
.woocommerce-notices-wrapper {
  display: none !important;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  gap: 1rem;
  margin: 2rem 0;
}
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  background-size: 0.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/arrow.svg);
  font-size: 0;
}
.woocommerce-pagination .prev {
  transform: rotate(180deg);
}
.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-family: "Geologica-Light";
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1px solid #aeb6c5;
  color: #5e6d8d;
}
.woocommerce-pagination .page-numbers:hover {
  border-color: #031b4c;
}
.woocommerce-pagination .current {
  background-color: #031b4c;
  border-color: #031b4c;
  color: #fff;
}

.page-cats .lmp_load_more_button {
  margin-top: 2.5rem;
}
.page-cats .lmp_load_more_button .button.lmp_button {
  width: 100%;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Geologica-Semibold";
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.5rem !important;
  padding: 0.5rem 1.5rem;
  gap: 0.625rem;
  border: none !important;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  background-color: #f7f8f9 !important;
  color: #031b4c !important;
}
.page-cats .lmp_load_more_button .button.lmp_button:active, .page-cats .lmp_load_more_button .button.lmp_button:focus {
  border-radius: 2rem !important;
  transition: 0.3s;
  box-shadow: none;
  background-color: #f7f8f9 !important;
  color: #031b4c !important;
}
.page-cats .lmp_load_more_button .button.lmp_button:hover {
  border-radius: 2rem !important;
  transition: 0.3s;
  box-shadow: 0 0.25rem 1.0625rem 0 rgba(41, 42, 40, 0.25);
  background-color: #f7f8f9 !important;
  color: #031b4c !important;
}

.filter-cat {
  display: none;
}
.filter-cat .toggle-filter {
  background: #f7f8f9;
  font-family: "Geologica-Light";
  font-size: 14px;
}
.filter-cat .toggle-filter .counter {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #f0f2f5;
  font-family: "Geologica-SemiBold";
  color: #031b4c;
  font-size: 0.875rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: none;
}
.filter-cat .reset {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Geologica-Light";
  font-size: 0.875rem;
  color: #031b4c;
}
.filter-cat .reset:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../img/icons/x-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .filter-cat {
    display: flex;
    gap: 1.5rem;
  }
}

.sidebar {
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: 1.5rem 0 5.5rem;
    display: block;
    transition: 0.4s;
    gap: 0;
  }
  .sidebar.active {
    left: 0;
    transition: 0.4s;
  }
}
.sidebar .section-title {
  display: none;
}
@media (max-width: 992px) {
  .sidebar .section-title {
    display: flex;
    gap: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .sidebar .section-title .close {
    display: inline-flex;
  }
}
.sidebar .bottom-filter {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 1px solid rgb(240, 242, 245);
  box-shadow: 0 -0.125rem 7.5rem 0 rgba(3, 27, 76, 0.05);
  background: #fff;
}
.sidebar .bottom-filter.bottom-mob {
  display: none;
}
@media (max-width: 992px) {
  .sidebar .bottom-filter.bottom-mob {
    display: flex;
  }
}
.sidebar .bottom-filter .button {
  width: calc(50% - 0.5rem);
}

.filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 992px) {
  .filter {
    display: block;
    height: calc(100% - 58px);
    overflow-y: auto;
    padding: 0 1.5rem;
  }
}
.filter .berocket_single_filter_widget {
  position: relative;
}
.filter .bapf_head {
  display: flex;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: 0.4375rem 1rem;
  border: 1px solid rgb(240, 242, 245);
  border-radius: 0.5rem;
  background: #fff;
  gap: 1rem;
  font-family: "Geologica-Light";
  font-size: 1rem;
  color: #5e6d8d;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .filter .bapf_head {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(240, 242, 245);
    padding: 0.4375rem 0;
    height: 4rem;
    border-radius: 0;
  }
}
.filter .bapf_head h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Geologica-Light";
  font-size: 1rem;
  color: #5e6d8d;
}
@media (max-width: 992px) {
  .filter .bapf_head h3 {
    font-family: "Geologica-Medium";
    font-size: 20px;
  }
}
.filter .bapf_head .count {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #f0f2f5;
  font-family: "Geologica-SemiBold";
  color: #031b4c;
  font-size: 0.875rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.filter .bapf_head:after {
  content: "";
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
}
.filter .bapf_head.active {
  width: 23.75rem;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .filter .bapf_head.active {
    width: 100%;
  }
}
.filter .bapf_head.active:after {
  transform: rotate(180deg);
  transition: 0.4s;
}
.filter .bapf_body {
  width: 23.75rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid rgb(240, 242, 245);
  border-radius: 0.5rem;
  background: #fff;
  display: none;
}
.filter .bapf_body.active {
  display: block;
}
@media (max-width: 992px) {
  .filter .bapf_body {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
  }
}
.filter .bapf_body .count {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #f0f2f5;
  font-family: "Geologica-SemiBold";
  color: #031b4c;
  font-size: 0.875rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  .filter .bapf_body > ul {
    max-height: 28.125rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f0f2f5 transparent;
    /* Работает в Chrome, Edge и Safari */
  }
  .filter .bapf_body > ul::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  .filter .bapf_body > ul::-webkit-scrollbar-track {
    background: transparent;
    border-left: 1px solid #d4d7e7;
  }
  .filter .bapf_body > ul::-webkit-scrollbar-thumb {
    background-color: #f0f2f5;
    border-radius: 1.25rem;
  }
  .filter .bapf_body > ul::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
.filter .bapf_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter .bapf_body ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0 1.5rem;
  border-bottom: 0.125rem solid #f0f2f5;
  font-family: "Geologica-SemiBold";
  font-size: 1rem;
}
@media (max-width: 992px) {
  .filter .bapf_body ul li {
    padding: 0;
  }
}
.filter .bapf_body ul li:last-child {
  border: none;
}
.filter .bapf_body ul li .roundpcs {
  display: none;
}
.filter .bapf_body ul li .togg {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.3s;
  cursor: pointer;
}
.filter .bapf_body ul li .togg.active {
  transform: rotate(180deg);
  transition: 0.3s;
}
.filter .bapf_body ul li ul {
  border-top: 0.125rem solid #f0f2f5;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: none !important;
}
@media (max-width: 992px) {
  .filter .bapf_body ul li ul {
    width: 100%;
    margin: 0;
  }
}
.filter .bapf_body ul li ul.active {
  display: block !important;
}
.filter .bapf_body ul li ul li {
  font-family: "Geologica-Light";
  border: none;
}
.filter .bapf_body ul li ul li .roundpcs {
  display: inline;
  color: #5e6d8d;
  font-size: 1rem;
}
.filter .bapf_body ul li input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter .bapf_body ul li input + label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3.5rem;
  user-select: none;
  color: #5e6d8d;
  cursor: pointer;
}
.filter .bapf_body ul li input + label::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0.125rem solid #aeb6c5;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
}
.filter .bapf_body ul li input:not(:disabled):not(:checked) + label:hover {
  color: #031b4c;
}
.filter .bapf_body ul li input:not(:disabled):not(:checked) + label:hover::before {
  border-color: #5e6d8d;
}
.filter .bapf_body ul li input:focus + label::before {
  border-color: #5e6d8d;
}
.filter .bapf_body ul li input:checked + label {
  color: #031b4c;
}
.filter .bapf_body ul li input:checked + label::before {
  border-color: #031b4c;
  background-color: #031b4c;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.filter .bapf_body ul li.parent input:checked + label::before {
  border-color: #031b4c;
  background-color: #031b4c;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3L9 3' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.filter .bapf_body ul li.parent ul li input:checked + label::before {
  border-color: #031b4c;
  background-color: #031b4c;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
@media (max-width: 992px) {
  .filter .bapf_body .bottom-filter {
    display: none;
  }
}
.filter .berocket_single_filter_widget_172 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 992px) {
  .filter .bapf_rst_nofltr,
.filter .berocket_single_filter_widget_172 {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
}
.filter .bapf_rst_nofltr .bapf_body,
.filter .berocket_single_filter_widget_172 .bapf_body {
  display: block;
  width: auto;
  position: relative;
  top: 0;
  margin: 0 0 0 1rem;
  padding: 0;
  border: none;
  background: transparent;
}
.filter .bapf_rst_nofltr .bapf_body .bapf_reset,
.filter .berocket_single_filter_widget_172 .bapf_body .bapf_reset {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Geologica-Light";
  font-size: 0.875rem;
  color: #031b4c;
}
.filter .bapf_rst_nofltr .bapf_body .bapf_reset:before,
.filter .berocket_single_filter_widget_172 .bapf_body .bapf_reset:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../img/icons/x-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.filter .bapf_rst_nofltr .bapf_body .bottom-filter,
.filter .berocket_single_filter_widget_172 .bapf_body .bottom-filter {
  display: none !important;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  gap: 2rem;
  margin-bottom: 4.5rem;
}
.product-detail .image {
  width: calc(50% - 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media (max-width: 680px) {
  .product-detail .image {
    width: 100%;
  }
}
.product-detail .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1.5rem;
}
.product-detail .block {
  width: calc(50% - 1rem);
  word-wrap: normal;
}
@media (max-width: 680px) {
  .product-detail .block {
    width: 100%;
  }
}
.product-detail .page-title {
  margin-bottom: 1.5rem;
}
.product-detail .scu {
  margin-bottom: 0.5rem;
  color: #5e6d8d;
}
@media (max-width: 680px) {
  .product-detail .scu {
    text-align: right;
    margin-top: -2rem;
  }
}
.product-detail .atributes {
  margin: 1.5rem 0 2rem;
}
@media (max-width: 680px) {
  .product-detail .atributes {
    margin: 2rem 0;
  }
}
.product-detail .atributes ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-detail .atributes ul li {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-detail .atributes ul li span:first-child {
  font-family: "Geologica-SemiBold";
  color: #5e6d8d;
}
.product-detail .atributes ul li p {
  margin: 0;
}
.product-detail .order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
@media (max-width: 680px) {
  .product-detail .order {
    border-top: 1px solid #f0f2f5;
    padding-top: 2rem;
  }
}
.product-detail .order .phone {
  font-family: "Geologica-SemiBold";
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.product-detail .order button.button {
  width: 100%;
}
@media (max-width: 992px) {
  .product-detail .order button.button {
    display: none;
  }
}
.product-detail .order a.button {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .product-detail .order a.button {
    display: flex;
  }
}

.product-description {
  max-width: 55.625rem;
  margin-bottom: 3.125rem;
}
.product-description .docs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.product-description .docs a {
  color: #031b4c;
}
@media (max-width: 540px) {
  .product-description .docs a {
    width: 100%;
  }
}
.product-description .docs a img,
.product-description .docs a svg {
  width: 1.5rem;
}
.product-description .short {
  margin-bottom: 2rem;
}

.order-page {
  padding-bottom: 5rem;
}
.order-page .title {
  font-family: "Geologica-Semibold";
  font-size: 2.5rem;
  line-height: 1.2;
}
.order-page .title span {
  color: #2971cc;
}
@media (max-width: 992px) {
  .order-page .title {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .order-page .title {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  .order-page .title {
    font-size: 1.6rem;
  }
}

.home {
  background-image: url(../img/bg/home-bg.png);
  background-size: 100% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.home .decor-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -37.5rem;
  width: 82.5rem;
  height: 82.5rem;
  background-image: url(../img/bg/decor-home-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 6.25rem;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-template-about {
  background-image: url(../img/bg/about-bg.png);
  background-size: 100% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.page-template-template-about .decor-1 {
  display: none;
}
.page-template-template-about .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 0;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog {
  background-image: url(../img/bg/blog-bg.png);
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.blog .decor-1 {
  display: none;
}
.blog .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 0;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-template-contacts {
  background-image: url(../img/bg/contacts-bg.png);
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.page-template-template-contacts .decor-1 {
  display: none;
}
.page-template-template-contacts .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 6.25rem;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.single, .page-template-default {
  background-image: url(../img/bg/contacts-bg.png);
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.single .decor-1, .page-template-default .decor-1 {
  position: absolute;
  z-index: 1;
  top: -6.25rem;
  right: -37.5rem;
  width: 82.5rem;
  height: 82.5rem;
  background-image: url(../img/bg/decor-home-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.single .decor-2, .page-template-default .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 6.25rem;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.post-type-archive {
  background-image: url(../img/bg/contacts-bg.png);
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.post-type-archive .decor-1 {
  position: absolute;
  z-index: 1;
  top: -6.25rem;
  right: -37.5rem;
  width: 82.5rem;
  height: 82.5rem;
  background-image: url(../img/bg/decor-home-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.post-type-archive .decor-2 {
  position: absolute;
  z-index: 1;
  right: -6.25rem;
  left: -6.25rem;
  bottom: 6.25rem;
  height: 68.75rem;
  background-image: url(../img/bg/decor-home-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}