/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/
/* End */
/* Start:/local/templates/main/styles.css?17791975257172*/
/* Light */
@font-face {
    font-family: 'TTCommons';
    src: local('TTCommons Light'),
         local('TTCommons-Light'),
         url('fonts/TTCommons-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'TTCommons';
    src: local('TTCommons Light Italic'),
         local('TTCommons-LightItalic'),
         url('fonts/TTCommons-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'TTCommons';
    src: local('TTCommons Regular'),
         local('TTCommons-Regular'),
         url('fonts/TTCommons-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'TTCommons';
    src: local('TTCommons Medium'),
         local('TTCommons-Medium'),
         url('fonts/TTCommons-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DemiBold */
@font-face {
    font-family: 'TTCommons';
    src: local('TTCommons DemiBold'),
         local('TTCommons-DemiBold'),
         url('fonts/TTCommons-DemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body[contenteditable="true"] {
    font-family: 'TTCommons', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 300;
    line-height: 1.6;
}

body[contenteditable="true"] .subtitle {
    font-size: 1.2rem !important;
    font-weight: 400;
    color: rgb(68, 90, 120);
}

body[contenteditable="true"] .small-text {
    display: inline-block;
    font-size: 0.8rem !important;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'TTCommons', sans-serif !important;
    opacity: .7;
}

body[contenteditable="true"] blockquote + .small-text {
    position: relative;
    padding-left: 2rem;
}

body[contenteditable="true"] blockquote + .small-text::before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1px;
    background: black;
    top: 0.4rem;
    left: 0;
}

body[contenteditable="true"] .select-text {
    padding: .1rem .4rem 0;
    border-radius: 4px;
}

body[contenteditable="true"] .select-text.red {
    background: rgba(255,0,0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255,0,0, .3);
}

body[contenteditable="true"] .select-text.green {
    background: rgba(0,255,0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0,255,0, .3);
}

body[contenteditable="true"] .select-text.blue {
    background: rgba(0,0,255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,255, .2);
}

body[contenteditable="true"] .select-text.yellow {
    background: rgb(255, 195, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 195, 0, .5);
}

body[contenteditable="true"] hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin: .5rem 0;
}

body[contenteditable="true"] .text, body[contenteditable="true"] p {
    font-size: 1rem !important;
    font-weight: 300;
    hyphens: auto;
    font-family: 'TTCommons', sans-serif !important;
}

body[contenteditable="true"] .text + .text, body[contenteditable="true"] p + p. .text + p, body[contenteditable="true"] p + .text {
    margin-top: 1.4rem;
}

body[contenteditable="true"] b {
    font-weight: 500 !important;
}

body[contenteditable="true"] a {
    color: #136bde;
    transition: text-decoration-color 0.3s, color 0.3s;
    text-decoration: underline;
    text-decoration-color: #136bde;
    text-underline-offset: 4px;
}

body[contenteditable="true"] h1, body[contenteditable="true"] h2, body[contenteditable="true"] h3, body[contenteditable="true"] h4, body[contenteditable="true"] h5, body[contenteditable="true"] h6, body[contenteditable="true"] p {
    font-family: 'TTCommons', sans-serif !important;
    color: black;
    line-height: 1.25em;
    padding: 0;
    margin: 0;
}

body[contenteditable="true"] h1, body[contenteditable="true"] h2, body[contenteditable="true"] h3, body[contenteditable="true"] h4, body[contenteditable="true"] h5, body[contenteditable="true"] h6 {
    font-weight: 500;
    margin: 2rem 0 0.5rem;
    padding: 0;
    color: black;
    line-height: 1;
    letter-spacing: 0;
}

body[contenteditable="true"] h1 {
    font-size: 2rem;
}

body[contenteditable="true"] h2 {
    font-size: 1.8rem;
}

body[contenteditable="true"] h3 {
    font-size: 1.6rem;
}

body[contenteditable="true"] h4 {
    font-size: 1.4rem;
}

body[contenteditable="true"] h5 {
    font-size: 1.2rem;
}

body[contenteditable="true"] h6 {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    body[contenteditable="true"] hr {
        margin: 1rem 0;
    }

    body[contenteditable="true"] .small-text {
        font-size: 1rem !important;
    }

    body[contenteditable="true"] .subtitle {
        font-size: 1.6rem !important;
    }

    body[contenteditable="true"] .text, body[contenteditable="true"] p {
        font-size: 1rem !important;
        line-height: 1.6;
    }
}

/* End */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder!important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* End */
/* Start:/local/templates/main/resources/css/swiper.min.css?172654531818432*/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/* End */
/* Start:/local/templates/main/resources/css/style.css?178247269658135*/
@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    cursor: pointer
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: TTCommons;
    src: url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.eot);
    src: local("TTCommons-Light"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.woff) format("woff"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.ttf) format("truetype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.woff2) format("woff2"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Light.svg) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TTCommons;
    src: url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.eot);
    src: local("TTCommons-LightItalic"),url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.woff) format("woff"),url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.ttf) format("truetype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.woff2) format("woff2"),url(/wp-content/themes/kadence-child/fonts/TTCommons-LightItalic.svg) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: TTCommons;
    src: url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.eot);
    src: local("TTCommons-Regular"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.woff) format("woff"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.ttf) format("truetype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.woff2) format("woff2"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TTCommons;
    src: url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.eot);
    src: local("TTCommons-Medium"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.woff) format("woff"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.ttf) format("truetype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.woff2) format("woff2"),url(/wp-content/themes/kadence-child/fonts/TTCommons-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TTCommons;
    src: url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.eot);
    src: local("TTCommons-DemiBold"),url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.woff) format("woff"),url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.ttf) format("truetype"),url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.woff2) format("woff2"),url(/wp-content/themes/kadence-child/fonts/TTCommons-DemiBold.svg) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

html {
    box-sizing: border-box;
    font-size: 20px;
    --scroll-behavior: smooth
}

*,:after,:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

