

/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/normalize.css?15536525316138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/style.css?179014374966988*/
/* Geist TP — модифицированный Geist 1.800 (SIL OFL 1.1), замена Geist TP. Лицензия: ../fonts/Geist/OFL.txt */
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTP-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP Book';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTPBook-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP Book';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTPBook-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Geist TP Book';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Geist/GeistTPBook-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Akrobat';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobat.woff2") format("woff2"), url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobat.woff") format("woff"), url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobat.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobatsemibold.woff2") format("woff2"), url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobatsemibold.woff") format("woff"), url("/bitrix/templates/tvoeplatie.ru_2026/css/../fonts/Akrobat/Akrobatsemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
body {
  margin: 0 auto;
  padding: 0;
  color: #8e929b;
  font-family: "Geist TP", Arial, sans-serif;
  font-size: 18px;
  line-height: 41px;
  background-color: #fff;
  background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-body-top.jpg");
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 749px) {
    body {
      background-position: 0 -30px;
      padding-top: 73px; } }

@media screen and (max-width: 999px) {
  img {
    max-width: 100%; } }

h3 {
  font-size: 30px; }

a {
  outline: none;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    text-decoration: none; }

.wrapper {
  margin: 0 auto;
  width: 1220px; }
  @media screen and (max-width: 749px) {
    .wrapper {
      width: 100%; } }

#sidebar {
  position: fixed;
  left: -100%;
  width: 100%;
  height: calc(100% - 65px);
  top: 140px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 150;
  overflow: auto; }
  #sidebar.active {
    left: 0; }
  #sidebar .callback {
    padding: 10px 20px;
    text-align: center; }
  #sidebar .sidebar__socials,
  #sidebar .sidebar__cart {
    padding: 10px 20px;
    padding-bottom: 0;
    text-align: center; }
  #sidebar .main_socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #sidebar .main_socials a {
      background: #fff; }
      #sidebar .main_socials a.vk {
        background-color: #4a76a8; }
      #sidebar .main_socials a.ok {
        background-color: #e27b08; }
      #sidebar .main_socials a.fb {
        background-color: #4267b2; }
      #sidebar .main_socials a.tw {
        background-color: #1da1f2; }
      #sidebar .main_socials a.email {
        background-color: #ffa016; }
      #sidebar .main_socials a.whatsapp {
        background-color: #00e676; }
      #sidebar .main_socials a.viber {
        background-color: #7c59eb; }
      #sidebar .main_socials a i {
        color: #fff; }

#sidebar.active {
  left: 0; }

#sidebar .callback {
  padding: 10px 20px;
  text-align: center; }

#sidebar .sidebar__socials {
  padding: 10px 20px;
  padding-bottom: 0;
  text-align: center; }

#sidebar a.sidebar_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100; }

#sidebar .b-header__icons {
  float: none;
  margin: 0 auto; }

ul.sidebar_menu {
  position: relative;
  margin: 0;
  padding: 0; }

ul.sidebar_menu li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.sidebar_menu li a:link,
ul.sidebar_menu li a:visited {
  display: block;
  line-height: 1.4em;
  text-decoration: none;
  color: #989898;
  padding: 7px 19px;
  font-size: 18px;
  position: relative; }

ul li a:link.parent, ul.sidebar_menu li a:visited.parent {
  font-size: 24px;
  color: #ee3f57;
  background: #373737;
  padding: 12px 19px; }

ul.sidebar_menu li:nth-child(even) a:link.parent,
ul.sidebar_menu li:nth-child(even) a:visited.parent {
  background: transparent; }

ul.sidebar_menu li a:hover,
ul.sidebar_menu li a.selected, ul.sidebar_menu li.item-selected a {
  color: #fff; }

ul.sidebar_menu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.sidebar_menu li.header {
  display: flex;
  flex-direction: column-reverse; }

ul.sidebar_menu li.header h2 {
  font-size: 24px;
  color: #ee3f57;
  background: #b8835b;
  padding: 3px 38px;
  text-align: left;
  font-weight: normal; }

ul.sidebar_menu li.header .slinky_header {
  background: #363a40; }

ul.sidebar_menu li.header .slinky_header a {
  color: #fff;
  position: relative;
  padding: 7px 14px; }

ul.sidebar_menu li.header .slinky_header a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #363a40;
  position: absolute;
  left: 20px;
  bottom: -8px;
  z-index: 10; }

ul.sidebar_menu li.header a.back:before {
  color: #fff; }

ul.sidebar_menu li a.parent:before,
div#sidebar_menu_container a.back:before {
  width: 13px;
  height: 23px;
  top: 7px;
  right: 10px;
  color: #000;
  font-size: 20px;
  vertical-align: middle; }

div#sidebar_menu_container a.back:before {
  left: 10px;
  background-position: 0 0;
  float: none;
  color: #6c6c6c; }

div#sidebar_menu_container {
  background: none;
  position: relative;
  /*overflow: auto;
  padding-bottom: 20px;
  box-sizing: border-box;*/ }

div#sidebar_menu_container a.next:after {
  color: #fff; }

#burger_container {
  height: 25px;
  width: 33px;
  min-width: 33px;
  position: relative;
  font-size: 15px;
  margin-left: auto;
  margin-bottom: 10px; }

.menu__button-open,
.menu__button-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.menu__button-open .menu__button-line {
  top: 50%;
  left: 50%;
  margin: -0.25em 0 0 -13px; }

.menu-opened .menu__button-open .menu__button-line {
  width: 0; }
.menu-opened .menu__button-line.n1, .menu-opened .menu__button-line.n3 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
.menu-opened .menu__button-line.n2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.menu-opened .menu__button-line.n4 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.menu-opened .menu__button-line.n5 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.menu-opened .menu__button-close .menu__button-line {
  width: 28px; }

