/*
Theme Name: BESTFORHOME24
Description: Шаблон под Wordpress разработанный для производителя рулонных штор и москитных сеток
Author: acr0matic
Author URI: github.com/acr0matic
Version: 1.1
*/
@charset "UTF-8"; /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #272727;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
img {
    border-style: none;
    display: block;
}
button,
input,
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;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
}
[hidden],
template {
    display: none;
}
h1,
h2,
h3,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
body,
html {
    position: relative;
    min-height: 100%;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-size: 1rem;
    font-family: Rubik, sans-serif;
    font-variant-numeric: tabular-nums;
    line-height: 180%;
    color: #272727;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
canvas,
iframe,
svg,
video {
    vertical-align: middle;
}
ol {
    padding-left: 20px;
}
b,
strong {
    font-weight: 500;
}
@font-face {
    font-family: Rubik;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/Rubik/Rubik-Regular.woff2) format("woff2"), url(assets/fonts/Rubik/Rubik-Regular.woff) format("woff");
}
@font-face {
    font-family: Rubik;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/Rubik/Rubik-Medium.woff2) format("woff2"), url(assets/fonts/Rubik/Rubik-Medium.woff) format("woff");
}
@font-face {
    font-family: Rubik;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(assets/fonts/Rubik/Rubik-Bold.woff2) format("woff2"), url(assets/fonts/Rubik/Rubik-Bold.woff) format("woff");
}
html,
p {
    font-size: 16px;
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms 0.12s, opacity 75ms;
    -o-transition: top 75ms 0.12s, opacity 75ms;
    transition: top 75ms 0.12s, opacity 75ms;
}
.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms, opacity 75ms 0.12s;
    -o-transition: top 75ms, opacity 75ms 0.12s;
    transition: top 75ms, opacity 75ms 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #1a1a1a;
}
.hamburger-box {
    width: 40px;
    height: 29px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -13px;
}
.hamburger-inner::after {
    bottom: -13px;
}
@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;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.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-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.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-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.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: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: 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;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.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: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-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: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, top 0.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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: 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: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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;
    -webkit-transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
} /*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.m-0 {
    margin: 0 !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
} /*!
 * Bootstrap Utilities v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
    position: relative !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.visible {
    visibility: visible !important;
}
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}
.choices:focus {
    outline: 0;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
    -webkit-box-shadow: 0 0 0 2px #00bcd4;
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    min-height: 44px;
    overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}
.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}
[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    visibility: hidden;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    z-index: 10;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
    outline: 0;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}
.choices__placeholder {
    opacity: 0.5;
}
.handorgel {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
}
.handorgel__header {
    display: block;
    margin: 0;
}
.handorgel__header--focus .handorgel__header__button {
    outline: 0;
}
.handorgel__header__button {
    display: block;
    width: 100%;
    padding: 20px 24px;
    margin: 0;
    border: none;
    border-top: 1px solid #eee;
    background-color: #fff;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.handorgel__header__button::-moz-focus-inner {
    border: 0;
}
.handorgel__content {
    display: none;
    overflow: hidden;
    height: 0;
    border-top: 1px solid #eee;
    background-color: #fff;
    -webkit-transition: height 0.1s 0.1s;
    -o-transition: height 0.1s 0.1s;
    transition: height 0.1s 0.1s;
}
.handorgel__content--open {
    display: block;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}
.handorgel__content--opened {
    overflow: visible;
}
.handorgel__content__inner {
    padding: 20px 24px;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.handorgel__content--opened .handorgel__content__inner {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: 0.95s;
    -o-transition-duration: 0.95s;
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    -o-transition-duration: 1.9s;
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    -o-transition-duration: 2.5s;
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
[data-aos^="slide"][data-aos^="slide"] {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.handorgel--block {
    border: none;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.handorgel--block .handorgel__header__button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    border-radius: 5px;
}
.handorgel--block .handorgel__header__text {
    padding-right: 25px;
    line-height: 180%;
}
.handorgel--block .handorgel__content__inner {
    border-top: 1px solid #f3f3f3;
}
.handorgel--block .handorgel__indicator {
    margin-left: auto;
}
.handorgel--block .handorgel__arrow {
    width: 16px;
}
.handorgel--block .handorgel__content {
    background-color: #fff;
    border-radius: 10px;
}
.handorgel__header--focus .handorgel__header__button,
.handorgel__header--open .handorgel__header__button {
    background-color: #fff;
}
.handorgel__header--opened .handorgel__indicator {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.handorgel__header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.handorgel__title {
    font-weight: 500;
}
.handorgel__content {
    border: none;
}
.handorgel__indicator {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.handorgel__arrow {
    width: 12px;
}
.handorgel--menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.handorgel--menu .handorgel__header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.handorgel--menu .handorgel__title {
    font-weight: 400;
}
.handorgel--menu .handorgel__header:hover {
    background-color: #fff;
    background-image: none;
    color: #272727;
}
.handorgel--menu .handorgel__header__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: unset;
    border: none;
    padding: 0;
}
.handorgel--menu .handorgel__indicator {
    margin-left: 10px;
}
.handorgel--menu .handorgel__content__inner {
    margin: 5px 0 0 10px;
    padding: 0;
}
@-webkit-keyframes floating {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
}
@keyframes floating {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
}
.button {
    display: block;
    min-width: 180px;
    outline: 0;
    border: 2px solid transparent;
    padding: 16px 30px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    white-space: nowrap;
    font-size: 18px;
    text-align: center;
    line-height: 100%;
}
.button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.button-outline {
    border: 2px solid #ecd031;
}
.button-primary {
    background-color: #ecd031;
    color: #fff;
}
.dropdown {
    position: relative;
}
.dropdown--open .dropdown__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown--open .dropdown__content {
    opacity: 1;
    visibility: visible;
}
.dropdown__arrow {
    width: 14px;
    margin-left: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.dropdown__header {
    cursor: pointer;
}
.dropdown__content {
    position: absolute;
    top: 75px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    border-radius: 5px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown__content--small {
    width: 250px;
}
.dropdown__item--sub {
    font-size: 14px;
    color: #969696;
}
#editor > :not(:last-child) {
    margin-bottom: 10px;
}
#editor h2,
#editor h3 {
    font-weight: 500;
    line-height: 150%;
}
#editor h2 {
    font-size: 28px;
}
#editor h3 {
    font-size: 24px;
}
#editor ol,
#editor ul {
    padding-left: 20px;
    list-style: initial;
}
#editor a {
    color: #ecd031;
}
.effect-fade::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
.effect-fade--short::after {
    height: calc(100px / 2);
}
.effect-fade--bottom::after {
    bottom: 0;
    left: 0;
}
.form__title {
    margin-bottom: 20px;
    font-weight: 500;
}
.form-callback .form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-callback .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.input {
    position: relative;
}
.input__field {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: 0;
    padding: 18px 15px;
    background-color: #fafafa;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}
.input__field:focus {
    border-color: #ecd031;
    background-color: #fff;
}
.input__field::-webkit-input-placeholder {
    color: #969696;
}
.input__field::-moz-placeholder {
    color: #969696;
}
.input__field:-ms-input-placeholder {
    color: #969696;
}
.input__field::-ms-input-placeholder {
    color: #969696;
}
.input__field::placeholder {
    color: #969696;
}
.input__warning {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: help;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.input--error .input__field {
    border-color: #ff8282;
}
.input--error .input__warning {
    opacity: 1;
    visibility: visible;
}
.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checkbox:hover .checkbox__mark {
    border-color: #ecd031;
}
.checkbox input {
    display: none;
}
.checkbox input:checked ~ .checkbox__mark {
    border-color: #ecd031;
}
.checkbox input:checked ~ .checkbox__mark::after {
    opacity: 1;
}
.checkbox__mark {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    margin-top: 5px;
    margin-right: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    cursor: pointer;
}
.checkbox__mark::after {
    content: url(assets/img/icons/misc/check.svg);
    position: absolute;
    top: 50%;
    left: 60%;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.checkbox__label {
    margin-top: 5px;
    font-size: 14px;
    line-height: 150%;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
}
.checkbox__policy {
    color: #969696;
    text-decoration: underline;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
}
.checkbox__policy:hover {
    color: #ecd031;
}
.choices__inner {
    position: relative;
    border-radius: 5px;
    background-color: #fafafa;
    border-color: #eee;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.choices__inner::after {
    content: url(assets/img/icons/control/arrow__dropdown.svg);
    position: absolute;
    top: 12px;
    right: 20px;
    width: 14px;
    height: 14px;
    border: none;
}
.choices__placeholder {
    opacity: 1;
    color: #969696;
}
.choices::after {
    display: none;
}
.lazy {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.loading {
    opacity: 0;
}
.loaded {
    visibility: visible !important;
}
.list__item {
    font-size: 18px;
}
.list__item:not(:last-child) {
    margin-bottom: 10px;
}
.list--mark .list__item::before {
    content: url(assets/img/icons/misc/check.svg);
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.modal__overlay {
    position: fixed;
    z-index: 120;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}
.modal__container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
max-height: 100%;
overflow: auto;
}
.modal__header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.modal__title {
    font-size: 24px;
    font-weight: 500;
}
.modal__close {
    position: absolute;
    z-index: 3;
    top: 34px;
    right: 30px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes mmslideInMobile {
    from {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes mmslideInMobile {
    from {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@-webkit-keyframes mmslideOutMobile {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
}
@keyframes mmslideOutMobile {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmfadeIn;
    animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmfadeIn;
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideIn;
    animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideIn;
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmfadeOut;
    animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmfadeOut;
}
.micromodal-slide[aria-hidden="true"] .modal__container {
    -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideOut;
    animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideOut;
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}
.modal-callback .modal__container {
    max-width: 470px;
}
.modal-success .modal__container {
    max-width: 600px;
    margin: 0 10px;
}
.modal-success .modal__title span {
    color: #ecd031;
}
.modal-portfolio .modal__container {
    max-width: 920px;
}
.modal-portfolio .modal__section:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}
.modal-portfolio .modal__row:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.modal-portfolio .modal__subtitle {
    margin-bottom: 10px;
    font-weight: 500;
}
.modal-portfolio .modal__list .list__item {
    margin-bottom: 0;
    color: #969696;
    font-size: 16px;
}
.modal-portfolio .modal__list .list__item span {
    color: #272727;
}
.modal-portfolio .modal__slider {
    overflow: hidden;
}
.modal-portfolio .modal__picture {
    width: 100%;
    height: 173px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal-portfolio .modal__action {
    margin-top: 20px;
}
.modal-portfolio .modal__action .button {
    width: 100%;
}
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.preloader--hide {
    opacity: 0;
    visibility: hidden;
}
.page-loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.page-loader--hide {
    opacity: 0;
    visibility: hidden;
}
.page-loader__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.page-loader__spinner {
    -webkit-animation-name: spinner;
    animation-name: spinner;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.page-loader__logo {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 160px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-loader__logo img {
    width: 100%;
}
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.section:not(:last-child) {
    margin-bottom: 90px;
}
.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section__header .section__title {
    margin-bottom: 0;
}
.section__header .link {
    color: #969696;
}
.section__title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}
.section__title span {
    color: #ecd031;
}
.section__subtitle {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}
.section__description {
    margin-bottom: 30px;
    font-size: 18px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.custom-scrollbar--wide::-webkit-scrollbar {
    width: 14px;
}
.slider {
    position: relative;
}
.swiper--overflow {
    overflow: initial;
}
.swiper--shadow {
    margin: -15px;
    padding: 15px;
}
.swiper-pagination {
    position: static;
    margin-top: 10px;
}
.swiper-wrapper {
    width: initial;
}
.swiper__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.swiper__control--heading .swiper-button-prev {
    left: 90%;
}
.swiper__control--heading .swiper-button-next {
    right: 0;
}
.swiper__control--heading .swiper-button-next,
.swiper__control--heading .swiper-button-prev {
    top: 18px;
    width: 36px;
    height: 36px;
}
.swiper__control--heading .swiper-button-next::after,
.swiper__control--heading .swiper-button-prev::after {
    font-size: 18px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #ecd031;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 24px;
}
.swiper-button-prev {
    left: -70px;
}
.swiper-button-next {
    right: -70px;
}
.slider-useful .swiper-slide {
    height: initial;
}
.slider-feedback {
    margin-bottom: 15px;
}
.slider-feedback .swiper-slide {
    height: initial;
}
.slider-hero {
    height: 480px;
    border-radius: 5px;
}
.slider-constuction .swiper-slide {
    width: 50%;
    height: initial;
}
.slider-material .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: initial;
}
.slider-compatibility .swiper-slide {
    height: initial;
}
.slider-compatibility .swiper-slide > div {
    height: 100%;
}
.slider-service {
    margin-bottom: 15px;
}
.slider-service .swiper-slide {
    height: initial;
}
.table {
    width: 100%;
}
.table--calculator tbody td:first-of-type {
    width: 50%;
    font-weight: 500;
}
.table--calculator tbody td:nth-child(2) {
    width: 30%;
}
.table--calculator tbody td:last-of-type {
    width: 20%;
}
.table__help {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    width: 18px;
    cursor: help;
}
.table th {
    text-align: left;
    font-weight: 700;
}
.table td,
.table th {
    padding: 8px 12px;
}
table {
    border-collapse: collapse;
}
td,
th,
tr {
    border: 1px solid #e0e0e0;
}
.tippy-box[data-theme~="flat"] {
    z-index: 5;
    padding: 0;
    background-color: #232323;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.tippy-box[data-theme~="flat"] .tippy-content {
    padding: 10px;
}
.tippy-box[data-theme~="flat"] .tippy-arrow {
    color: #232323;
}
.widget {
    position: fixed;
    z-index: 50;
    right: 30px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget__link--hide {
    pointer-events: none;
}
.widget__link--hide .widget__icon {
    opacity: 0;
    visibility: hidden;
}
.widget__icon {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.widget__icon--small {
    width: 55px;
    height: 55px;
}
.widget__icon:hover {
    opacity: 0.7;
}
.page__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
#header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    top: 0;
    left: 0;
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__nav {
    margin: 0 auto;
}
.header__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__phone {
    font-size: 18px;
white-space: nowrap;
}
.header__mobile {
    display: none;
}
.nav {
    display: block;
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__link {
    display: block;
    font-size: 18px;
}
.nav--header .nav__item:not(:last-child) {
    margin-right: 30px;
}
.nav--header .nav__link {
    padding: 5px 0;
    font-size: 18px;
}
.nav--mobile .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nav--mobile .nav__item--small .nav__link {
    font-size: 16px;
    color: #969696;
}
.nav--mobile .nav__link {
    font-size: 18px;
}
.nav--section .nav__item:not(:last-child) {
    margin-right: 20px;
}
.nav--footer .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nav--footer .nav__link {
    font-size: 18px;
    color: #969696;
}
.mobile-menu {
opacity: 0;
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
bottom: 100%;
    left: 0;
height: 0px;
    visibility: hidden;
overflow: hidden;
}
.mobile-menu--open {
opacity: 1;
    visibility: visible;
height: 100%;
height: 100vh;
bottom: 0px;
}
.mobile-menu--open .mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
}
.mobile-menu--open .mobile-menu__container {
    top: 0;
}
.mobile-menu__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile-menu__container {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 100%;
max-height: 575px;
}
.mobile-menu__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
/* max-height: 530px;*/
    overflow: auto;
    padding: 90px 30px 40px;
}
#footer {
    margin-top: 90px;
    padding: 45px 0;
    background-color: #232323;
}
.footer,
.footer a {
    color: #fff;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__row:last-child {
    padding-top: 15px;
    border-top: 1px solid #383838;
    text-align: right;
}
.footer__row:not(:last-child) {
    margin-bottom: 45px;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.footer__icon {
    width: 32px;
    height: 32px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer__company {
    white-space: nowrap;
}
.footer__privacy {
    display: block;
}
.footer__copyright {
    display: block;
    color: #969696;
    font-size: 14px;
}
.footer__title {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 500;
}
.footer__link {
    display: block;
}
.logo {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.logo__image {
    width: 100%;
}
.logo--header .logo__image {
    max-width: 180px;
}
.logo--footer .logo__image {
    max-width: 200px;
    margin: 0 auto;
}
.link {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.link--nav {
    cursor: pointer;
}
.link--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.image {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.image--cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.image[class~="lazy"] {
    visibility: hidden;
}
.svg,
.svg path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.info {
    cursor: help;
    text-decoration: underline;
    font-weight: 500;
}
.card {
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
}
.card__picture {
    height: 210px;
    overflow: hidden;
}
.card__content {
    padding: 15px;
}
.card__title {
    font-weight: 500;
    font-size: 18px;
}
.card__link {
    color: #969696;
}
#service {
    overflow: hidden;
}
#calculator {
    margin-top: -120px;
    padding-top: 120px;
}
#calculator-small .calculator__body {
    border-bottom: none;
}
.calculator {
    padding: 45px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.calculator__header {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 25px;
}
.calculator__body {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f3f3f3;
}
.calculator__footer {
    padding-top: 25px;
}
.calculator__slider {
    padding: 2px;
}
.calculator__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator__info {
    color: #969696;
    font-size: 14px;
    line-height: 160%;
}
.calculator__prev {
    margin-left: auto;
}
.calculator__wrapper:not(:last-child) {
    margin-bottom: 25px;
}
.calculator__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator__border {
    border-right: 2px solid #f3f3f3;
}
.calculator__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 400;
    font-size: 18px;
}
.calculator__link {
    font-size: 14px;
    color: #969696;
}
.calculator__preview {
    margin: 20px auto 0;
}
.calculator__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    color: #969696;
    overflow: auto;
}
.calculator__value {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.calculator__value input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.calculator__value img,
.calculator__value::after {
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.calculator__value:not(:last-child) {
    margin-right: 15px;
}
.calculator__value--image {
    padding: 1px;
}
.calculator__value--image img {
    width: 100px;
    height: 100px;
}
.calculator__value--active {
    color: #ecd031;
}
.calculator__value--active img,
.calculator__value--active::after {
    border-color: #ecd031;
    -webkit-transform: scale(0.925);
    -ms-transform: scale(0.925);
    transform: scale(0.925);
}
.calculator__image {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.calculator__color {
    width: 60px;
}
.calculator__color::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
}
.calculator__color--white::after {
    background-color: #fff;
}
.calculator__color--brown::after {
    background-color: #704814;
}
.calculator__color--RAL::after {
    background-color: #ffbc42;
    background-image: -o-linear-gradient(135deg, #f9484a 0, #fbd72b 74%);
    background-image: linear-gradient(315deg, #f9484a 0, #fbd72b 74%);
}
#callback {
    padding: 65px 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.callback .link--contact {
    display: inline-block;
    margin: 5px 0 15px;
    font-size: 24px;
}
.callback__picture {
    height: 320px;
    overflow: hidden;
    border-radius: 5px;
}
.textblock__item:not(:last-child) {
    margin-bottom: 90px;
}
.textblock__picture {
    height: 320px;
    overflow: hidden;
    border-radius: 5px;
}
#home #hero {
    position: relative;
    padding-bottom: 30px;
    background-image: url(assets/img/page/main/hero/background.svg);
    background-size: 100%;
}
#home #hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
#home .hero__content {
    padding: 45px 0;
}
#home .hero__slider {
    height: 100%;
}
#home .hero__picture {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
#home .hero__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
.map__wrapper {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.order__item:not(:last-child) {
    margin-bottom: 30px;
}
.order__picture {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 5px;
}
.order__title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 400;
}
.order__description {
    color: #969696;
}
#feedback {
    overflow: hidden;
}
.feedback__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.feedback__picture {
    width: 35%;
    padding: 15px;
}
.feedback__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
    padding: 20px;
}
.feedback__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    color: #969696;
}
#home .production__item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#home .production__picture {
    height: 300px;
    overflow: hidden;
}
#home .production__content {
    width: 100%;
    padding: 15px;
    background: #fff;
}
#home .production__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#home .production__title {
    font-weight: 500;
    font-size: 21px;
}
#home .production__link {
    color: #969696;
}
#product .hero__background {
    width: 100%;
    height: 295px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
