@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    line-height: 1.2;
    background: #fff;
}
a {
    color: rgba(0, 0, 0, 1);
}
a:hover {
    color: inherit;
}
h1 {
    font-weight: bold;
    font-size: 78px;
    line-height: 1.2;
    letter-spacing: 0%;
    margin: 0px;
}
h2 {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0%;
}
#page {
    position: relative;
    width: 100%;
    overflow: hidden;
}
body.home #page {
    padding-top: 135px;
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 36px 0px;
    transition: all 0.2s ease;
    z-index: 100;
}
#header.fixed {
    position: fixed;
    padding: 25px 0px 20px 0px;
    background: #fff;
    box-shadow: unset;
}
body.search #header.fixed,
body.single #header.fixed {
    padding-bottom: 0px !important;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
.navbar-brand img {
    max-width: 157px;
    height: auto;
}
.navbar-expand-lg .navbar-nav {
    gap: 33px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(123, 123, 123, 1);
    transition: all 0.2s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .active:not(.menu-item-224) .nav-link {
    color: rgba(170, 4, 4, 1);
}
body.home #header:not(.fixed) .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(123, 123, 123, 1);
}
body.home #header:not(.fixed) .navbar-expand-lg .navbar-nav .active .nav-link {
    color: rgba(0, 0, 0, 1);
}
#header.fixed .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
#header.fixed .navbar-expand-lg .navbar-nav .nav-link:hover,
#header.fixed .navbar-expand-lg .navbar-nav .active:not(.menu-item-224) .nav-link {
    color: rgba(123, 123, 123, 1);
}
.header-phone a {
    font-size: 20px;
    font-weight: 500;
    color: rgba(170, 4, 4, 1);
    text-decoration: none;
}
#footer {
    width: 100%;
    background: rgba(86, 109, 5, 1);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(34px);
    padding: 43px 0px;
    font-weight: normal;
}
#footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.footer-info p {
    margin-bottom: 20px;
}
.footer-info p:last-child {
    margin: 0px;
}
.footer-info p img {
    max-width: 231px;
    height: auto;
    display: block;
    margin-top: 8px;
}
.footer-contacts > div:not(:last-child) {
    margin-bottom: 14px;
}
.footer-contacts > div p {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}
#about-text {
    width: 100%;
    background: rgba(170, 4, 4, 1) url(../images/bg-7.png) left center no-repeat;
    background-size: 155px;
    padding: 66px 0px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
