*:not(div, p, span, h1, h2, h3, h4, h5, h6, li) {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

:root {
    --black: #111;
    --white: #fff;
    --gray: #757575;
    --grayLight: #dbdbdb;
    --primary: #2079ff;
    --primaryDark: #1b52a5;
    --primaryLight: #9cc4ff;
    --linear-gradient: linear-gradient(
        88deg,
        #2079ff 5.18%,
        #74abff 58.4%,
        #2079ff 92.74%
    );
}

html,
body {
    height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #f6f8f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    text-transform: uppercase;
}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: var(--black);
}

main#main {
    flex: 1 0 auto;
    margin-bottom: 9.375rem;
    margin-top: 15.625rem;
}

img {
    max-width: 100%;
    display: block;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1580px;
    padding: 0 1.25rem;
    margin: 0 auto;
}

span.primary {
    color: var(--primary);
}

span.primaryDark {
    color: var(--primaryDark);
}

td[data-align="center"] img {
	margin: auto;
}

.about-content--wp h2, .page-content h2 {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
}

.about-content--wp h3, .page-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    margin-top: 1.875rem;
}

.about-content--wp p, .page-content p {
    font-size: 1.125rem;
    font-weight: 400;
/*     font-family: var(--montserrat); */
    letter-spacing: 0.02em;
    line-height: 2em;
/*     color: var(--secondary-color); */
    margin-bottom: 1.25rem;
}

.about-content--wp ul, .page-content ul {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.875rem;
    border: 1px solid var(--gray-light);
    border-radius: 10px;
}

.about-content--wp li, .page-content li {
    list-style-type: unset;
    font-size: 1.125rem;
}

.about-content--wp a, .page-content a {
    color: var(--primary);
}


.page-title {
	margin-bottom: 3.125rem;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    flex: 0 0 auto;
    padding: 1.875rem 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.header-inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    z-index: 990;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    color: var(--black);
}

.header-logo img {
    width: 50px;
    height: 50px;
}

.header-logo span {
    font-weight: 500;
}

.header-info {
    display: flex;
    gap: 5rem;
}

.header-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

.header-info-title {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
}

.header-info-content {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.header-features {
    display: flex;
    align-items: center;
    gap: 3.125rem;
}

/* .header-lang {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

.header-lang-item {
    font-size: 1rem;
    font-weight: 500;
}

.header-lang-link {
    color: var(--black);
}

.header-lang-link:hover {
    color: var(--primary);
}

.header-lang-link_active {
    color: var(--primary);
} */

.gtranslate_wrapper .gt_float_switcher .gt_options {
    position: absolute;
    background: #fff;
}

.gtranslate_wrapper .gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
    background: var(--primary);
    color: #fff;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
}