#product .hero__content {
    margin-top: 30px;
}
#constuction {
    padding-bottom: 15px;
}
.constuction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.constuction__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 140px;
}
.constuction__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
}
.constuction__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.constuction__help {
    display: none;
    width: 18px;
    margin-left: 10px;
}
.constuction__name {
    font-size: 21px;
    font-weight: 500;
}
.constuction__price {
    display: block;
    margin-bottom: 10px;
    color: #969696;
    font-size: 14px;
}
.constuction__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.constuction__action {
    margin-top: auto;
}
.constuction__link {
    font-size: 14px;
    color: #969696;
}
.material__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.material__picture {
    width: 100%;
    max-width: 120px;
    margin-right: 15px;
}
.material__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.material__lightbox {
    display: none;
}
.material__help {
    width: 18px;
    margin-left: 10px;
}
.material__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.material__name {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 500;
}
.material__price {
    color: #969696;
    font-size: 14px;
}
.material__params {
    margin-top: 10px;
    line-height: 140%;
}
.material__param {
    color: #969696;
    font-size: 14px;
}
.material__value {
    color: #272727;
}
.material__content {
    margin: 10px 0;
}
.material__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.material__action {
    margin-top: auto;
    text-align: right;
}
.material__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #969696;
}
#catalog {
    padding: 65px 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.catalog__picture {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 5px;
}
.catalog__title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
}
.catalog__description {
    margin-bottom: 25px;
    font-size: 18px;
}
#blog {
    padding-top: 30px;
}
.blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.blog-card__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 190px;
}
.blog-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px;
}
.blog-card__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}
.blog-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 180%;
}
.blog-card__action {
    margin-top: auto;
}
.blog-card__button {
    width: 100%;
}
#showcase {
    padding-top: 30px;
}
.showcase__row--secondary {
    margin-top: 40px;
    padding: 30px 0;
    background-color: #fafafa;
}
.showcase__title {
    margin-bottom: 20px;
}
.showcase__picture {
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 5px;
}
.showcase__description {
    height: 235px;
    overflow: auto;
}
.showcase__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.showcase-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.showcase-advantage__icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.showcase-advantage__title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}
.showcase-advantage__description {
    font-size: 14px;
    line-height: 160%;
}
.not-found {
    padding-top: 65px;
    padding-bottom: 85px;
}
.not-found__title {
    margin-bottom: 35px;
}
.not-found__description {
    margin-bottom: 50px;
}
.not-found__image {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
#article {
    padding-top: 60px;
}
.article {
    max-width: 900px;
    margin: 0 auto;
}
.article__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.article img {
    max-width: 100%;
    border-radius: 10px;
}
#privacy {
    padding-top: 60px;
}
.privacy__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.privacy__item:not(:last-child) {
    margin-bottom: 45px;
}
.privacy__title {
    margin-bottom: 20px;
    color: #333;
}
main#portfolio {
    padding-top: 60px;
}
.portfolio iframe {width: 100%;}
.portfolio__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.portfolio__content {
    display: none;
}
.portfolio__body {
    padding: 15px;
}
.portfolio__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.portfolio__picture {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.portfolio__info {
    color: #969696;
}
.portfolio__info span {
    color: #272727;
}
.new_production img {
    max-width: 100%;
}
.new_production h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0 0;
}
.new_production b {
    display: inline-block;
    margin-bottom: 23px;
}
.new_production .line {
    margin-bottom: 40px;
}
.new_production b span {
    text-decoration: line-through;
    color: #999999;
}
.new_production button {
    margin-bottom: 23px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1400px) {
.nav--header .nav__item:not(:last-child) {
margin-right: 18px;
}
    .button {
        font-size: 16px;
    }
    .modal-success .modal__overlay {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .modal-success .modal__container {
        border-radius: 10px;
    }
    .modal-success .modal__title {
        width: 80%;
    }
    .swiper__control--heading .swiper-button-next,
    .swiper__control--heading .swiper-button-prev {
        position: absolute;
        margin-top: -21px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: static;
        margin-top: 0;
    }
    .swiper-button-prev {
        margin-right: 90px;
    }
    .slider-hero {
        height: 440px;
    }
    .page__title {
        font-size: 32px;
    }
    .nav__link {
        font-size: 16px;
    }
    .blog-card__picture {
        height: 165px;
    }
    .showcase__row--secondary {
        margin-top: 15px;
    }
    .not-found__title {
        margin-bottom: 15px;
    }
    .not-found__description {
        margin-bottom: 30px;
    }
    .not-found__image {
        max-width: 300px;
    }
    .privacy__title {
        margin-bottom: 15px;
    }
}
@media (max-width: 1200px) {
.new_production button {min-width: 0px;}
    .input__field {
        font-size: 14px;
    }
    .section__title {
        font-size: 24px;
    }
    .section__description {
        font-size: 14px;
    }
    .nav--header {
        display: none;
    }
    .nav--footer .nav__link {
        font-size: 16px;
    }
    .footer__title {
        font-size: 18px;
    }
    .card__picture {
        height: 170px;
    }
    .feedback__footer,
    .feedback__text {
        font-size: 14px;
        line-height: 180%;
    }
    #home .production__picture {
        height: 240px;
    }
}
@media (max-width: 1199px) {
.calculator__border {padding-right: calc(var(--bs-gutter-x) * 0.5) !important;}
}
@media (max-width: 992px) {
.button {padding: 16px;}
#home .hero__action .button {min-width: 0px;}
    .not-found {
        padding-top: 65px;
        padding-bottom: 85px;
        text-align: center;
    }
    .not-found__image {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
.slider-useful .swiper-slide {width: 50%;}
.calculator__control {flex-wrap: wrap;}
.calculator__prev {min-width: 117px; margin-left: 0px;}
.calculator__next {min-width: 117px;}
.portfolio__gallery .col-12 {width: 50%;}
.swiper__control--heading .swiper-button-prev {left: 87%;}
.slider-service .swiper-slide {margin-bottom: 1.5rem !important;}
}
@media (max-width: 768px) {
    .modal-portfolio .modal__picture {
        height: 95px;
    }
    .widget__icon:hover {
        opacity: 1;
    }
}
@media (max-width: 767px) {
#home .hero__action .button {min-width: 180px;}
#home .hero__action .button-primary {margin-bottom: 0px !important; margin-right: 1rem;}
.new_production button {width: 100%; max-width: 180px;}
.new_production .col-md-2 {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%;}
.new_production button {max-width: 100%;}
.slider-useful .swiper-slide {width: 100%;}
.callback .offset-2 {margin-left: 0%; margin-top: 30px;}
.form-callback .form__wrapper .input {margin-bottom: 0px !important; margin-right: 1rem;}
.calculator__control {justify-content: center;}
.calculator__prev {min-width: 180px; margin-right: 1rem !important;}
.calculator__next {min-width: 180px; margin-bottom: 0rem !important;}
.portfolio__gallery .col-12 {width: 100%;}
.swiper__control--heading .swiper-button-prev {left: 83%;}
.slider-constuction .swiper-slide {width: 80%;}
.showcase__action .button {margin-bottom: 0px !important; margin-right: 1rem;}
.slider-illumination .col-12 {width: 33.333%;}
}
@media (max-width: 576px) {
#home .hero__action .button-primary, .form-callback .form__wrapper .input {margin-bottom: 1rem !important; margin-right: 0px;}
.calculator__prev {margin-right: 0rem !important;}
.calculator__next {margin-bottom: 1rem !important;}
.slider-service .swiper-slide {margin-bottom: 0px !important; margin-right: 25px;}
.showcase__action .button {margin-bottom: 0.5rem !important; margin-right: 0px;}
.slider-compatibility .swiper-slide {margin-right: 25px;}
    body {
        line-height: 160%;
    }
    p {
        font-size: 14px;
    }
    .handorgel--block .handorgel__header__button {
        padding: 10px 20px;
    }
    .handorgel--block .handorgel__header__text {
        font-size: 16px;
        line-height: 160%;
    }
    .handorgel--block .handorgel__content__inner {
        padding: 10px 20px;
    }
    .handorgel--block .handorgel__content {
        font-size: 14px;
        line-height: 180%;
    }
    #editor > * {
        font-size: 14px;
    }
    #editor h2 {
        font-size: 21px;
    }
    #editor h3 {
        font-size: 18px;
    }
    .form-map .form__title {
        display: none;
    }
    .form-map .form__button {
        width: 100%;
    }
    .form-callback .form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-callback .button,
    .form-callback .input {
        width: 100%;
    }
    .choices__inner {
        font-size: 14px;
    }
    .list__item {
        font-size: 14px;
        line-height: 130%;
    }
    .list--mark .list__item::before {
        display: none;
    }
    .modal__overlay {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .modal__container {
        width: 100%;
        max-width: 360px !important;
/*max-height: 495px;*/
max-height: 100%;
        overflow: auto;
        padding: 15px 20px 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .modal__title {
        font-size: 18px;
    }
    .modal__description {
        font-size: 14px;
        line-height: 160%;
    }
    .modal__description br {
        display: none;
    }
    .modal__close {
        top: 20px;
        right: 20px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .micromodal-slide[aria-hidden="false"] .modal__container {
        -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideInMobile;
        animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideInMobile;
    }
    .micromodal-slide[aria-hidden="true"] .modal__container {
        -webkit-animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideOutMobile;
        animation: 0.3s cubic-bezier(0, 0, 0.2, 1) mmslideOutMobile;
    }
    .modal-portfolio .modal__container {
max-height: 100%;
overflow: auto;
    }
    .modal-portfolio .modal__subtitle {
        font-size: 16px;
    }
    .modal-portfolio .modal__list .list__item {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .page-loader__logo,
    .page-loader__spinner svg {
        width: 120px;
    }
    .section:not(:last-child) {
        margin-bottom: 65px;
    }
    .section__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .section__header .link {
        font-size: 14px;
    }
    .section__title {
        margin-bottom: 15px;
        font-size: 21px;
    }
    .custom-scrollbar::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .swiper--mobile {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
overflow: hidden;
-ms-touch-action: pan-x;
touch-action: pan-x;
    }
.swiper--shadow {
margin: 0px -8px;
padding: 8px;
}
.slider-feedback {
overflow: hidden;
}
    .swiper--mobile .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
    }
    .swiper--mobile .swiper-slide {
        width: 100%;
        padding: 0;
    }
/*    .slider-useful {
        overflow: initial;
    }*/
    .slider-useful .swiper-slide {
        width: 90%;
margin-right: 25px;
    }
    .slider-feedback .swiper-slide {
        width: 80%;
    }
    .slider-hero {
        height: 210px;
    }
    .slider-compatibility .swiper-slide,
    .slider-constuction .swiper-slide,
    .slider-material .swiper-slide,
    .slider-portfolio .swiper-slide,
    .slider-service .swiper-slide {
        width: 80%;
    }
    .slider-illumination .swiper-slide {
        width: 36%;
margin-right: 25px;
    }
    .table td,
    .table th {
        padding: 4px 8px;
    }
    td,
    th,
    tr {
        font-size: 14px;
    }
    .widget {
        right: 20px;
        bottom: 30px;
    }
    .widget__icon {
        width: 55px;
        height: 55px;
    }
    .widget__icon--small {
        width: 45px;
        height: 45px;
    }
    .page__title {
        font-size: 24px;
    }
    #header {
        padding: 10px 0;
    }
    .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__callback {
        display: none;
    }
    .header__phone {
        font-weight: 500;
    }
    .header__mobile {
        display: block;
    }
    .nav--footer .nav__link {
        font-size: 14px;
    }
    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__nav {
        width: 50%;
    }
    .footer__company {
        margin-top: 30px;
        text-align: center;
        white-space: normal;
    }
    .footer__title {
        font-size: 16px;
    }
    .logo--header .logo__image {
        max-width: 140px;
    }
    .logo--footer .logo__image {
        max-width: 160px;
    }
    .link__arrow {
        width: 12px;
        height: 12px;
    }
    .link--arrow {
        font-size: 14px;
    }
    .card__title {
        font-size: 16px;
    }
    #calculator {
        margin-top: -90px;
        padding-top: 90px;
    }
    .calculator {
        padding: 15px;
        border-radius: 5px;
    }
    .calculator .form__button {
        width: 100%;
    }
    .calculator__control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .calculator__control .button {
        width: 100%;
    }
    .calculator__info {
        font-size: 12px;
    }
    .calculator__info br {
        display: none;
    }
    .calculator__title {
        font-size: 16px;
    }
    .calculator__preview {
        display: none;
    }
    .calculator__group {
        padding-bottom: 10px;
    }
    .calculator__value--image img {
        width: 70px;
        height: 70px;
    }
    .calculator__color {
        width: 45px;
    }
    .calculator__color::after {
        height: 45px;
    }
    #callback {
        padding: 35px 0;
    }
    .callback .link--contact {
        font-size: 18px;
    }
    .callback__picture {
        display: none;
    }
    .textblock__item:not(:last-child) {
        margin-bottom: 65px;
    }
    .textblock__picture {
        height: 180px;
        margin-bottom: 20px;
    }
    #home #hero {
        margin-bottom: 20px;
        padding: 0;
        background-size: 200%;
    }
    #home #hero::after {
        height: 50px;
    }
    #home .hero__content {
        padding: 20px 0 45px;
    }
    #home .hero__title {
        margin-bottom: 10px;
    }
    #home .hero__subtitle {
        font-size: 16px;
        line-height: 120%;
    }
    #home .hero__slider {
        margin: 15px 0;
    }
    #home .hero__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #home .hero__action .button {
        width: 100%;
        max-width: 320px;
    }
    .map__wrapper {
        height: 210px;
        margin-bottom: 20px;
    }
    .order__item:not(:last-child) {
        margin-bottom: 56px;
    }
    .order__picture {
        height: 180px;
    }
    .order__title {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
    }
    .feedback .swiper__control,
    .feedback__picture {
        display: none;
    }
    .feedback__wrapper {
        width: 100%;
    }
    #home .production__picture {
        height: 170px;
    }
    #home .production__content {
        padding: 15px 10px 5px;
    }
    #home .production__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #home .production__title {
        font-size: 18px;
    }
    #home .production__link {
        margin-top: 10px;
    }
    #product .hero__background {
        height: 200px;
    }
    .constuction .swiper__control {
        display: none;
    }
    .constuction__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .constuction__picture {
        display: none;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
    }
    .constuction__content {
        width: 100%;
        padding: 0;
    }
    .constuction__help {
        display: block;
    }
    .constuction__name {
        font-size: 16px;
    }
    .constuction__description {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .material .swiper__control,
    .material__picture {
        display: none;
    }
    .material__lightbox {
        display: block;
    }
    .material__header {
        margin-top: 0;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .material__name {
        margin-top: 0;
        font-size: 16px;
    }
    .material__content {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .material__description {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .material__action {
        text-align: left;
    }
    #catalog {
        margin-top: -30px;
    }
    .catalog__picture {
        height: 230px;
        margin-bottom: 20px;
    }
    .catalog__title {
        font-size: 21px;
    }
    .catalog__title br {
        display: none;
    }
    .catalog__description {
        font-size: 16px;
    }
    .catalog .button {
        width: 100%;
    }
    #blog {
        padding-top: 15px;
    }
    .blog-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-card__picture {
        width: 100%;
        height: 198px;
    }
    .showcase__picture {
        height: 180px;
    }
    .showcase__description {
        height: 175px;
    }
    .showcase__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .showcase__action .button {
        width: 100%;
        max-width: 320px;
    }
    .not-found {
        padding: 0;
    }
    .not-found__button {
        margin: 0 auto;
    }
    .not-found__image {
        max-width: 180px;
    }
    #article,
    #privacy {
        padding-top: 30px;
    }
    .privacy__title {
        text-align: left;
        font-size: 18px;
    }
    main#portfolio {
        padding-top: 25px;
    }
    .portfolio__picture {
        height: 220px;
    }
}
@media (max-width: 380px) {
    .checkbox__label {
        font-size: 12px;
    }
    .slider-hero {
        height: 180px;
    }
}
@media (max-width: 330px) {
    .modal__title {
        font-size: 16px;
    }
    .page__title {
        font-size: 21px;
    }
}
@media (max-width: 345px) {
.new_production .col-md-2 {width: 100%;}
}
@media (hover: hover) {
    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: 0.7;
    }
    .button-outline:hover {
        background-color: #ecd031;
        color: #fff;
    }
    .button-primary:hover {
        opacity: 0.7;
    }
    .dropdown:not(.dropdown--open):hover .dropdown__arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .choices__inner:hover,
    .input__field:hover {
        background-color: #fff;
    }
    .modal__close:hover path {
        fill: #ecd031;
    }
    .modal-portfolio .modal__picture:hover,
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        opacity: 0.6;
    }
    .footer__icon:hover {
        opacity: 0.5;
    }
    .logo:hover {
        opacity: 0.6;
    }
    .link--contact:hover,
    .link--nav:hover {
        color: #ecd031;
    }
    .link--arrow:hover .link__arrow {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .link--arrow:hover .link__arrow path {
        fill: #ecd031;
    }
    .card:hover .card__image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    .card:hover .card__link {
        color: #ecd031;
    }
    .card:hover .card__link .link__arrow {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    .card:hover .card__link .link__arrow path {
        fill: #ecd031;
    }
    .calculator__value:not(.calculator__value--active):hover img,
    .calculator__value:not(.calculator__value--active):hover::after {
        -webkit-transform: scale(0.925);
        -ms-transform: scale(0.925);
        transform: scale(0.925);
    }
    #home .production__item:hover .production__image {
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }
    #home .production__item:hover .production__link {
        color: #ecd031;
    }
    #home .production__item:hover .production__link .link__arrow {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    #home .production__item:hover .production__link .link__arrow path {
        fill: #ecd031;
    }
    .portfolio__item:hover .portfolio__image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.custom_client_text:empty {
    display: none;
}