#about-text p {
    margin: 0px;
}
@media all and (max-width: 1700px) {
    #about-text {
        background-position: left -50px center;
    }
}
@media all and (max-width: 1500px) {
    #about-text {
        background-position: left -100px center;
    }
}
#first-screen {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
#first-screen h1 {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 70px;
}
#first-screen .container {
    display: flex;
    justify-content: space-between;
}
#first-screen .container > div:last-child {
    position: relative;
    width: 550px;
    min-width: 550px;
    padding: 50px 0px 0px 50px;
}
#first-screen .container > div:last-child:before {
    display: block;
    content: '';
    background: rgba(233, 233, 233, 1);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5000px;
    height: 1000px;
}
#first-screen .container > div:last-child > * {
    position: relative;
    z-index: 10;
}
.search-class_title {
    font-size: 21px;
    margin-bottom: 4px;
    font-weight: 500;
}
.search-class {
    margin-bottom: 40px;
}
.search-class_list {
    margin-bottom: 30px;
}
.search-class_list_title {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgba(92, 91, 91, 1);
}
.search-form .form-control {
    width: 100%;
    height: 70px;
    border: 3px solid rgba(170, 4, 4, 1);
    box-shadow: unset !important;
    outline: none !important;
    border-radius: 0px !important;
    padding: 0px 40px;
    font-size: 20px;
    background: #fff !important;
}
.search-form .form-control::placeholder {
    opacity: 1;
    color: rgba(191, 191, 191, 1);
}
.search-form button {
    position: absolute;
    top: 50%;
    right: 30px;
    background: none;
    border: 0px;
    padding: 0px;
    transform: translateY(-50%);
    outline: none;
    box-shadow: unset;
    cursor: pointer;
    z-index: 50;
}
.search-nodes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 440px;
}
.search-nodes a {
    display: block;
    min-width: 35px;
    text-align: center;
    padding: 1px 5px;
    text-decoration: none;
    font-weight: normal;
    font-size: 22px;
    color: rgba(123, 123, 123, 1);
    border-radius: 0px;
    transition: all 0.2s ease;
}
.search-nodes a.active,
.search-nodes a:hover {
    background: rgba(170, 4, 4, 1);
    color: #fff;
}
#page-wrapper {
    padding: 80px 0px 110px 0px;
}
#single-wrapper {
    padding: 30px 0px 72px 0px;
}
.wp-block-table table {
    border: 0px;
}
.wp-block-table table thead tr th {
    border: 0px !important;
    background: none;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    text-align: left;
}
.wp-block-table td {
    vertical-align: middle;
    box-shadow: unset !important;
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    border: 0px !important;
}
.wp-block-table td:nth-child(2) {
    color: rgba(170, 4, 4, 1);
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
    box-shadow: unset;
    border: 0px;
}
.wp-block-table tbody tr:nth-child(2n) td {
    background: none;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
    padding: 15px 10px;
    border: 0px;
}
.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
    border-width: 0px;
}
.wp-block-table thead {
    border-bottom: 0px !important;
}
#page-header {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 175px;
    padding-bottom: 105px;
    background: rgba(233, 233, 233, 1);
    background-size: cover;
}
.single-services #page-header,
.single-goods #page-header {
    background: none;
}
#page-header h1 {
    line-height: 1;
}
#page-header h1 {
    margin-bottom: 40px;
}
#page-header strong {
    font-size: 32px;
    font-weight: 600;
}
#page-header p {
    margin-bottom: 30px;
}
#page-header p:last-child {
    margin-bottom: 0px;
}
#page-header p a {
    text-decoration: none;
}
.breadcrumbs {
    margin-bottom: 120px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(170, 4, 4, 1);
}
.breadcrumbs a,
.breadcrumbs span.rasp {
    text-decoration: none;
    color: #000;
}
.faq-item {
    margin-bottom: 43px;
}
.faq-item_title {
    gap: 2px;
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: baseline;
    margin-bottom: 17px;
}
.faq-item_text {
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
}
.faq-item_text a {
    color: rgba(170, 4, 4, 1);
    text-decoration: none;
}
.grid-sizer {
    width: calc(50% - 23px);
}
.contact-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-box_left > div {
    margin-bottom: 25px;
}
.contact-box_left p:first-child {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: normal;
}
.contact-box_left p:last-child {
    margin: 0px;
    font-weight: 500;
}
.contact-box_left p a {
    text-decoration: none;
    color: #fff;
}
.contact-box_left p.email a {
    text-decoration: none;
    color: #fff;
}
.contact-box_right {
    text-align: right;
    font-weight: 500;
}
.contact-box_right strong {
    font-weight: 500;
    color: #fff;
}
.contact-box_right p {
    margin-bottom: 40px;
}
.contact-box_right p:last-child {
    margin-bottom: 0px;
}
#about-contacts h2 {
    color: #fff;
    margin-bottom: 40px;
}
#about-contacts {
    padding: 70px 0px;
    background: rgba(170, 4, 4, 1);
    color: #fff;
}
.about-page_title {
    display: flex;
    margin-bottom: 40px;
}
.about-page_title span {
    display: block;
    font-size: 38px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.advantages-item {
    margin-bottom: 60px;
}
.advantages-item p {
    margin: 0px;
    font-weight: normal;
    max-width: 527px;
}
.advantages-item p:first-child {
    margin-bottom: 35px;
    font-weight: bold;
}
.why-list ul,
.why-list ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.why-list ul li {
    display: flex;
    margin-bottom: 22px;
    align-items: center;
    gap: 34px;
}
.class-box ul li:before,
.why-list ul li:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 0px;
    background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 30H0V0H30V30ZM12.0811 11.9824H2.63672L10.2773 17.5342L7.3584 26.5176L15 20.9658L22.6416 26.5176L19.7227 17.5342L27.3633 11.9824H17.9189L15 3L12.0811 11.9824Z" fill="%23AA0404"/></svg>') no-repeat center center;
    background-size: contain;
}
.class-box:not(:last-child) {
    margin-bottom: 70px;
}
.class-box_title {
    font-size: 32px;
    font-weight: 600;
    display: flex;
    margin-bottom: 30px;
}
.class-box_list_title {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: bold;
}
.class-box a {
    color: rgba(191, 191, 191, 1);
    text-decoration: none;
}
.class-box ul,
.class-box ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.class-box ul li {
    display: block;
    position: relative;
    padding-left: 62px;
    margin-bottom: 22px;
    align-items: center;
}
.class-box ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 0px;
    background: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3638 0L15.2825 8.98278H24.7275L17.0863 14.5344L20.005 23.5172L12.3638 17.9656L4.72256 23.5172L7.64124 14.5344L3.52859e-05 8.98278H9.44509L12.3638 0Z" fill="white"/></svg>') no-repeat center center;
    background-size: contain;
}
.search-result_item {
    display: flex;
    font-weight: 600;
}
.search-result_item > a {
    display: block;
    padding: 34px 21px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.search-result_item > a:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -13.45%, rgba(170, 4, 4, 0.05) 32.89%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.search-result_item .entry-header {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 25px;
}
.search-result_item .entry-header img {
    max-width: 80px;
    height: auto;
}
.mark, mark {
    /*background: rgba(170, 4, 4, 0.31) !important;*/
    background: none !important;
}
body .is-highlight {
    background: none !important;
}
.search-result_type {
    text-transform: uppercase;
    color: rgba(123, 123, 123, 1);
}
.search-result_title {
    color: rgba(0, 0, 0, 1);
    font-size: 34px;
    text-transform: uppercase;
}
#search-wrapper {
    padding-bottom: 90px;
}
.result-count {
    margin-bottom: 70px;
    font-weight: 600;
}
.result-count span {
    color: rgba(170, 4, 4, 1);
}
.page-header_search .search-form {
    max-width: 1250px;
}
.page-header_search .search-form .form-control {
    background: #fff !important;
}
.page-header_content {
    align-items: center;
}
.class-fs_right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
}
#wpfront-scroll-top-container {
    z-index: 100;
}
#wpfront-scroll-top-container img {
    max-width: 60px;
}
.class-fs_right img {
    width: 250px;
    height: auto !important;
}
#floated-cart {
    position: fixed;
    top: 50%;
    right: -165px;
    transform: translateY(-50%);
    z-index: 1000;
}
#floated-cart-button,
#floated-cart_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(170, 4, 4, 1);
    box-shadow: unset;
    width: 370px;
    height: 80px;
    transform: rotate(-90deg);
    opacity: 1;
    border-radius: 0px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 20px;
}
#floated-cart-button {
    border: 1px solid #fff;
}
#floated-cart_mob {
    display: none;
}