body {
    position: relative;
    font-family: TTCommons,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: #eee;
    color: #000;
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

body.overflow {
    overflow: hidden
}

main {
    display: block;
    position: relative;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    z-index: 2
}

.breadcrumbs-wrapper {
    margin-top: 1.5rem;
}

.breadcrumbs-wrapper:has(+.main-margin) {
    margin-top: 0;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: TTCommons,sans-serif!important;
    color: #000;
    line-height: 1.25em;
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    margin: 1rem 0 .25rem;
    padding: 0;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

div {
    color: #000;
    padding: 0;
    margin: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1780px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.container#sliderNews,.container#sliderNewsPreview {
    padding: 0;
}

.ov-hid {
    overflow-y: hidden!important;
}

.block-intro {
    background-image: url(/local/templates/main/resources/css/../../images/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 10rem;
    padding: 4.5rem 0 .6rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.block-intro .container {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.block-intro h1 {
    color: #fff;
}

.block__footer {
    display: flex;
    justify-content: center;
    padding: 1.9rem 0;
}

.block-title {
    position: relative;
}

.grid {
    display: grid;
}

.grid.col-2 {
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
}

.news-detail__content {
    font-size: 1rem!important;
    font-weight: 300;
    font-family: TTCommons,sans-serif!important
}

.news-detail__content a {
    color: #136bde;
    transition: text-decoration-color .3s,color .3s,-webkit-text-decoration-color .3s;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(19,107,222,.3);
    text-decoration-color: rgba(19,107,222,.3);
    text-underline-offset: 4px
}

.news-detail__content a:hover {
    -webkit-text-decoration-color: rgba(19,107,222,.1);
    text-decoration-color: rgba(19,107,222,.1);
    color: #03f
}

.text,p {
    font-size: 1rem!important;
    font-weight: 300;
    font-family: TTCommons,sans-serif!important;
    line-height: 1.4
}

.text+.text,.text+p,p+.text,p+p {
    margin-top: 1.4rem
}

.text a,p a {
    word-break: break-word
}

b {
    font-weight: 500!important
}

.subtitle {
    font-size: 1.2rem!important;
    font-weight: 400;
    color: #445a78
}

.small-text {
    display: inline-block;
    font-size: .8rem!important;
    line-height: 1.2;
    font-weight: 300;
    font-family: TTCommons,sans-serif!important;
    opacity: .7
}

blockquote {
    padding: 0 0 1rem 2rem;
    position: relative;
    font-size: 1rem!important;
    font-weight: 400;
    color: #1a232f;
    margin: 1.6rem 0 1rem;
    border-bottom: 1px solid rgba(26,35,47,.2)
}

blockquote::before {
    content: "Â«";
    font-size: 4rem;
    line-height: .4;
    position: absolute;
    opacity: .1;
    left: -.4rem;
    top: 0
}

blockquote+.small-text {
    position: relative;
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: 1rem
}

blockquote+.small-text::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1px;
    background: #000;
    top: .4rem;
    left: 0
}

.select-text {
    padding: .1rem .4rem 0;
    border-radius: 4px
}

.select-text.red {
    background: rgba(255,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(255,0,0,.3)
}

.select-text.green {
    background: rgba(0,255,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,255,0,.3)
}

.select-text.blue {
    background: rgba(0,0,255,.1);
    box-shadow: inset 0 0 0 1px rgba(0,0,255,.2)
}

.select-text.yellow {
    background: rgba(255,195,0,.2);
    box-shadow: inset 0 0 0 1px rgba(255,195,0,.5)
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    margin: .5rem 0
}

.fullscreen-slider {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    max-width: inherit;
    z-index: 1000;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.fullscreen-slider #sliderNews {
    max-width: 80%
}

.fullscreen-slider #sliderNews .text-img_wrapper {
    max-height: 950px;
    background: #000;
    border-color: #000
}

.fullscreen-slider .photo-item:hover {
    opacity: 1!important
}

.fullscreen-slider #icon-close {
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 100;
    cursor: pointer;
    transition: opacity .3s
}

.fullscreen-slider #icon-close:hover {
    opacity: .7
}

.fullscreen-slider #icon-close::after,.fullscreen-slider #icon-close::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    transform: rotate(-45deg);
    left: 50%
}

.fullscreen-slider #icon-close::before {
    transform: rotate(45deg)
}

#sliderNews .photo-item {
    transition: opacity .3s
}

#sliderNews .photo-item:hover {
    opacity: .7
}

#sliderNews .text-img_wrapper {
    max-height: 600px;
    width: 100%;
    aspect-ratio: 4/3
}

#sliderNews .text-img_wrapper img {
    height: 100%!important;
    width: 100%!important;
    object-fit: contain
}

#sliderNews:has(+#sliderNewsPreview) {
    margin-bottom: 1rem
}

#sliderNewsPreview .text-img_wrapper {
    border-radius: 2px!important;
    aspect-ratio: 4/3
}

#sliderNewsPreview .swiper-slide {
    opacity: .4
}

#sliderNewsPreview .swiper-slide-thumb-active {
    opacity: 1
}

#sliderNews,#sliderNewsPreview,div.text {
    max-width: 968px;
    width: 100%;
    margin: 0 auto 4rem
}

#sliderNews img,#sliderNewsPreview img{
    opacity: 0;
    transition: opacity .1s
}

#sliderNews .text-img_wrapper,#sliderNewsPreview .text-img_wrapper,div.text .text-img_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    border-radius: 10px
}

#sliderNews .text-img_wrapper img,#sliderNewsPreview .text-img_wrapper img,div.text .text-img_wrapper img {
    opacity: 1;
    max-height: inherit;
    height: 100%;
    width: auto;
    max-width: 100%;
    overflow: visible;
    padding: 0;
    margin: 0
}

#sliderNews .img-horizontal img,#sliderNewsPreview .img-horizontal img,div.text .img-horizontal img {
    width: 100%
}

#sliderNews .img-vertical,#sliderNewsPreview .img-vertical,div.text .img-vertical {
    max-height: 600px
}

#sliderNews ol li,#sliderNews ul li,#sliderNewsPreview ol li,#sliderNewsPreview ul li,div.text ol li,div.text ul li {
    margin-left: 1rem
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #3a4246;
    z-index: 50
}

.header .container {
    display: flex;
    align-items: center;
    height: 3.75rem;
    gap: 1.5rem;
    z-index: 3
}

.header__logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center
}

.header__logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s
}

.header__logo a img {
    height: 2rem;
    object-position: center;
    object-fit: contain
}

.header__logo a:hover {
    opacity: .6
}

.header__nav {
    display: none
}

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

.header__nav-link a {
    font-weight: 500;
    color: #fff;
    border: .125rem solid transparent;
    border-radius: 1rem;
    line-height: 1rem;
    padding: .375rem 1rem .1825rem;
    transition: border .3s
}

.header__nav-link a.active,.header__nav-link a:hover {
    border-color: #fff
}

.header__extra {
    display: flex;
    align-content: center;
    gap: 1.25rem;
    margin-left: auto
}

