

/* Start:/local/templates/felisatti-new/css/nouislider.css?17514511206173*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  margin-bottom: 6px;
  position: relative;
  padding: 0 6px;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -6px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.noUi-vertical {
  width: 12px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: rgba(127, 127, 127, 0.2);
}

.noUi-connect {
  background: #EC3227;
  border-radius: 0px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 0px;
  background: #EC3227;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.noUi-touch-area {
  transition: all 0.3s ease 0s;
}

.noUi-active {
  cursor: grabbing;
  background: #EC3227;
}

[disabled] .noUi-connect {
  background: #7F7F7F;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #8F8F8F;
  font-weight: 500;
  font-size: 14px;
}

@media(max-width: 767px) {
  .noUi-pips {
    font-size: 12px;
  }
}

/* Values;
 *
 */
.noUi-marker-normal {
  display: none;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #0D8BFF;
}

.noUi-marker-large {
  background: #0D8BFF;
}

.noUi-marker-large:first-child,
.noUi-marker-large:last-child,
.noUi-marker-large:nth-last-child(2) {
  display: none;
}

@media(max-width: 402px) {
  .noUi-marker-large:nth-child(3) {
    display: none;
  }

  .noUi-value-horizontal:nth-child(4) {
    display: none;
  }
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 13px 0 0;
  height: 33px;
  top: 100%;
  left: 0;
  width: 100%;
}

@media(max-width: 767px) {
  .noUi-pips-horizontal {
    padding-top: 8px;
    height: 25px;
  }
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-value-horizontal:nth-child(2),
.noUi-value-horizontal:first-child {
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}

.noUi-value-horizontal:last-child {
  -webkit-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
  bottom: calc(100% + 2px);
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/* End */


/* Start:/local/templates/felisatti-new/css/style.css?1783423582158380*/
@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Italic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Bold.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Regular.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Medium.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-ThinItalic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Black.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Light.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-LightItalic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BlackItalic.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Thin.woff') format('woff'),
    url('/local/templates/felisatti-new/css/../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    border: 0
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,:active {
    outline: none
}

a:focus,a:active {
    outline: none
}

nav,footer,header,aside {
    display: block
}

html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,button,textarea {
    font-family: inherit;
    border-radius: 0
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ol {
    padding-left: 1.3em
}

ul {
    padding-left: 1.5em
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    color: inherit
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=tel]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

input[type=tel]::-webkit-textfield-decoration-container {
    display: none
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input::-ms-clear {
    display: none
}

html {
    scroll-padding-top: 54px;
    scroll-behavior: smooth
}

@media(max-width: 1023px) {
    html {
        scroll-padding-top:70px
    }
}

@media(max-width: 600px) {
    html {
        scroll-padding-top:60px
    }
}

body {
    overflow-x: hidden;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    background: #fff;
    color: #111;
    font-style: normal
}

body.lock {
    overflow: hidden
}

body.popuplock {
    overflow: hidden
}

@media(max-width: 1023px) {
    body.filterlock {
        overflow:hidden
    }
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: clip
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0
}
.wrapper:not(:has(.main)) .page{
    padding-top: 0;
}
.page:has(.graybg:first-child) {
    padding-top: 0
}
.page:has(.graybg:last-child) {
    padding-bottom: 0
}

@media(max-width: 767px) {
    .page {
        gap:50px;
        padding: 50px 0
    }
}

[class*=__container] {
    max-width: 1218px;
    margin: 0 auto;
    padding: 0 24px;
}

@media(max-width: 600px) {
    [class*=__container] {
        padding:0 20px
    }
}

h1,.title {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width: 1100px) {
    h1,.title {
        font-size:50px
    }
}

@media(max-width: 767px) {
    h1,.title {
        font-size:24px;
        line-height: 1.3
    }
}

h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2
}

@media(max-width: 767px) {
    h2 {
        font-size:28px;
        line-height: 1.3
    }
}

@media(max-width: 600px) {
    h2 {
        font-size:24px
    }
}

h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3
}

@media(max-width: 600px) {
    h3 {
        font-size:24px;
        line-height: 1.5
    }
}

h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3
}

@media(max-width: 767px) {
    h4 {
        font-size:24px
    }
}

@media(max-width: 600px) {
    h4 {
        font-size:18px;
        line-height: 1.5
    }
}

h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

@media(max-width: 767px) {
    h5 {
        font-size:20px
    }

    h5.still-on-mobile {
        font-size: 24px
    }
}

@media(max-width: 600px) {
    h5 {
        font-size:16px;
        line-height: 1.5
    }

    h5.still-on-mobile {
        font-size: 24px;
        line-height: 1.3
    }
}

.button {
    text-align: center;
    background: rgba(0,0,0,0);
    border: 1px solid #111;
    padding: 11px 24px;
    font-size: 16px;
    color: #111;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius:4px;
}

.button.white {
    color: #fff;
    border-color: #fff
}

.button.yellow {
    background-color: #fff100;
    border-color: #fff100
}

.button.red {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff
}

.button.black {
    background-color: #111;
    color: #fff
}

@media(any-hover: hover) {
    .button:hover {
        background-color:#111;
        color: #fff
    }

    .button:hover.black {
        color: #111;
        background-color: rgba(0,0,0,0)
    }

    .button:hover.red {
        border-color: #111
    }

    .button:hover.white {
        background-color: #fff;
        color: #111
    }

    .button:hover.yellow {
        border-color: #111
    }

    .button:hover.hvr-white{
        border-color: #FFFFFF;
        color: #111;
        background-color: #FFFFFF;
    }
}

.fancybox__container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    z-index: 1300
}

.fancybox__slide.has-image>.fancybox__content {
    background-color: #fff;
    padding: 30px
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    border-color: #FF0000;
    border-width: 1px
}

.fancybox__backdrop {
    background-color: rgba(17,17,17,.9)
}

.f-thumbs__slide__button {
    background-color: #fff
}

.graybg {
    background-color: #f8f6f4;
    padding: 80px 0
}

@media(max-width: 767px) {
    .graybg {
        padding:50px 0
    }
}

.blackbg {
    background-color: #111;
    padding: 80px 0;
    color: #fff
}

@media(max-width: 767px) {
    .blackbg {
        padding:50px 0
    }
}

.header {
    background-color: #FF0000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    color: #fff
}

@media(max-width: 1023px) {
    .header:after {
        content:"";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 7;
        background-color: #FF0000
    }
}

.header__container {
    position: relative;
    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;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(min-width: 1023.1px) {
    .header.show .header__container {
        padding-top:10px;
        padding-bottom: 10px
    }
}

@media(max-width: 1023px) {
    .header__container {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media(max-width: 600px) {
    .header__container {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 186px;
    flex: 0 0 186px;
    width: 197px;
    position: relative;
    z-index: 8;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__logo img {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(min-width: 1023.1px) {
    .header.show .header__logo {
        -webkit-box-flex:0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 8
}

@media(max-width: 1100px) {
    .header__actions {
        gap:20px
    }
}

@media(max-width: 1023px) {
    .header__actions {
        gap:40px
    }
}
.header-top{
    background-color: #2F2F2F;
    color: #FFFFFF;
    padding: 6px 0;
    position: relative;
    z-index: 8;
}

.header-top__container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media(max-width: 600px) {
    .header-top__container {
        padding: 0 16px;
    }
}

@media(max-width: 600px) {
    .header-top{
        padding: 5px 0;
    }
}

.header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: none;
    width: 16px;
    height: 16px
}

.header__search svg {
    height: 100%;
    width: 100%
}

.header__search svg path {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .header__search:hover svg path {
        stroke:#fff100
    }
}

@media(max-width: 600px) {
    .header__search {
        display:none
    }
}

.header__burger {
    display: none
}

@media(max-width: 1023px) {
    .header__burger {
        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;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-top: -15px;
        cursor: default;
        margin-bottom: -15px;
        margin-right: -24px;
        background-color: #fff100
    }
}

@media(max-width: 600px) {
    .header__burger {
        margin-top:-10px;
        margin-bottom: -10px;
        margin-right: -20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px
    }
}

@media(max-width: 1023px) {
    .header__burger-wrap {
        -webkit-box-flex:0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        width: 16px;
        height: 10px;
        position: relative
    }

    .header__burger-wrap:after,.header__burger-wrap:before,.header__burger-wrap span {
        content: "";
        position: absolute;
        background-color: #111;
        height: 1px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 100%;
        left: 0%
    }

    .header__burger-wrap:before {
        top: 0
    }

    .header__burger-wrap span {
        bottom: 50%;
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%)
    }

    .header__burger-wrap:after {
        width: 45%;
        bottom: 0
    }

    .header__burger.active .header__burger-wrap span {
        -webkit-transform: translate(0%, 50%) rotate(-45deg);
        transform: translate(0%, 50%) rotate(-45deg)
    }

    .header__burger.active .header__burger-wrap:before {
        top: 50%;
        -webkit-transform: translate(0%, -50%) rotate(45deg);
        transform: translate(0%, -50%) rotate(45deg)
    }

    .header__burger.active .header__burger-wrap:after {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@media(min-width: 1023.1px) {
    .menu {
        -webkit-transition:opacity .3s ease 0s;
        transition: opacity .3s ease 0s
    }

    .header:has(.search.active) .menu {
        opacity: 0
    }
}

@media(max-width: 1023px) {
    .menu {
        color:#111;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        width: 100%;
        background-color: #f8f6f4;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        z-index: 6;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        padding-top: 96px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .menu.open {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        left: 0
    }
}

@media(max-width: 600px) {
    .menu {
        padding-top:78px
    }
}

.menu__actions {
    display: none
}

@media(max-width: 1023px) {
    .menu__actions {
        display:block;
        background-color: #111;
        color: #fff;
        position: relative;
        z-index: 2
    }

    .menu__actions a {
        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;
        padding: 20px 24px;
        position: relative
    }

    .menu__actions a:after {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: #d9d9d9;
        height: 1px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: calc(100% - 48px)
    }

    .menu__actions a:last-child:after {
        display: none
    }

    .menu__actions a img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
        width: 15px
    }
}

@media(max-width: 600px) {
    .menu__actions a {
        padding:20px
    }

    .menu__actions a:after {
        width: calc(100% - 40px)
    }
}

.menu__list {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media(max-width: 1100px) {
    .menu__list {
        gap:20px
    }
}

@media(max-width: 1023px) {
    .menu__list {
        display:block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 128px);
        max-height: calc(100dvh - 128px)
    }
}

@media(max-width: 600px) {
    .menu__list {
        max-height:calc(100vh - 192px);
        max-height: calc(100dvh - 192px)
    }
}

.menu__item.formobile {
    display: none
}

@media(max-width: 600px) {
    .menu__item.formobile {
        display:block
    }
}

@media(any-hover: hover) {
    .menu__item:hover .menu__link:after {
        width:100%;
        left: 0
    }
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 30px
}

.menu__link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 20px;
    border-bottom: 4px solid #fff100;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu__link img,.menu__link svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px
}

.menu__link img:first-child,.menu__link svg:first-child {
    display: block
}

.menu__link img:last-child,.menu__link svg:last-child {
    display: none
}

@media(min-width: 1023.1px) {
    .menu__link {
        -webkit-transition:all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .header.show .menu__link {
        height: 24px
    }

    .header.show .menu__link:after {
        height: 10px
    }
}

@media(max-width: 1023px) {
    .menu__link {
        height:auto;
        padding: 20px 24px;
        max-height: 64px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s
    }

    .menu__link img:first-child,.menu__link svg:first-child {
        display: none
    }

    .menu__link img:last-child,.menu__link svg:last-child {
        display: block
    }

    .menu__link:after {
        background-color: #d9d9d9;
        height: 1px;
        left: 50%;
        border: none;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: calc(100% - 48px)
    }

    .menu__item:last-child .menu__link:after {
        display: none
    }
}

@media(max-width: 600px) {
    .menu__link {
        padding:20px
    }

    .menu__link:after {
        width: calc(100% - 40px)
    }
}

.menu__search {
    display: none
}

@media(max-width: 600px) {
    .menu__search {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 64px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #fff;
        z-index: 3;
        position: relative
    }

    .menu__search input {
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        color: #111;
        font-size: 16px;
        line-height: 1.5
    }

    .menu__search input::-webkit-input-placeholder {
        opacity: 1;
        color: #111;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__search input::-moz-placeholder {
        opacity: 1;
        color: #111;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__search input:-ms-input-placeholder {
        opacity: 1;
        color: #111;
        -ms-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__search input::-ms-input-placeholder {
        opacity: 1;
        color: #111;
        -ms-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__search input::placeholder {
        opacity: 1;
        color: #111;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__search input:focus::-webkit-input-placeholder {
        opacity: 0
    }

    .menu__search input:focus::-moz-placeholder {
        opacity: 0
    }

    .menu__search input:focus:-ms-input-placeholder {
        opacity: 0
    }

    .menu__search input:focus::-ms-input-placeholder {
        opacity: 0
    }

    .menu__search input:focus::placeholder {
        opacity: 0
    }

    .menu__search button {
        background: none;
        padding-right: 20px;
        padding-left: 20px;
        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
    }

    .menu__search button svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        width: 16px
    }
}

.search {
    position: absolute;
    right: 24px;
    top: 0px;
    height: 100%;
    background-color: #f8f6f4;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    z-index: 9;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.search.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    width: calc(100% - 320px)
}

@media(max-width: 1218px) {
    .search {
        right:0px;
        padding-right: 14px
    }

    .search.active {
        width: calc(100% - 290px)
    }
}

@media(max-width: 1023px) {
    .search {
        padding-right:30px;
        right: 60px
    }

    .search.active {
        width: calc(100% - 320px)
    }
}

@media(max-width: 767px) {
    .search {
        padding-right:10px
    }
}

@media(max-width: 600px) {
    .search {
        display:none
    }
}

.search input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding-left: 30px;
    background: #f8f6f4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #111
}

@media(max-width: 767px) {
    .search input {
        padding-left:20px
    }
}

.search input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #111
}

.search input::-moz-placeholder {
    opacity: 1;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #111
}

.search input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #111
}

.search input::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #111
}

.search input::placeholder {
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #111
}

.search input:focus::-webkit-input-placeholder {
    opacity: 0
}

.search input:focus::-moz-placeholder {
    opacity: 0
}

.search input:focus:-ms-input-placeholder {
    opacity: 0
}

.search input:focus::-ms-input-placeholder {
    opacity: 0
}

.search input:focus::placeholder {
    opacity: 0
}

.search button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    background: none;
    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
}

.search button svg {
    width: 16px
}


.menu__sublist a{
    padding: 10px 30px;
    transition: all 0.3s ease 0s;
    position: relative;
}

@media(any-hover: hover) {
    .menu__sublist a:hover {
        background-color: #FF0000;
        color: #FFFFFF;
    }
    .menu__sublist a:hover:after{
        opacity: 0;
    }
    .menu__sublist a:has(+ a:hover):after{
        opacity: 0;
    }
}

@media(min-width: 1023.1px) {
    .menu__item:has(.menu__sublist){
        position: relative;
    }
    .menu__sublist a:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: calc(100% - 60px);
        height: 1px;
        background-color: #d9d9d9;
        transition: all 0.3s ease 0s;
    }
    .menu__sublist a:last-child:after{
        display: none;
    }

    .menu__sublist{
        position:absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translate(-50%, 0%);
        width: 220px;
        color: #111;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        pointer-events: none;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        max-height: 478px;
        max-height: min(478px,100vh - 100px);
    }

    .header.show .menu__sublist {
        top: calc(100% + 10px);
    }

    .sublist {
        position:absolute;
        top: 100%;
        left: 0;
        width: 100%;
        color: #111;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        pointer-events: none;
        padding-right: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        margin: 0 24px;
        max-height: 478px;
        max-height: min(478px,100vh - 100px);
        margin-top:-1px;
    }

    .menu__item:hover .sublist, .menu__item:hover .menu__sublist {
        pointer-events: auto;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width: 1023px) {
    .menu__sublist{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        pointer-events: none;
    }
    .menu__sublist a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        padding: 20px 24px;
    }

    .sublist, .menu__sublist {
        position:absolute;
        right: -100%;
        top: 0;
        background-color: #f8f6f4;
        z-index: 4;
        width: 100%;
        -webkit-transition: right .3s ease 0s;
        transition: right .3s ease 0s;
        max-height: 100%;
        pointer-events: none;
        opacity: 0
    }

    .menu__item.active .sublist, .menu__item.active .menu__sublist {
        right: 0;
        pointer-events: auto;
        opacity: 1;
        max-height: none
    }

    .sublist:has(.sublist__wrapper.open) .sublist__left {
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        height: 0
    }
}

.sublist__back {
    display: none !important
}

@media(max-width: 1023px) {
    .sublist__back {
        display:block !important;
        color: #7f7f7f
    }
}

.sublist__left {
    background-color: #f8f6f4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    width: 349px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    overflow-y: auto;
}
.sublist__left > a{text-transform: uppercase}
.sublist__left a {
    padding: 10px 20px;
    padding-left: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative
}

.sublist__left a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid rgba(0,0,0,0);
    border-right: 10px solid #f8f6f4
}

.sublist__left a img {
    display: none
}

@media(any-hover: hover) {
    .sublist__left a:hover {
        color:#FF0000
    }
}

.sublist__left a.active {
    color: #fff;
    background-color: #FF0000
}

@media(max-width: 1023px) {
    .sublist__left {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        -webkit-transition: opacity .3s ease 0s;
        transition: opacity .3s ease 0s
    }

    .sublist__left a {
        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;
        padding: 20px 24px;
        position: relative
    }

    .sublist__left a:before, .menu__sublist a:before {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: #d9d9d9;
        height: 1px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: calc(100% - 48px)
    }

    .sublist__left a:last-child:before, .menu__sublist a:last-child:before {
        display: none
    }

    .sublist__left a.active {
        color: #111;
        background-color: rgba(0,0,0,0)
    }

    .sublist__left a img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        width: 16px;
        display: block
    }

    .sublist__left a:after {
        display: none
    }
}