/* Cart popup */
#cart-content.cart-popup--closed {
    display: none !important;
}
#cart-content.cart-popup {
    position: fixed;
    z-index: 10020;
    width: min(380px, calc(100vw - 24px));
    max-height: min(85vh, 640px);
    background: rgba(233, 233, 233, 1);
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    top: 12vh;
    right: 16px;
    left: auto;
    bottom: auto;
}
@media (min-width: 1200px) {
    #cart-content.cart-popup {
        right: 320px;
    }
}
.cart-popup-top {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}
.cart-popup-drag {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: grab;
    user-select: none;
    min-width: 0;
}
.cart-popup--dragging .cart-popup-drag {
    cursor: grabbing;
}
.cart-popup-drag-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-popup-toggle {
    flex-shrink: 0;
    align-self: center;
    margin: 20px 30px 0px 0;
    padding: 0px;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(113, 113, 113, 1);
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    text-transform: lowercase;
}
.cart-popup-toggle:hover {
    color: rgba(113, 113, 113, 1);
    text-decoration: underline;
}
.cart-popup-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    flex: 1;
    overflow: hidden;
}
.cart-popup-body .cart-content-header {
    padding: 0px 30px 10px 30px;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}
.cart-content-subheader {
    font-size: 14px;
    color: rgba(170, 4, 4, 1);
    font-style: italic;
    font-weight: 500;
    padding: 0px 30px 20px 30px;
}
#cart-content-body {
    flex: 1;
    min-height: unset;
    overflow-y: auto;
    padding: 0px 30px;
    -webkit-overflow-scrolling: touch;
}
.cart-content-class-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}
#cart-content-total {
    flex-shrink: 0;
    padding: 0px;
    border-top: 0px;
}
#cart-content-total > div:first-child {
    padding: 15px 30px 10px 30px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
#cart-content-total > div:last-child {
    padding: 0px 30px 15px 30px;
    font-size: 26px;
    color: rgb(170, 4, 4);
    font-weight: normal;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