.header__extra-link {
    display: flex;
    justify-content: center;
    align-items: flex-baseline;
    opacity: 1;
    transition: opacity .3s
}

.header__extra-link:hover {
    opacity: .75
}

.header__extra-link:nth-child(1) a svg {
    width: auto;
    height: 1rem
}

.header__extra-link:nth-child(2) a svg {
    width: auto;
    height: 1.4rem
}

.header__extra-link a {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.header__language {
    font-weight: 500;
    color: #fff
}

.header__menu {
    position: relative;
    min-width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.header__menu:hover svg {
    fill: #bbb
}

.header__menu svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.5rem;
    fill: #fff;
    transition: opacity .3s,fill .3s
}

.header__menu svg.m-1 {
    opacity: 1;
    height: 1.125rem
}

.header__menu svg.m-2 {
    opacity: 0;
    width: 1.25rem;
    height: 1.25rem
}

.header__menu.active svg.m-1 {
    opacity: 0
}

.header__menu.active svg.m-2 {
    opacity: 1
}

.header-mobile {
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: calc(100dvh - 3.75rem);
    z-index: 49;
    background-color: #000;
    transition: opacity .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 1rem
}

.header-mobile.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.header-mobile .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.header-mobile .header__nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1.25dvh 0;
    width: 100%
}

.header-mobile .header__nav-link a {
    font-size: 1.25rem
}

.header__nav-link {
    position: relative
}

.header__submenu {
    display: none;
    position: absolute;
    width: 232px;
    top: 100%;
    left: 0;
    min-width: 220px;
    z-index: 100;
    padding: 1rem 0;
    border-radius: 8px
}

.header__submenu:before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 0;
    right: 0;
    background: #3a4246;
    z-index: -1;
    border-radius: 8px;
    box-shadow: 0 -1px 43px 13px rgba(0,0,0,.24)
}

.header__nav-link--has-children:hover .header__submenu {
    display: block
}

.header__nav-link--submenu {
    padding: .5rem .1rem;
    position: relative;
    border-bottom: 1px solid #5d6970;
    transition: background .3s
}

.header__nav-link--submenu:hover {
    background: #5d6970;
    color: #fff
}

.header__nav-link--submenu:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px
}

.header__nav-link--submenu:first-child {
    border-radius: 8px
}

.header__nav-link--submenu:first-child:has(+.header__nav-link--submenu) {
    border-radius: 8px 8px 0 0
}

.header__nav-link--submenu a {
    display: block;
    line-height: 1;
    font-size: 1.2rem!important;
    font-weight: 400;
    border: none!important
}

.header-mobile .header__submenu {
    display: block;
    position: static;
    width: 100%;
    padding: .5rem 0 0
}

.header-mobile .header__submenu:before {
    display: none
}

.header-mobile .header__nav-link--has-children {
    display: flex;
    flex-direction: column
}

.header-mobile .header__nav-link--submenu {
    padding: 1rem .5rem;
    background: rgba(58,66,70,.3);
    margin: 0;
    border-bottom: none
}

.header-mobile .header__nav-link--submenu:hover {
    background: rgba(58,66,70,.4);
    color: #fff
}

.footer {
    position: relative;
    width: 100%;
    background-color: #3a4246;
    padding: 1.25rem 0;
    z-index: 1
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.footer__top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1.5rem
}

.footer__logo {
    grid-column: span 2;
    position: relative;
    display: flex;
    align-content: center
}