@media(max-width: 600px) {
    .menu__sublist a{
        padding: 20px;
    }
    .sublist__left a {
        padding:20px
    }

    .sublist__left a:before, .menu__sublist a:before {
        width: calc(100% - 40px)
    }
}

.sublist__wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    padding-right: 30px;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sublist__wrapper.target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 1023.1px) {
    .sublist__wrapper::-webkit-scrollbar {
        width:3px;
        background-color: #f8f6f4
    }

    .sublist__wrapper::-webkit-scrollbar-thumb {
        background-color: #111
    }
}

@media(max-width: 1023px) {
    .sublist__wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        overflow: hidden;
        gap: 0;
        position: absolute;
        right: -100%;
        max-height: 100%;
        z-index: 5;
        -webkit-transition: right .3s ease 0s;
        transition: right .3s ease 0s;
        width: 100%;
        pointer-events: none;
        opacity: 0;
        top: 0;
        background-color: #f8f6f4
    }

    .sublist__wrapper.open {
        max-height: none;
        right: 0;
        pointer-events: auto;
        opacity: 1
    }
}

.sublist__title {
    font-size: 18px;
    font-weight: 700;
    display: none;
}

@media(max-width: 1023px) {
    .sublist__title {
        display:none
    }
}

.sublist__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

@media(max-width: 1023px) {
    .sublist__row {
        gap:0;
        grid-template-columns: 1fr
    }
}

.sublist__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.sublist__column a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sublist__column a img {
    opacity: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

@media(any-hover: hover) {
    .sublist__column a:hover {
        color:#FF0000
    }

    .sublist__column a:hover img {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

@media(max-width: 1023px) {
    .sublist__column {
        gap:0
    }

    .sublist__column a {
        padding: 20px 24px;
        position: relative
    }

    .sublist__column a:before {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: #d9d9d9;
        height: 1px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: calc(100% - 48px)
    }

    .sublist__column a img {
        display: none
    }

    .sublist__column:last-child a:last-child:before {
        display: none
    }
}

@media(max-width: 600px) {
    .sublist__column a {
        padding:20px
    }

    .sublist__column a:before {
        width: calc(100% - 40px)
    }
}

.breadcrumb {
    padding: 10px 0 10px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5
}
.breadcrumb__container img{
    display: none;
    flex: 0 0 15px;
    width: 15px;
    user-select: none;
}
.breadcrumb__container a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .breadcrumb__container a:hover {
        color:#FF0000
    }
}

.breadcrumb__container span {
    opacity: .3
}

.breadcrumb__container hr {
    height: 10px;
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: #111;
    opacity: .2;
    margin: 0;
}

@media(max-width: 600px) {
    .breadcrumb__container img{
        display: block;
    }
    .breadcrumb__container span {
        display:none
    }

    .breadcrumb__container hr {
        display: none
    }

    .breadcrumb__container a {
        display: none
    }

    .breadcrumb__container a:last-of-type {
        display: block
    }
}

.inline-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5
}

.inline-breadcrumb a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .inline-breadcrumb a:hover {
        color:#FF0000
    }
}

.inline-breadcrumb span {
    opacity: .3
}

.inline-breadcrumb hr {
    height: 10px;
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: #111;
    opacity: .2
}

@media(max-width: 600px) {
    .inline-breadcrumb span {
        display:none
    }

    .inline-breadcrumb hr {
        display: none
    }

    .inline-breadcrumb a {
        display: none
    }

    .inline-breadcrumb a:last-of-type {
        display: block
    }
}

.main {
    padding: 50px 0 80px;
    position: relative;
}
.main:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: -1;
    background-color: #f2f2f2;
}

.main__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 2;
}

@media(max-width: 1023px) {
    .main__container {
        gap:40px;
    }
}

@media(max-width: 767px) {
    .main {
        padding: 30px 0 50px;
    }
    .main__container {
        gap: 30px;
    }
}

.main__body {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.main__wrapper {
    grid-column: span 2;
    position: relative;
    color: #FFFFFF;
    padding: 50px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 35px;
}
.main__wrapper hr{
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    opacity: 0.3;
}
.main__wrapper h2{
    max-width: 440px;
}

.main__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.main__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.main__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main__item {
    color: #FFFFFF;
    min-height: 235px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}

.main__slider{
    max-width: 100%;
    min-width: 0;
    padding-bottom: 2px;
}

@media(min-width: 1023.1px) {
    .main__item.on-md{
        display: none;
    }
}

.main__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.main__background:after{
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.8;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(95.74% 67.15% at 24.48% 66.3%, #111 0%, rgba(17, 17, 17, 0) 100%);
}
.main__background img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform 0.3s ease 0s;
}

@media(any-hover: hover) {
    .main__item:hover .main__background img{
        transform: scale(1.1);
    }
}

.slider-scrollbar{
    height: 2px;
    background-color: #FFFFFF;
    margin-top: 50px;
    border-radius: 0;
}
.slider-scrollbar.gray-bg{
    background-color: #f2f2f2;
}
.swiper-scrollbar-drag{
    background-color: #FF0000;
    height: 6px;
    border-radius: 0;
    top: -2px;
    cursor: pointer;
}

@media(max-width: 1023px) {
    .main__body{
        display: block;
    }
    .main__items{
        display: none;
    }
    .main__item{
        min-height: 225px;
    }
}
@media(max-width: 600px) {
    .slider-scrollbar{
        margin-top: 30px;
    }
    .main__wrapper{
        padding: 30px 20px;
        gap: 20px;
        PADDING-TOP:56%;
    }
    .main__wrapper h2{
        line-height: 1.5;
        text-transform: none;
        max-width: 220px;
    }
    .main__item{
        padding: 20px;
        min-height: 172px;
    }
}

.arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px
}