.gt_options {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gtranslate_wrapper .gt_float_switcher img {
    width: 25px;
    margin: 0;
}

.gtranslate_wrapper .gt-current-lang {
    display: flex;
    gap: 0.325rem;
}

.gt-lang-code {
    font-size: 1rem;
}

.gtranslate_wrapper .gt_float_switcher {
    box-shadow: none;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
}

.bvi-open {
    display: flex;
}

.bvi-widget,
.bvi-shortcode {
    padding: 0 !important;
}

.bvi-widget,
.bvi-shortcode a,
.bvi-widget a,
.bvi-shortcode {
    color: var(--primary) !important;
    background: none !important;
}

.bvi-widget .bvi-svg-eye,
.bvi-shortcode .bvi-svg-eye {
    height: 1em;
    font-size: 1.5rem !important;
}

.header-eye {
    cursor: pointer;
}

.header-burger {
    width: 2.8125rem;
    height: 2.8125rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header-burger-item {
    width: 28px;
    height: 1px;
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.header-burger_active {
    justify-content: center;
    gap: 0;
}

.header-burger_active .header-burger-item:nth-child(1) {
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -moz-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    -o-transform: rotate(45deg) translate(0, 1px);
}

.header-burger_active .header-burger-item:nth-child(2) {
    margin-right: -20px;
    opacity: 0;
}

.header-burger_active .header-burger-item:nth-child(3) {
    transform: rotate(-45deg) translate(0, -1px);
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    -moz-transform: rotate(-45deg) translate(0, -1px);
    -ms-transform: rotate(-45deg) translate(0, -1px);
    -o-transform: rotate(-45deg) translate(0, -1px);
}

.header-bottom {
    position: relative;
    padding: 0 6.25rem;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.menu-item {
    width: max-content;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
}

.menu-item a {
    color: var(--black);
}

.menu-item a:hover {
    color: var(--primary);
}

.menu-item.current-menu-item a {
    color: var(--primary);
}

.menu-item.current-menu-item .sub-menu li a {
    color: var(--black);
}

.menu-item.current-menu-item .sub-menu li a:hover {
    color: var(--primary);
}

.menu-item.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

.menu-item.menu-item-has-children > a::after {
    width: 10px;
    height: 6px;
    content: "";
    display: block;
    background-image: url("../images/header/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.menu-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-item.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.menu-item.menu-item-has-children::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.875rem;
    display: block;
    visibility: hidden;
}

.menu-item.menu-item-has-children:hover::after {
    visibility: visible;
}

.menu-item .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.875rem;
    padding: 1.25rem 1.25rem;
    visibility: hidden;
    opacity: 0;
    background: var(--white);
    border-top: 1px solid var(--primary);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.intro {
    margin-bottom: 9.375rem;
}

.intro-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.intro-title {
    margin-bottom: 1.875rem;
}

.intro-desc {
    max-width: 880px;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 5rem;
}

.btn {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.875rem 6.25rem;
    background: var(--linear-gradient);
    box-shadow: 0px 4px 15px 0px rgba(32, 121, 255, 0.6);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.btn:hover {
    box-shadow: none;
}

.btn:active {
    animation: 0.8s forwards scale;
    -webkit-animation: 0.8s forwards scale;
}

.about {
    margin-bottom: 9.375rem;
}

.about-inner {
    display: flex;
    justify-content: space-between;
    gap: 3.125rem;
}

.about-img {
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-title {
    margin-bottom: 3.125rem;
}

.about-desc {
    max-width: 890px;
    margin-bottom: 1.875rem;
}

.about-address {
    display: flex;
    gap: 0.625rem;
    margin-bottom: 3.125rem;
}

.about-address-content {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

.about-address-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.about-address-text {
    font-size: 1.25rem;
}

.about-list {
	margin-bottom: 3.125rem;
}

.about-list-item {
    display: flex;
    gap: 0.325rem;
    font-size: 1.25rem;
    margin-left: 1rem;
}

.about-list-item li {
    width: max-content;
    list-style-type: disc;
}

.services {
    margin-bottom: 9.375rem;
}

.services-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-title {
    margin-bottom: 3.125rem;
}

.services-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.services-row {
    width: 100%;
    display: flex;
    gap: 1.25rem;
}

.services-item {
    width: 50%;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-item-text {
    text-align: center;
    font-size: 1.25rem;
    color: var(--white);
    z-index: 3;
}

.services-item svg {
    margin-left: -26px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.services-item:hover {
    gap: 0.625rem;
}

.services-item:hover svg {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.services-item-img {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-title {
    margin-bottom: 3.125rem;
}

.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.125rem;
}

.news-item {
    width: 21.25rem;
    height: 22.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-item-img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    margin-bottom: 0.9375rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item-date {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
}

.news-item-title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
}

.news-item-title:hover {
    color: var(--primary);
}

.news-item-link {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    color: var(--gray);
}

.news-item-link:hover {
    color: var(--primary);
}

.news-item-link:hover svg path {
    fill: var(--primary);
}

.footer {
    width: 100%;
    display: block;
    flex: 0 0 auto;
}

.footer-inner {
    display: flex;
    flex-direction: column;
}

.footer-top {
    width: 100%;
    padding: 3.125rem 0;
    background: var(--primary);
}

.footer-top-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.footer-top-col {
    display: flex;
    flex-direction: column;
}

.footer-top-main {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.footer-top-row {
    display: flex;
    gap: 3.125rem;
}

.footer-top-row.footer-top-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.125rem;
}

.footer-links-wrapper {
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
}

.footer-links-title,
.footer-contacts-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-menu .menu-item {
    font-size: 1rem;
    font-weight: 400;
}

.footer-menu .menu-item a {
    color: var(--primaryLight);
}

.footer-menu .menu-item a:hover {
    color: var(--white);
}

.footer-contacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
}

.footer-contacts-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3.125rem;
}

.footer-contacts-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.footer-contacts-text {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
}

.footer-map iframe {
    max-width: 100%;
    width: 32.5rem;
    height: 23.75rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-top-logos {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.875rem 1.875rem;
    background: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-logos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9375rem;
    overflow-x: auto;
}

.footer-logos-prev, .footer-logos-next {
    cursor: pointer;
}

.slick-track {
    display: flex;
    align-items: center;
    gap: 3.125rem;
}

.slick-initialized .slick-slide {
    width: max-content!important;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    width: 100%;
    background: var(--white);
    padding: 1.5625rem 0;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.footer-copyright {
    font-size: 1rem;
    font-weight: 400;
}

.footer-unp {
    font-size: 1rem;
    font-weight: 400;
}

.flex-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.breadcrumbs {
    margin-bottom: 1.25rem;
}

.breadcrumbs span {
    display: flex;
    gap: 0.9375rem;
    color: var(--gray);
}

.breadcrumbs a {
    color: var(--gray);
}

.breadcrumbs a:hover {
    color: var(--primary);
}

.breadcrumbs span[aria-current="page"] {
    color: var(--primary);
}

.services.page {
    margin-bottom: 0;
}

.service-title {
    margin-bottom: 3.125rem;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}

.service-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.service-table,
.service-table-wrapper {
    overflow-x: auto;
}

.service-table,
.service-table tr,
.service-table th,
.service-table td {
    border: 1px solid var(--grayLight);
}

.service-table tr,
.service-table th,
.service-table td {
    padding: 0.5rem;
}

.service-table th {
    font-size: 0.875rem;
    font-weight: 700;
}

.service-table td {
    font-size: 0.875rem;
    font-weight: 400;
}

.page-about {
    padding-top: 1.875rem;
}

.about-time {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
}

.about-time-item-name {
    max-width: 500px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.about-time-item-time,
.about-time-item-timeout,
.about-time-item-weekends {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.page-electr,
.page-acts {
    padding-top: 1.875rem;
}

.page-electr-title {
    margin-bottom: 0.625rem;
}

.page-electr-desc {
    margin-bottom: 1.875rem;
}

.page-electr-link {
    display: inline-block;
    font-size: 1rem;
    padding: 1.25rem 3.125rem;
}

.page-acts-table,
.page-acts-table tr,
.page-acts-table td {
    width: 100%;
}

.page-acts-table tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--grayLight);
    padding: 0.625rem 0;
}

.page-acts-table td {
    font-weight: 700;
}

.page-acts-btn {
    display: inline-block;
    font-size: 1rem;
    padding: 0.9375rem 2.5rem;
}

.page-acts-download {
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
    padding-left: 0.625rem;
}

.page-acts-download:hover {
    color: var(--primary);
}

.page-acts-download:active {
    color: var(--primaryDark);
}

.page-prof {
    padding-top: 1.875rem;
}

.page-prof-title {
    margin-bottom: 0.9375rem;
}

.page-prof .service-table-wrapper {
    margin-bottom: 3.125rem;
}

.page-thumbnail {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
}

.page-thumbnail img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-excerpt {
    margin-top: 1.25rem;
}

.page-content h2 {
    margin-bottom: 1.875rem;
}

.page-content .wp-block-group {
    margin-bottom: 1.875rem;
}

.page-content p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
}

.wp-block-list li {
    font-size: 1.25rem;
    list-style-type: disc;
    list-style-position: inside;
}

.structure {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.125rem;
    margin-top: 1.875rem;
}

.structure-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
}

.structure-main-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3.125rem;
    flex-direction: column-reverse;
    align-items: center;
}

.structure-admin {
	width: 100%!important;
	text-align: center;
	align-items: center;
}

.structure-content-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.875rem;
}

.structure-main-bottom .structure-content {
    width: 400px;
}

.structure-img {
    width: max-content;
}

.structure-content {
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 1.25rem;
    background: none;
    border: 2px solid var(--primary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.structure-content p {
    margin-bottom: unset;
}

.structure-content-title {
    max-width: 400px;
    font-size: 1.25rem;
    font-weight: 700;
}

p.structure-item-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

.structure-sub p.structure-item-title {
    font-size: 1rem;
}

p.structure-item-otdTitle {
    max-width: 350px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

p.structure-item-name {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.325rem;
}

p.structure-item-phone {
    font-size: 1rem;
}

p.structure-item-address {
    font-size: 1rem;
    margin-bottom: 0.325rem;
}

.structure-sub p.structure-item-address {
    margin-bottom: 0.635rem;
}

.structure-sub {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.structure-main-top {
    display: flex;
    gap: 1.875rem;
    flex-wrap: wrap;
}

@keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    25% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    50% {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
        -o-transform: scale(0.92);
    }
    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
}

@media screen and (max-width: 1379px) {
    .header-info {
        gap: 3.125rem;
    }
/* 
    .footer-logos {
        flex-wrap: wrap;
    } */
}

@media screen and (max-width: 1271px) {
    .header-info {
        gap: 1.875rem;
    }
}

@media screen and (max-width: 1221px) {
    html {
        font-size: 95% !important;
    }

    .header-bottom {
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1129px) {
    .header-menu {
        justify-content: center;
        gap: 1.25rem;
    }

    .menu-item .sub-menu {
        margin-top: 0.625rem;
        z-index: 2;
    }

    .header-logo img {
        width: 40px;
        height: 40px;
    }

    .header-logo {
        gap: 0.625rem;
    }

    .header-logo span,
    .header-info-title,
    .header-lang-item {
        font-size: 0.875rem;
    }

    .header-info {
        gap: 1.5625rem;
    }

    .header-info-content {
        font-size: 0.8125rem;
    }

    .header-features {
        gap: 1.25rem;
    }

    .header-eye {
        display: flex;
        align-items: center;
    }

    .header-eye svg {
        width: 22px;
        height: 18px;
    }

    .about-inner {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-address {
        justify-content: center;
    }

    .about-address-content {
        align-items: flex-start;
    }

    .about-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9375rem;
    }

    .about-list-item {
        width: max-content;
        flex-direction: column;
        align-items: center;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 90% !important;
    }

    main#main {
        margin-top: 12.625rem;
    }

    .header-inner {
        gap: 0;
    }

    .header-bottom {
        position: absolute;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        display: none;
        background: var(--white);
    }

    .header-info {
        display: none;
    }

    .header-features {
        gap: 1.875rem;
    }

    .header-burger {
        display: flex;
    }

    .header-bottom_active {
        width: 100vw;
        position: relative;
        display: block;
        padding: 1.25rem 0;
        padding-top: 3.125rem;
        visibility: visible;
        opacity: 1;
    }

    .header-menu {
        flex-direction: column;
        overflow-y: auto;
        transition: 0;
        -webkit-transition: 0;
        -moz-transition: 0;
        -ms-transition: 0;
        -o-transition: 0;
    }

    .header-menu .sub-menu {
        position: relative;
        align-items: center;
        gap: 0.9375rem;
        visibility: visible;
        opacity: 1;
        padding: 0;
        margin: 0;
        background: none;
        border-top: none;
        box-shadow: none;
    }

    .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .sub-menu .menu-item {
        font-size: 1.125rem;
        font-weight: 400;
    }

    .menu-item.menu-item-has-children > a::after {
        content: none;
    }

    .about-img-wrapper {
        display: flex;
        justify-content: center;
    }

    .about-img {
        width: 80%;
    }

    .services-row {
        flex-direction: column;
    }

    .services-item {
        width: 100%;
    }

    .services-item svg {
        width: 18px;
    }

    .services-item,
    .services-item-img {
        height: 8.5rem;
    }

    .footer-top-row.footer-top-main {
        flex-direction: column;
    }

    .footer-links-wrapper,
    .footer-contacts-content {
        justify-content: space-between;
    }

    .footer-map iframe {
        width: 100%;
        height: 25rem;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 85% !important;
    }

    .footer-top-main {
        gap: 5rem;
    }

    .footer-links-wrapper,
    .footer-contacts-content {
        justify-content: center;
    }

    .footer-links,
    .footer-menu,
    .footer-contacts {
        align-items: center;
    }

    p.structure-content-title,
    p.structure-item-title {
        font-size: 1rem;
    }

    p.structure-item-name,
    p.structure-item-phone,
    p.structure-item-address {
        font-size: 0.875rem;
    }

    .structure-content {
        gap: 0.9375rem;
    }

    .structure-main-bottom {
        gap: 2.5rem;
    }

    .structure-main-bottom .structure-content {
        width: 300px;
    }
}

@media screen and (max-width: 651px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1rem;
    }

    .header-features {
        gap: 2.5rem;
    }

    .intro-desc {
        font-size: 1rem;
    }

    .about-address-title,
    .about-address-text,
    .about-list-item {
        font-size: 1rem;
    }

    .about-address svg {
        width: 12px;
    }

    .footer-map iframe {
        height: 20rem;
    }
}

@media screen and (max-width: 586px) {
    html {
        font-size: 80% !important;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.875rem;
    }

    .header-features {
        gap: 1.875rem;
    }

    .header-burger {
        width: 2.5rem;
        height: 2.5rem;
        gap: 0.4rem;
    }

    .header-burger_active {
        gap: 0;
    }

    .header-lang {
        display: flex;
        align-items: center;
        gap: 0.625rem;
    }

    .header-burger-item {
        width: 20px;
    }

    .news-list {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .news-item {
        width: 70%;
    }

    .news-item-img {
        height: 200px;
    }

    .news-item-content {
        gap: 2.5rem;
    }

    .footer-top-main {
        gap: 3.125rem;
    }

    .footer-top-row,
    .footer-contacts-content {
        gap: 1.875rem;
    }

    .footer-links {
        gap: 1.25rem;
    }

    .footer-top-logos {
        height: max-content;
        padding: 1.25rem 1.875rem;
    }

    .footer-logos {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-logos-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-logos-item img {
        max-width: 90%;
    }
}

@media screen and (max-width: 519px) {
    html {
        font-size: 80% !important;
    }

    .footer-top-wrapper {
        gap: 3.125rem;
    }

    .footer-bottom-wrapper {
        justify-content: center;
        text-align: center;
    }

    p.structure-content-title,
    p.structure-item-title {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 493px) {
    .header-logo span {
        font-size: 0.75rem;
    }

    .header-features {
        gap: 1.25rem;
    }

    .header-eye svg {
        width: 19px;
        height: 14px;
    }

    .header-logo img {
        width: 35px;
        height: 35px;
    }

    .structure {
        gap: 1.875rem;
    }

    .structure-main-bottom {
        gap: 1.25rem;
    }

    .structure-content {
        padding: 0.9375rem 0.9375rem;
    }

    .structure-main-bottom .structure-content {
        width: 250px;
    }

    p.structure-item-name,
    p.structure-item-phone,
    p.structure-item-address {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 435px) {
    h1 {
        font-size: 1.875rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3,
    .intro-desc {
        font-size: 0.875rem;
    }

    html {
        font-size: 75%;
    }

    .about-title,
    .services-title,
    .news-title {
        margin-bottom: 2.25rem;
    }

    .header-burger {
        width: 2.3rem;
        height: 2.3rem;
        gap: 0.325rem;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .header-burger_active {
        gap: 0;
    }

    .header-burger-item {
        width: 18px;
    }

    .gtranslate_wrapper .gt_float_switcher img {
        width: 15px;
        margin: 0;
    }

    .gt-lang-code {
        font-size: 0.875rem;
    }

    .gtranslate_wrapper
        .gt_float_switcher
        .gt-selected
        .gt-current-lang
        span.gt_float_switcher-arrow {
        width: 25px;
    }

    .menu-item {
        font-size: 1.25rem;
    }

    .sub-menu .menu-item {
        font-size: 1rem;
    }

    .btn:not(.news-item-btn, .page-electr-link) {
        font-size: 1rem;
        padding: 1.65rem 5rem;
    }

    .news-item {
        height: 21.5rem;
    }

    .news-item-img {
        height: 150px;
    }

    .news-item-content {
        gap: 0;
    }

    .page-acts-btn.btn {
        font-size: 1rem;
        padding: 0.9375rem 2.5rem;
    }
}

@media screen and (max-width: 391px) {
    html {
        font-size: 70% !important;
    }
    .news-item {
        height: 22rem;
    }
}

@media screen and (max-width: 369px) {
    html {
        font-size: 65% !important;
    }

    .news-item-img {
        height: 130px;
    }
}

.about-content h2.wp-block-heading {
	margin-bottom: 3.125rem;
}