.footer__logo a {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.footer__logo a img {
    height: 2rem;
    object-position: center;
    object-fit: contain
}

.footer__nav-caption {
    font-size: 1.25rem;
    color: #fff;
    opacity: .5
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: .75rem
}

.footer__nav-sublist {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-left: .75rem;
    border-left: .0625rem solid #fff
}

.footer__nav-item {
    line-height: 1.25em
}

.footer__nav-item span {
    opacity: .5;
    color: #fff
}

.footer__nav-item a {
    color: #fff;
    transition: opacity .3s
}

.footer__nav-item a:hover {
    opacity: .75
}

.footer__extra {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.footer__extra .btn {
    padding: .125rem 2rem 0
}

.footer__extra input {
    border: none
}

.footer__subscribe {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 1rem
}

.footer__social {
    display: flex;
    align-content: center;
    gap: 1.25rem;
    padding-top: .5rem;
    margin-top: -.5rem;
    margin-left: auto
}

.footer__social-link {
    display: flex;
    justify-content: center;
    align-items: flex-baseline;
    opacity: 1;
    transition: opacity .3s
}

.footer__social-link:hover {
    opacity: .75
}

.footer__social-link:nth-child(1) a svg {
    width: auto;
    height: 1rem
}

.footer__social-link:nth-child(2) a svg {
    width: auto;
    height: 1.4rem
}

.footer__social-link a {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.footer__bottom .footer__copyright {
    color: #fff
}
.footer-html p:first-child {
	color: #fff;
    order: -1;
    transition: opacity .3s
}
.footer__bottom .footer__policy, #block-14 {
    color: #fff;
    order: -1;
    transition: opacity .3s
}

.site-footer-row.site-footer-row-columns-3 .footer__policy {
    color: #fff!;
    order: -1;
    transition: opacity .3s
}
.footer__bottom .footer__policy:hover {
    opacity: .75
}
.site-footer-row.site-footer-row-columns-3 .footer__policy:hover {
    opacity: .75
}
.about-block__container {
    padding-top: 3rem;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-bottom: 9rem
}

.contacts-page .about-block__container {
    background: url(/local/templates/main/resources/css/../images/intro-bg.jpg) center/cover no-repeat;
    padding-top: 6rem;
    margin-top: -5rem
}

.about-block__container .container {
    display: flex;
    flex-direction: column
}

.about-block__container .about-block__description {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6
}

.about-block__features {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
    margin-bottom: 2rem
}

.about-block__features br {
    display: none
}

.features-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 1.5rem;
    border-radius: .8rem
}

.features-item_img {
    width: 3rem;
    aspect-ratio: 1/1;
    margin-bottom: 1rem
}

.features-item_img img {
    width: 100%;
    height: auto
}

.features-item_title {
    margin: 0 0 .5rem
}

.features-item__description {
    font-weight: 300;
    font-size: 1rem;
    color: grey
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.about-wrapper .about-logo {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.about-wrapper .about-logo img {
    width: 350px;
    height: auto
}

.about-wrapper .about-container {
    margin-top: -.5rem
}

.about-wrapper .subtitle {
    display: block;
    font-size: 1.2rem!important;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.about-wrapper h5 {
    margin-bottom: 2rem;
    font-weight: 600
}

.about-wrapper .about-block__features {
    display: flex!important;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    gap: 0;
    padding: .5rem 1rem
}

.about-wrapper .features-item {
    position: relative;
    flex: 1 1 auto;
    height: auto;
    margin: 0 0 0 2rem;
    padding: 1rem 0;
    font-size: 1.2rem;
    background: 0 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.about-wrapper .features-item::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 1.4rem;
    width: .4rem;
    height: .4rem;
    display: flex;
    background: #000;
    border-radius: 100px
}

.about-wrapper .features-item:last-child {
    border-bottom: none
}

.breadcrumbs-wrapper {
    margin-bottom: 1rem;
    width: 100%
}

.breadcrumbs-wrapper .container {
    display: inherit!important
}

.breadcrumbs-list {
    display: inline;
    flex-wrap: wrap
}

.breadcrumbs-item {
    display: inline;
    position: relative;
    color: #3a4246;
    font-size: .8rem
}

.breadcrumbs-item:not(.active):after {
    content: ">";
    margin: 0 .5rem
}

.breadcrumbs-item.active {
    color: #bbb;
    pointer-events: none
}

.block-intro .breadcrumbs-wrapper {
    margin-bottom: 0
}

.block-intro .breadcrumbs-item {
    color: #e0e0e0
}

.block-intro .breadcrumbs-item.active {
    color: #bbb
}

.btn {
    height: 2.25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    width: -webkit-max-content;
    width: max-content;
    padding: .125rem 1rem 0;
    border: .125rem solid #000;
    border-radius: 1rem;
    outline: 0;
    cursor: pointer;
    opacity: 1;
    background: 0 0;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color .3s,color .3s,border .3s
}

.btn:hover {
    background: #000;
    color: #fff
}

.btn[disabled] {
    opacity: .5;
    cursor: default
}

.btn.btn-tr-wh {
    height: 2.25rem;
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn.btn-tr-wh:hover {
    background-color: #fff;
    color: #000
}

.btn.btn__icon {
    position: relative;
    display: flex;
    align-items: center
}

.btn.btn__icon::after {
    content: url(/wp-content/themes/kadence-child/assets/images/icon-arrow.svg);
    display: inline;
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
    margin-top: -.2rem;
    transition: transform .3s
}

.btn.btn__icon:hover::after {
    -webkit-filter: invert(2);
    filter: invert(2)
}

.wpcf7 .btn {
    height: 2.25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    width: -webkit-max-content;
    width: max-content;
    padding: .125rem 1rem 0;
    border: .125rem solid #000;
    border-radius: 1rem;
    outline: 0;
    cursor: pointer;
    opacity: 1;
    background: 0 0;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color .3s,color .3s,border .3s
}

.wpcf7 .btn:hover {
    background: #000;
    color: #fff
}

.wpcf7 .btn[disabled] {
    opacity: .5;
    cursor: default
}

.wpcf7 .btn.btn-tr-wh {
    height: 2.25rem;
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.wpcf7 .btn.btn-tr-wh:hover {
    background-color: #fff;
    color: #000
}

.wpcf7 .btn.btn__icon {
    position: relative;
    display: flex;
    align-items: center
}

.wpcf7 .btn.btn__icon::after {
    content: url(/local/templates/main/resources/css/../images/icon-arrow.svg);
    display: inline;
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
    margin-top: -.2rem;
    transition: transform .3s
}

.wpcf7 .btn.btn__icon:hover::after {
    -webkit-filter: invert(2);
    filter: invert(2)
}

/*начало форма*/
.contacts-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 1rem;
}

.contacts-map {
    height: 30rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #fff;
}

.contacts-map iframe {
    border: none;
    box-shadow: none;
    outline: 0;
}

.contacts-form {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
}

.contacts-form h2 {
    margin-bottom: 1rem;
}

/* ===== Contact Form 7 ===== */

.wpcf7-form {
    display:flex;
    flex-direction:column;
    gap:1rem;
}

.wpcf7-form .field {
    flex:1 1 calc(33.333333% - 1rem);
}

.wpcf7-form .field:nth-child(4) {
    flex:0 0 100%;
}

.wpcf7-form .btn {
    margin-top:1rem;
    margin-bottom:1rem;
}

/* Поля */

.wpcf7 .input {
    width: 100%;
    box-sizing: border-box;
}

/* ===== Контакты ===== */

.contacts_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-weight: 900;
    gap: 1rem;
}

.contacts_list span {
    color: #3a4246;
    font-weight: 400;
}
/*конец форма*/
.events-wrapper {
    grid-column-start: 1;
    grid-column-end: 13;
    margin-top: 2rem
}

.events_list {
    display: grid;
    margin-top: 15px;
    grid-template-columns: repeat(1,1fr);
    gap: .5rem
}

.experts-block {
    position: relative;
    background: #3a4246;
    padding: 1rem 0;
    color: #fff;
    margin: 1rem 0 0
}

.experts-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 300;
    width: 100%
}

.experts-title a {
    color: inherit;
    transition: opacity .3s
}

.experts-title a:hover {
    opacity: .5
}

.experts-title::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: calc(50% + 12rem);
    top: 1rem;
    background: #fff
}

.experts-title::after {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    left: calc(50% + 12rem);
    top: 1rem;
    background: #fff
}

.experts-list {
    display: flex;
    margin: 1rem 0;
    justify-content: space-between
}

.experts-page {
    flex-wrap: wrap
}

.experts-page .experts-item {
    flex: 0 0 100%;
    padding: 0 2rem 2rem;
    color: #000
}

.experts-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem
}

.experts-item-img {
    overflow: hidden;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 12rem;
    margin-bottom: .5rem
}

.experts-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.experts-item-author {
    color: inherit;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: .3rem;
    font-weight: 300
}

.experts-item-description {
    color: inherit;
    font-size: 1rem!important;
    line-height: 1.2;
    font-weight: 300;
    opacity: .6
}

#commands .swiper-button-next,#commands .swiper-button-prev,#experts .swiper-button-next,#experts .swiper-button-prev {
    color: #fff;
    opacity: .5;
    display: none
}

.experts-block__quests {
    background: #fff;
    margin-top: 0!important
}

.experts-block__quests .experts-title {
    color: #000
}

.experts-block__quests .experts-title::after,.experts-block__quests .experts-title::before {
    background: #bbb
}

.experts-block__quests .experts-item {
    color: #000
}

#commands .swiper-button-next,#commands .swiper-button-prev {
    color: #3a4246
}

