@font-face {
    font-family: "Jost-Light";
    src: local("Jost-Light"), url("../fonts/Jost-Light.woff2") format("woff2"), url("../fonts/Jost-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato-Bold";
    src: local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato-Regular";
    src: local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Jost-Regular";
    src: local("Jost-Regular"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icon/icomoon.eot?chy3l2");
    src: url("../fonts/icon/icomoon.eot?chy3l2#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?chy3l2") format("truetype"), url("../fonts/icon/icomoon.woff?chy3l2") format("woff"), url("../fonts/icon/icomoon.svg?chy3l2#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chat:before {
    content: ""
}

.icon-bubbles:before {
    content: ""
}

.icon-talk:before {
    content: ""
}

.icon-message:before {
    content: ""
}

.icon-conversation:before {
    content: ""
}

.icon-phone1:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-grid:before {
    content: ""
}

.icon-icons:before {
    content: ""
}

.icon-search2:before {
    content: ""
}

.icon-mail-envelope-closed1:before {
    content: ""
}

.icon-narrow:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-clear:before {
    content: ""
}

.icon-keyboard_arrow_up:before {
    content: ""
}

.icon-keyboard_arrow_right:before {
    content: ""
}

.icon-keyboard_arrow_left:before {
    content: ""
}

.icon-keyboard_arrow_down:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-viber:before {
    content: "";
    color: #665cac
}

.icon-telegram1:before {
    content: "";
    color: #2ca5e0
}

.icon-phone:before {
    content: ""
}

.icon-menu1:before {
    content: ""
}

.icon-search1:before {
    content: ""
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html, body {
    height: 100%
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

body {
    margin: 0;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 14px;
    font-family: "Jost-Regular";
    font-weight: 400
}

body.body--menu::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, .63);
    z-index: 5
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

.container {
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto
}

.btn, .btn-blue, .btn--blue-border {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #777
}

.btn:hover, .btn-blue:hover, .btn--blue-border:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.btn-blue {
    color: #fff;
    background-color: #2e6bc6;
    border: none
}

.btn-blue:hover {
    background-color: #2a61b4;
    cursor: pointer
}

.btn--blue-border {
    border: 1px solid #2e6bc6;
    color: #2e6bc6;
    -webkit-transition: .3s;
    transition: .3s
}

.btn--blue-border:hover {
    color: #fff;
    background-color: #2e6bc6
}

.icon-phone {
    padding-left: 23px;
    position: relative
}

.icon-phone::before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "";
    position: absolute;
    left: 3px;
    width: 16px;
    bottom: -2px;
    height: 16px;
    font-size: 16px;
    font-family: icomoon
}

.icon-email {
    padding-left: 25px;
    position: relative
}

.icon-email::before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "";
    position: absolute;
    font-family: icomoon;
    left: 0;
    width: 20px;
    bottom: -4px;
    height: 20px;
    font-size: 20px
}

.loading {
    width: 100%;
    height: 35vh;
    position: sticky;
    top: 100px;
    left: 0;
    display: none
}

.loader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.loader::before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 2px solid #2e6bc6;
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: loader-spin 1s linear infinite;
    animation: loader-spin 1s linear infinite
}

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html, .search, .prod-grid__filter {
    scrollbar-color: #000 #f0f0f0
}

html::-webkit-scrollbar, .search::-webkit-scrollbar, .prod-grid__filter::-webkit-scrollbar {
    width: 5px
}

html::-webkit-scrollbar-thumb, .search::-webkit-scrollbar-thumb, .prod-grid__filter::-webkit-scrollbar-thumb {
    background-color: #2e6bc6
}

html::-webkit-scrollbar-track, .search::-webkit-scrollbar-track, .prod-grid__filter::-webkit-scrollbar-track {
    background-color: #f0f0f0
}

html::-webkit-scrollbar, .search::-webkit-scrollbar, .prod-grid__filter::-webkit-scrollbar {
    width: 5px
}

html, .search, .prod-grid__filter {
    scrollbar-width: 5px
}

html::-webkit-scrollbar-thumb, .search::-webkit-scrollbar-thumb, .prod-grid__filter::-webkit-scrollbar-thumb {
    border-radius: 5px
}

html, .search, .prod-grid__filter {
    scrollbar-radius: 5px
}

html::-webkit-scrollbar-thumb:hover, .search::-webkit-scrollbar-thumb:hover, .prod-grid__filter::-webkit-scrollbar-thumb:hover {
    background-color: #2e6bc6
}

html, .search, .prod-grid__filter {
    scrollbar-color: #2e6bc6 #f0f0f0
}

.header {
    padding: 15px 0;
    width: 100%
}

.header__links-close {
    display: block
}

.header__callback-mobile {
    display: none
}

.header-btns__socials.fixed-socials {
    display: none
}

.header--scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    transform: translate(0, -200%);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation: show-header .6s ease;
    animation: show-header .6s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
    padding: 10px 0
}