#cart-content-total > div:last-child span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}
#cart-content-clear {
    flex-shrink: 0;
    display: block;
    padding: 0px 30px;
    text-align: right;
    font-size: 14px;
    color: rgba(113, 113, 113, 1);
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
}
#cart-content-clear:hover {
    color: rgba(113, 113, 113, 1);
    text-decoration: none;
}
#cart-content-pre_body,
#cart-content-pre_body_mob {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 30px;
}
.cart-content-group_top_class-title {
    display: block;
    min-width: 35px;
    text-align: center;
    padding: 1px 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cart-content-group_top-title-row {
    position: relative;
}
.cart-content-group_top-title-row .cart-content-group-remove {
    position: absolute;
    top: -5px;
    right: -15px;
}
.cart-content-group_top-title-row .cart-content-group-remove svg {
    width: 15px;
    height: auto;
}
.cart-content-group_top-title-row:hover .cart-content-group-remove {
    opacity: 1;
}
.cart-content-group_top_class-title.active {
    background: rgba(170, 4, 4, 1);
    border-color: rgba(170, 4, 4, 1);;
    color: #fff;
}
@media all and (min-width: 1200px) {

}
.cart-content-group_top_class-title.selected {
    /*border: 1px solid rgba(170, 4, 4, 1);*/
}
.cart-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px 20px 30px;
}
.cart-content-footer > div:first-child {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.cart-content-footer > div:first-child button {
    font-size: 28px;
    text-transform: uppercase;
    color: rgba(170, 4, 4, 1);
    font-style: normal;
    margin: 0px;
    text-decoration: none !important;
}
.cart-content-footer > div:first-child span {
    font-weight: 500;
    font-size: 10px;
    font-style: italic;
    color: rgba(168, 163, 163, 1);
    padding-bottom: 5px;
}
.cart-content-footer img {
    max-width: 70px;
    height: auto;
}

#products-list.active {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.products-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0px;
    border: 1px solid rgba(170, 4, 4, 1);
    min-width: 20px;
}
input[type="checkbox"]:checked {
    background: #fff url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 20H0V0H20V20ZM8.05469 7.98828H1.75781L6.85156 11.6895L4.90625 17.6777L10 13.9766L15.0938 17.6777L13.1484 11.6895L18.2422 7.98828H11.9453L10 2L8.05469 7.98828Z" fill="%23AA0404"/></svg>') center center no-repeat;
    background-size: contain;
    border: 0px;
}
.cart-content-group-remove,
.cart-content-item-remove {
    flex-shrink: 0;
    border: 0;
    background: transparent;
    padding: 0px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    opacity: 1;
    transition: all 0.2s ease;
}
.cart-content-group-remove:hover,
.cart-content-item-remove:hover {
    opacity: 0.8;
}
.cart-content-group-remove {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    opacity: 0;
}
.cart-content-group-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 8px 0px;
    color: rgba(92, 91, 91, 1);
    font-size: 20px;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.cart-content-group-title-row:hover .cart-content-class-title {
    width: calc(100% - 40px);
}
.cart-content-group-title-row:hover .cart-content-group-remove {
    opacity: 1;
}
.cart-content-group-remove svg {
    max-width: 25px;
    height: auto;
}
.cart-content-group {
    display: none;
}
.pdf-version .cart-content-group,
.cart-content-group.active {
    display: block !important;
}
.pdf-version .cart-content-group ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cart-content-group ul,
.cart-content-group ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.cart-content-group ul {
    display: block;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.cart-content-group ul li {
    display: inline;
    position: relative;
    font-weight: normal;
    color: rgba(113, 113, 113, 1);
    font-size: 14px;
    margin-top: -3px;
}
.cart-content-group ul li button {
    position: relative;
    top: -5px;
    right: 5px;
    margin-right: -5px;
    opacity: 0;
    z-index: 10;
}
.cart-content-group ul li svg {
    width: 15px;
    height: auto;
}
.cart-content-group ul li:hover button {
    opacity: 1;
}

.cart-content-type-suffix {
    color: rgba(123, 123, 123, 1);
    font-size: 16px;
    font-style: italic;
    margin-right: auto;
    font-weight: normal;
    margin-left: 10px;
}
.cart-content-over-limit-notice {
    margin: 0px;
    padding: 0px;
    color: rgba(170, 4, 4, 1);
    font-size: 14px;
    font-weight: 500;
}
.cart-content-selected-overflow {
    margin-top: 0;
}
.red-wrapper {
    padding: 60px 0px;
    color: #fff;
    background: rgba(170, 4, 4, 1);
    margin-bottom: 60px;
}
#header-nav {
    width: 100%;
    background: rgba(191, 191, 191, 1);
    margin-top: 15px;
    display: none;
}
#header.fixed #header-nav {
    display: block;
}
#header-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-nav_title {
    font-size: 32px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.header-nav_list .search-class_list {
    display: flex;
    margin: 0px;
}
.header-nav_list .search-nodes {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    max-width: unset;
}
.header-nav_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.header-nav_list .search-class_list_title {
    font-size: 18px;
    margin-bottom: 0px;
    color: #000;
    min-width: 80px;
}
.header-nav_list .search-nodes a {
    min-width: 25px;
    padding: 1px 5px;
    font-size: 19px;
    color: #fff;
}
.page-template-page-about  .footer-contacts {
    display: none;
}