.wpcf7 .input,textarea {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1em;
    width: 100%;
    padding: .3rem 1rem 0;
    height: 2.25rem;
    background-color: #fff;
    border-radius: 1rem;
    border: 2px solid #d9d9d9;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    transition: border .3s
}

.wpcf7 .input:focus,.input:hover,textarea:focus,textarea:hover {
    border-color: #000
}

.wpcf7 .input:-webkit-autofill,textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 3rem transparent!important
}

.wpcf7 .input::selection,textarea::selection {
    background-color: transparent
}

.wpcf7 .input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #cbcbcb
}

.wpcf7 .input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #cbcbcb
}

.wpcf7 .input::placeholder,textarea::placeholder {
    color: #cbcbcb
}

.wpcf7 .input-wrapper,textarea-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2
}

.wpcf7 .input-wrapper.active,textarea-wrapper.active {
    z-index: 3
}

.wpcf7 textarea {
    overflow: auto;
    height: 10rem;
    resize: none
}




.item-card {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    transition: background .3s,color .3s;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1
}

.item-card:hover {
    background: #3a4246;
    color: #fff
}

.item-card:hover img {
    transform: scale(1.05);
    opacity: 1
}

.item-card:hover .item-footer {
    opacity: .7
}

.item-card__small {
    aspect-ratio: auto!important
}

.item-img {
    height: 250px;
    overflow: hidden;
    background-color: #000
}

.item-img img {
    opacity: .7;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-in-out,opacity .5s
}

.item-title {
    color: inherit;
    margin: 10px;
    flex: 1 1 auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1
}

.item-header {
    opacity: .3;
    color: inherit;
    margin: 10px 10px 0;
    display: flex;
    justify-content: space-between
}

.item-header span {
    color: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1
}

.item-footer {
    opacity: .3;
    color: inherit;
    margin: 0 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: .75rem
}

.item-footer span {
    color: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1
}

.item-footer .item-footer__author {
    display: flex;
    flex-direction: column;
    color: inherit
}

.item-footer .item-footer__author .description {
    font-size: 1.1rem
}

.item-footer .date {
    border-top: 1px solid #bbb;
    padding-top: .75rem;
    font-size: 1.1rem
}

.library-block {
    padding: 3.75rem 0
}

.library_list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: .5rem;
    margin-top: 15px
}

.library_item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 15px;
    gap: .75rem
}

.library_item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    transition: .3s
}

.library_img {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3
}

.library_img img {
    transition: transform .3s;
    height: auto;
    width: 100%
}

.library_title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    grid-column-start: 2;
    grid-column-end: 5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.library_author {
    font-size: 1.2rem;
    font-weight: 100;
    font-style: italic;
    line-height: 1;
    opacity: .5;
    grid-column-start: 2;
    grid-column-end: 5
}

.materials-block .container {
    display: grid;
    grid-template-columns: repeat(12,1fr)
}

.materials-wrapper {
    grid-column-start: 1;
    grid-column-end: 13
}

.materials_list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: .5rem;
    margin-top: 15px
}

.news-detail-wrapper {
    grid-column-start: 1;
    grid-column-end: 13
}

.news-detail__cover {
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    transition: background .3s,color .3s;
    border-radius: 5px;
    overflow: hidden;
    max-width: 968px;
    margin: 0 auto 1rem
}

.news-detail__cover-img {
    aspect-ratio: 9/2.1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa
}

.news-detail__cover-img img {
    max-width: 100%;
    height: auto;
    max-height: 600px
}

.news-detail__cover-img-library {
    position: relative;
    margin: 2rem 1rem 0;
    display: flex;
    justify-content: center
}

.news-detail__cover-img-library:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #d9d9d9;
    bottom: 0;
    left: 2rem;
    right: 2rem
}

.news-detail__cover-title {
    color: inherit;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    margin: 1rem;
    flex: 1 1 auto
}

.news-detail__cover-footer {
    font-size: 1rem;
    color: inherit;
    margin: 0 1rem 1rem;
    display: flex;
    justify-content: space-between;
    line-height: 1
}

.news-detail__cover span {
    opacity: .3
}

.special-projects-detail__cover-footer {
    diaplay: flex;
    flex-direction: column;
    gap: 1.5rem
}

.special-projects-detail__cover-footer .author {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1
}

.special-projects-detail__cover-footer .author:has(.description) {
    align-items: flex-start
}

.special-projects-detail__cover-footer .author-avatar {
    aspect-ratio: 1/1;
    flex: 0 0 3rem;
    width: 3rem;
    border-radius: 100%;
    overflow: hidden
}

.special-projects-detail__cover-footer .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.special-projects-detail__cover-footer .author-name {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.special-projects-detail__cover-footer .author-name .name {
    opacity: 1
}

.news-block {
    border-top: 1px solid #d9d9d9;
    padding: .75rem 0
}

.news_list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: .5rem;
    margin-top: 15px;
    margin-bottom: 1rem
}

.news_list-small {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(1,1fr)
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center
}

.pagination-pages {
    border: 1px solid #000;
    border-radius: 5rem;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 2px;
    font-size: 0;
    line-height: 0;
    gap: .2rem
}

.pagination-item {
    font-size: .8rem;
    line-height: 1
}

.pagination-item a {
    font-size: inherit;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    width: 1rem;
    padding: .25rem 0 0;
    border-radius: 5rem;
    transition: background .3s,color .3s
}

.pagination-item a.active,.pagination-item a:hover {
    background: #000;
    color: #fff
}

.pagination .btn-arrow {
    position: relative;
    height: 2rem;
    width: 3rem;
    transition: opacity .5s
}

.pagination .btn-arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 2px;
    background: #000
}

.pagination .btn-arrow:hover {
    opacity: .5
}

.pagination .btn-arrow:after {
    position: absolute;
    content: "";
    height: .5rem;
    width: .5rem;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(-45deg) translate(-110%,120%);
    top: 0;
    left: 0
}

.pagination .btn-arrow.btn-right:after {
    transform: rotate(45deg) translate(110%,120%);
    border-right: 2px solid #000;
    border-left: none;
    left: auto;
    right: 0
}

.partners-block {
    border-top: 1px solid #d9d9d9;
    padding: 3.75rem 0 0;
    margin-bottom: 1rem
}

.partners_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem 2rem;
    flex-wrap: wrap
}

.partners_item {
    opacity: 1;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    cursor: pointer;
    height: 3rem
}

.partners_item img {
    width: auto;
    height: 100%
}