@-webkit-keyframes show-header {
    0% {
        -webkit-transform: translate(0, -200%);
        transform: translate(0, -200%)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes show-header {
    0% {
        -webkit-transform: translate(0, -200%);
        transform: translate(0, -200%)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.header__logo {
    padding-top: 5px;
    max-width: 180px;
    width: 100%
}

.header__logo img {
    width: 100%
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-btns__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px
}

.mobile-mess__btn {
    display: none
}

.header-btns__btn-search, .header-btns__btn-tg, .header-btns__btn-vb, .header-btns__btn-wa {
    position: relative;
    padding: 0 16px
}

.header-btns__btn-search::before, .header-btns__btn-tg::before, .header-btns__btn-vb::before, .header-btns__btn-wa::before {
    color: #2e6bc6
}

.header-btns__btn-search:hover::before, .header-btns__btn-tg:hover::before, .header-btns__btn-vb:hover::before, .header-btns__btn-wa:hover::before {
    color: #2e6bc6
}

.header-btns__btn-search::before, .header-btns__btn-tg::before, .header-btns__btn-vb::before, .header-btns__btn-wa::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: icomoon;
    -webkit-transition: .3s;
    transition: .3s
}

.header__left--burger {
    display: none
}

.header-btns__btn-search::before {
    color: #000
}

.header-btns__btn-search {
    width: 30px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    margin-top: 3px
}

.header-btns__btn-search::before {
    content: "";
    font-size: 30px
}

.header-btns__btn-tg {
    width: 22px;
    height: 20px
}

.header-btns__btn-tg::before {
    content: "";
    font-size: 22px
}

.header-btns__btn-vb {
    width: 22px;
    height: 20px
}

.header-btns__btn-vb::before {
    content: "";
    font-size: 22px
}

.header-btns__btn-wa {
    width: 21px;
    height: 18px
}

.header-btns__btn-wa::before {
    content: "";
    font-size: 24px
}

.header__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header__links-list::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    border-right: 5px;
    margin-top: 2px;
    background-color: rgba(51, 51, 51, .3098039216)
}

.header__links-list {
    font-size: 16px;
    color: #333
}

.header__links-list li a {
    padding: 5px 0
}

.header__links-list li a:hover {
    color: #2e6bc6;
    text-decoration: underline
}

.header__links-list li:not(:first-child) a {
    padding-left: 25px
}

.header__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__callback a.header__callback-item {
    font-size: 18px
}

.header__callback a.header__callback-item:not(:last-child) {
    margin-bottom: 5px
}

.header__callback a.header__callback-item:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #2e6bc6
}

.header__callback a.header__callback-item:hover::before {
    color: #2e6bc6
}

.header__callback a.header__callback-item.icon-phone::before, .header__callback a.header__callback-item.icon-email::before {
    color: #2e6bc6
}

.header__callback-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 200px;
    width: 100%;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000
}

