@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat";
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}

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

:focus-visible {
  outline: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.container {
  max-width: 1150px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 15px 30px;
  position: fixed;
  z-index: 2;
  width: 100%;
  transition: background-color 0.3s ease;
  color: #FFF;
}

.header.scrolled {
  background-color: #003f7d; 
}

.header__container {
  display: flex;
  align-items: center;
}

.header__logo img {
  height: 56px;
}

.menu {
  margin: auto 0;
}

.menu__list {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  gap: 20px;
}

.menu__link:hover {
 color: #ffa236;
}


.logo_menu {
  display: none;
}

.menu_btn .header__block {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  gap: 10px;
  margin: 40px 0 0;
}   

.menu_btn {
  display: none;
}

.header .social {
  display: flex;
  gap: 20px;
  margin: auto 20px auto auto;
}

.header .social img{
  height: 50px;
}

.header-contact {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.header__logo {
  margin-right: 30px;
}

.btn, .wp-block-button__link {
  background-color: #0a6fd1;
  padding: 15px 20px;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  color: #FFF;
}

.btn:hover, .wp-block-button__link:hover {
  background-color: #276db2;
}


.btn::after, .wp-block-button__link::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
  webkit-animation: moving 3s ease-in-out infinite;
  -moz-animation: moving 3s ease-in-out infinite;
  -ms-animation: moving 3s ease-in-out infinite;
  -o-animation: moving 3s ease-in-out infinite;
  animation: moving 3s ease-in-out infinite;
}

@keyframes moving {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
  }
  30% {
    -webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(33.5em);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(33.5em);
  }
}

.header__burger-btn {
  display: none;
  cursor: pointer;
  text-wrap: nowrap;
  align-items: center;
  gap: 10px;
  background-color: #0a6fd1;
  opacity: 0.60;
  height: 59px;
  margin: auto 0 auto 40px;
  padding: 18px 20px;
  color: #FFFFFF;
  border-radius: 68px;
  border: 0;
  z-index: 11;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.header__burger-line {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  left: 5px;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.header__burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
}


.header.open .header__burger-btn .header__burger-line {
  background-color: #fff;
}

.header.open .header__burger-btn .header__burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.header.open .header__burger-btn .header__burger-line:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger-btn .header__burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}





.header__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 50px;
  color: #FFFFFF;
  gap: 10px;
}

.header__nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 17.58px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #FFFFFF;
}

.orange-btn {
  background-color: #ffa236;
}

.orange-btn:hover {
  background-color: #e5a357;
  border: none;
}