.partners_item:hover {
    -webkit-filter: contrast(2);
    filter: contrast(2)
}

.search-result__list {
    display: flex;
    flex-direction: column;
    gap: 1rem 0
}

.search-result__item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem
}

.search-result__item b {
    background: #ff0;
    padding: 2px 4px
}

.search-result__category {
    opacity: .3
}

.search-result__title {
    font-size: 1.4rem
}

.search-result__text {
    font-size: 1.2rem;
    opacity: 1;
    color: gray
}

.search {
    position: absolute;
    right: 5px;
    top: 50%;
    max-width: 100%;
    transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5rem;
    overflow: hidden;
    transition: border-color .3s
}

.search:has(input:active),.search:has(input:focus),.search:has(input:hover) {
    border: 2px solid #000
}

.search::after {
    content: url(/local/templates/main/resources/css/../images/icon-search.svg);
    position: absolute;
    left: .9rem;
    top: 50%;
    transform: translateY(-40%);
    pointer-events: none;
    transition: opacity .1s ease-in-out
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -1rem;
    background: linear-gradient(90deg,transparent,#eee 6rem);
    z-index: -1
}

.search input {
    border-color: transparent!important;
    background: #eee;
    transition: width .3s,border .3s;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 5rem;
    padding: 1rem;
    box-sizing: border-box;
    opacity: 0
}

.search input:active,.search input:focus,.search input:hover {
    width: 22.5rem;
    opacity: 1;
    padding-left: 3rem
}

.special-projects-page {
    background: url("/wp-content/uploads/2026/07/pattern.webp") 0 0/100px, linear-gradient(135deg,#313b3f 50%,#1e2878 110%) 0 0/100%;
}

.special-projects-page .block-title h1,.special-projects-page .breadcrumbs-item {
    color: #fff
}

.special-projects-page .about-container {
    margin-top: -1.5rem!important
}

.special-projects-page .about-block__features {
    padding: 1rem!important
}

.special-projects-page .features-item {
    margin: 0;
    border: none;
    padding: 0!important
}

.special-projects-page .features-item::before {
    display: none!important
}

.special-projects-page .features-item:first-child {
    padding-bottom: 1rem!important
}

.special-projects-page .item-card:hover {
    background: linear-gradient(135deg,#313b3f 50%,#1e2878 110%)
}
.contacts-form textarea {
	    width: 100%;
	    min-height: 10rem;
	    resize: vertical;
	}

@media screen and (min-width: 360px) {
    .item-card {
        aspect-ratio:auto
    }
}

@media screen and (min-width: 540px) {
    .about-block__container .about-block__description {
        font-size:1.2rem
    }

    .about-block__container .about-block__description br {
        display: none
    }

    .features-item__description {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:16px
    }

    .breadcrumbs-wrapper {
        margin-top: 1.5rem
    }

    h1,h2,h3,h4,h5,h6 {
        margin: 2rem 0 .5rem
    }

    h1 {
        font-size: 3.125rem
    }

    h2 {
        font-size: 2.7rem
    }

    h3 {
        font-size: 2.3rem
    }

    h4 {
        font-size: 1.9rem
    }

    h5 {
        font-size: 1.6rem
    }

    h6 {
        font-size: 1.2rem
    }

    .block-intro {
        padding: 7.6rem 0 1.6rem;
        height: 28rem;
        margin-bottom: 3.75rem
    }

    .subtitle {
        font-size: 1.6rem!important
    }

    blockquote {
        font-size: 1.6rem!important;
        padding: 0 0 1rem;
        margin: 1.6rem 0 1rem 4rem
    }

    blockquote::before {
        font-size: 8rem;
        left: -4.4rem;
        top: 0
    }

    blockquote+.small-text {
        padding-left: 2.4rem;
        margin-left: 4rem;
        margin-bottom: 1rem
    }

    blockquote+.small-text::before {
        width: 1.5rem
    }

    hr {
        margin: 1rem 0
    }

    .header .container {
        height: 5rem;
        gap: 2.5rem
    }

    .header__logo a img {
        height: 2.625rem
    }

    .header__extra {
        gap: 1.75rem
    }

    .header__extra-link:nth-child(1) a svg {
        height: 1.35rem
    }

    .header__extra-link:nth-child(2) a svg {
        height: 1.85rem
    }

    .header__language {
        font-size: 1.25rem
    }

    .header-mobile .header__nav-link {
        margin: 1.5dvh 0
    }

    .header-mobile .header__nav-link a {
        font-size: 1.5rem;
        padding: .5rem 1.5rem .25rem
    }

    .footer {
        padding: 2.5rem 0
    }

    .footer__top {
        grid-gap: 2rem
    }

    .footer__logo a img {
        height: 2.625rem
    }

    .footer__nav-caption {
        font-size: 1.5rem
    }

    .footer__nav-list {
        margin-top: 1rem
    }

    .footer__nav-item {
        font-size: 1.25rem
    }

    .footer__social {
        gap: 1.75rem;
        padding-top: .75rem;
        margin-top: -.75rem
    }

    .footer__social-link:nth-child(1) a svg {
        height: 1.35rem
    }

    .footer__social-link:nth-child(2) a svg {
        height: 1.85rem
    }

    .footer__bottom {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__bottom .footer__policy {
        order: 0
    }
	.site-footer-row.site-footer-row-columns-3 .footer__policy, #block-14 {
        order: 0
    }
    .contacts-page .about-block__container {
        padding-top: 6rem;
        margin-top: -7rem
    }

    .about-block__container {
        padding-bottom: 10rem
    }

    .about-block__features {
        gap: 1.5rem
    }

    .breadcrumbs-wrapper {
        margin-top: 1.5rem;
    }

    .breadcrumbs-item {
        font-size: 1rem
    }

    .btn {
        font-size: 1.25rem;
        padding: .4rem 1rem .2rem
    }
    
    .wpcf7 .btn {
        font-size: 1.25rem;
        padding: .4rem 1rem .2rem
    }
	/*форма 768*/
    .contacts-form {
        padding: 2rem
    }

    .wpcf7-form {
    flex-direction:row;
    flex-wrap:wrap;
}

    .contacts_list {
        flex-direction: row
    }

    .events_list {
        gap: 1.625rem;
        grid-template-columns: repeat(2,1fr)
    }

    .input,textarea {
        font-size: 1.125rem
    }

    /*конец форма 768*/

    .intro-main .container {
        min-height: 17.5rem
    }

    .intro-main .container img {
        width: 6.5rem;
        height: 6.5rem;
        margin-bottom: 1.5rem
    }

    .intro-main__slide {
        font-size: inherit
    }

    .intro-main__slide br {
        display: inherit
    }

    .intro-main__slide span {
        font-size: 1.25rem
    }

    .item-card {
        border-radius: 20px
    }

    .item-card-type .item-title {
        font-size: 2rem
    }

    .item-title {
        font-size: 1.625rem;
        font-weight: 300;
        margin: 20px
    }

    .item-header {
        margin: 20px 20px 0
    }

    .item-header span {
        font-size: 1.625rem
    }

    .item-footer {
        margin: 0 20px 20px
    }

    .item-footer span {
        font-size: 1.5rem
    }

    .library_list {
        grid-template-columns: repeat(2,1fr);
        gap: 1.625rem
    }

    .library_item {
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px
    }

    .library_item:hover:before {
        left: -.4rem;
        right: .4rem;
        top: -.4rem;
        bottom: -.4rem;
        box-shadow: 0 0 35px -15px #bbb
    }

    .library_item:hover img {
        transform: scale(1.02) translateY(-.2rem)
    }

    .library_item:before {
        border-radius: 20px
    }

    .library_img {
        height: 250px;
        width: auto
    }

    .library_img::after {
        content: "";
        position: absolute;
        height: 1px;
        background: #d9d9d9;
        bottom: 0;
        left: -3rem;
        right: -3rem
    }

    .library_img img {
        height: 100%;
        width: auto
    }

    .library_title {
        flex: 1 1 auto;
        font-weight: 300;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        font-size: 1.5rem;
        margin: 30px 0 15px
    }

    .library_author {
        font-size: 1.5rem
    }

    .materials_list {
        grid-template-columns: repeat(2,1fr);
        gap: 1.625rem
    }

    .news-detail__cover {
        border-radius: 20px;
        margin-bottom: 2rem
    }

    .news-detail__cover-img-library img {
        height: 100%;
        width: auto
    }

    .news-detail__cover-title {
        font-size: 2.5rem;
        margin: 2rem
    }

    .news-detail__cover-footer {
        font-size: 2.18rem;
        font-weight: 200;
        margin: 0 2rem 2rem
    }

    .special-projects-detail__cover-footer .author-avatar {
        flex: 0 0 4rem;
        width: 4rem
    }

    .special-projects-detail__cover-footer .author-name .description {
        font-size: .8em
    }

    .special-projects-detail__cover-footer .date {
        font-size: .65em
    }

    .news-block {
        padding: 1.75rem 0
    }

    .news_list {
        grid-template-columns: repeat(2,1fr);
        gap: 1.625rem
    }

    .news_list-small {
        gap: 1.625rem
    }

    .pagination {
        margin-top: 2rem
    }

    .pagination-item {
        font-size: 2rem
    }

    .pagination-item a {
        height: 2.5rem;
        width: 2.5rem;
        padding: .5rem 0 0
    }

    .pagination .btn-arrow {
        height: 2rem;
        width: 4rem
    }

    .pagination .btn-arrow:before {
        width: 4rem
    }

    .pagination .btn-arrow:after {
        height: 1rem;
        width: 1rem;
        transform: rotate(-45deg) translate(-30%,40%)
    }

    .pagination .btn-arrow.btn-right:after {
        transform: rotate(45deg) translate(30%,40%)
    }

    .search::before {
        left: -6rem
    }

    .search input {
        height: 2rem;
        width: 2rem;
        padding: 1.5rem 1rem
    }

    .special-projects-page .about-container {
        margin-top: -2rem!important
    }

    .special-projects-page .about-block__features {
        padding: 2rem!important
    }

    .special-projects-page .features-item:first-child {
        margin-bottom: 1rem
    }
}

@media (min-width: 768px) {
    .about-wrapper .subtitle {
        font-size:1.4rem!important
    }

    .about-wrapper .about-block__features {
        padding: 1rem 2rem
    }

    .about-wrapper .features-item {
        font-size: 1.4rem;
        padding: 1.5rem 0
    }

    .about-wrapper .features-item::before {
        left: -2rem;
        top: 2rem
    }

    .experts-block {
        margin: 4rem 0 0;
        padding: 3rem 0
    }

    .experts-list {
        margin: 3rem 0
    }

    .experts-page .experts-item {
        flex: 0 0 50%
    }

    .experts-item {
        padding: 0 6rem
    }

    .experts-item-img {
        margin-bottom: 1.5rem
    }

    .experts-item-author {
        font-size: 1.875rem;
        margin-bottom: 1rem
    }

    .experts-item-description {
        font-size: 1.25rem!important
    }

    #commands .swiper-button-next,#commands .swiper-button-prev,#experts .swiper-button-next,#experts .swiper-button-prev {
        display: flex
    }
}

@media screen and (min-width: 992px) {
    .grid.col-2 {
        grid-template-columns:repeat(2,1fr);
        gap: 9rem
    }

    .news-detail__content {
        font-size: 1.4rem!important;
        line-height: 1.6
    }

    .text,p {
        font-size: 1.4rem!important
    }

    .small-text {
        font-size: 1rem!important
    }

    #sliderNews ol li,#sliderNewsPreview ol li,div.text ol li {
        margin-left: 1.5rem
    }

    .about-block__container .about-block__description {
        font-size: 1.4rem
    }

    .about-block__container .about-block__description br {
        display: inherit
    }

    .about-block__features {
        grid-template-columns: repeat(3,1fr)
    }

    .about-block__features br {
        display: inherit
    }

    .features-item {
        padding: 2rem
    }

    .features-item_img {
        margin-bottom: 1.5rem
    }

    .features-item_title {
        margin: 0 0 1rem
    }

    .input,textarea {
        font-size: 1.25rem
    }

    .search input {
        height: 3.2rem;
        width: 3.2rem
    }
}

@media (min-width: 992px) {
    .about-wrapper {
        grid-template-columns:1fr
    }

    .about-wrapper .about-container {
        margin-top: 1.5rem
    }

    .about-wrapper .subtitle {
        font-size: 1.9rem!important
    }

    .experts-page .experts-item {
        flex: 0 0 33.3%
    }

    .partners_list {
        gap: 0 11rem;
        justify-content: center
    }

    .partners_item {
        height: auto
    }
}

@media screen and (min-width: 1200px) {
    .breadcrumbs-wrapper {
        margin-top:1.5rem
    }

    .block__footer {
        justify-content: flex-end
    }

    .header .container {
        height: 6.25rem
    }

    .header__logo a img {
        height: 3.25rem
    }

    .header__nav {
        display: flex;
        align-items: center;
        gap: 1.25rem
    }

    .header__nav-link a {
        font-size: 1.25rem;
        padding: .5rem 1.25rem .25rem
    }

    .header__extra {
        gap: 2rem
    }

    .header-mobile,.header__menu {
        display: none
    }

    .footer {
        padding: 3.75rem 0
    }

    .footer__top {
        grid-template-columns: 1fr 2fr
    }

    .footer__logo {
        grid-column: span 4
    }

    .footer__logo a img {
        height: 3.25rem
    }

    .footer__social {
        gap: 2rem
    }

    .footer__bottom .footer__copyright,.footer__bottom .footer__policy {
        font-size: 1.25rem
    }
	.site-footer-row.site-footer-row-columns-3 .footer__policy, #block-14 {
        font-size: 1.25rem
    }
    .footer-html p:first-child {
    	font-size: 1.25rem
    }
    .contacts-page .about-block__container {
        padding-top: 5rem;
        margin-top: -6rem
    }

    .contacts-wrapper {
    /*grid-template-columns:repeat(12,1fr);*/
}

.contacts-address {
    grid-column:1 / 10;
    padding-right:2.375rem;
}

.wpcf7 {
    grid-column:10 / 13;
}

.wpcf7-form {
    flex-direction:column;
}

    .events_list,.materials_list,.news_list {
        grid-template-columns: repeat(3,1fr)
    }

    .news_list-small {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-template-columns: repeat(3,1fr)
    }
}