.header__callback-link a {
    width: 100%
}

.probe {
    height: 150vh;
    background-color: tomato
}

.prod-grid__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 0;
    padding-top: 18px
}

.prod-grid__grid {
    max-width: 960px;
    width: 100%;
    padding-top: 10px
}

.prod-grid__filter {
    max-width: 300px;
    width: 100%;
    padding: 10px 0;
    padding-right: 20px;
    margin-right: 10px;
    height: 100%
}

.filter-title {
    font-size: 20px;
    margin-bottom: 29px;
    padding-left: 25px;
    position: relative
}

.filter-title::before {
    content: "";
    position: absolute;
    color: #000;
    font-family: icomoon;
    font-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    transform: translate(0, -55%)
}

.grid__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.grid__header-num-results {
    color: #777
}

.grid__header-paged a {
    color: #777;
    position: relative
}

.grid__header-paged a:not(:last-child) {
    padding-right: 8px
}

.grid__header-paged a:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #777;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(25deg);
    -ms-transform: translate(0, -50%) rotate(25deg);
    transform: translate(0, -50%) rotate(25deg)
}

.grid__header-paged a.active {
    color: #2e6bc6
}

.grid__header-view button {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.view-option {
    height: 26px;
    width: 20px;
    position: relative
}

.view-option.active::before {
    color: #2e6bc6
}

.view-option::before {
    content: "";
    position: absolute;
    font-size: 26px;
    color: #777;
    font-family: icomoon;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s
}

.view-option:hover::before {
    color: #000;
    cursor: pointer
}

.view-line::before {
    font-size: 25px;
    content: "";
    -webkit-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%)
}

.view-grid::before {
    font-size: 30px;
    content: "";
    -webkit-transform: translate(-50%, -53%);
    -ms-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%)
}

.grid__header-sort select {
    border-radius: 5px;
    padding: 5px
}

.filter-group__title {
    font-size: 20px;
    color: #777
}

.filter-group__item {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(51, 51, 51, .3098039216)
}

.filter-group__items {
    padding-top: 15px
}

.filter-group__items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-group__items-wrap:not(:first-child) {
    margin-top: 10px
}

.filter-group__items-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-group__items-wrap label span {
    margin-left: 5px;
    font-size: 16px
}

.items-wrap__num {
    border: 1px solid #2e6bc6;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 20px;
    color: #777
}

.page-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination li:not(:first-child) {
    margin-left: 9px
}

.page-numbers {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, .3098039216);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.page-numbers:hover {
    border: 1px solid #2e6bc6;
    color: #2e6bc6
}

.page-numbers.current {
    color: #fff;
    background-color: #2e6bc6;
    border: 1px solid #fff
}

.page-numbers.prev, .page-numbers.next {
    position: relative
}

.page-numbers.prev::before, .page-numbers.next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-numbers.prev::before {
    content: "";
    font-family: icomoon
}

.page-numbers.next::before {
    content: "";
    font-family: icomoon
}

.prod-grid.taxonomy .prod-grid__grid {
    max-width: 100%
}

.prod-grid.taxonomy .grid__body {
    gap: 1.2%
}

.prod-grid.taxonomy .grid__body-item {
    max-width: 19%;
    width: 100%
}

.grid__body-no-found {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Jost-Light";
    font-weight: 300
}

.k-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .31)
}

.k-modal .close-btn {
    display: none
}

.k-modal .k-container {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    overflow: inherit
}

.k-container .close {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, .4784313725);
    position: absolute;
    right: -24px;
    top: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer
}

.k-container .close span {
    display: inline-block;
    width: 80%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000
}

.k-container .close span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.k-container .close span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-success, .modal-error {
    text-align: center
}

.modal-success__title, .modal-error__title {
    font-size: 20px;
    margin-bottom: 20px
}