.arrow {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--width);
    flex: 0 0 var(--width);
    width: var(--width);
    height: var(--width);
    border: 1px solid #111;
    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;
    background: rgba(0,0,0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.arrow.white{
    border-color: #fff;
}

.arrow svg {
    width: 16px
}

.arrow svg path {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.arrow:last-child svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(any-hover: hover) {
    .arrow:hover {
        background-color:#111
    }
    .arrow.white:hover{
        background-color: #fff;
    }
    .arrow:hover svg path {
        stroke: #fff
    }
    .arrow.white:hover svg path{
        stroke: #111111;
    }
}

.pag--all-box {display: flex;justify-content: center}
.pag--all {cursor: pointer;border: 1px solid #000;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;background: #000;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;border-radius: 4px;color: #fff;height: 40px;padding:0 40px;}
.pag--all:hover {background: #fff;color: #000;}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3px;
    --width:40px;
    --color:#111;
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination__item {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--width);
    flex: 0 0 var(--width);
    width: var(--width);
    height: var(--width);
    border: 1px solid var(--color);
    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;
    background: rgba(0,0,0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius:4px;
}

@media(any-hover: hover) {
    .pagination__item:hover {
        background-color:var(--color);
        color: #fff
    }
}

.pagination__item.active {
    background-color: var(--color);
    color: #fff
}

.footer {
    position: relative;
    z-index: 2;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.footer__container hr {
    background-color: rgba(255,255,255,.1);
    width: 100%;
    height: 1px
}

@media(max-width: 767px) {
    .footer__container {
        gap:30px
    }
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px
}

@media(max-width: 1023px) {
    .footer__top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }
}

@media(max-width: 767px) {
    .footer__top {
        gap:30px
    }
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

@media(max-width: 1023px) {
    .footer__left {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(max-width: 600px) {
    .footer__left {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__logo {
    width: 174px
}

.footer__logo img {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 770px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

@media(max-width: 1023px) {
    .footer__body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .footer__body {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.footer__column {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.footer__column a,.footer__column>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer__column a img,.footer__column a svg,.footer__column>div img,.footer__column>div svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    margin-top: 4.5px
}

.footer__column a svg path,.footer__column a svg circle {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .footer__column a:hover {
        color:#FF0000
    }

    .footer__column a:hover svg path,.footer__column a:hover svg circle {
        stroke: #FF0000
    }
}

@media(max-width: 1023px) {
    .footer__column {
        min-width:195px
    }
}

@media(max-width: 767px) {
    .footer__column {
        min-width:0;
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,.1)
    }

    .footer__column:first-child {
        padding-top: 0;
        border: none
    }
}

@media(max-width: 1023px) {
    .footer__actions {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
        margin-left: auto
    }
}

@media(max-width: 767px) {
    .footer__actions {
        margin-left:0;
        text-align: left;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

@media(max-width: 1023px) {
    .footer__bottom {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.footer__bottom a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 770px;
    color: rgba(255,255,255,.4);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .footer__bottom a:hover {
        color:#fff
    }
}

@media(max-width: 1023px) {
    .footer__bottom a {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none
    }
}

.footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: rgba(255,255,255,.4)
}

.brand__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.brand__container>.button {
    display: none
}

@media(max-width: 1023px) {
    .brand__container {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 600px) {
    .brand__container>.button {
        display:block
    }
}

.brand__left {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    min-width: 270px
}

@media(max-width: 1200px) {
    .brand__left {
        min-width:230px
    }
}

@media(max-width: 1023px) {
    .brand__left {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 600px) {
    .brand__left .button {
        display:none
    }
}

.brand__items {
    display: grid;
    gap: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 1200px) {
    .brand__items {
        gap:50px
    }
}

@media(max-width: 1023px) {
    .brand__items {
        grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
        gap: 40px
    }
}

@media(max-width: 600px) {
    .brand__items {
        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: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        gap: 20px
    }
}

.brand__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: relative
}

.brand__item:after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #d9d9d9;
    width: 1px;
    right: -40px
}

@media(max-width: 1200px) {
    .brand__item:after {
        right:-25px
    }
}

@media(max-width: 1023px) {
    .brand__item:after {
        right:-20px
    }
}

.brand__item:last-child:after {
    display: none
}

.brand__item b {
    font-size: 36px;
    font-weight: 700;
    color: #FF0000
}

@media(max-width: 600px) {
    .brand__item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px
    }

    .brand__item:after {
        display: none
    }

    .brand__item:last-child {
        border: none;
        padding-bottom: 0
    }

    .brand__item b {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
        flex: 0 0 64px;
        width: 64px
    }
}

.production__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.production__container>.button {
    display: none
}

@media(max-width: 600px) {
    .production__container {
        gap:30px
    }

    .production__container h2 br {
        display: none
    }

    .production__container>.button {
        display: block
    }
}

.production__top {
    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
}

@media(max-width: 600px) {
    .production__top .button {
        display:none
    }
}

.production__items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr))
}

@media(max-width: 1023px) {
    .production__items {
        gap:12px
    }
}

.production__items-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.production__items-flex>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.3333% - 13.3333333333px);
    flex: 1 1 calc(33.3333% - 13.3333333333px);
    min-width: 260px
}

@media(max-width: 1023px) {
    .production__items-flex {
        display:grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 12px
    }
    .production__items-flex .production__item.normal {width: 100%}
}

.production__item {
    overflow: hidden;
    background-color: #f8f6f4;
    min-height: 200px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.production__item.normal {
    width: calc(33.3333% - 13.3333333333px);flex: unset;
}
.production__item.normal:before {display:none;}
.production__slider{
    padding-bottom: 2px;
    min-width: 0;
    max-width: 100%;
}

.graybg .production__item{
    background-color: #FFFFFF;
}
@media(max-width: 600px) {
    .production__slider{
        overflow: visible;
    }
    .production__item {
        padding:20px
    }
}

.production__item .production__item-inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.production__item.normal {min-height: unset;padding: 0;}
.production__item.normal .production__item-inner {width:100%;height: 0;padding-top: 53%;}

@media(any-hover: hover) {
    .production__item:hover {
        color:#FF0000
    }
}

.production__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF0000;
    width: 25px;
    height: 25px;
    z-index: 1
}

.production__item img {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    max-height: 100%
}

.production__item img.on-top {
    bottom: auto;
    top: 0
}

@media(max-width: 1023px) {
    .production__item img.right-on-mobile {
        -webkit-transform:translateX(30%);
        transform: translateX(30%)
    }
}

.blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.blog__container>.button {
    display: none
}

@media(max-width: 600px) {
    .blog__container {
        gap:30px
    }

    .blog__container h2 br {
        display: none
    }

    .blog__container>.button {
        display: block
    }
}

.blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.blog__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 1023px) {
    .blog__nav {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        margin-left: -24px;
        width: calc(100% + 48px);
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 24px 10px;
        margin-bottom: -10px
    }
}

@media(max-width: 600px) {
    .blog__nav {
        margin-left:-20px;
        width: calc(100% + 40px);
        padding: 0 20px 10px
    }
}

.blog__filter {
    background-color: #f8f6f4;
    padding: 11px 24px;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    display: block
}

@media(any-hover: hover) {
    .blog__filter:hover {
        color:#FF0000
    }
}

.blog__filter.active {
    background-color: #FF0000;
    color: #fff
}

.blog__top {
    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
}

@media(max-width: 600px) {
    .blog__top .button {
        display:none
    }
}

.blog__items {
    display: grid;
    gap: 20px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr))
}

@media(max-width: 900px) {
    .blog__items {
        gap:12px;
        row-gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.blog__item[data-fitem] {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.blog__item[data-fitem].hide {
    display: none
}

.blog__item[data-fitem].show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@media(max-width: 1100px) {
    .blog__item.hide-for-mobile {
        display:none
    }
}

@media(any-hover: hover) {
    .blog__item:hover .blog__image img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }
}

.blog__more {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: auto;
    color: #FF0000;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .blog__more:hover {
        opacity:.7
    }
}

.blog__image {
    overflow: hidden;
    height: 200px;
    position: relative;
    border-bottom: 2px solid #FF0000
}

@media(max-width: 1023px) {
    .blog__image {
        height:166px
    }
}

@media(max-width: 600px) {
    .blog__image {
        height:200px
    }
}

.blog__image span {
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #FF0000;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 700
}

.blog__image img {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.blog__text small {
    font-size: 12px;
    color: #7f7f7f
}

.partner {
    background-color: #FF0000;
    color: #fff;
    padding: 3px 0
}

.partner__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.partner__container a {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 3px solid rgba(255,255,255,.3);
    transition: color 0.3s ease 0s;
}
@media(any-hover: hover) {
    .partner__container a:hover{
        color: #fff100;
    }
}


.partner__container a:last-child{
    border-right: 0;
}
.partner__container a span{
    position: relative;
    z-index: 1;
}

.partner__container a img {
    position: absolute;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    right: 0;
    pointer-events: none;
}
@media(max-width: 1100px) and (min-width: 767.1px) {
    .partner__container a img{
        right: auto;
        left: -15%;
        top: 90%;
        transform: scale(0.6) !important;
        transform-origin: top left;
    }
    .partner__container a:first-child img{
        top: 59%;
    }
    .partner__container a:last-child img{
        left: -20%;
        top: 80%;
    }
}

@media(max-width: 767px) {
    .partner__container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .partner__container a{
        padding: 20px 0;
        border-right: 0;
        border-bottom: 3px solid rgba(255,255,255,.3);
    }
    .partner__container a:first-child{
        padding-top: 0;
    }
    .partner__container a:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }

    .partner__container a img{
        left: auto;
        right: 0%;
        top: 50%;
        transform: translate(50%, -50%) scale(0.4) !important;
    }
    .partner__container a:nth-child(2) img{
        transform: translate(55%, -45%) rotate(-70deg) scale(0.5) !important;
    }

    .partner__container a:last-child img{
        transform: translate(50%, -40%) scale(0.45) !important;
    }
}

.success__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media(max-width: 767px) {
    .success__container {
        grid-template-columns:1fr;
        gap: 50px
    }
}

.success__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 767px) {
    .success__left {
        gap:30px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.success__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.success__head b {
    font-size: 24px;
    font-weight: 700
}

@media(max-width: 767px) {
    .success__head b {
        font-size:18px
    }
}

.success__faq {
    background-color: #f8f6f4;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

@media(max-width: 767px) {
    .success__faq {
        gap:20px;
        padding: 20px
    }
}

.success__faq hr {
    background-color: #d9d9d9;
    height: 1px;
    width: 100%
}

.success__faq hr:last-child {
    display: none
}

.success__item {
    overflow: hidden
}

.success__text {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px
}

.success__text img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px
}

@media(max-width: 1023px) {
    .success__text {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .success__text img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60px;
        height: 60px
    }
}

.success__item.active .success__text {
    margin-top: 15px;
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.success__top {
    font-size: 24px;
    font-weight: 700;
    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;
    gap: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.success__top button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    position: relative;
    background-color: rgba(0,0,0,0)
}

.success__top button:after,.success__top button:before {
    content: "";
    position: absolute;
    background-color: #111;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.success__top button:after {
    height: 1px;
    width: 100%;
    left: 0
}

.success__top button:before {
    width: 1px;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.success__item.active .success__top {
    color: #FF0000
}

.success__item.active .success__top button:after {
    background-color: #FF0000
}

.success__item.active .success__top button:before {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

@media(any-hover: hover) {
    .success__top:hover {
        color:#FF0000
    }

    .success__top:hover button:after,.success__top:hover button:before {
        background-color: #FF0000
    }
}

@media(max-width: 1023px) {
    .success__top {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .success__top {
        font-size:17px
    }
}

.otherproducts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.otherproducts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    min-width: 0;
}
.otherproducts__slider{
    min-width: 0;
    max-width: 100%;
    padding-bottom: 2px;
    display: flex;
    flex-direction: column;
}


.products__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

.products__container>.button {
    display: none
}

.products__slider{
    min-width: 0;
    max-width: 100%;
    padding-bottom: 2px;
}
@media(max-width: 1100px) {
    .otherproducts__container{
        gap: 30px;
    }
}
@media(min-width: 1023.1px) {
    .products__slider{
        max-width: none;
        padding: 50px 20px;
        margin: -50px -20px;        
    }
    .otherproducts__slider{
        max-width: none;
        padding: 50px 20px;
        margin: -50px -20px;          
    }
}
@media(max-width: 1023px) {
    .otherproducts__container{
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

@media(max-width: 600px) {
    .products__container, .otherproducts__body {
        gap:30px
    }

    .products__container>.button {
        display: block
    }
    .otherproducts__container{
        gap: 48px;
    }
    .otherproducts__slider{
        overflow: visible;
    }
}

.products__top {
    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
}

@media(max-width: 600px) {
    .products__top .button {
        display:none
    }
}

.products__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.tabs .products__texts {
    display: none
}

.tabs .products__texts.target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products__description {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
    grid-template-columns: 1fr 350px
}

@media(max-width: 991px) {
    .products__description {
        grid-template-columns:1fr
    }
}

@media(max-width: 600px) {
    .products__description {
        gap:30px
    }
}

.tabs .products__description {
    display: none
}

.tabs .products__description.target {
    display: grid
}

.products__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media(max-width: 600px) {
    .products__rows {
        gap:20px
    }

    .products__block .products__rows {
        gap: 16px
    }
}

.products__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

.products__row span {
    opacity: .3;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px dashed #111;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    min-width: 25px
}

.products__row>*:last-child {
    text-align: right
}

@media(max-width: 600px) {
    .products__row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .products__row span {
        display: none
    }

    .products__row>*:last-child {
        text-align: left
    }

    .products__block .products__row, .chars__body .products__row{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .products__block .products__row>*:last-child, .chars__body .products-_row>*:last-child {
        text-align: right
    }

    .products__block .products__row span, .chars__body .products__row span {
        display: block
    }
}

.products__block {
    background-color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media(max-width: 600px) {
    .products__block {
        padding:20px
    }
}

.products__block b {
    font-size: 18px;
    font-weight: 700
}

.products__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products__left h6 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    opacity: .2;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

@media(max-width: 767px) {
    .products__left h6 {
        font-size:24px
    }
}

@media(max-width: 600px) {
    .products__left h6 {
        font-size:16px;
        line-height: 1.5
    }
}

.products__left h6.active {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 1
}

@media(max-width: 767px) {
    .products__left h6.active {
        font-size:28px;
        line-height: 1.3
    }
}

@media(max-width: 600px) {
    .products__left h6.active {
        font-size:24px;
        line-height: 1.3
    }
}

.products__left hr {
    width: 1px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: #d9d9d9
}

@media(max-width: 767px) {
    .products__left {
        gap:12px
    }

    .products__left hr {
        height: 20px
    }
}

.products__cards {
    display: grid;
    gap: 20px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr))
}

.products__cards[data-content] {
    display: none
}

.products__cards[data-content].target {
    display: grid
}

@media(max-width: 900px) {
    .products__cards {
        gap:12px;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }
}


.products__card {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: #FFFFFF;
    padding: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media(any-hover: hover) {
    .products__card:hover {
        box-shadow: 0 14px 78px -10px rgba(0, 0, 0, 0.12);
    }

    .products__card:hover .products__text b {
        color: #FF0000
    }
}

@media(max-width: 600px) {
    .products__card {
        padding:20px
    }
}

@media(max-width: 1100px) {
    .products__card.hide-for-mobile {
        display:none
    }
}

.products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products__head {
    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;
    font-size: 12px;
    line-height: 1.5;
    min-height: 26px;
}

.products__head b {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 4px 10px;
    background-color: #FF0000
}

.products__head small {
    margin-left: auto;
    color: #7f7f7f
}

.products__image {
    height: 200px
}

@media(max-width: 1023px) {
    .products__image {
        height:177px
    }
}

@media(max-width: 600px) {
    .products__image {
        height:220px
    }
}

.products__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}


.products__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.products__text p {
    -webkit-transition: all .3s ease 0s;
}
.products__text b{
    font-size: 18px;
    transition: color 0.3s ease 0s;
}

.products__text span {
    font-size: 12px;
    color: #7f7f7f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.products__bottom {
    margin-top: auto;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 700
}
.products__bottom > img{
    flex: 0 0 24px;
    width: 24px;
    user-select: none;
}
.products__more {
    font-weight: 400;
    color: #FF0000
}

.seo__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.seo__container>.button {
    display: none
}

@media(max-width: 767px) {
    .seo__container {
        grid-template-columns:1fr;
        gap: 20px
    }

    .seo__container>.button {
        display: block
    }
}

.seo__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 767px) {
    .seo__left .button {
        display:none
    }
}

.seo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.seo__top b {
    font-size: 24px;
    font-weight: 700
}

@media(max-width: 767px) {
    .seo__top b {
        font-size:18px
    }
}

.seo__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.category__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .category__container {
        gap:30px
    }
}

.category__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.category__top {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 250px 1fr;
    gap: 50px
}

@media(max-width: 1023px) {
    .category__top {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0
    }
}

@media(max-width: 600px) {
    .category__top {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media(max-width: 1023px) {
    .category__wrapper {
        display:block
    }
}

.category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.category__filter {
    font-size: 24px;
    font-weight: 700
}

@media(max-width: 1023px) {
    .category__filter {
        font-size:12px;
        font-weight: 400;
        color: #fff;
        padding: 11px 24px;
        background-color: #111;
        text-align: center
    }
}

.category__actions {
    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;
    gap: 10px
}

@media(max-width: 1023px) {
    .category__actions {
        -webkit-box-flex:1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 600px) {
    .category__actions {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }
}

.category__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 400
}

.category__sort>span {
    color: #7f7f7f
}

@media(max-width: 1023px) {
    .category__sort {
        display:block
    }

    .category__sort span {
        display: none
    }
}

@media(max-width: 600px) {
    .category__sort {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }
}

.category__sort-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.category__sort-header>p {
    display: none
}

@media(max-width: 1023px) {
    .category__sort-header {
        background-color:#f8f6f4;
        padding: 11px 24px;
        color: #111
    }

    .category__sort-header>p {
        display: block
    }
}

@media(max-width: 600px) {
    .category__sort-header {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }
}

.category__sort-wrap {
    position: relative
}

@media(max-width: 1023px) {
    .category__sort-wrap {
        position:static
    }
}

.category__sort-head {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

@media(max-width: 1023px) {
    .category__sort-head {
        cursor:default
    }
}

.category__sort-head img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    opacity: .2;
    width: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .category__sort-head:hover img {
        opacity:1
    }
}

.category__sort-wrap.active .category__sort-head img {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.category__sort-items {
    width: 100%;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f6f4;
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
    max-height: 164px;
    overflow-y: auto;
    top: 100%;
    margin-top: 5px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0%) scale(0.75);
    transform: translate(-50%, 0%) scale(0.75);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
    z-index: 2;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.category__sort-items::-webkit-scrollbar {
    width: 3px;
    background-color: #f8f6f4
}

.category__sort-items::-webkit-scrollbar-thumb {
    background-color: rgba(127,127,127,.3)
}

.category__sort-wrap.active .category__sort-items {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1)
}

@media(max-width: 1023px) {
    .category__sort-items {
        margin-top:0;
        min-width: 0
    }
}

.category__sort-item {
    padding: 11px 15px;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(127,127,127,.3);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.category__sort-item.active {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff
}

@media(any-hover: hover) {
    .category__sort-item:hover {
        background:#FF0000;
        border-color: #FF0000;
        color: #fff
    }
}

.category__sort-item:last-child {
    border-bottom: none
}

.category__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 12px
}

@media(max-width: 1023px) {
    .category__show {
        position:relative;
        display: block
    }

    .category__show span {
        display: none
    }
}

.category__show-header {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 1023px) {
    .category__show-header {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #f8f6f4;
        padding: 11px 24px;
        color: #111
    }
}

@media(max-width: 600px) {
    .category__show-header {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }
}

.category__show-head {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #111;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.category__show-head img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    opacity: .2;
    width: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.category__show.active .category__show-head img {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media(max-width: 1023px) {
    .category__show-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.category__show-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media(max-width: 1023px) {
    .category__show-items {
        width:100%;
        min-width: 0px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #f8f6f4;
        position: absolute;
        left: 50%;
        -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.1);
        max-height: 164px;
        overflow-y: auto;
        top: 100%;
        margin-top: 0px;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, 0%) scale(0.75);
        transform: translate(-50%, 0%) scale(0.75);
        -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
        transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
        z-index: 2;
        -ms-scroll-chaining: none;
        overscroll-behavior: none
    }

    .category__show-items::-webkit-scrollbar {
        width: 3px;
        background-color: #f8f6f4
    }

    .category__show-items::-webkit-scrollbar-thumb {
        background-color: rgba(127,127,127,.3)
    }

    .category__show.active .category__show-items {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
        visibility: visible
    }
}

.category__show-item {
    color: #7f7f7f;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.category__show-item.active {
    color: #111
}

@media(any-hover: hover) {
    .category__show-item:hover {
        color:#111
    }
}

@media(max-width: 1023px) {
    .category__show-item {
        padding:11px 15px;
        background: rgba(0,0,0,0);
        border-bottom: 1px solid rgba(127,127,127,.3);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        color: #111
    }

    .category__show-item.active {
        background: #FF0000;
        border-color: #FF0000;
        color: #fff
    }

    .category__show-item:last-child {
        border-bottom: none
    }
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 90px;
    left: 0;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    max-height: calc(100vh - 54px);
    padding-right: 20px;
    padding-bottom: 20px
}

.filter::-webkit-scrollbar {
    width: 3px;
    background-color: #f8f6f4
}

.filter::-webkit-scrollbar-thumb {
    background-color: rgba(127,127,127,.3)
}

@media(max-width: 1023px) {
    .filter {
        position:fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f8f6f4;
        max-height: none;
        padding: 30px 24px;
        z-index: 1300;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
        transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
        pointer-events: none;
        opacity: 0;
        visibility: hidden
    }

    .filter::-webkit-scrollbar {
        width: 0
    }

    .filter.open {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

@media(max-width: 600px) {
    .filter {
        padding:30px 20px
    }
}

.filter__head {
    display: none
}

@media(max-width: 1023px) {
    .filter__head {
        font-size:24px;
        font-weight: 700;
        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
    }

    .filter__head img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        width: 20px
    }
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter__top {
    font-weight: 700;
    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;
    gap: 15px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(17,17,17,.1)
}

@media(max-width: 1023px) {
    .filter__top {
        cursor:default
    }
}

.filter__top img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__item.active .filter__top img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter__body {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
    max-height: 0
}

.filter__item.active .filter__body {
    margin-top: 20px;
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.filter__ranges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.filter__inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr
}

.filter__inputs input {
    background-color: #f8f6f4;
    padding: 14px 12px;
    min-width: 0;
    width: 100%;
    font-size: 12px;
    color: #111
}

.filter__inputs input::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__inputs input::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__inputs input:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__inputs input::-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__inputs input::placeholder {
    color: #7f7f7f;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.filter__inputs input:focus::-webkit-input-placeholder {
    opacity: 0
}

.filter__inputs input:focus::-moz-placeholder {
    opacity: 0
}

.filter__inputs input:focus:-ms-input-placeholder {
    opacity: 0
}

.filter__inputs input:focus::-ms-input-placeholder {
    opacity: 0
}

.filter__inputs input:focus::placeholder {
    opacity: 0
}

@media(max-width: 1023px) {
    .filter__inputs input {
        background-color:#fff
    }
}

.filter__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.filter__selects label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.filter__selects label input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-color: #f8f6f4;
    position: relative;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

@media(max-width: 1023px) {
    .filter__selects label input {
        background-color:#fff
    }
}

.filter__selects label input:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("/local/templates/felisatti-new/css/../img/category/check.svg") no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.filter__selects label input:checked {
    background-color: #FF0000
}

.filter__selects label input:checked:after {
    opacity: 1
}

.filter__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.filter__reset {
    background-color: rgba(0,0,0,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;
    gap: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #7f7f7f
}

.filter__reset img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px
}

@media(max-width: 1023px) {
    .filter__reset {
        font-size:16px;
        padding: 11px 15px;
        border: 1px solid #7f7f7f
    }
}

.post__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .post__container {
        gap:30px
    }
}

.post__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.post__date {
    font-size: 12px;
    color: #7f7f7f
}

.post__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px
}

@media(max-width: 1023px) {
    .post__body {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media(max-width: 600px) {
    .post__body {
        gap:30px
    }
}

.post__aside {
    position: sticky;
    top: 90px;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
    padding: 50px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f6f4
}

.post__aside p {
    padding: 0 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3
}

.post__aside a {
    padding: 20px 50px;
    font-size: 18px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative
}

.post__aside a:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d9d9d9;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: calc(100% - 100px)
}

.post__aside a:last-child:after,.post__aside a.active:after {
    display: none
}

.post__aside a:has(+a.active):after {
    display: none
}

.post__aside a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid rgba(0,0,0,0);
    border-left: 10px solid #f8f6f4
}

@media(any-hover: hover) {
    .post__aside a:hover {
        color:#FF0000
    }
}

.post__aside a.active {
    color: #fff;
    background-color: #FF0000
}

@media(max-width: 1023px) {
    .post__aside {
        position:static;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(max-width: 600px) {
    .post__aside {
        padding:30px 0 10px
    }

    .post__aside p {
        padding: 0 20px
    }

    .post__aside a {
        padding: 20px
    }

    .post__aside a:after {
        width: calc(100% - 40px)
    }
}

.post__content {
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 1023px) {
    .post__content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media(max-width: 600px) {
    .post__content {
        gap:30px
    }
}

.post__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media(max-width: 600px) {
    .post__block {
        gap:20px
    }
}

.post__image {
    height: auto;
    border-bottom: 2px solid #FF0000
}

.post__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post__slider {
    max-width: 100%;
    min-width: 0
}

@media(max-width: 600px) {
    .post__slider {
        overflow:visible
    }
}

.post__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.post__text ol,.post__text ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.post__text ol li,.post__text ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.post__text ol li b {
    color: #FF0000
}

.post__text ol li small,.post__text ul li small {
    background-color: #FF0000;
    height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    margin-top: 11px
}

.post__text blockquote {
    padding: 30px;
    background-color: #f8f6f4;
    border-left: 2px solid #FF0000
}

@media(max-width: 600px) {
    .post__text blockquote {
        padding:20px
    }
}

.descr__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .descr__container {
        gap:30px
    }
}

.descr__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

@media(max-width: 767px) {
    .descr__body {
        gap:20px
    }
}

@media(max-width: 600px) {
    .descr__body {
        grid-template-columns:1fr
    }
}

.descr__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.descr__content blockquote {
    padding: 30px;
    background-color: #fff;
    border-left: 2px solid #FF0000
}

@media(max-width: 600px) {
    .descr__content blockquote {
        padding:20px
    }
}

.descr__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding-left: 0
}

.descr__content ul li {
    position: relative;
    padding-left: 25px
}

.descr__content ul li:before {
    content: "";
    background-color: #FF0000;
    height: 1px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 11px
}

.descr__image {
    min-height: 320px;
    overflow: hidden;
    position: relative
}

.descr__image span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF0000;
    width: 25px;
    height: 62px;
    z-index: 1
}

.descr__image b {
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 200px;
    line-height: 1;
    color: #f8f6f4;
    -webkit-transform: translateX(-57px);
    transform: translateX(-57px);
    line-height: .7
}

.descr__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width: 1023px) {
    .descr__image {
        min-height:300px
    }
}

@media(max-width: 600px) {
    .descr__image {
        min-height:320px
    }
}

.descr__body.reverse .descr__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media(max-width: 600px) {
    .descr__body.reverse .descr__image {
        -webkit-box-ordinal-group:unset;
        -ms-flex-order: unset;
        order: unset
    }
}

.descr__body.reverse .descr__image span {
    left: auto;
    right: 0
}

.product__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__container > small{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
}
.product__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.product__body {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.product__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: 400;
}
.product__info {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #FF0000;
    padding: 4px 10px;
}
.product__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.product__name b{
    display: block;
    font-weight: 900;
    line-height: 1;
    font-size: 100px;
}

.product__content {
    display: flex;
}
.product__cost {
    padding: 20px 30px;
    background-color: #F8F6F4;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    color: #FF0000;
}

.product__content .button{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}

.product__sliders {
    max-width: 100%;
    position: relative;
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    justify-content: space-between;
    gap: 10px;
}
.product__wrapper .product__sliders{
    display: none;
}
.product__slider {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.product__slider .swiper-slide {
    height: auto
}

.product__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 550px;
}

.product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px
}

.product__prev {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    background-color: #f8f6f4;
    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;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.product__prev img {
    width: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(any-hover: hover) {
    .product__prev:hover {
        background-color:#FF0000
    }
}

.product__next {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    width: 38px;
    background-color: #f8f6f4;
    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;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.product__next img {
    width: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(any-hover: hover) {
    .product__next:hover {
        background-color:#FF0000
    }
}

.product__navslider {
    max-width: 100%;
    height: 46px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product__navslider .swiper-slide {

    height: 100%;
    border: 1px solid rgba(127,127,127,.3);
    -webkit-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s;
    cursor: pointer
}

.product__navslider .swiper-slide.swiper-slide-thumb-active {
    border-color: #FF0000
}

.product__navslider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9
}

.product__row:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.product__row img {
    margin-top: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px
}

@media(max-width: 1023px) {
    .product__bottom{
        gap: 5px;
    }
    .product__content{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .product__wrap{
        display: block;
    }
    .product__wrap .product__sliders{
        display: none;
    }
    .product__wrapper .product__sliders{
        display: flex;
    }
    .product__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}
@media(max-width: 767px) {
    .product__wrapper{
        gap: 20px;
    }
    .product__name {
        font-size: 22px;
        text-wrap: balance;
    }
    .product__name b{
        font-size: 70px;
    }
}
@media(max-width: 600px) {
    .product__bottom{
        gap: 0px;
    }
    .product__content{
        display: block;
    }
    .product__cost{
        font-size: 36px;
        padding: 10px;
        font-weight: 700;
    }
    .product__wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .product__name {
        font-size: 18px;
    }
    .product__name b{
        font-size: 50px;
    }
    .product {
        padding-top: 20px
    }
    .product__body{
        gap: 30px;
    }
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .contacts__container {
        gap:30px
    }
}

.contacts__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 1023px) {
    .contacts__wrapper {
        grid-template-columns:1fr;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 40px
    }
}

.contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media(max-width: 600px) {
    .contacts__content {
        gap:20px
    }
}

.contacts__overtitle {
    font-size: 18px;
    font-weight: 700
}

@media(max-width: 767px) {
    .contacts__overtitle br {
        display:none
    }
}

.contacts__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    row-gap: 30px
}

@media(min-width: 1023.1px) {
    .contacts__items.col-on-desktop {
        grid-template-columns:1fr
    }
}

@media(max-width: 600px) {
    .contacts__items {
        row-gap:20px;
        grid-template-columns: 1fr
    }
}

.contacts__item {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.contacts__item a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .contacts__item a:hover {
        color:#FF0000
    }
}

.contacts__body {
    background-color: #f8f6f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 50px
}

@media(max-width: 1100px) {
    .contacts__body {
        padding:30px
    }
}

@media(max-width: 1023px) {
    .contacts__body {
        padding:50px
    }
}

@media(max-width: 767px) {
    .contacts__body {
        padding:20px
    }
}

.contacts__top {
    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;
    gap: 10px
}

.contacts__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.contacts__actions a,.contacts__actions button {
    position: relative;
    background: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px
}

.contacts__actions a img,.contacts__actions button img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.copy-notification {
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: #FF0000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.copy-notification.show {
    pointer-events: auto;
    opacity: 1;
    top: -5px;
    visibility: visible
}

.form {
    background-color: #FF0000;
    color: #fff;
    padding: 50px 0;
    overflow: hidden
}

.form__container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
}

@media(max-width: 1023px) {
    .form__container {
        grid-template-columns:285px 1fr
    }
}

@media(max-width: 700px) {
    .form__container {
        grid-template-columns:1fr
    }
}

.form__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.form__left>* {
    position: relative;
    z-index: 2
}

.form__left h5 br {
    display: none
}

@media(max-width: 1023px) {
    .form__left h5 br {
        display:block
    }
}

.form__left img {
    position: absolute;
    z-index: 0;
    bottom: -50px;
    width: 500px;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(-8%, 32%);
    transform: translate(-8%, 32%)
}

@media(max-width: 1023px) {
    .form__left img {
        -webkit-transform:translate(-32%, 36%) rotate(60deg);
        transform: translate(-32%, 36%) rotate(60deg)
    }
}

@media(max-width: 700px) {
    .form__left img {
        width:300px;
        left: auto;
        right: 0;
        bottom: auto;
        top: -50px;
        -webkit-transform: translate(60%, -5%) rotate(350deg);
        transform: translate(60%, -5%) rotate(350deg)
    }
}

.form__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.form__content>input,.form__content textarea {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    width: 100%;
    min-width: 0;
    padding: 11px 24px
}

.form__content>input::-webkit-input-placeholder, .form__content textarea::-webkit-input-placeholder {
    color: #111;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__content>input::-moz-placeholder, .form__content textarea::-moz-placeholder {
    color: #111;
    opacity: 1;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__content>input:-ms-input-placeholder, .form__content textarea:-ms-input-placeholder {
    color: #111;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__content>input::-ms-input-placeholder, .form__content textarea::-ms-input-placeholder {
    color: #111;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__content>input::placeholder,.form__content textarea::placeholder {
    color: #111;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__content>input:focus::-webkit-input-placeholder, .form__content textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.form__content>input:focus::-moz-placeholder, .form__content textarea:focus::-moz-placeholder {
    opacity: 0
}

.form__content>input:focus:-ms-input-placeholder, .form__content textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.form__content>input:focus::-ms-input-placeholder, .form__content textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.form__content>input:focus::placeholder,.form__content textarea:focus::placeholder {
    opacity: 0
}

.form__content textarea {
    resize: none;
    height: 118px
}

.form__bottom {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr))
}

.form__file {
    border: 1px dashed #fff;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 100%;
    gap: 10px;
    display: block;
    -webkit-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s;
    text-align: center;
    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;
    gap: 10px
}

@media(any-hover: hover) {
    .form__file:hover {
        border-color:#fff100
    }
}

.form__file img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px
}

.form__file span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px
}

@media(max-width: 767px) {
    .form__file span {
        max-width:calc(100vw - 90px)
    }
}

.form__file input {
    display: none
}

.form__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__agree small {
    max-width: 200px;
    font-size: 12px;
    font-weight: 400
}

.form__agree input {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form__agree input:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("/local/templates/felisatti-new/css/../img/category/check.svg") no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.form__agree input:checked {
    background-color: #111
}

.form__agree input:checked:after {
    opacity: 1
}

.partners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .partners__container {
        gap:30px
    }
}

.partners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.partners__item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(127,127,127,.3);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .partners__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }
}

.partners__item p:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.2%;
    flex: 0 0 22.2%;
    margin-right: 30px
}

@media(max-width: 1023px) {
    .partners__item p:first-child {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media(max-width: 767px) {
    .partners__item p:first-child {
        margin-right:0
    }
}

.partners__item p:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media(any-hover: hover) {
    .partners__item:hover {
        color:#FF0000;
        border-color: #FF0000
    }
}

.partners__item:first-child {
    padding-top: 0
}

.partners__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.partners__item p:first-child {
    color: #FF0000
}

.services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}
.services__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.services__filter {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.services__filter a{
    padding: 11px 24px;
    background-color: #F8F6F4;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.services__filter a.active{
    background-color: #111;
    color: #FFFFFF;
}
.services__wrapper .button{
    display: block;
}
@media(max-width: 1023px) {
    .services__wrapper{
        display: block;
    }
    .services__filter{
        width: calc(100% + 48px);
        margin-left: -24px;
        padding: 0 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width: 600px) {
    .services__filter{
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}


.services__body {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #F8F6F4;
}

.services__select {
    background-color: #FFFFFF;
    padding: 11px 24px;
    font-family: inherit;
    font-size: inherit;
    border-radius: 0;
    line-height: 1.5;
    appearance: none;
    cursor: pointer;
}
.services__letters {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.services__letters-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    row-gap: 10px;
}
.services__letters a{
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.services__letters a.active{
    color: #FF0000;
}
.services__citites a{
    transition: all 0.3s ease 0s;
    word-break: break-word;
}

@media(any-hover: hover) {
    .services__letters a:hover, .services__citites a:hover {
        color:#FF0000
    }
}


.services__citites {
    display: grid;
    gap: 30px;
    row-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 767px) {
    .services__letters-wrap{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        justify-content: stretch;
    }
    .services__body{
        padding: 20px;
    }
    .services__citites{
        display: flex;
        flex-direction: column;
        gap: 17px;
        max-height: 242px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .services__citites::-webkit-scrollbar {
        width:6px;
        background-color: rgba(255,255,255, .4)
    }

    .services__citites::-webkit-scrollbar-thumb {
        background-color: #FF0000
    }


}
@media(max-width: 600px) {
    .services__container {
        gap:30px
    }
}


.map__search {
    position: relative;
    background-color: #FFFFFF;
    padding-right: 24px;
}

.map__search input {
    padding: 11px 24px;
    padding-right: 10px;
    width: 100%;
    min-width: 0;
    background: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}
@media(max-width: 600px) {
    .map__search{
        padding-right: 20px;
    }
    .map__search input{
        padding: 11px 20px;
        padding-right: 10px;
    }
}
.map__search input::-webkit-input-placeholder {
    color: #111;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map__search input::-moz-placeholder {
    color: #111;
    opacity: 1;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map__search input:-ms-input-placeholder {
    color: #111;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map__search input::-ms-input-placeholder {
    color: #111;
    opacity: 1;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map__search input::placeholder {
    color: #111;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.map__search input:focus::-webkit-input-placeholder {
    opacity: 0
}

.map__search input:focus::-moz-placeholder {
    opacity: 0
}

.map__search input:focus:-ms-input-placeholder {
    opacity: 0
}

.map__search input:focus::-ms-input-placeholder {
    opacity: 0
}

.map__search input:focus::placeholder {
    opacity: 0
}


.map__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map__search button {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    background: none
}

.map__search button img {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.services__content {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 800px;
}
@media(max-width: 1023px) {
    .services__content{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media(max-width: 600px) {
    .services__content{
        gap: 30px;
    }
}
.services__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services__wrap .pagination{
    margin-top: auto;
}

.map__map {
    min-height: 480px;
    width: 100%;
}
@media(max-width: 1023px) {
    .map__map{
        height: 480px;
    }
}
.map__map iframe,.map__map>ymaps {
    height: 100%;
    width: 100%
}

.map__balloon {
    font-family: "Roboto",sans-serif;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    line-height: 1.5
}

.map__balloon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    line-height: 1.5
}

.map__balloon-item a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(any-hover: hover) {
    .map__balloon-item a:hover {
        color:#FF0000
    }
}

.map__balloon b {
    font-weight: 700
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
    padding: 30px !important
}
.ymaps-2-1-79-balloon__content > ymaps{
    max-width: 100%;
}
.ymaps-2-1-79-balloon {
    max-width: 370px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

[class*=islands_clusterSmallIcon] {
    background: #FF0000 !important;
    width: 44px !important;
    height: 44px !important;
    color: #fff !important;
    font-family: "Roboto",sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.benefits__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 767px) {
    .benefits__container {
        gap:30px
    }
}

.benefits__container>hr {
    background-color: #d9d9d9;
    width: 100%;
    height: 1px
}

.benefits__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits__cards hr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: #d9d9d9
}

@media(max-width: 767px) {
    .benefits__cards {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 30px
    }

    .benefits__cards hr {
        display: none
    }
}

.benefits__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.45%;
    flex: 0 0 26.45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media(max-width: 1023px) {
    .benefits__card {
        -webkit-box-flex:0;
        -ms-flex: 0 0 27.55%;
        flex: 0 0 27.55%
    }
}

@media(max-width: 767px) {
    .benefits__card {
        -webkit-box-flex:0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #d9d9d9
    }

    .benefits__card:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
}

.benefits__card img {
    width: 48px
}

.benefits__card b {
    font-size: 18px;
    color: #FF0000;
    font-weight: 700
}

.history__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .history__container {
        gap:30px
    }
}

.history__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 600px) {
    .history__items {
        gap:30px
    }
}

.history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(127,127,127,.3)
}

.history__item b {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #FF0000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%
}

.history__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

@media(max-width: 1023px) {
    .history__item b {
        -webkit-box-flex:0;
        -ms-flex: 0 0 21.2%;
        flex: 0 0 21.2%
    }
}

@media(max-width: 600px) {
    .history__item {
        padding-bottom:30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 20px
    }

    .history__item b {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.location {
    overflow: hidden
}

.location__container {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: 570fr 580fr
}

@media(max-width: 1023px) {
    .location__container {
        grid-template-columns:293px 1fr
    }
}

@media(max-width: 700px) {
    .location__container {
        grid-template-columns:1fr;
        padding-bottom: 130px
    }
}

.location__container>* {
    position: relative;
    z-index: 2
}

.location__map {
    position: absolute;
    left: 20px;
    bottom: -173px;
    z-index: 0;
    width: 472px;
    pointer-events: none
}

@media(max-width: 1023px) {
    .location__map {
        left:-190px;
        bottom: -143px
    }
}

@media(max-width: 700px) {
    .location__map {
        bottom:-255px;
        left: -184px
    }
}

.location__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.location__cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.location__city {
    display: block;
    padding: 11px 24px;
    background-color: #fff;
    text-align: center
}

.about {
    padding: 30px 0 80px;
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .about {
        padding:10px 0 50px
    }
}

.about__container {
    position: relative
}

@media(max-width: 767px) {
    .about__container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 12px
    }
}

.about__image {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
    width: 850px;
    pointer-events: none
}

.about__image img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

@media(max-width: 1130px) {
    .about__image {
        width:744px
    }
}

@media(max-width: 1023px) {
    .about__image {
        right:-257px;
        top: -160px
    }
}

@media(max-width: 767px) {
    .about__image {
        position:static;
        width: calc(100% + 48px);
        margin-left: -24px
    }
}

@media(max-width: 600px) {
    .about__image {
        width:calc(100% + 40px);
        margin-left: -20px
    }
}

.about__bg {
    height: calc(100% - 110px);
    background-color: #f8f6f4;
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
    z-index: 0
}

@media(max-width: 767px) {
    .about__bg {
        height:120px;
        width: 68%
    }
}

.about__dec {
    position: absolute;
    right: 100px;
    z-index: 1;
    height: 100%;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none
}

.about__dec:after {
    content: "";
    background-color: #fff100;
    height: 100%;
    width: 152px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px
}

.about__dec span {
    background-color: #111;
    height: 50%;
    width: 152px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    margin-top: auto
}

.about__dec:before {
    content: "";
    background-color: #FF0000;
    height: 100%;
    width: 152px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media(max-width: 1023px) {
    .about__dec {
        right:0
    }

    .about__dec:after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px
    }
}

@media(max-width: 767px) {
    .about__dec {
        height:120px;
        width: 100%;
        top: -10px
    }

    .about__dec span {
        width: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }

    .about__dec:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 50%;
        margin-top: auto;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media(max-width: 600px) {
    .about__dec:after {
        width:50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }
}

.about__content {
    position: relative;
    max-width: 400px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
}

@media(max-width: 767px) {
    .about__content {
        gap:30px
    }
}

@media(max-width: 600px) {
    .about__content {
        gap:20px
    }

    .about__content h2 {
        margin-bottom: 10px
    }
}

.about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1300;
    overflow-y: auto;
    padding: 30px 0;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(17,17,17,.9);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.popup.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.popup__bg {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0
}

.popup__content {
    position: relative;
    z-index: 2;
    background-color: #f8f6f4;
    max-width: 320px;
    padding: 30px;
    width: calc(100vw - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.popup__top {
    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;
    gap: 10px
}

.popup__close {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px
}

.popup__close img {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.map__list {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    background: #FFFFFF;
    max-height: 400px;
    overflow-y: auto;
    left: 0;
    opacity:0; visibility:hidden;
    box-shadow: rgba(44, 50, 57, 0.07) 0px 4px 14px 0px;
    transition: all 0.3s ease 0s;
}
.map__search input:not(:placeholder-shown):focus ~ .map__list {
    opacity: 1;
    visibility: visible;
}
.map__item{
    border-bottom: 1px solid rgba(127, 127, 127, .3);
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #111;
    font-size: 16px;
}
.map__item-name{
    transition: all 0.3s ease 0s;
}
@media(any-hover:hover){
    .map__item:hover .map__item-name{
        color: #FF0000;
    }
}
.map__item-address{
    font-size: 14px;
    opacity: 0.8;
}

.map__list > span{
    display: block;
    padding: 20px 15px;
    opacity: 0.8;
}

.map__item:not(.hide) ~ span {
    display: none;
}
.map__item.hide {
    display: none;
}
.map__item:nth-last-child(1 of .map__item:not(.hide)) {
    border-bottom: 0;
}
.map__item:last-child {
    border-bottom: 0;
}
.map__item b{
    background-color: #FF0000;
    color: #FFFFFF;
}

@media(max-width: 600px){
    .map__item{
        padding: 10px 20px;
    }
    .map__list > span{
        padding: 20px;
    }
}

.chars__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.chars__body {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media(max-width: 1023px) {
    .chars__container{
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px) {
    .chars__body{
        gap: 30px;
    }
}

.description__container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.description__texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
    max-width: 852px;
}
.description__links {
    flex: 0 0 268px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.description__links a{
    text-align: center;
    padding: 11px;
    border: 1px solid #111111;
    transition: all 0.3s ease 0s;
}
@media(any-hover: hover) {
    .description__links a:hover {
        border-color:#FF0000;
        background-color: #FF0000;
        color: #FFFFFF;
    }
}
@media(max-width: 1023px) {
    .description__container{
        flex-direction: column;
        justify-content: stretch;
        gap: 50px;
    }
    .description__texts{
        flex: 0 0 auto;
        max-width: 100%;
    }
    .description__links{
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .description__links a{
        flex: 1 1 auto;
    }
}


.points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.points__content {
    background-color: #F8F6F4;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
}

.points__top {
    display: grid;
    gap: 30px;
    row-gap: 10px;
}

.points__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.points__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.points__route {
    color: #FF0000;
    display: none;
}
@media(any-hover: hover) {
    .points__route:hover{
        text-decoration: underline;
    }
}
.points__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
    margin-bottom: 10px;
}

.points__row small{
    opacity: 0.3;
    font-size: inherit;
}

.points__name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.points__cert {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FF0000;
}
.points__cert img{
    flex: 0 0 15px;
    width: 15px;
    user-select: none;
}
.points__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width:100%
}
.points__links a{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease 0s;
}
@media(any-hover: hover) {
    .points__links a:hover{
        color: #FF0000;
    }
}
.points__links a img{
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    user-select: none;
}
.points__links hr{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}
@media(max-width: 767px) {
    .points__top, .points__wrapper{
        grid-template-columns: 1fr;
    }
    
    .points__name{
        font-size: 20px;
    }
    .points__content{
        padding: 16px;
    }
}

@media(max-width: 600px) {
    .points__column{
        gap: 15px;
    }
    .points__name {
        font-size: 18px;
    }
    .description__container{
        gap: 30px;
    }
    .description__links{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .description__links a{
        flex: 0 0 auto;
    }
}

.new .category__wrapper {display: flex;flex-direction: column;gap: 30px;}
.new .category__wrapper .filter {position: relative;top:auto;left:auto;flex-direction: row;gap:10px;flex-wrap: wrap;justify-content: space-between;overflow: visible}
.new .category__top {grid-template-columns: 1fr;gap: 0;}
.new .filter--box {display: flex;gap:10px;flex-wrap: wrap;flex:1}
.new .filter__bottom {flex-direction: row;flex-wrap: wrap;}
.new .filter__item {min-width: 150px;position: relative}
.new .filter__body {position: absolute;bottom:0;left:0;width: 100%;background-color: #f1f1f1;padding:5px;border-radius: 6px;}
.new .filter__item.active .filter__body {transform: translateY(100%);}

.foot--container {max-width: 1680px;margin: 0 auto}
/* End */


/* Start:/local/templates/felisatti-new/css/custom.css?178049949924333*/
:root{
	--border:rgb(230, 230, 230);
	--border-light:#ececec;
	--border-darker:#e5e5e5;

	--back:rgb(249, 250, 251);
	--back-light:#f2f2f2;
	--back-dark:#ececec;
	--back-darker:#e3e3e3;
	--back-rose:#FFF7F5;

	--gray: rgb(140, 140, 140);
	--gray-light: #9CA0A9;
	--gray-dark: #777;
	--main: #ff0000;

	--height:40px;
	--gap:16px;
	--gap-big:40px;
	--img:50px;
	--btn:32px;
}

.tablebodytext {
	display:none;
}
.production__item p {
  max-width: 180px;
  word-break: break-word;
}
.auth {
	margin:auto;
}
.search-page .item a.title {
	font-weight:bold;
	font-size:18px;
}
.search-page .item a:hover {
	text-decoration:underline;
	color:#ec3227;
}
.search-page .item p{
	padding:10px 0;
}
.search-page .item hr{
	padding-bottom:15px;
	 border-bottom:1px solid #ec3227;
}
.info-message.alert-danger {
	padding:10px;
	background:#FACECE;
	color:#f00;
}
.info-message.alert-sucess {
	padding:10px;
	background:#AFF5B2;
	color:#036705;
}

.filter{
	max-height:none;
}
.services__citites a.active{
	color: #FF0000;
}
.main__bg, .main__bg img,.main__bg:after, .main__background, .main__background img {
	border-radius: 20px;
}

.down-foot-link,.down-foot-link img {
	max-width:176px;
}
.down-foot-link p {
	text-align:center;
}
.header__logo {
	flex: 0 0 246px;
}
/*
.product__cost {
	display:none;
}
*/
.product__row img {
	display:none;
}
.product__row {
	display:list-item;
}
.product__wrapper {
	padding-left: 20px;
}

.menu__link:after {
    height: 24px;
}

.header-basket {
    position: relative;
    left: -50px;
	text-align: right;
}
.header-basket .bx-basket-block a{
	color:#fff100;
}
a.button.red.add2basket {
	background-color:#000;
	border-color:#000;
	cursor:pointer;
}
a.button.red.add2basket:hover {
	background-color:#f00;
	border-color:#f00;
}
._products__more {
	font-weight: 400;
    color: #FF0000;
}
.products__bottom {
	text-decoration:none !important;
	border-bottom:none !important;
}
.production__container {
	width:100%;
}
.basket-items-list-header {
	background-color: #F00;
}
.basket-items-list-header-filter-item.active {
	color: #FFF !important;
}
.basket-coupon-block-field .form {
	padding:0;
	background-color:transparent;
}
.basket-checkout-section .basket-checkout-block .btn.btn-default{
	border-color: #f00;
    background-color: #f00;
}
.basket-checkout-section .basket-checkout-block .btn.btn-default:hover {
	border-color: #000;
    background-color: #000;
}

#title-search-input {
	border: 1px solid #ccc;
}

@media(max-width: 550px) {
    /*.down-foot-link {
		max-width:none;
		width:100%;
	}*/
}


@media (min-width: 1023.1px) {
	.sublist {
		max-height: 552px;
		max-height: min(552px,100vh - 100px);
	}
}

.btn--light {display: flex;align-items: center;justify-content: center;gap:10px;height:46px;line-height: 46px;padding:0 24px;border-radius:26px;background-color: #363844;transition: .4s;color:#d1d2d3}
.btn--light:hover {background-color: #292b34;}

.btn--blue {display: flex;align-items: center;justify-content: center;gap:10px;height:46px;line-height: 46px;padding:0 24px;border-radius:26px;background-color: #2d60f1;transition: .4s;color:#d1d2d3}
.btn--blue:hover {background-color: #2956d8;}

.btn--trn{height: var(--height);line-height: normal;padding: 0 20px;display: inline-flex;align-items: center;justify-content: center;max-width: 200px;cursor: pointer;background-color: #fff;transition: .4s;border:1px solid #000;color:#000;border-radius: 6px;}
.btn--trn:hover{border: 1px solid #ccc !important;color:#000 !important;}

.btn--fill{height: var(--height);line-height: normal;padding: 0 20px;display: inline-flex;align-items: center;justify-content: center;max-width: 200px;cursor: pointer;background-color: #000;transition: .4s;border:1px solid #000;color:#fff;border-radius: 6px;}
.btn--fill:hover{background: transparent !important;border: 1px solid #000 !important;;color:#000 !important;}

.btn--red{height: var(--height);line-height: normal;padding: 0 20px;display: inline-flex;align-items: center;justify-content: center;max-width: 200px;cursor: pointer;background-color: var(--main);transition: .4s;border:1px solid var(--main);color:#fff;border-radius: 6px;}
.btn--red:hover{background: transparent !important;border: 1px solid var(--main) !important;;color:var(--main) !important;}

.svg--stroke svg *{stroke:var(--dark);stroke-width: 2px;fill: transparent}
.svg--fill svg *{fill:var(--dark)}

/* Hint */
.nTip {display:none;position:absolute;background-color:#fff;padding:15px;color:var(--text);max-width:400px;min-width:20px;z-index:99999;font-size: 12px;border:1px solid var(--border);border-radius: 6px;box-shadow: 0 4px 8px 0 #0000000f;}
.asteriks {cursor: help;position: relative}
.asteriks--help {color:#fff;background-color:var(--main);border-radius: 3px;margin-right: 10px;width: 16px;height: 16px;display: flex;align-items: center;justify-content: center;font-size: 12px}
.asteriks--box p{margin-top: 0}
.asteriks--box p:last-child{margin-bottom: 0}
.asteriks--parent {display: flex;gap:16px;align-items: center}
/* Hint End */

/* Custom checkbox */
.d--checkbox+label::before, .d--checkbox:not(:disabled):not(:checked)+label:hover::before,
.d--checkbox:not(:disabled):active+label::before, .d--checkbox:focus+label::before, .d--checkbox:checked+label::before
{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s}

/* для элемента input c type="checkbox" */
.d--checkbox {position: absolute;z-index: -1;opacity: 0;display: none}

/* для элемента label, связанного с .d--checkbox */
.d--checkbox+label {display: inline-flex;align-items: center;user-select: none;text-align: left;padding-left: 15px;font-size: 14px;cursor: pointer;position: relative}

/* создание в label псевдоэлемента before со следующими стилями */
.d--checkbox+label::before {content: '';display: inline-block;width: 1em;height: 1em;flex-shrink: 0;flex-grow: 0;border: 1px solid #adb5bd;border-radius: 0.25em;margin-right: 0.5em;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;position: absolute;top: 0;left: 0;}

.d--row.d--checbox-big{margin-bottom: 0}
.d--checbox-big .d--checkbox+label {padding-left: 35px;font-family: 'Proxima Nova Regular';font-style: normal;font-weight: 400;font-size: 14px;color: var(--text-dark);margin-bottom: 0}
.d--checbox-big .d--checkbox+label::before {width: 22px;height: 22px;top: 0;left: 0;border-radius: 6px}
.d--checbox-big .d--checkbox:checked+label::before {border-color:#DBDBDB;background-color: transparent;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23606060' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");}
.d--checbox-big label {font-family: 'Proxima Nova Bold';font-style: normal;font-weight: 700;font-size: 16px;line-height: 24px;color: #4F4F4F;}

/* стили при наведении курсора на checkbox */
.d--checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: var(--main);
}

/* стили для активного чекбокса (при нажатии на него) */
.d--checkbox:not(:disabled):active+label::before {
	background-color: rgba(255, 0, 0, 0.5);
	border-color: rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в фокусе */
.d--checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.d--checkbox:focus:not(:checked)+label::before {
	border-color: rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в состоянии checked */
.d--checkbox:checked+label::before {
	border-color: var(--main);
	background-color: var(--main);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.d--checkbox:disabled+label::before {
	background-color: #e9ecef;
}

/* Custom radio */
.d--radio .custom-radio+label::before{width: 16px;height: 16px}

.custom-radio+label::before, .custom-radio:not(:disabled):not(:checked)+label:hover::before,
.custom-radio:not(:disabled):active+label::before, .custom-radio:focus+label::before, .custom-radio:checked+label::before
{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s}
/* для элемента input c type="radio" */
.custom-radio {position: absolute;z-index: -1;opacity: 0;}
/* для элемента label связанного с .custom-radio */
.custom-radio+label {display: inline-flex;align-items: center;user-select: none;position: relative;cursor: pointer;}
/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {content: '';display: inline-block;width: 17px;height: 17px;flex-shrink: 0;flex-grow: 0;border: 1px solid #adb5bd;border-radius: 50%;margin-right: 9px;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgba(255, 0, 0, 0.5);
}
/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
	background-color: rgba(255, 0, 0, 0.5);
	border-color: rgba(255, 0, 0, 0.5);
}
/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
	border-color: rgba(255, 0, 0, 0.5);
}
/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
	border-color: var(--main);
	background-color: var(--main);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
	background-color: #fff;
}

/* Custom checkbox */
.custom-checkbox+label::before, .custom-checkbox:not(:disabled):not(:checked)+label:hover::before,
.custom-checkbox:not(:disabled):active+label::before, .custom-checkbox:focus+label::before, .custom-checkbox:checked+label::before
{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s}

/* для элемента input c type="checkbox" */
.custom-checkbox {position: absolute;z-index: -1;opacity: 0;}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {display: inline-block;align-items: center;user-select: none;text-align: left;padding-left: 25px;font-size: 12px;cursor: pointer;position: relative}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {content: '';display: inline-block;width: 1em;height: 1em;flex-shrink: 0;flex-grow: 0;border: 1px solid #adb5bd;border-radius: 0.25em;margin-right: 0.5em;background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;position: absolute;top: 5px;left: 0;}

.d--row.d--checbox-big{margin-bottom: 0}
.d--checbox-big .custom-checkbox+label {padding-left: 35px;font-family: 'Proxima Nova Regular';font-style: normal;font-weight: 400;font-size: 14px;color: var(--text-dark);margin-bottom: 0}
.d--checbox-big .custom-checkbox+label::before {width: 22px;height: 22px;top: 0;left: 0;border-radius: 6px}
.d--checbox-big .custom-checkbox:checked+label::before {border-color:#DBDBDB;background-color: transparent;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23606060' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");}
.d--checbox-big label {font-family: 'Proxima Nova Bold';font-style: normal;font-weight: 700;font-size: 16px;line-height: 24px;color: #4F4F4F;}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #FF8E25;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
	background-color: rgba(255, 0, 0, 0.5);
	border-color: rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: rgba(255, 0, 0, 0.5);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
	border-color: #FF8E25;
	background-color: #FF8E25;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

/* Fake List */
.select--list {position: relative;min-width: 210px}
.select--list svg{width: 6px;height: 12px;margin-right: 5px;transform: rotate(90deg);margin-left: auto;transition: .4s}
.select--list.opened svg{transform: rotate(-90deg)}
.select--list-items {display: none;opacity: 0;visibility: hidden;position: absolute;top:calc(100% + 5px);left:0;width: 100%;height: auto;background-color: #fff;z-index: 10;padding: 16px;border-bottom-left-radius: var(--b-radius-small);border-bottom-right-radius: var(--b-radius-small)}
.select--list-item {display: flex;align-items: center;justify-content: flex-start;cursor: pointer;padding: 5px 10px;user-select: none;transition: .4s;font-size: 14px;line-height: 17px;}
.select--list-item:hover {color: var(--main)}
.select--list-item.selected {color: var(--main)}
.select--list-item:last-child {margin-bottom: 0;}
.select--list.opened .select--list-items {display: flex;flex-direction:column;gap:8px;opacity: 1;visibility: visible;box-shadow: 0 7px 8px rgba(34, 34, 34, 0.15);border-radius: 12px;}
.select--list.opened .select--list-visible {border-color:var(--a)}
.select--list.opened {}
.select--list-visible {display: flex;align-items: center;justify-content: flex-start;gap:12px;padding: 0 20px;background-color: #fff;border-radius:12px;cursor: pointer;height: var(--height);transition: .5s;border: 1px solid var(--border);font-size: 14px;line-height: 17px;}
.select--list.opened .select--list-visible {box-shadow: 0 4px 8px rgba(34, 34, 34, 0.25);}
.select--list-visible:hover {box-shadow: 0 4px 4px rgba(34, 34, 34, 0.05);}


.foot--container {padding-left: 16px;padding-right: 16px;}

footer {background-color: #141416;padding-top: 20px;padding-bottom: 20px;z-index: 2;position: relative;--rad:26px;font-family: "Roboto", sans-serif;}
footer .footer__logo img{max-width: 250px}
footer .footer__container{gap:40px;}

.footer--box {display: flex;width: 100%;gap:20px;}
.footer--left {width: 50%}
.footer--right {width: 50%;position: relative;}
.footer--l-l, .footer--l-r {width:50%}
.footer--left {display: flex;width: 50%;gap:20px;}
.footer--l-l {display: flex;gap:20px;flex-direction: column;}

.footer--menu {display: flex;flex-direction: column;background-color: #25252f;border-radius:var(--rad);list-style-type: none;justify-content: space-between;padding: 0;align-items: stretch;width:100%;}
.footer--menu li{padding:0 20px;border-bottom: 1px solid #292c35;height: 100%;display: flex;align-items: center}
.footer--menu li:last-child{border-bottom: 1px solid transparent;}
.footer--menu a{display: flex;gap:10px;color:#d1d2d3;width: 100%}
.footer--menu a span{border-bottom: 1px dashed transparent;transition: .4s}
.footer--menu a:hover span{border-bottom: 1px dashed #d1d2d3;}

.footer--l-t {display: flex;flex-direction: column;background-color: #25252f;border-radius:var(--rad);}
.footer--l-b {display: flex;background-color: #25252f;border-radius:var(--rad);gap:24px;padding:20px;justify-content: center;}
.footer--l-t .footer__logo{width: auto;height: auto;display: block;margin: 20px;}
.footer--l-b img {max-width: 100%;border-radius:20px;max-height: 180px;}
.footer--l-r {display: flex;}

.footer--subscribe {padding: 20px;display: flex;gap:16px;align-items: center}
.footer--subscribe label {color:#d1d2d3;font-size: 14px;}

.footer--map {position: absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--rad);overflow: hidden}
.footer--map ymaps{width:100%;height:100%;}
.footer--map-box {position: absolute;top:10px;right: 10px;background-color: #25252f;width: 330px;height:calc(100% - 20px);border-radius:var(--rad);overflow: hidden;display: flex;flex-direction: column;}

.footer--map-content {flex-grow:1;padding:20px;display: flex;justify-content: space-between;flex-direction: column;color:#9d9da5;padding-top: 50px;font-size: 14px;}
.footer--map-head {padding:20px;display: flex;gap:10px;border-bottom:1px solid #2e303a}
.footer--map-label {color:#92929a;}

.footer--copy {font-size:12px;color:#5b5c63;margin-top: 20px}

@media (max-width: 1200px) {
	.footer--subscribe {flex-wrap: wrap;justify-content: space-between}
}

@media (max-width: 1024px) {
	.footer--box {flex-wrap: wrap;}
	.footer--left, .footer--right {width: 100%}
	.footer--right {min-height: 400px;}
	.footer--left {flex-direction: column;}
	.footer--l-l {flex-direction: row;width:100%}
	.footer--l-l > div{width:50%}
	.footer--l-b img {max-height: 100px;}
	.footer--l-r {width: 100%}
	.footer--menu {min-height: 250px;}

	a.main__wrapper {padding-top: 56% !important;}
}

@media (max-width: 500px) {
	.footer--l-l {flex-wrap: wrap}
	.footer--l-l > div {width: 100%}
	.footer--map-box {width:280px}
	.footer--map-head {flex-wrap: wrap}
	.footer--map-content {padding-top: 20px;font-size: 12px;}
}

@media (max-width: 360px) {
	.footer--l-l {flex-wrap: wrap}
	.footer--l-l > div {width: 100%}
	.footer--map-box {width:280px}
	.footer--map-head {flex-wrap: wrap}
	.footer--map-content {padding-top: 20px;font-size: 12px;}
	.footer--l-b img {max-height: 200px;}
}

section.services .map__map {--height:480px;min-height:var(--height);/*max-height:var(--height);*/}

.b2b__container {width: 100%}
.grecaptcha-badge {display: none !important;}

.header__guarantee {display: flex;align-items: center;gap:7px;}
.header__guarantee > span {border-bottom:1px dashed transparent;transition: .4s}
.header__guarantee:hover > span {color:#fff;border-bottom:1px dashed #fff;}

/* Кастомный прелоадер начат*/
.pWrap{background: rgba(0,0,0,0.7);height: 100%;position: fixed;width: 100%;z-index: 100;top: 0;left: 0;}
.pInner {width: 50px;height: 50px;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0;}
/* Кастомный прелоадер окончен*/

.--text h1, .post__text h1 {text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;margin-bottom: 20px;}
.--text h4 {font-size: 20px;margin-bottom: 20px;}
.--text ol {list-style-type: none;counter-reset: item;margin: 0;padding: 0;}
.--text ol > li {display: table;counter-increment: item;margin-bottom: 0.6em;}
.--text ol > li:before {content: counters(item, ".") ". ";display: table-cell;padding-right: 0.6em;}
.--text li{line-height: 27px;}
.--text li ol > li {margin: 0;margin-bottom: 10px}
.--text li ol > li:before {content: counters(item, ".") " ";}

.--text p {margin-bottom: 16px;}

.--text ul {margin-bottom: 16px;}
.--text ul.circle li:before {content: '';width:4px;height: 4px;border-radius: 50%;background-color: #000;display: inline-block;margin-right: 7px;transform: translateY(-1px)}

.--text ul.circle {list-style-type: none;padding: 0;margin: 0 0 20px 0}
.--text ul.circle li{font-weight: 400;font-size: 16px;line-height: 140%;color:#1f1f1f;margin-bottom: 8px;}
.--text ul.circle li:last-child{margin-bottom: 0;}
.--text ul.circle > li:before{display: inline-block;width:4px;height:4px;border-radius: 50%;background-color: #000;margin-right: 9px;content: '';transform: translateY(-1px)}

.menu--sidebar {background-color: rgba(255,255,255,1);position: fixed;top:0;left:0;width:36%;height: 100vh;z-index: 9999;display: flex;justify-content: flex-end;padding: 20px 0;transform: translateX(-100%);transition: .4s;--width:400px;}
body.opened .menu--sidebar {transform: translateX(0);}
.menu--sidebar .personal--side{height:100%;width:400px;margin-right: 20px}
.menu--sidebar .personal--side {width: var(--width);min-width: var(--width);background-color: #fff}
.menu--sidebar .user--head-close svg{stroke:#000;transition: .4s}
.menu--sidebar .user--head-close {position: absolute;top:35px;right:35px;cursor: pointer;z-index: 3;}
.menu--sidebar .user--head-close:hover  svg{stroke:#777;}
.user--header {padding: 16px 16px 0 16px;border-bottom: 1px solid var(--border);padding-bottom: 8px}
.user--name {font-size: 18px;margin-bottom: 8px;line-height: 24px;font-weight: 500;}
.iser--mail-confirm, .iser--phone-confirm {cursor:pointer;color:var(--main);font-size: 14px;line-height: 17px;margin-bottom: 8px;}

.user--email {font-size: 14px;line-height: 17px;font-weight: 300;color:var(--gray-light);word-break: break-all}

.personal--menu {width: var(--height);height: var(--height);border-radius: 6px;background-color: #F6F6F6;display: none;align-items: center;justify-content: center;}
.personal--menu svg{transform: rotate(90deg)}
.personal--title {display: flex;align-items: center;gap:12px;margin-bottom: 20px;padding-top: 10px}
.personal--side-in {border-radius: 20px;box-shadow: 0px 4px 8px 0px #0000000F;box-shadow: 0px 0px 4px 0px #0000000A;padding: 8px;}

@media all and (max-width: 1024px) {
	.user--head-close {display: flex;align-items: center;justify-content: center;width: var(--height);height: var(--height);background-color: #F6F6F6;border-radius: 6px;}
	.user--head-close svg{transform: rotate(-90deg)}
	.user--header {display: flex;gap:10px;}
	.menu--sidebar {width: 400px}
}

@media all and (max-width: 550px) {
	.user--header {padding-right: 50px;}
	.header-top__container {font-size: 14px;gap:16px;}
	.header__guarantee span {padding-right:5px;text-align:right}
	.menu--sidebar {--width:100%;}
	.menu--sidebar .personal--side {margin-right: 0}
}

@media all and (max-width: 400px) {
	.menu--sidebar {width: 100%}
}

.js--menu {margin-right: auto;cursor: pointer;color:#fff;display:inline-flex;align-items: center;gap:5px;}
.js--menu i{width:24px;height:24px;display: inline-flex;}
.js--menu span{transition: .4s;border-bottom: 1px dashed #fff;}
.js--menu:hover span{border-bottom: 1px dashed transparent;}
.js--menu svg{fill:#fff;}

.menu__item > a:hover, .menu__item > a:focus {color:#fff;}
.main__wrapper .swiper {border-radius:20px;overflow: hidden}

.catalog__container .production__item {background-color: transparent}
.catalog__container .production__item:before {display: none}

/* End */


/* Start:/local/components/tichiy/news.line/templates/slider-swiper/style.css?1778610971267*/
.main__wrapper .swiper {width: 100%;height:100%;position:absolute;top:0;left:0;}
.main__wrapper .swiper-slide {display:flex}
.main__wrapper .swiper-slide a{flex:1;display: flex}
.main__wrapper .swiper-pagination-bullet-active{background-color: #ff0000 !important;}
/* End */


/* Start:/local/components/tichiy/uni.forms/templates/.default/style.css?17750598949759*/
/* Всплывающая форма начата */
.absCenter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; text-align: center; flex-direction: column}

.d--close,.d--Inner a,.d--but, .d--show, .ani--box
{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s}

.d--dialog{display: none;background-color: rgba(78,78,78,.3);position: fixed;top:0;left:0;width:100%;height:100%;z-index: 1100;}
.d--dialog * {box-sizing: border-box;}
.d--inner {background-color: #fff;padding:50px;position: relative;min-width: 320px;max-width: 490px;max-height:95vh;-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);text-align: center;border-radius: 6px;width: 100%}
.d--inner h2{font-family: 'Roboto',Verdana,sans-serif;font-size: 24px; font-weight: 600;line-height: 32px;margin-bottom:14px;text-align: left}
.d--inner > div{display: none}
.d--inner > div.d--close{display: flex}
.d--inner > .d--active{display: block}
.d--inner > .do--locations.d--active{display: flex;flex-direction: column;height: 100%;}

.d--close{position: absolute;right: 15px;top:15px;width: 36px;height:36px;cursor:pointer;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: rgba(90,92,104,.05)}
.d--close svg{fill:#9CA0A9;stroke:#9CA0A9;width: 12px;height: 12px;transition: .4s}
.d--close:hover svg{fill:var(--a);stroke:var(--a);}

.d--title{font-size: 32px;font-weight: 500;width: 100%;margin: 0 auto;padding-bottom: 10px;}
.d--title .colored{color:var(--main)}
.d--text{font-size: 14px;font-weight: 400;line-height: 20px;text-align: left}

.d--inner .d--input{width: 100%;height: 52px;border-radius: 12px;border: 1px solid #E8EBF1;padding: 0 20px;background-color: #fff;background-image: none;margin: 0;display: inline-block;outline: 0;color:#000;font-size: 1rem;line-height: 52px;transition: .4s}
.d--inner .d--input:hover{border-color:#adadad}
.d--inner textarea.d--input{min-height: 90px;margin-top: 16px;max-width: 100%;max-height: 250px;min-width: 100%}

.d--double {display: flex;gap:8px;}
.d--double .d--row{width: 50%}

/* Нашли дешевле     */
.d--inner.d--wide {max-width: 920px;width: 100%}

.d--but {outline: 0;display: inline-block;padding: 0 27px;text-shadow: none;text-decoration: none;background-color: var(--main);color: #fff;min-width: 110px;height: var(--height);line-height: var(--height);border-radius: 6px;font-size: 13px;cursor: pointer;border:1px solid var(--main);width: 100%;user-select: none}
.d--but:not([disabled]):hover {background-color: #ffffff;color: var(--main);}
.d--but[disabled] {opacity: .5}

.d--policy {width: 100%;margin: 0 auto;margin-top: 16px;font-size: 12px;line-height: 16px;color:var(--text)}
.d--policy a{text-decoration: none;border-bottom:1px dashed #a2a2a2}
.d--policy a:hover{text-decoration: none;border-bottom:1px dashed transparent}

.d--bar {position: relative;display: block;width: 80%;margin: 0 auto;}
.d--bar:before, .d--bar:after {content: "";height: 2px;width: 0;bottom: 0;position: absolute;background: #000;transition: 0.2s ease all;-moz-transition: 0.2s ease all;-webkit-transition: 0.2s ease all;}
.d--bar:before {left: 50%;}
.d--bar:after {right: 50%;}

.d--row {margin-bottom: 10px}

.d--row.f--error .d--bar:before,.d--row.f--error .d--bar:after{background-color: #ff0000}
.d--row.f--error .d--input{border-bottom: 1px solid #ff0000}

.d--additional {margin-top: 10px;font-size: 12px;text-align: right}
.d--additional div {border-bottom: 1px dotted #333;display: inline-block;cursor: pointer}

.d--hire .input-row:nth-child(4){display: none}

.d--row.d--error .d--bar:before,.d--row.d--error .d--bar:after{background-color: #ff0000}
.d--row.d--error .d--input{border-bottom: 1px solid #ff0000}

.d--show {cursor:pointer}
.d--show:hover {border-color: transparent}

.f--MAIL {display: none}

.d--inf {border: 1px dotted var(--main);width: 16px;height:16px;display: inline-flex;align-items: center;justify-content: center;color:var(--main);border-radius: 50%;margin-right: 5px}
.d--MAIL {display: none}

.d--submit {margin-top: 16px}

@media all and (max-width: 1024px) {
    .d--inner.d--wide{max-width: 95%}
    .d--product-category {font-size: 12px;line-height: 15px;}
    .d--product-name {font-size: 14px;line-height: 18px;}
    .d--text {font-size: 14px;line-height: 20px;}
}

@media all and (max-width: 768px) {
    .d--inner {padding: 50px 40px 50px 40px}
    .d--title{font-size: 28px;line-height: 34px;}
    .d--text{font-size: 14px;}
    .d--submit {font-size: 14px;}
    .d--inner.d--wide {padding: 20px}
}

@media all and (max-width: 545px) {
    .d--inner {min-width: 320px;max-width: 95%;padding: 40px 20px 40px 20px;}
    .d--title{font-size: 24px;line-height: 28px;}
    .d--text{font-size: 12px;}
    .d--double {flex-wrap: wrap;gap:0}
    .d--double .d--row {width: 100%}
    .d--product-image {width:50px}
}
/* Всплывающая форма окончена */

.d--buy-btns {display: flex;align-items: center;gap:40px;justify-content: space-between;margin-top: 40px;}
.d--buy-btns .btn--gray,
.d--buy-btns .btn--fill
{max-width: 240px}

.do--auth .--sended div.d--PHONE,
.do--reg .--sended div.d--PHONE,
.do--reg .--sended div.d--EMAIL
{display: none}
.do--auth form:not(.--sended) div.d--SMS,
.do--reg form:not(.--sended) div.d--SMS
{display: none}
.do--auth form:not(.--sended) .d--row-send-info,
.do--auth form:not(.--sended) .d--auth-timer,
.do--reg form:not(.--sended) .d--row-send-info,
.do--reg form:not(.--sended) .d--auth-timer
{display: none}
.do--auth form.--sended .d--additional-text,
.do--auth form.--sended .d--sub-reg,
.do--reg form.--sended .d--additional-text,
.do--reg form.--sended .d--sub-reg
{display: none}

.d--row-send-info {margin-bottom: 22px;text-align: left;}
.d--row-send-info p {font-weight: 400;font-size: 16px;line-height: 130%;}
.d--auth-phone {margin: 8px 0;font-weight: 600;font-size: 16px;line-height: 130%;}
.js--auth-phone {font-weight: 400;font-size: 16px;line-height: 122%;margin-top: 10px;cursor: pointer;border-bottom: 1px solid var(--a);transition: border-bottom-color .4s;display: inline-block}
.js--auth-phone:hover {border-color:transparent}
.d--auth-timer{font-weight: 400;font-size: 16px;line-height: 130%;color: #9CA0A9;margin-top: 12px;margin-bottom: 12px;}
.d--auth-phone-new {font-weight: 400;font-size: 16px;line-height: 130%;color:var(--main);border-bottom:1px solid var(--main);transition: border-bottom-color .4s;display: inline-block;margin: 0 auto;margin-top: 12px;margin-bottom: 12px;cursor: pointer}
.d--auth-phone-new:hover {border-color: transparent}

.d--personal {padding-left: 5px}
.--sended .d--personal {display: none}

.d--policy {padding:0 10px}
.d--policy label {font-weight: 400;color:var(--gray)}
.d--policy label a {transition: .4s}
.d--policy label a:hover {border-color:var(--main);color:var(--main)}

/* Загрузка изображений */
.review--popup-box {display: flex;justify-content: space-between;align-items: center;column-gap: 10px;row-gap: 0;}
.review--label {font-size: 14px;color: #777;white-space: nowrap;}

#gallery {width: 100%;display: none;gap:10px;flex-wrap: wrap;max-height: 90px;overflow-y: auto}
.review--popup-img {padding: 4px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);width: calc(33.33333% - 7px)}
#gallery img {object-fit: cover;object-position: center;width: 100%;height: 100%;}

.input__wrapper {width: 100%;position: relative;margin: 5px 0;display: flex;justify-content: flex-end;}
.input__file {opacity: 0;visibility: hidden;position: absolute;display: none;}
.input__file-icon-wrapper {height: 40px;width: 40px;margin-right: 15px;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;border-right: 1px solid #fff;}
.input__file-button{width: 100%;max-width: 290px;height: 40px;background: var(--back-light);color: #1f1f1f;font-size: 16px;font-weight: 400;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;cursor: pointer;transition: background .4s;border-radius: 6px;}
.input__file-button:hover {background: var(--back-darker);}
.input__file-icon-wrapper svg {fill:#1f1f1f}

.d--row.d--PHOTO {margin-bottom: 0;margin-top: 16px}

.input__file-error {font-size: 12px;color:#ff0000;}
.input__file-error.--show{margin-bottom: 10px}

#gallery::-webkit-scrollbar {width: 8px;height: 8px;background-color: transparent;}
#gallery::-webkit-scrollbar-thumb {background-color: var(--main);border-radius: 0;box-shadow: none;}
#gallery::-webkit-scrollbar-thumb:hover {background-color: var(--main);}

.js--pod-zakaz {width:100%;max-width:100% !important;}

.do--podzakaz .d--product-name {font-size:14px;}

.--wide {width: 100%}
.--wide.btn--fill {max-width: 300px}

.do--export .d--text {text-align: center}
.d--text a {color:var(--main);border-bottom: 1px dashed var(--main);transition: .4s}
.d--text a:hover {border-bottom: 1px dashed transparent;}

@media all and (max-width: 545px) {
    .review--popup-box {flex-wrap: wrap;}
}
/* End */
/* /local/templates/felisatti-new/css/nouislider.css?17514511206173 */
/* /local/templates/felisatti-new/css/style.css?1783423582158380 */
/* /local/templates/felisatti-new/css/custom.css?178049949924333 */
/* /local/components/tichiy/news.line/templates/slider-swiper/style.css?1778610971267 */
/* /local/components/tichiy/uni.forms/templates/.default/style.css?17750598949759 */