@media screen and (min-width: 1600px) {
    .header__nav-link a {
        font-size:1.5rem;
        padding: .5rem 1rem .25rem
    }

    .header__extra-link:nth-child(1) a svg {
        height: 1.6875rem
    }

    .header__extra-link:nth-child(2) a svg {
        height: 2.3125rem
    }

    .header__language {
        font-size: 1.5rem
    }

    .footer {
        padding: 5rem 0 3.75rem
    }

    .footer__top {
        grid-template-columns: repeat(5,auto)
    }

    .footer__logo {
        grid-column: unset;
        margin-top: -1rem;
        margin-bottom: auto
    }

    .footer__logo a img {
        height: 4.25rem
    }

    .footer__nav {
        margin-top: .375rem
    }

    .footer__nav-caption {
        font-size: 1.75rem
    }

    .footer__nav-list {
        margin-top: 2.125rem
    }

    .footer__nav-item {
        font-size: 1.5rem
    }

    .footer__social {
        padding-top: .8rem;
        margin-top: -.8rem
    }

    .footer__social-link:nth-child(1) a svg {
        height: 1.6875rem
    }

    .footer__social-link:nth-child(2) a svg {
        height: 2.3125rem
    }
	/*форма 1600*/
    .contacts-wrapper {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 2rem;
    }

    .contacts-address {
        grid-column-start: 1;
        grid-column-end: 10;
        padding-right: 2.375rem;
    }

    .wpcf7 {
       grid-column-start: 10;
        grid-column-end: 13;
        grid-column-start: 10;
        margin-top: 0
    }

    .contacts-form {
        padding: 2rem;
    }
	.contacts-form textarea {
	    width: 100%;
	    min-height: 10rem;
	    resize: vertical;
	}
	/*конец форма 1600*/
    .events-wrapper {
        grid-column-start: 10;
        margin-top: 0
    }

    .events_list {
        grid-template-columns: repeat(1,1fr)
    }

    .intro-main .container {
        min-height: 21.875rem
    }

    .intro-main .container img {
        width: 8.125rem;
        height: 8.125rem;
        margin-bottom: 2rem
    }

    .intro-main__slide span {
        font-size: 1.5rem
    }

    .item-img {
        height: 400px
    }

    .library_list {
        grid-template-columns: repeat(4,1fr)
    }

    .library_item {
        padding: 30px 65px
    }

    .materials-wrapper {
        grid-column-end: 10;
        padding-right: 4.375rem
    }

    .news-detail-wrapper {
        grid-column-end: 13;
        padding-right: 0
    }

    .news_list {
        grid-template-columns: repeat(4,1fr)
    }

    .news_list__main-page {
        grid-template-columns: repeat(3,1fr)
    }

    .news_list-small {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-template-columns: repeat(1,1fr);
        flex-direction: column;
        gap: 1.625rem
    }
}