.grid__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.3%
}

.grid__body-item {
    max-width: 24%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.grid__body-item:hover {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.grid__body-item:hover .body-item__btn, .grid__body-item:hover .body-item__more {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.body-item__more {
    text-align: center;
    color: #777;
    padding: 5px 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%)
}

.body-item__more::before {
    position: absolute;
    content: "";
    color: #2e6bc6;
    font-family: icomoon;
    font-size: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-left: 1px solid #f2f4f3
}

.body-item__more span {
    padding: 10px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    position: absolute;
    right: -2px;
    top: 50%;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity .9s;
    transition: opacity .9s;
    display: block;
    padding-right: 40px;
    z-index: -1
}

.grid__header-num-results span {
    color: #2e6bc6
}

.body-item__btn {
    outline: none;
    border: none;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    background-color: #5889d1;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Jost-Regular";
    font-weight: 400;
    -webkit-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: .3s;
    transition: .3s
}

.body-item__btn:hover {
    background-color: #5581c3
}

.body-item__image-box {
    width: 100%;
    aspect-ratio: 430/284;
    overflow: hidden;
    position: relative;
    border-radius: 5px
}

.body-item__image {
    width: 100%;
    height: 100%;
    position: relative
}

.body-item__image img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain
}

.body-item__text {
    padding: 0 10px;
    text-align: center
}

.body-item__text h3 {
    font-family: "Jost-Regular";
    font-weight: 400
}

.grid__body--line .grid__body-item {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.grid__body--line .grid__body-item:hover .body-item__btn {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%)
}

.grid__body--line .grid__body-item:hover .body-item__more {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.grid__body--line .body-item__image-box {
    max-width: 260px;
    width: 100%;
    position: static
}

.grid__body--line .body-item__image {
    width: 100%;
    background-image: none;
    position: relative
}

.grid__body--line .body-item__text {
    text-align: start;
    width: 100%;
    padding-left: 45px;
    padding-bottom: 50px
}

.grid__body--line .body-item__more, .grid__body--line .body-item__btn {
    max-width: 200px;
    width: 100%;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid__body--line .body-item__more {
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.grid__body--line .body-item__more span {
    -webkit-box-shadow: none;
    box-shadow: none
}

.grid__body--line .body-item__btn {
    left: auto;
    right: 0;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    border-top-left-radius: 5px
}

.grid__body--line .body-item__more {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f4f3;
    border-radius: 0;
    padding: 10px
}

.grid__body--line .body-item__more:hover {
    background-color: #e0e4e2
}

.grid__body--line .body-item__more::before {
    display: none
}

.grid__body--line .body-item__more span {
    display: block;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background-color: rgba(0, 0, 0, 0);
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0
}

.grid__body--line .body-item__more span::before {
    display: none
}

.grid__body--line .body-item__text-desc {
    display: block;
    padding-right: 10px
}

.body-item__text-desc {
    display: none
}

.window-loading {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0
}

.window-loading::before {
    content: "";
    width: 5px;
    height: 100vh;
    position: absolute;
    left: calc(50% - 103px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(46, 107, 198)), color-stop(50%, rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(46, 107, 198) 50%, rgb(255, 255, 255) 50%);
    -webkit-transition: .6s;
    transition: .6s;
    background-size: 100% 200%;
    background-repeat: no-repeat;
    -webkit-animation: loading-window 4s linear infinite;
    animation: loading-window 4s linear infinite
}

@-webkit-keyframes loading-window {
    0% {
        background-size: 100% 200%
    }
    100% {
        background-size: 100% 0%
    }
}

@keyframes loading-window {
    0% {
        background-size: 100% 200%
    }
    100% {
        background-size: 100% 0%
    }
}

.window-loading__image {
    max-width: 320px;
    height: 50px;
    width: 100%;
    -webkit-mask: url("../images/logofinn.webp") no-repeat center;
    mask: url("../images/logofinn.webp") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.window-loading__image img {
    display: none
}

.search {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    z-index: 60;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

.search--opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.search form {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 127px;
    flex: 0 127px
}

.search form input {
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid rgba(51, 51, 51, .3098039216);
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search form input::-webkit-input-placeholder {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search form input::-moz-placeholder {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search form input:-ms-input-placeholder {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search form input::-ms-input-placeholder {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search form input::placeholder {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 40px
}

.search__results-start-info {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase
}

.search-close {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer
}

.search-close::before {
    content: "";
    font-family: icomoon;
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block
}

.search__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(100% - 127px - 62px);
    flex: 0 calc(100% - 127px - 62px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search__results-item {
    max-width: 180px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 5px
}

.search__results-item:hover .results-item__img-wrap {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.results-item__img-wrap {
    width: 100%;
    aspect-ratio: 215/142;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.results-item__img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px
}

.search__results-name {
    text-align: center;
    font-size: 14px;
    padding: 0 5px
}

.show-all__btn {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 20px;
    font-size: 18px
}

.search__results-not-found {
    font-size: 20px;
    text-align: center
}

.search__results-loading {
    width: 100%;
    height: 100%
}

.search__results-loading .loading {
    display: block
}

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16px
}

.footer a {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.footer a::before {
    -webkit-transition: .3s;
    transition: .3s
}

.footer a:hover {
    color: #2e6bc6
}

.footer a:hover::before {
    color: #2e6bc6
}

.footer-top__logo {
    max-width: 320px;
    width: 100%;
    margin-bottom: 20px
}

.footer-top__logo img {
    width: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.footer-contacts__item {
    margin-bottom: 10px;
    padding-left: 30px;
    letter-spacing: 1px
}

.footer-top__contacts-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-bottom {
    border-top: 1px solid #fff;
    text-align: center;
    padding-top: 10px
}

.footer-bottom span {
    display: block
}

.footer-contacts__item-telegram, .footer-contacts__item-whats, .footer-contacts__item-viber {
    position: relative;
    padding-left: 0;
    margin: 0
}

.footer-contacts__item-telegram::before, .footer-contacts__item-whats::before, .footer-contacts__item-viber::before {
    font-family: icomoon;
    font-size: 25px
}

.footer-top__contacts-call {
    margin-bottom: 20px
}

.footer-top__contacts-mess {
    margin-bottom: 20px
}

.footer-top__contacts-mess li:not(:first-child) .footer-contacts__item {
    padding-left: 15px
}

.footer-contacts__item-telegram::before {
    content: ""
}

.footer-contacts__item-whats::before {
    content: ""
}

.footer-contacts__item-viber::before {
    content: ""
}

.modal-form__inner {
    width: 100%
}

.modal-form__input {
    width: 100%
}

.k-modal .k-container {
    padding: 25px;
    max-width: 400px;
    width: 100%
}

.k-modal .k-container form .modal-form__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.k-modal .k-container form .modal-form__btn .btn-blue {
    border: none;
    text-transform: capitalize;
    background-color: #2e6bc6
}

.k-modal .k-container form .modal-form__btn .btn-blue:hover {
    background-color: #2a61b4
}

.k-modal .k-container label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Jost-Light";
    font-weight: 300;
    position: relative;
    padding-top: 11px
}

.k-modal .k-container .modal-form__input-name {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding-right: 10px
}

.k-modal .k-container span.error {
    color: #f85c5c
}

.k-modal .k-container .modal-form__input-field {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, .3098039216)
}

.modal-form__input-name.required::before {
    content: "*";
    font-size: 16px;
    color: red;
    position: absolute;
    top: 0;
    right: 0
}

textarea.modal-form__input-field {
    resize: none;
    outline: none
}

.modal-form__title {
    text-align: center;
    font-size: 18px;
    font-family: "Jost-Light";
    font-weight: 300;
    margin-bottom: 20px
}

.welcome {
    position: relative;
    background-color: #2e6bc6;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2) inset;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2) inset;
    position: relative;
    overflow: hidden
}

.welcome h1 {
    text-align: center;
    z-index: 1;
    position: relative;
    font-family: "Jost-Light";
    font-weight: 300;
    width: auto;
    color: #fff
}

.welcome h1 span {
    font-weight: 600
}

.welcome--gray {
    background-color: #f2f4f3
}

.welcome--gray h1 {
    color: #000
}

.card {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 440px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.card .box {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 20px;
    background: #2e6bc6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .13)
}

.card .box .content {
    padding: 20px;
    text-align: center
}

.card .box img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    -webkit-filter: invert(56%) sepia(23%) saturate(5832%) hue-rotate(195deg) brightness(85%) contrast(87%);
    filter: invert(56%) sepia(23%) saturate(5832%) hue-rotate(195deg) brightness(85%) contrast(87%)
}

.card .box .content h3 {
    font-size: 1.8rem;
    color: #fff;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.card .box .content p {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .9);
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.box-items__wrap {
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    max-width: 320px;
    width: 100%
}

.box-items__wrap a {
    cursor: pointer;
    z-index: 5;
    position: relative
}

.box-items__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-items__soc a {
    width: 20px;
    height: 20px
}

.box-items__soc li:not(:first-child) {
    margin-left: 20px
}

.box-items__soc .box-item__tg, .box-items__soc .box-item__vi, .box-items__soc .box-item__wa {
    position: relative;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s
}

.box-items__soc .box-item__tg:hover, .box-items__soc .box-item__vi:hover, .box-items__soc .box-item__wa:hover {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0)
}

.box-items__soc .box-item__tg:hover::before, .box-items__soc .box-item__vi:hover::before, .box-items__soc .box-item__wa:hover::before {
    color: #fff
}

.box-items__soc .box-item__tg::before, .box-items__soc .box-item__vi::before, .box-items__soc .box-item__wa::before {
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #2e6bc6;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box-items__soc .box-item__tg::before {
    width: 22px;
    height: 22px;
    content: "";
    font-size: 22px;
    position: absolute
}

.box-items__soc .box-item__vi::before {
    width: 22px;
    height: 22px;
    content: "";
    font-size: 22px
}

.box-items__soc .box-item__wa::before {
    width: 20px;
    height: 25px;
    content: "";
    font-size: 23px
}

.box-items__cont .box-item__phone, .box-items__cont .box-item__email {
    padding-left: 25px;
    width: 100%;
    margin-bottom: 20px
}

.box-items__cont .box-item__phone::before, .box-items__cont .box-item__email::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-family: icomoon
}

.box-items__cont .box-item__phone::before {
    content: "";
    font-size: 15px;
    left: 2px
}

.box-items__cont .box-item__email::before {
    content: ""
}

.article {
    padding: 35px 0
}

.article__inner {
    font-size: 16px;
    font-family: "Jost-Light";
    font-weight: 300;
    line-height: 22px
}

.news {
    padding: 35px 0
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2%
}

.news-card {
    max-width: 32%;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 5px;
    overflow: hidden
}

.news-card__image {
    width: 100%;
    aspect-ratio: 1600/900;
    position: relative;
    overflow: hidden
}

.news-card__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.news-card__text {
    padding: 0 10px;
    padding-bottom: 10px
}

.news-card__title {
    font-size: 18px;
    font-family: "Jost-Regular";
    font-weight: 400;
    text-align: center
}

.news-card__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e0e4e2;
    padding-top: 10px
}

.news-card__date {
    color: #777;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    border-top: 1px solid #e0e4e2;
    padding-top: 10px
}

.news-card__link {
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    text-align: center;
    color: #777;
    background-color: #f2f4f3;
    border-radius: 5px
}

.news-card__link:hover {
    color: #2e6bc6
}

.single-product {
    padding: 45px 0
}

.tabs__pane {
    display: none;
    font-size: 16px;
    line-height: 22px;
    font-family: "Jost-Light";
    font-weight: 300;
    letter-spacing: 1px
}

.tabs__pane.active {
    display: block
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.tabs__btn {
    cursor: pointer;
    color: #777;
    padding: 10px;
    max-width: 100px;
    width: 100%;
    text-align: center
}

.tabs__btn:first-child {
    border-right: 1px solid rgba(51, 51, 51, .3098039216)
}

.tabs__btn.active {
    color: #000
}

.tabs__content {
    padding: 20px
}

.single-product__details:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(51, 51, 51, .3098039216)
}

.single-product__text {
    padding-left: 20px
}

.single-product__image, .single-product__text {
    width: 50%;
    float: left
}

.single-product__header {
    width: 50%;
    float: right
}

.single-product__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-product__breadcrumbs li {
    color: #777
}

.single-product__breadcrumbs li a {
    color: #000
}

.single-product__breadcrumbs li a:hover {
    color: #2e6bc6
}

.welcome .single-product__breadcrumbs {
    color: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0
}

.welcome .single-product__breadcrumbs li {
    color: #fff
}

.welcome .single-product__breadcrumbs li a {
    color: #fff
}

.welcome .single-product__breadcrumbs li a:hover {
    color: #000
}

.welcome.welcome--gray .single-product__breadcrumbs {
    color: #000
}

.welcome.welcome--gray .single-product__breadcrumbs li {
    color: #777
}

.welcome.welcome--gray .single-product__breadcrumbs li a {
    color: #000
}

.welcome.welcome--gray .single-product__breadcrumbs li a:hover {
    color: #2e6bc6
}

.product__breadcrumbs-item {
    padding-right: 5px
}

.product__breadcrumbs-item:not(:first-child) {
    padding-left: 5px
}

.single-product__image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.single-product__attrs {
    width: 100%;
    clear: both
}

.single-product__title {
    font-size: 25px;
    font-family: "Jost-Regular";
    font-weight: 400;
    margin-bottom: 50px;
    padding-left: 20px
}

.single-product__bye {
    margin-bottom: 50px
}

.single-product__info {
    border-top: 1px solid #e0e4e2;
    margin-bottom: 50px;
    padding-top: 20px
}

.single-product__info li {
    margin-bottom: 10px;
    font-size: 15px
}

.single-product__info li span:first-child {
    font-weight: 700
}

.single-product__info li a {
    color: #2e6bc6
}

.grid__body-item.search-item {
    position: relative;
    padding-top: 18px
}

.grid__body-item.search-item .grid__body-item-type {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: uppercase;
    background-color: #5889d1;
    color: #fff;
    z-index: 1;
    padding: 4px 10px;
    border-radius: 20px
}

.grid__body-item.search-item .body-item__more {
    z-index: 5
}

.grid__body-item.search-item.search-item__article .grid__body-item-type {
    background-color: #f2f4f3;
    color: #000
}

.page-not-found {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-not-found__num {
    font-size: 200px;
    color: #2e6bc6;
    font-family: "Jost-Light";
    font-weight: 300
}

.page-not-found__text {
    font-size: 20px;
    font-family: "Jost-Regular";
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px
}

.tabs__content strong {
    font-weight: 700;


}

.tabs__content {
    ul {
        list-style-type: disc;
        list-style-position: inside;
    }
    ol {
        list-style-type: decimal;
        list-style-position: inside;

        li {
            list-style: auto;
            padding-left: 0;
        }

        li::before {
            display: none;
        }
    }
    ul ul, ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }
    ol ol, ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

    li {
        padding-left: 12px;
        position: relative;
    }

    li::before {
        content: '';
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #000;
        border-radius: 50%;
        left: 0;
        top: 9px;
    }

}