.menu__button-line {
  position: absolute;
  width: 33px;
  height: 3px;
  background-color: #c2a483;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s; }
  .menu__button-line.n1 {
    -webkit-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em); }
  .menu__button-line.n2 {
    right: 8px;
    left: auto;
    margin: -0.25em -12px 0 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .menu__button-line.n3 {
    -webkit-transform: translateY(0.6em);
    -ms-transform: translateY(0.6em);
    -o-transform: translateY(0.6em);
    transform: translateY(0.6em); }
  .menu__button-line.n1, .menu__button-line.n3 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .menu__button-line.n4 {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu__button-line.n5 {
    bottom: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.menu__button-close .menu__button-line {
  width: 0;
  left: 4px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

#sidebar .sidebar_menu a {
  font-family: "Geist TP Book", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
  color: #353536; }
  #sidebar .sidebar_menu a:hover {
    color: #c79c6e; }
    #sidebar .sidebar_menu a:hover:first-letter {
      color: #ff0000; }
    #sidebar .sidebar_menu a:hover:after {
      border: 2px solid #b78f65; }

#sidebar .slinky-menu a.next:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid #6c6c6c;
  transform: rotate(45deg) translateY(-50%);
  border-bottom-style: none;
  border-left-style: none;
  right: auto; }

#sidebar .slinky-menu h2 {
  text-transform: none;
  color: #FFFFFF; }
  #sidebar .slinky-menu h2:first-letter {
    color: #ff0000; }

#sidebar .slinky-menu h2:before {
  left: 55px;
  border-top: 17px solid #b8835b; }

#sidebar .slinky-menu li.header {
  padding-top: 0; }

header {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 749px) {
    header {
      position: fixed;
      z-index: 200;
      width: 100%;
      top: 0;
      left: 0;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-body-top.jpg);
      background-position: 0 -40px;
      background-repeat: no-repeat; } }

.main-nav {
  width: 100%;
  min-height: 40px;
  background-color: #fff;
  font-family: "Geist TP", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 41px;
  color: #4e4e4e; }
  @media screen and (max-width: 749px) {
    .main-nav {
      display: none; } }
  @media screen and (max-width: 749px) {
    .main-nav__list--footer {
      display: none !important; } }
  .main-nav__contacts {
    display: none; }
    @media screen and (max-width: 749px) {
      .main-nav__contacts {
        display: block; } }
  .main-nav__footer {
    line-height: 48px; }
    @media screen and (max-width: 749px) {
      .main-nav__footer {
        display: block; } }
  .main-nav__footer .wrapper {
    width: 1180px; }
    @media screen and (max-width: 749px) {
      .main-nav__footer .wrapper {
        width: 100%; } }
  .main-nav__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .main-nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .main-nav__item:not(:last-child) {
    margin-right: 25px; }
    @media screen and (max-width: 749px) {
      .main-nav__item:not(:last-child) {
        margin-right: 0; } }
  .main-nav__item--phone {
    position: relative;
    padding-right: 40px; }
    .main-nav__item--phone::before {
      content: '';
      position: absolute;
      width: 26px;
      height: 26px;
      background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/phone-icon.png");
      background-repeat: no-repeat;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .main-nav__link--phone {
    font-size: 22px; }
  .main-nav__link {
    text-decoration: none;
    color: inherit; }
    .main-nav__link:hover {
      color: #ff0000; }
  .main-nav__link--active {
    color: #ff0000; }

.slider-catalog {
  margin-bottom: 100px; }
  .slider-catalog.slider-catalog__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .slider-catalog .slick-slide {
    height: 725px; }
    @media screen and (max-width: 999px) {
      .slider-catalog .slick-slide {
        height: 753px; } }
  .slider-catalog .slick-dots {
    bottom: -30px; }
  .slider-catalog .slick-dots li button:before {
    background: #c19061;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    font-size: 0; }
  .slider-catalog .slick-dots li button {
    width: 9px;
    height: 9px; }
  .slider-catalog .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 3px; }
  .slider-catalog__wrapper {
    position: relative;
    top: 80px; }
  .slider-catalog__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .slider-catalog__item {
    width: 390px;
    position: relative;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    height: 725px; }
    @media screen and (max-width: 749px) {
      .slider-catalog__item {
        margin-top: 30px;
        width: 100%;
        height: 753px; } }
  .slider-catalog__block {
    min-height: 270px;
    border: 1px solid #e3e6ed;
    z-index: 10;
    position: relative;
    padding-top: 330px; }
  .slider-catalog__title {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    font-family: "Geist TP Book", Arial, sans-serif;
    margin-bottom: 0;
    position: absolute;
    z-index: 100;
    left: 10px;
    margin-top: 0;
    top: -50px;
    margin-left: 5px; }
    .slider-catalog__title::first-letter {
      color: #ff0000; }
  .slider-catalog__girl {
    position: absolute;
    top: -100px;
    right: -19px;
    z-index: 10; }
  .slider-catalog__bg {
    position: absolute;
    top: -20px;
    z-index: 0;
    width: 390px;
    left: 50%;
    transform: translateX(-50%); }
  .slider-catalog__desc {
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    padding: 0 35px;
    line-height: 21px;
    font-size: 18px; }
    @media screen and (max-width: 999px) {
      .slider-catalog__desc {
        font-size: 17px; } }
  .slider-catalog__button {
    border: 1px solid #e3e6ed;
    border-radius: 20px;
    background: none;
    padding: 0 20px;
    color: #a5adb1;
    cursor: pointer;
    font-family: "Geist TP Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 140px;
    box-sizing: border-box;
    bottom: -20px;
    text-decoration: none; }
    .slider-catalog__button:hover {
      color: #ff0000; }
    .slider-catalog__button span {
      position: relative;
      z-index: 20; }
    .slider-catalog__button::before {
      content: "";
      position: absolute;
      width: 80%;
      height: 4px;
      background-color: #FFFFFF;
      top: 50%;
      transform: translateX(-50%);
      z-index: 10;
      left: 50%; }

@media screen and (max-width: 749px) {
  .product__slider {
    display: none !important; } }
.product__slider .slick-prev,
.product__slider .slick-next {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  left: 50%; }
.product__slider .slick-prev {
  top: -10px; }
.product__slider .slick-next {
  top: auto;
  bottom: -20px; }

.product .slick-vertical .slick-slide {
  width: 200px !important;
  height: 200px;
  border: none; }

.product .slick-active:nth-of-type(1) .product__slider-img {
  opacity: 1; }

.product__slider img {
  cursor: pointer; }
.product__slider .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  cursor: pointer; }

.product__slider .slick-arrow:last-child {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  bottom: 0; }

.main-slider {
  width: 100%;
  height: 575px;
  position: relative; }
  @media screen and (max-width: 749px) {
    .main-slider {
      height: 435px;
      margin-bottom: 40px; } }
  .main-slider::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 100%;
    background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-main-slider-bottom.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    z-index: 100;
    bottom: 0; }
  .main-slider__list {
    height: 575px; }
    @media screen and (max-width: 749px) {
      .main-slider__list {
        height: 490px; } }
  .main-slider__item {
    position: relative;
    height: 575px !important;
    overflow: hidden; }
  .main-slider__pics {
    min-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 999px) {
      .main-slider__pics {
        display: none !important; } }
    .main-slider__pics--mobile {
      display: none !important; }
      @media screen and (max-width: 999px) {
        .main-slider__pics--mobile {
          display: none !important; } }
      @media screen and (max-width: 749px) {
        .main-slider__pics--mobile {
          display: block !important; } }
    .main-slider__pics--tablet {
      display: none !important; }
      @media screen and (max-width: 999px) {
        .main-slider__pics--tablet {
          display: block !important; } }
      @media screen and (max-width: 749px) {
        .main-slider__pics--tablet {
          display: none !important; } }

.slider-catalog .slick-prev,
.main-slider__list .slick-prev {
  position: absolute;
  background: rgba(255, 255, 255, 0.3) !important;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  outline: none;
  z-index: 200;
  left: 10px; }
  @media screen and (max-width: 749px) {
    .slider-catalog .slick-prev,
    .main-slider__list .slick-prev {
      display: none !important; } }
  .slider-catalog .slick-prev:before,
  .main-slider__list .slick-prev:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    border: 2px solid #cda692;
    top: calc(50% - 4px);
    left: calc(50% + 7px);
    transform: translate(-50%, -50%) rotate(-135deg);
    border-left-style: none;
    border-bottom-style: none; }

.main-slider__list .slick-prev {
  left: calc(50% - 640px); }
  @media screen and (max-width: 749px) {
    .main-slider__list .slick-prev {
      display: none !important; } }
  .main-slider__list .slick-prev:before {
    border: 2px solid #FFFFFF;
    border-left-style: none;
    border-bottom-style: none;
    top: 50%; }

.slider-catalog .slick-next,
.main-slider__list .slick-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.3) !important;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  outline: none;
  z-index: 200;
  right: 10px; }
  .slider-catalog .slick-next:before,
  .main-slider__list .slick-next:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    border: 2px solid #cda692;
    top: calc(50% - 4px);
    left: calc(50% - 7px);
    transform: translate(-50%, -50%) rotate(45deg);
    border-left-style: none;
    border-bottom-style: none; }

.main-slider__list .slick-next {
  right: calc(50% - 640px); }
  @media screen and (max-width: 749px) {
    .main-slider__list .slick-next {
      display: none !important; } }
  .main-slider__list .slick-next:before {
    border: 2px solid #FFFFFF;
    border-left-style: none;
    border-bottom-style: none;
    top: 50%; }

* {
  outline: none; }

.content-about {
  padding: 0 18px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300; }
  @media screen and (max-width: 749px) {
    .content-about {
      margin-top: 60px; } }
  .content-about__title {
    font-size: 36px;
    font-weight: 300;
    position: relative; }
    .content-about__title::before {
      content: "";
      position: absolute;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/hover-item.png);
      background-repeat: no-repeat;
      width: 26px;
      height: 22px;
      bottom: 0;
      transform: translateY(-50%);
      top: 50%;
      left: 190px; }
    .content-about__title::after {
      content: "";
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      height: 1px;
      width: calc(100% - 190px);
      right: 0;
      background-color: #e1e7ec; }
    .content-about__title:first-letter {
      color: #ff0000; }

.similar-goods__title {
  font-size: 30px;
  font-family: "Geist TP Book", Arial, sans-serif;
  font-weight: normal;
  color: #181818;
  margin-left: 20px; }
  .similar-goods__title::first-letter {
    color: #ff0000; }

.product,
.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px; }
  .product:before,
  .content:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    border: 1px solid #e3e6ed;
    right: 0;
    pointer-events: none;
    z-index: 10; }
  .product__desc,
  .content__desc {
    padding-top: 20px;
    padding-right: 20px; }
  .product__title,
  .content__title {
    font-family: "Geist TP Book", Arial, sans-serif;
    font-size: 30px;
    color: #313131;
    font-weight: normal;
    margin-bottom: 5px; }
    .product__title::first-letter,
    .content__title::first-letter {
      color: #ff0000; }
  .product__photo,
  .content__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    margin-right: 30px;
    height: 610px; }
    @media screen and (max-width: 749px) {
      .product__photo,
      .content__photo {
        height: auto;
        padding: 10px;
        margin-right: 0; } }
  .product__slider,
  .content__slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px; }
  .product__slider-item,
  .content__slider-item {
    line-height: 0; }
    .product__slider-item.slick-center .product__slider-img,
    .content__slider-item.slick-center .product__slider-img {
      opacity: 1; }
  .product__slider-img,
  .content__slider-img {
    opacity: .6;
    transition: opacity .3s ease-in; }
    .product__slider-img:hover,
    .content__slider-img:hover {
      opacity: 1; }
  .product__img,
  .content__img {
    position: relative; }
    .product__img:before,
    .content__img:before {
      content: '';
      position: absolute;
      width: 100px;
      height: 100px;
      background-color: #FFFFFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      opacity: 0;
      z-index: 1;
      transition: opacity .3s ease-in;
      pointer-events: none; }
    .product__img:hover:before,
    .content__img:hover:before {
      opacity: .5; }
    .product__img:hover:after,
    .content__img:hover:after {
      opacity: 1; }
    .product__img:after,
    .content__img:after {
      content: '';
      position: absolute;
      width: 54px;
      height: 54px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-product__img.png);
      z-index: 10;
      opacity: 0;
      transition: opacity .3s ease-in;
      pointer-events: none; }
  .product__text p,
  .content__text p {
    font-family: "Geist TP", Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #8e929b; }
  .product__button,
  .content__button {
    background: no-repeat;
    border: none;
    background-color: #ff0000;
    color: #ffffff;
    padding: 20px 20px;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: "Geist TP Book", Arial, sans-serif;
    font-size: 18px;
    line-height: 0;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block; }

@media screen and (max-width: 749px) {
  .product {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.product__img {
  width: 425px; }
  @media screen and (max-width: 749px) {
    .product__img {
      width: 100%; } }
@media screen and (max-width: 749px) {
  .product__photo {
    overflow: hidden;
    padding: 0 10px;
    margin-right: 0;
    padding-bottom: 0; } }
@media screen and (max-width: 749px) {
  .product::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px); } }
.product__desc {
  padding: 12px 30px 0 0; }
  @media screen and (max-width: 749px) {
    .product__desc {
      width: 100%;
      box-sizing: initial; }
      .product__desc .product__title {
        margin-top: 0;
        padding-top: 0; } }

.popup-order {
  display: none;
  width: 630px;
  margin: 0 auto;
  position: relative; }
  .popup-order__img {
    position: absolute;
    z-index: 100;
    left: -146px;
    top: -36px; }
    @media screen and (max-width: 749px) {
      .popup-order__img {
        display: none; } }
  .popup-order__close {
    font-size: 0;
    position: absolute;
    background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/close.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    border: none;
    background-color: transparent;
    right: 15px;
    top: 120px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .popup-order__close:hover {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
  .popup-order__input {
    min-width: 370px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e6ed;
    background-color: #e4c3a4;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #444444;
    border-radius: 22px;
    padding: 4px 15px;
    margin-bottom: 10px;
    outline: none;
    /*&:last-of-type {
      margin-bottom: 20px;
    }*/ }
    @media screen and (max-width: 749px) {
      .popup-order__input {
        width: 100%;
        min-width: auto; } }
  .popup-order__form {
    background: linear-gradient(90deg, #e8c09a, #d0a176);
    padding: 30px 40px 10px 60px;
    position: relative; }
    @media screen and (max-width: 749px) {
      .popup-order__form {
        padding: 30px 20px 10px 20px; } }
    .popup-order__form::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 17px);
      border: 1px solid #e3e6ed;
      left: -18px;
      top: -15px;
      pointer-events: none; }
  .popup-order__title {
    font-family: "Geist TP Book", Arial, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #101010;
    font-weight: normal;
    margin-bottom: 20px; }
    .popup-order__title::first-letter {
      color: #ff0000; }
  .popup-order__label {
    font-family: "Geist TP Book", Arial, sans-serif;
    color: #825c39;
    font-size: 13px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .popup-order .jq-checkbox {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border: 1px solid #e3e6ed;
    outline: none; }
  .popup-order .jq-checkbox.checked .jq-checkbox__div {
    width: 15px;
    height: 15px;
    border: none;
    background-color: #ad7d50;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0; }
  .popup-order__button {
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #e3e6ed;
    border-radius: 50px;
    padding: 10px 20px;
    background: transparent;
    position: relative;
    margin: 0 auto;
    display: block;
    position: relative;
    cursor: pointer; }
    .popup-order__button:hover {
      color: #f00; }
    .popup-order__button:active {
      -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
      -o-transform: translate(0, 1px);
      transform: translate(0, 1px); }
    .popup-order__button::before {
      content: '';
      width: calc(100% - 8px);
      height: calc(100% - 5px);
      background: linear-gradient(90deg, #d9ad85, #d9ad85);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50px;
      z-index: 1; }
  .popup-order__button span {
    position: relative;
    z-index: 10; }

.fancybox-bg {
  background: #ffffff !important; }

.fancybox-content {
  overflow: initial !important; }

.fancybox-content {
  background: transparent !important; }

.fancybox-close-small {
  display: none !important; }

h1 {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #434343;
  margin-left: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 749px) {
    h1 {
      text-align: center;
      margin-left: 0;
      margin-bottom: 20px; } }
  h1::first-letter {
    color: #ff0000; }

.content {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 749px) {
    .content {
      width: 100%; } }
  .content::before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    border: 1px solid #e3e6ed;
    left: 50%;
    pointer-events: none;
    z-index: 10;
    transform: translateX(-50%);
    top: 0; }
  @media screen and (max-width: 749px) {
    .content__item {
      width: 100%; } }
  .content__item:first-of-type {
    margin-right: 25px; }
    @media screen and (max-width: 749px) {
      .content__item:first-of-type {
        margin-right: 0; } }
  .content__item:last-of-type p,
  .content__item:last-of-type h2 {
    margin-left: 0; }
  @media screen and (max-width: 749px) {
    .content__item--img img {
      width: 100%; } }
  .content h1 {
    font-size: 36px;
    color: #434343;
    font-family: "Geist TP Book", Arial, sans-serif;
    font-weight: normal;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 30px; }
    @media screen and (max-width: 749px) {
      .content h1 {
        margin-top: 0;
        margin-left: 0;
        text-align: center; } }
    .content h1:first-letter {
      color: #ff0000; }
  .content h2 {
    font-size: 36px;
    color: #434343;
    font-family: "Geist TP Book", Arial, sans-serif;
    font-weight: normal;
    margin-left: 30px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 0; }
    .content h2:first-letter {
      color: #ff0000; }
  .content p {
    font-size: 18px;
    color: #8e929b;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    line-height: 21px;
    margin-left: 30px; }
    @media screen and (max-width: 749px) {
      .content p {
        margin-left: 0; } }
  .content__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /*@include align-items(flex-end);*/ }
    @media screen and (max-width: 749px) {
      .content__block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
    .content__block h1 {
      margin-left: 30px;
      margin-top: 0; }
  .content__item--text {
    padding-right: 40px; }
    @media screen and (max-width: 749px) {
      .content__item--text {
        padding: 0 40px; } }

.contacts-blocs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 749px) {
    .contacts-blocs {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .contacts-blocs + p {
    font-size: 18px;
    color: #8e929b;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    line-height: 21px;
    margin-left: 30px;
    margin-right: 300px;
    margin-bottom: 50px; }
    @media screen and (max-width: 749px) {
      .contacts-blocs + p {
        margin-right: 30px;
        margin-bottom: 10px; } }
  .contacts-blocs__iitem {
    width: 377px;
    height: 178px;
    background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/contacts-blocs__iitem.jpg);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 749px) {
      .contacts-blocs__iitem {
        min-width: 370px;
        min-height: 160px; } }
    @media screen and (max-width: 749px) {
      .contacts-blocs__iitem:last-of-type {
        display: none; } }
  .contacts-blocs__phone {
    font-size: 29px;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-right: 45px; }
    .contacts-blocs__phone::before {
      content: '';
      position: absolute;
      width: 35px;
      height: 35px;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/phone.png);
      background-repeat: no-repeat;
      right: 0; }
    .contacts-blocs__phone span {
      color: #ff0000; }
  .contacts-blocs__email {
    font-size: 29px;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-right: 45px;
    text-decoration: none; }
    .contacts-blocs__email::before {
      content: '';
      position: absolute;
      width: 35px;
      height: 35px;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/email.png);
      background-repeat: no-repeat;
      right: 0;
      top: 5px; }
    .contacts-blocs__email span {
      color: #ff0000; }

.contacts {
  position: relative; }
  .contacts__img {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 100; }
    @media screen and (max-width: 749px) {
      .contacts__img {
        display: none; } }

.content-two-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 749px) {
    .content-two-columns {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .content-two-columns__item-slide {
    margin-right: 30px; }
    @media screen and (max-width: 749px) {
      .content-two-columns__item-slide {
        margin: 0; } }
  .content-two-columns__item-text {
    width: calc(390px * 2); }
    .content-two-columns__item-text p {
      font-size: 18px;
      font-family: "Geist TP", Arial, sans-serif;
      font-weight: 300;
      line-height: 21px; }
  .content-two-columns__logo {
    display: block;
    margin: 0 auto; }
  .content-two-columns__item-text {
    padding: 0 20px;
    margin-top: 30px; }

.slider-catalog__element {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 749px) {
  .slider-catalog__element .slider-catalog__girl {
    right: 0; } }

.top-catalog__title {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #434343;
  margin-left: 30px;
  margin-bottom: 0; }
  @media screen and (max-width: 749px) {
    .top-catalog__title {
      text-align: center;
      margin-left: 0;
      margin-bottom: 20px; } }
  .top-catalog__title::first-letter {
    color: #ff0000; }

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none; }

.irs-with-grid .irs-grid {
  display: none !important; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  display: none; }

.irs--flat.irs-with-grid {
  width: 295px; }

.range__text {
  font-size: 18px;
  font-family: "Geist TP Book", Arial, sans-serif; }
.range__value {
  color: #3d3d3d;
  font-weight: 600; }
.range__rub {
  font-family: 'Geist TP', Arial, sans-serif;
  font-weight: normal;
  font-size: 17px; }

.catalog__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 749px) {
    .catalog__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
.catalog__title {
  font-size: 30px;
  line-height: 41px;
  color: #1f1f1f;
  font-family: "Geist TP", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 3px 0 0 0; }
  .catalog__title a:link,
  .catalog__title a:visited {
    text-decoration: none;
    color: #1f1f1f;
    cursor: pointer; }
  .catalog__title::first-letter {
    color: #ff0000; }
.catalog__item {
  width: 396px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 50px; }
  .catalog__item::before {
    content: '';
    position: absolute;
    border: 1px solid #e3e6ed;
    width: 358px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none; }
.catalog__button {
  border: 1px solid #e3e6ed;
  border-radius: 20px;
  background: none;
  padding: 0 20px;
  right: -5px;
  color: #a5adb1;
  cursor: pointer;
  font-family: "Geist TP Book", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 140px;
  box-sizing: border-box;
  bottom: -24px;
  display: inline-table;
  text-decoration: none;
  text-transform: uppercase; }
  .catalog__button::before {
    content: '';
    width: 120px;
    background-color: white;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%); }
  .catalog__button:hover {
    color: #ff0000; }
.catalog__button-text {
  z-index: 10;
  position: relative; }
.catalog__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 1162px;
  margin: 0 auto;
  position: relative;
  font-family: "Geist TP Book", Arial, sans-serif; }
  @media screen and (max-width: 749px) {
    .catalog__control {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
.catalog__amount-title {
  margin-right: 15px; }
.catalog__pagination-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8193a3;
  margin: 0;
  padding: 0;
  line-height: 24px; }
.catalog__amount-button {
  background: none;
  border: none;
  cursor: pointer; }
.catalog__amount-button--active {
  width: 35px;
  height: 35px;
  background: #8193a3;
  border-radius: 50%;
  color: white; }
.catalog__pagination {
  border: 1px solid #e3e6ed;
  border-radius: 20px;
  padding: 2px 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 749px) {
    .catalog__pagination {
      position: relative;
      left: auto;
      transform: none; } }
.catalog__amount-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
.catalog__pagination-link {
  color: #8193a3;
  text-decoration: none;
  z-index: 10;
  position: relative; }
.catalog__pagination-item:not(:last-child) {
  margin-right: 15px; }
.catalog__pagination-item--active .catalog__pagination-link {
  color: #FFFFFF; }
.catalog__pagination-item--active {
  position: relative;
  margin: 0 20px 0 5px; }
  .catalog__pagination-item--active::before {
    content: '';
    width: 35px;
    height: 35px;
    background: #8193a3;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    left: -13px;
    top: -5px; }
.catalog__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.detail {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 358px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 65px 0 65px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .5s; }
  .detail__show {
    opacity: 1; }
  .detail__list {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 5px; }
  .detail__title {
    color: #1f1f1f;
    width: 120px;
    margin: 0;
    display: flex;
    align-items: baseline;
    margin-right: 5px;
    font-family: "Geist TP Book", Arial, sans-serif;
    font-weight: 600; }
    .detail__title::after {
      content: '';
      width: 100%;
      height: 3px;
      border-bottom: 1px dashed #c4cbda; }
  .detail__value {
    color: #5d5d5d;
    line-height: 25px; }
  .detail__title span {
    line-height: 25px; }
  .detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .detail__cost {
    margin: 0;
    font-size: 30px;
    color: #b7875e;
    font-family: "Geist TP Book", Arial, sans-serif; }
    @media screen and (max-width: 999px) {
      .detail__cost {
        text-align: center; } }
  .detail__rub {
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 300; }

.section_description {
  line-height: 1.3em;
  padding: 10px 0; }

@media screen and (max-width: 999px) {
  .order_button {
    text-align: center;
    margin-bottom: 20px; } }

.footer {
  background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-bottom.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-top: 50px; }
  .footer__menu-link--active {
    color: #c79c6e !important; }
    .footer__menu-link--active:first-letter {
      color: #ff0000; }
  .footer__menu-block {
    flex: none; }
    @media screen and (max-width: 749px) {
      .footer__menu-block {
        padding: 15px;
        box-sizing: border-box; } }
  @media screen and (max-width: 749px) {
    .footer .add-nav__center {
      position: absolute;
      right: 15px;
      top: 60px;
      display: inline-block;
      padding: 0; } }
  .footer .add-nav__center .add-nav__logo {
    width: auto; }
    @media screen and (max-width: 749px) {
      .footer .add-nav__center .add-nav__logo {
        width: 255px; } }
  .footer__menu {
    min-height: 245px; }
    @media screen and (max-width: 749px) {
      .footer__menu {
        background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-bottom.jpg);
        background-position: top center;
        background-repeat: no-repeat; } }
  .footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: "Geist TP Book", Arial, sans-serif; }
  .footer__menu-wrapper {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 749px) {
      .footer__menu-wrapper {
        width: 100%;
        box-sizing: border-box;
        display: block;
        position: relative; } }
  .footer__menu-link {
    text-decoration: none;
    color: #333333;
    display: block; }
    .footer__menu-link:hover {
      color: #c79c6e; }
  .footer__menu-item:hover .footer__menu-link::first-letter {
    color: #ff0000; }
  .footer__menu-item .main-nav__item--phone {
    display: none; }
    @media screen and (max-width: 749px) {
      .footer__menu-item .main-nav__item--phone {
        display: block; } }
  .footer__menu-item {
    display: flex;
    justify-content: space-between; }

.add-nav__footer {
  text-align: center; }

.add-nav__footer .add-nav__logo {
  position: relative;
  display: inline-block;
  top: -40px; }
  @media screen and (max-width: 749px) {
    .add-nav__footer .add-nav__logo {
      position: relative;
      top: 0; } }
  .add-nav__footer .add-nav__logo:before {
    content: none; }

@media screen and (max-width: 749px) {
  .main-nav__footer .main-nav__list {
    width: 100%;
    display: flex;
    justify-content: space-around; } }

@media screen and (max-width: 749px) {
  .logo-made {
    text-align: center;
    background: white;
    padding: 10px 0; } }

.filter {
  padding: 0 20px; }
  @media screen and (max-width: 749px) {
    .filter {
      display: none; } }
  .filter__button {
    border: 1px solid #e3e6ed;
    border-radius: 20px;
    background: none;
    padding: 10px 20px;
    position: relative;
    right: -20px;
    font-weight: normal;
    color: #a5adb1;
    cursor: pointer;
    font-family: "Geist TP Book", Arial, sans-serif; }
    .filter__button:hover {
      color: #f00; }
    .filter__button:active {
      -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
      -o-transform: translate(0, 1px);
      transform: translate(0, 1px); }
  .filter__label .jq-selectbox.focused .jq-selectbox__select {
    border: none; }
  .filter__select .jq-selectbox__select {
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none; }
  .filter__select .jq-selectbox__select-text {
    width: 100% !important; }
  .filter__select .jq-selectbox__select-text {
    font-size: 24px;
    font-family: "Geist TP", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3c3c; }
  .filter__select .jq-selectbox__trigger {
    border-left: 0px;
    width: 10px; }
  .filter__select .jq-selectbox__select {
    padding: 0 13px 0 0px; }
  .filter__select .jq-selectbox__trigger-arrow {
    right: 0; }
  .filter__select .jq-selectbox__select:hover {
    background: none; }
  .filter__select {
    margin-left: 5px; }
  .filter__label {
    font-family: "Geist TP Book", Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .filter__list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #e3e6ed;
    border-right-style: none;
    padding: 0; }
  .filter__item {
    padding: 8px 15px;
    position: relative;
    height: 40px; }
    .filter__item:last-child {
      padding-right: 0;
      padding-left: 0; }
    .filter__item::before {
      content: '';
      height: 12px;
      width: 1px;
      background-color: #e3e6ed;
      position: absolute;
      right: 0;
      top: 0; }
    .filter__item::after {
      content: '';
      height: 12px;
      width: 1px;
      background-color: #e3e6ed;
      position: absolute;
      right: 0;
      bottom: 0;
      pointer-events: none; }
  .filter__range .irs--flat .irs-bar {
    height: 4px;
    color: #ff1919; }
  .filter__range .irs--flat .irs-handle > i:first-child {
    background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/range-handle.png");
    width: 28px;
    height: 28px;
    background-color: transparent;
    top: -10px;
    cursor: pointer; }
  .filter__range .irs--flat .irs-handle.state_hover > i:first-child, .filter .irs--flat .irs-handle:hover > i:first-child {
    background-color: transparent; }
  .filter__range .irs--flat .irs-line {
    height: 4px;
    color: #d3d3d3; }
  .filter__range .irs--flat .irs-handle.state_hover > i:first-child, .filter .range-filter .irs--flat .irs-handle:hover > i:first-child {
    cursor: pointer;
    background-color: transparent; }
  .filter__range .irs--flat .irs-min, .filter .irs--flat .irs-max {
    display: none; }
  .filter__range .irs-with-grid .irs-grid {
    display: none !important; }
  .filter__range .irs--flat .irs-from, .filter .irs--flat .irs-to, .filter .irs--flat .irs-single {
    display: none; }
  .filter__range .irs--flat.irs-with-grid {
    width: 295px; }
  .filter__range .irs--flat.irs-with-grid {
    height: 40px;
    position: relative;
    top: -6px;
    margin: 0 10px; }
  .filter__range-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .filter__text {
    font-size: 18px; }
  .filter .bx-ui-slider-track-container {
    padding-top: 13px;
    padding-bottom: 11px; }
  .filter .bx-ui-slider-track {
    position: relative;
    height: 4px;
    /*background: #d8e9f0;/* COLOR */ }
  .filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7; }
  .filter .bx-ui-slider-range,
  .filter .bx-ui-slider-pricebar,
  .filter .bx-ui-slider-pricebar-vd,
  .filter .bx-ui-slider-pricebar-vn,
  .filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0; }
  .filter .bx-ui-slider-range {
    z-index: 150; }
  .filter .bx-ui-slider-pricebar {
    z-index: 100; }
  .filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
    /*background: #849da4;/* COLOR */ }
  .filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
    /*background: #a8dff3;/* COLOR */ }
  .filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    /*background: #499fd8;/* COLOR */ }
  .filter .bx-ui-slider-handle {
    position: absolute;
    top: calc(50% - 15px);
    width: 28px;
    height: 28px;
    border-bottom: none; }
  .filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab; }
  .filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing; }
  .filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: 0;
    /* COLOR */
    background: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/range-handle.png) no-repeat right top; }
  .filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: 0;
    /* COLOR */
    background: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/range-handle.png) no-repeat left top; }
  .filter .slider_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    white-space: nowrap; }
    .filter .slider_container .bx-ui-slider-track-container {
      width: 293px;
      display: inline-block;
      margin: 0 5px; }
  .filter .bx-ui-slider-track {
    background: #d3d3d3; }
  .filter .bx-ui-slider-pricebar-vd {
    background: #d3d3d3; }
  .filter .bx-ui-slider-pricebar-vn {
    background: #d3d3d3; }
  .filter .bx-ui-slider-pricebar-v {
    background: #ff1919; }
  .filter .bx-filter-select-container {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    font-size: 26px;
    white-space: nowrap;
    line-height: 1em;
    padding-right: 14px;
    position: relative;
    cursor: pointer; }
    .filter .bx-filter-select-container:after {
      content: '';
      display: block;
      position: absolute;
      background: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/select_arr.png) no-repeat center center;
      width: 8px;
      height: 5px;
      right: 0;
      top: 13px; }
  .filter .bx-filter-input-container {
    display: inline-block;
    margin: 0 5px; }
    .filter .bx-filter-input-container span {
      color: #000;
      display: inline-block;
      text-align: center;
      min-width: 65px; }
  .filter .bx-filter-popup-result {
    display: none; }

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .bx-filter-select-popup ul li {
    margin: 0 0 5px 0;
    padding: 0;
    min-width: 100px; }
    .bx-filter-select-popup ul li:last-child {
      margin-bottom: 0; }
    .bx-filter-select-popup ul li label {
      font-size: 15px;
      line-height: 1.2em;
      cursor: pointer; }
      .bx-filter-select-popup ul li label.selected {
        color: #000; }
      .bx-filter-select-popup ul li label:hover {
        color: #f00; }

.plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  .plus__pics {
    margin: 0 auto; }
  .plus__item {
    width: 390px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .plus__item::before {
      content: '';
      position: absolute;
      /*width: 360px;
      height: 325px;*/
      border: 1px solid #e3e6ed;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 30px;
      pointer-events: none;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      z-index: 10; }
    .plus__item img {
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .plus__item:hover::before {
      border-color: #ff0000; }
    .plus__item:hover img {
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
  @media screen and (max-width: 749px) {
    .plus .plus.slick-dotted.slick-slider {
      margin-bottom: 60px; } }
  .plus .slick-dots {
    bottom: -30px; }
  .plus .slick-dots li button:before {
    background: #c19061;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    font-size: 0; }
  .plus .slick-dots li button {
    width: 9px;
    height: 9px; }
  .plus .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 3px; }
  .plus__title {
    font-size: 27px;
    color: #000000;
    font-family: "Geist TP Book", Arial, sans-serif;
    margin-bottom: 10px; }
    .plus__title::first-letter {
      color: #ff0000; }

.maps {
  width: 100%;
  position: relative; }
  .maps__scheme {
    height: 246px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); }
    @media screen and (max-width: 749px) {
      .maps__scheme {
        height: 480px; } }
    .maps__scheme:hover {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0); }
  .maps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-family: "Akrobat", Arial, sans-serif;
    font-weight: 400; }
  .maps__list-item:not(:last-child) {
    margin-bottom: 25px; }
  .maps__list-title {
    font-weight: 600;
    color: #2c2c2c; }
  .maps__desc {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 25px 20px; }
  .maps__wrapper {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    @media screen and (max-width: 749px) {
      .maps__wrapper {
        top: 15px;
        left: 15px;
        transform: none;
        width: calc(100% - 15px); } }

.maps-contacts {
  margin-top: 70px;
  height: 500px; }
  .maps-contacts .maps__scheme {
    height: 100%;
    position: relative; }
    .maps-contacts .maps__scheme::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 25px;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-border-maps.png); }
    .maps-contacts .maps__scheme::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 25px;
      background-image: url(/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-border-maps2.png); }
  .maps-contacts .maps__wrapper {
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 50%;
    transform: translateX(-50%); }

.breadcrumbs {
  font-size: 15px;
  line-height: 21px;
  color: #1f1f1f; }
  @media screen and (max-width: 749px) {
    .breadcrumbs {
      margin-left: 20px; } }
  .breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
  .breadcrumbs__link {
    text-decoration: none;
    color: #1f1f1f; }
  .breadcrumbs__item {
    position: relative;
    padding-right: 18px; }
    .breadcrumbs__item:not(:last-child)::before {
      content: '>';
      position: absolute;
      right: 8px; }

.add-nav {
  border-bottom: 1px solid #e1e7ec;
  margin-bottom: 30px;
  font-family: "Geist TP Book", Arial, sans-serif;
  font-size: 22px;
  line-height: 41px; }
  @media screen and (max-width: 749px) {
    .add-nav {
      border-bottom: 0; } }
  .add-nav__toggle {
    display: none; }
    @media screen and (max-width: 749px) {
      .add-nav__toggle {
        display: block;
        margin-bottom: -4px; } }
  .add-nav__phone {
    display: none; }
    @media screen and (max-width: 749px) {
      .add-nav__phone {
        display: block;
        height: 38px; } }
  @media screen and (max-width: 749px) {
    .add-nav {
      position: relative;
      top: -15px;
      margin-bottom: 0; } }
  .add-nav__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    min-height: 170px; }
    @media screen and (max-width: 749px) {
      .add-nav__block {
        min-height: 100%;
        padding: 0 10px; } }
  @media screen and (max-width: 749px) {
    .add-nav__desc {
      display: none; } }
  .add-nav__block-item {
    width: 100%;
    padding-bottom: 5px; }
    @media screen and (max-width: 749px) {
      .add-nav__block-item {
        width: auto; } }
  .add-nav__center {
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 749px) {
      .add-nav__center {
        text-align: center;
        padding: 0; } }
  .add-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .add-nav__list .add-nav__link--catalog.add-nav__link--active:before,
    .add-nav__list .add-nav__link--catalog:hover:before {
      transform: translate(calc(-50% + 22px)); }
  .add-nav__logo {
    position: absolute;
    top: 9px; }
    @media screen and (max-width: 749px) {
      .add-nav__logo {
        position: relative;
        width: 220px;
        display: inline-block;
        top: 20px; } }
    .add-nav__logo:after {
      content: '';
      position: absolute;
      z-index: 1;
      background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/bg-logo.png");
      width: 368px;
      height: 268px;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
      @media screen and (max-width: 749px) {
        .add-nav__logo:after {
          content: none; } }
    .add-nav__logo:before {
      content: '';
      position: absolute;
      background: #ffffff;
      width: 280px;
      height: 20px;
      z-index: 1;
      top: 196px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 749px) {
        .add-nav__logo:before {
          /*width: 150px;
          height: 5px;
          top: 119px;*/
          display: none; } }
  .add-nav__logo-img {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 749px) {
      .add-nav__logo-img {
        display: none; } }
    .add-nav__logo-img_mobile {
      display: none; }
      @media screen and (max-width: 749px) {
        .add-nav__logo-img_mobile {
          display: block;
          margin: 0 auto;
          max-height: 60px; } }
  .add-nav__link {
    text-decoration: none;
    color: #131313;
    position: relative; }
    .add-nav__link:hover {
      color: #ff0000; }
      .add-nav__link:hover:before {
        content: '';
        position: absolute;
        background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/hover-item.png");
        background-repeat: no-repeat;
        width: 26px;
        height: 24px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        top: 30px; }
  .add-nav__link--active {
    color: #ff0000; }
    .add-nav__link--active:before {
      content: '';
      position: absolute;
      background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/hover-item.png");
      background-repeat: no-repeat;
      width: 26px;
      height: 24px;
      bottom: 0;
      left: 50%;
      transform: translate(-50%);
      top: 30px; }
  .add-nav__link--search {
    color: #c79c6e;
    position: relative;
    padding-right: 55px; }
    .add-nav__link--search:hover {
      color: #c79c6e; }
      .add-nav__link--search:hover:before {
        content: none; }
    .add-nav__link--search:after {
      content: '';
      width: 29px;
      height: 29px;
      position: absolute;
      background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/search-icon.png");
      right: 0;
      top: 0; }
  .add-nav__link--catalog {
    position: relative;
    padding-left: 47px; }
    .add-nav__link--catalog:hover {
      color: #ff0000; }
      .add-nav__link--catalog:hover:before {
        content: none; }
    .add-nav__link--catalog:after {
      content: '';
      width: 24px;
      height: 17px;
      background-image: url("/bitrix/templates/tvoeplatie.ru_2026/css/../images/catalog-icon.png");
      position: absolute;
      left: 0;
      top: 4px; }
  .add-nav__input-search {
    width: 24px;
    height: 24px;
    border: 1px solid #c79c6e;
    border-radius: 25px;
    position: relative;
    top: -2px;
    padding: 0;
    outline: none;
    font-size: 16px;
    transition: width 0.5s; }
    .add-nav__input-search:focus {
      width: 120px;
      padding: 0 10px; }
  .add-nav__search {
    width: 110px; }
  .add-nav__label-search {
    color: #c79c6e;
    position: relative;
    cursor: pointer; }
    .add-nav__label-search:after {
      content: "";
      width: 11px;
      height: 1px;
      background-color: #c79c6e;
      position: absolute;
      right: -6px;
      top: 26px;
      transform: rotate(45deg); }
    .add-nav__label-search:focus {
      width: 110px;
      padding: 0 10px;
      display: none; }
  .add-nav__form-text {
    margin-right: 20px; }

.bx-auth-table,
.form {
  padding: 20px 0; }
  .bx-auth-table tr td,
  .form tr td {
    padding: 0 0 20px; }
    .bx-auth-table tr td:first-child,
    .form tr td:first-child {
      padding-right: 20px; }
  .bx-auth-table input[type="text"], .bx-auth-table input[type="password"],
  .form input[type="text"],
  .form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #e1e7ec;
    line-height: 42px;
    height: 42px; }

a.btn,
.btn {
  border: 1px solid #e3e6ed;
  border-radius: 20px;
  background: none;
  padding: 0 20px;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Geist TP Book", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  line-height: 42px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/slick.css?15536525311776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/slick-theme.css?15536525313145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/tvoeplatie.ru_2026/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/tvoeplatie.ru_2026/css/./fonts/slick.eot');
    src: url('/bitrix/templates/tvoeplatie.ru_2026/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/tvoeplatie.ru_2026/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/tvoeplatie.ru_2026/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/tvoeplatie.ru_2026/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/jquery.formstyler.css?15536525302175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/jquery.formstyler.theme.css?155365253110731*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/jquery.slinky.css?15536525312206*/
.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .slinky-menu > ul li li {
      padding-left: 20px; }
  .slinky-menu li, .slinky-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .slinky-menu ul {
    width: 100%; }
  .slinky-menu li {
    line-height: 1; }
    .slinky-menu li ul {
      display: none;
      left: 100%;
      position: absolute;
      top: 0; }
  .slinky-menu a {
    display: block;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    font-family: Akrobat, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    position: relative; }
    .slinky-menu a:link, .slinky-menu a:visited {
      text-decoration: none; }
    .slinky-menu a:hover {
      color: #369fd4; }
    .slinky-menu a.next:after {
      content: '\276f';
      position: absolute;
      right: 10px;
      top: 10px; }
    .slinky-menu a.back:before {
      content: '\276e';
      margin-right: 10px;
      float: left; }
  .slinky-menu li.header {
    position: relative;
    padding-top: 50px;
    padding-left: 0; }
  .slinky-menu h2 ~ a.back {
    left: 0;
    position: absolute;
    top: 0; }
  .slinky-menu h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #172029;
    text-align: left;
    background: #369fd4;
    padding: 0 20px;
    line-height: 44px;
    font-family: Akrobat, Arial, sans-serif;
    position: relative; }
    .slinky-menu h2:before {
      content: '';
      display: block;
      position: absolute;
      left: 30px;
      bottom: -17px;
      width: 0;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-top: 17px solid #369fd4; }

/*# sourceMappingURL=jquery.slinky.css.map */

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/css/custom.css?15747443901240*/
.slider-catalog__block::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 100;
	pointer-events: none;
    border: 1px solid;
    -o-border-image: -o-linear-gradient(bottom, rgb(198, 203, 205), rgba(0,0,0,0)) 1;
       border-image: -webkit-gradient(linear, left bottom, left top, from(rgb(198, 203, 205)), to(rgba(0,0,0,0))) 1;
       border-image: linear-gradient(0deg, rgb(198, 203, 205), rgba(0,0,0,0)) 1;
}

.slider-catalog__button {
    background-color: white;
    z-index: 100;
}

.slider-catalog__girl {
    top: -95px;
}

.slider-catalog__block {
    border: none;
}

.slider-catalog__title {
	top: -62px;
	margin-left: 0px;
}

.detail {
	padding: 15px 15px 0 15px
}

.catalog__list {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

.catalog__item {
	margin-right: 15px;
}

.catalog__item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 375px) {
	.slider-catalog__girl {
		right: 0;
	}

	.slider-catalog__title {	
		font-size: 24px;
		top: -80px;
	}

	.slider-catalog__block {
		padding-top: 150px;
	}

	.slider-catalog .slick-slide {
		height: 580px;
	}

	.slider-catalog__block::before {
		border: none;
	}
}

/* End */


/* Start:/bitrix/templates/tvoeplatie.ru_2026/scss/custom_efor74.css?1749029061443*/
@media screen and (max-width: 749px) {
  .catalog__item {
    margin-right: 0;
  }
  .product__desc {
    margin: 12px 30px;
  }
}
.opd_container {
  font-size: 12px;
  color: #757e86;
  z-index: 20;
  line-height: 1.4em;
}
.opd_container a {
  color: #1f1f1f;
  text-decoration: none;
}
.opd_container a:hover {
  color: #757e86;
  text-decoration: none;
}

.popup-order__label {
  gap: 10px;
}

/*# sourceMappingURL=custom_efor74.css.map */

/* End */
/* /bitrix/templates/tvoeplatie.ru_2026/css/normalize.css?15536525316138 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/style.css?179014374966988 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/slick.css?15536525311776 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/slick-theme.css?15536525313145 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/jquery.formstyler.css?15536525302175 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/jquery.formstyler.theme.css?155365253110731 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/jquery.slinky.css?15536525312206 */
/* /bitrix/templates/tvoeplatie.ru_2026/css/custom.css?15747443901240 */
/* /bitrix/templates/tvoeplatie.ru_2026/scss/custom_efor74.css?1749029061443 */