@media screen and (min-width: 1920px) {
    .container {
        padding:0
    }

    .search {
        right: 0
    }
}

@media (max-width: 1200px) {
    .about-wrapper .about-logo img {
        width:75%;
        max-width: 250px
    }
}
/* =========================
   Blockquote (WordPress)
   ========================= */

.wp-block-quote,
blockquote {
    position: relative;
    margin: 1.6rem 0 1rem;
    padding: 0 0 1rem 2rem;

    border: none !important;
    border-left: none !important;
    border-inline-start: none !important;
    border-bottom: 1px solid rgba(26,35,47,.2)!important;

    font-size: 1.6rem !important;
    font-weight: 400;
    color: #1a232f;
}

.wp-block-quote p {
    margin: 0;
}

.wp-block-quote::before,
blockquote::before {
    content: "«";
    position: absolute;
    left: -.4rem;
    top: 0;

    font-size: 4rem;
    line-height: .4;
    opacity: .1;
}

/* подпись после цитаты */

.wp-block-quote + .small-text,
blockquote + .small-text {
    position: relative;
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

.wp-block-quote + .small-text::before,
blockquote + .small-text::before {
    content: "";
    position: absolute;

    width: 1.5rem;
    height: 1px;

    background: #000;

    left: 0;
    top: .4rem;
}

/* =========================
   Desktop
   ========================= */

@media (min-width:768px){

    .wp-block-quote,
    blockquote{
        font-size:1.6rem !important;
        padding:0 0 1rem;
        margin:1.6rem 0 1rem 4rem;
    }

    .wp-block-quote::before,
    blockquote::before{
        font-size:8rem;
        left:-4.4rem;
        top:0;
    }

    .wp-block-quote + .small-text,
    blockquote + .small-text{
        padding-left:2.4rem;
        margin-left:4rem;
        margin-bottom:1rem;
    }

    .wp-block-quote + .small-text::before,
    blockquote + .small-text::before{
        width:1.5rem;
    }

}
.wp-block-quote,
blockquote {
    font-weight: 400 !important;
}

.wp-block-quote p,
blockquote p {
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 1.6rem !important;
}