.hero {
  background-image: url(../img/img_bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  padding: 150px 0 200px;
  color: #FFF;
}

.hero .start-block {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}

.hero .start-block .elem1 {
  background-image: url(../img/flag.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding: 25px 60px 25px 30px;
  font-weight: 500;
  line-height: 1.3;
}

.hero .start-block .elem2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero .start-block .elem2 img{
  max-width: 80px;
}

.hero .desc {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}

.hero .flex {
  display: flex;
  gap: 30px;
  align-items: center;
}

.hero .btn-info {
  display: flex;
  gap: 40px;
  margin: 40px 0;
  align-items: center;
}

.hero .btn-info img{
  height: 45px;
  border-radius: 100px;
}

.title, .profit__text h2 {
  font-family: "Montserrat";
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  text-align: left;
}

.hero__title {
  font-size: 40px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.2;
  max-width: 620px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}

.hero__title span {
  color: #e5a357;
}

.hero .right-block {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-width: 1px;
  border-radius: 22px;
  background-position: center center;
  border-color: #ffa236;
  border-style: solid;
  padding: 30px;
}

.hero .right-block .min-title{
  color: #ffa236;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

.hero .right-block .btn-flex{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.white-btn {
  border-width: 1px;
  border-radius: 4px;
  background: none;
  border-color: #ffffff;
  border-style: solid;
}


.relative {
  background-color: #0a6fd1;
  color: #FFF;
  margin: -80px auto 50px;
  max-width: 1150px;
  padding: 20px;
  width: 90%;
  border-radius: 22px;
  position: relative;
}

.benefits__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.benefits__item {
  max-width: 190px;
  font-size: 12px;
  margin: auto;
}

.title-flex {
  display: flex;
  align-items: center;
}

h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.title-flex .btn {
  margin-left: auto;
}

.benefits__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.benefits__flex .item{
  border-radius: 12px;
  background-color: #0a6fd1;
  color: #FFF;
  width: calc(33% - 10px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.benefits__flex .item img{
  margin: auto;
}

.benefits__flex .item .desc{
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.benefits__flex .item .title-item{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-right: auto;
}

.benefits__flex .info-item{
  font-size: 12px;
  line-height: 1.5;
}

.help-block {
  border-radius: 12px;
  background-color: #eff1f4;
  margin: 30px 0 60px;
  padding: 35px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.help-block .text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: auto;
}

.help-block .help-desc {
  font-size: 18px;
}

.help-block .btn {
  margin-top: 25px;
}

.help-block img {
  height: 250px;
}

h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}


.about-main {
  background-color: #eff1f4;
  padding: 50px 0;
}

.about-main .flex{
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-main .flex .left{
  max-width: 550px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-main .flex .left .desc{
  font-size: 18px;
    line-height: 1.3;
}

.about-main .flex .left .btn{
 max-width: 250px;
  margin-top: 30px;
}

.about-main .flex .right{
 display: flex;
flex-wrap: wrap;
max-width: 450px;
gap: 10px
}

.about-main .flex .right .item{
  max-width: calc(50% - 5px);
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #0a6fd1;
  color: #FFF;
}

.about-main .flex .right .item .num{
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}

.about-main .flex .right .item .num span{
  font-size: 30px;
}

.about-main .flex .right .item.orng {
  background-color: #ffa236;
}

h2 span {
  color: #ffa236
}

.catalog {
  background-color: #eff1f4;
  padding: 50px 0 80px;
}


.catalog__btns {
  display: flex;
  align-items: center;
  gap: 13px;
}

.catalog h2 {
  font-size: 28px;
  margin-right: auto;
}

.catalog .title-flex {
  gap: 20px;
  margin-bottom: 30px;
}

.catalog-prev, .doc-prev {
  background: #0a6fd1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color 0.3s ease-in-out;
}

.catalog-prev:hover, .doc-prev:hover {
  border-color: #ffa236;
}

.catalog-next, .doc-next {
  transform: rotate(180deg);
  background: #0a6fd1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;;
  transition: border-color 0.3s ease-in-out;
}

.catalog-next:hover, .doc-next:hover {
  border-color: #ffa236;
}

.catalog__card {
  max-width: 350px;
  min-height: 270px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.catalog__card img {
  max-width: 80%;
  height: 90px;
  margin: 0 auto auto;
  object-fit: contain;
}

.catalog__text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 145px;
}

.catalog__card .tag {
  background: #cad6ee;
  width: fit-content;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 10px;
  color: #FFF;
  border-radius: 100px;
}

.catalog__subtitle {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: auto;
}

.catalog__text {
  font-size: 15px;
}

.catalog__price {
  font-size: 13px;
}

.catalog__price span{
  font-size: 16px;
  color: #ffa236;
  font-weight: 600;
  padding-left: 5px;
}

.catalog__swiper .swiper-slide {
  max-width: 345px;
}

.doc__swiper .swiper-slide {
  max-width: 250px;
}

.doc__swiper .catalog__card {
  background: #cad6ee;
}

.doc__swiper .catalog__card a{
  display: block;
  margin: auto;
  width: fit-content;
  text-align: center;
}

.doc__swiper .catalog__card img {
  max-width: 85%;
  margin: auto;
  height: auto;
}


.gallery {
  padding: 80px 0;
}

.gallery {
  padding: 80px 0;
}

.swiper-button-next, .swiper-button-prev {
  color: #0a6fd1;
}

.swiper-pagination-bullet-active {
  background: #0a6fd1;
}

.geo {
  padding: 10px 0 120px;
}

.geo .desc{
  max-width: 400px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.geo .map img{
  width: 100%;
}

.geo .map {
  width: 100%;
  position: relative;
}

.geo .map::after {
  content: "Пермь";
  position: absolute;
  left: 38%;
  top: 52%;
}

.geo .ingeo {
 border-radius: 21px;
  background-color: #0a6fd1;
  width: 95%;
  color: #FFF;
  display: flex;
  gap: 20px;
  padding: 50px;
  bottom: -12%;
  max-width: 1000px;
  align-items: center;
}

.geo .ingeo .text {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}

.geo .ingeo .btn {
  width: 321px;
}

.call {
    background-image: url(../img/img_bg2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    color: #FFF;
}

.call .desc {
  font-size: 18px;
  margin-bottom: 50px;
}

.call .flex{
  display: flex;
  gap: 20px;
}

.call .flex .line{
  display: flex;
  gap: 20px;
}

.call .flex .input{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

input {
  color: rgb(0, 0, 0);
  border: 0px solid rgb(0, 0, 0);
  background-color: rgb(247, 247, 247);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  height: 53px;
  padding: 20px;
  max-width: 280px;
  width: 100%;
}

textarea {
  color: rgb(0, 0, 0);
  border: 0px solid rgb(0, 0, 0);
  background-color: rgb(247, 247, 247);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  height: 120px;
  padding: 20px;
  max-width: 580px;
  width: 100%;
}

.send-data {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.callMe__label {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 580px;
}

.checkbox {
  width: 25px;
  height: 25px;
}

.call .right{
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-left: auto;
}

.call .right a{
  font-size: 35px;
  font-weight: 600;
}

.call .right .list {
  display: flex;
  gap: 20px;
  max-width: 430px;
  margin: auto;
  text-align: left;
}

.call .right .list .item{
  background-image: url(../img/check.svg);
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 25px;
}

footer {
  background-color: #1b1f22;
  padding: 60px 0 20px;
  color: #FFF;
}

footer .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

footer .item {
  font-size: 12px;
}

footer .item-1 {
  grid-column: 1;
  grid-row: span 3;
}

footer .item-2 {
  grid-column: 2;
  grid-row: span 3;
}

footer .item-3 {
  grid-column: 3;
  grid-row: 1;
  font-weight: 600;
  font-size: 20px;
}

footer .item-4 {
  grid-column: 3;
  grid-row: 2;
}

footer .item-5 {
  grid-column: 3;
  grid-row: 3;
}

footer .item-6 {
  grid-column: 4;
  grid-row: 1;
  font-weight: 600;
  font-size: 20px;
}

footer .item-7 {
  grid-column: 4;
  grid-row: 2;
}

footer .item span {
   display: block;
  margin-bottom: 10px;
  font-weight: 600;
}


   
   
.nav-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 15px;
}

.footer__end {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  font-size: 14px;
}

.footer__end a{
  margin-left: auto;
}


.popup-block {
  display:none;
  }
  
  .popup-block .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(117, 117, 117, 0.9);
    z-index: 99999999999999;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .popup-block .block {
    max-width: 500px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 99999999999;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font-size: 18px;
    color: #111;
  }
  
.popup-block .block .close {
  width: 40px;
  height: 40px;
  font-size: 60px;
  color: #FFF;
  position: fixed;
  top:5px;
  right:5px;
  cursor:pointer;
  transform: rotate(45deg);
  }
  
  .popup-block .block .close:hover {
  color:#ffa236
  }

.popup-block .block .name {
      font-size: 25px;
    font-weight: 600;
    margin-bottom: 14px;
}

.popup-block .block .send-data {
  margin-top: 20px;
}

.popup-block .block .input {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: left;
}

.popup-block .block input, .popup-block .block textarea {
  max-width: 100%;
  border: 1px solid #c9c9c9;
  background: none;
}

.popup-block .block select {
  max-width: 100%;
  border: 1px solid #c9c9c9;
  background-color: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  height: 53px;
  padding: 10px 20px;
}

.popup-block .block .callMe__text {
  text-align: left;
  font-size: 13px;
}
  

.about-page {
  background-image: url(../img/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  padding: 150px 0 100px;
  color: #FFF;
  text-align: center;
}

.about-page h1 {
  max-width: 1000px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  font-size: 40px;
}


.about-page .desc {
  font-size: 22px;
  line-height: 1.5;
}

.about-why {
  padding: 80px 0;
}

.about-why .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 60px 0;
  }

.about-why .grid .item {
    background: #ebf1f7;
    padding: 16px;
    border-radius: 8px;
    flex: 0 0 calc(33.333% - 13.33px);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5;
    gap: 15px;
}
 

.about-why .grid .item:nth-child(n+4) {
    flex: 0 0 calc(50% - 10px); /* 2 на строку */
  }

.about-why .grid .item span {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.flex-text {
  display: flex;
  gap: 50px;
  margin: 60px 0;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}

.flex-text p{
  margin: 10px 0;
}

.flex-text img{
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
}

.full-img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.dop-header {
  background-color: #003f7d;
  width: 100%;
  height: 120px;
}

.page {
  padding-bottom: 50px;
}

.page h1{
  margin: 50px 0;
  font-size: 40px;
  text-transform: uppercase;
}

.page h2{
  font-size: 25px;
}

.page h3{
  font-size: 20px;
}

.contact .flex {
    display: flex;
    gap: 50px;
    align-items: center;
    line-height: 1.5;
    font-size: 18px;
}

.page p {
  margin: 5px 0;
}

.page a {
  color: rgb(10, 111, 209);
}

.contact .map {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;

}

.contact .map iframe{
  border: none;

}

.contact .over-contact {
    display: flex;
    margin-top: 50px;
    width: 100%;
    gap: 30px;
    border-radius: 19px;
    background-color: #f6f6f6;
    padding: 40px;
    line-height: 1.5;
}

.contact .over-contact .item {
  margin: 0 auto;
}


.contact .over-contact .item .info{
  margin-top: 10px;
}

.opros .page-text p:first-child {
  margin-bottom: 50px;
}

.opros .page-text a {
  color: #ffffff;
  background-color: #0a6fd1;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
}

.bread-crumbs {
  font-size: 18px;
  margin: 40px 0;
  font-weight: 600;
}

.single-flex {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.single-flex img{
  width: 50%;
}

.single-flex .info-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.single-flex .info-block h1{
  font-size: 25px;
  text-transform: none;
  margin: 0;
}

.single-flex .info-block .btns{
  display: flex;
  gap: 20px;
}

.single-flex .info-block .btns .btn{
 color: #FFF;
}

.page ul, .page ol {
  padding-left: 30px;
  margin: 10px 0;
}

.page ul li {
  list-style: disc;
  margin: 5px 0;
}

.tag-navigation {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.tag-navigation a {
  background: #eff1f4;
  display: block;
  padding: 15px 25px;
  border-radius: 100px;
  color: #6e6e6e;
  font-weight: 600;
}

.tag-navigation a:hover {
  background: #ffa236;
  color: #FFF;
}

.category h2 {
  padding: 50px 0;
  text-align: center;
}

.category .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.category .flex .card{
  display: flex;
  width: calc(33% - 25px);
  flex-direction: column;
  gap: 20px;
}

.category .flex .card a.btn{
  display: block;
  color: #FFF;
  max-width: 200px;
  margin-top: 15px;
}

.card-text-block {
  margin-top: auto;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

table.category-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
  }

 .category-table th, .category-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
  }

.category-table th {
    background-color: #0a6fd1; /* фирменный синий оттенок */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

.category-table tr {
  cursor: pointer;
}

.category-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

.category-table tr:hover {
    background-color: #f1f1f1;
  }

.wp-block-column {
  display: flex;
  flex-direction: column;
}

.wp-block-buttons {
   margin-top: auto;
}

.wp-block-buttons .wp-block-button__link {
  margin-top: 10px;
  color: #FFF;

}

.wp-block-column .btns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-self: center;
}

.wp-block-column .btns a{
  color: #FFF;
}

.page h2 {
  margin: 30px 0;
}