

/* Start:/bitrix/templates/trans-znak/css/styles.css?170120123858448*/
:root {
  --vue-custom-tooltip-border-radius: 0;
}
.fontMontserrat {
  font-family: 'Montserrat', sans-serif;
}
.fontRoboto {
  font-family: 'Roboto', sans-serif;
}
html,
body {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  background: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: black;
}
.mobile {
  margin-top: 40px;
}
.main-wrap {
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-height: 100vh;
}
a {
  color: black;
}
.a {
  border-bottom: 1px dashed black;
  cursor: pointer;
}
.content-width {
  padding-left: 30px;
  padding-right: 30px;
  max-width: calc(1280px + 60px);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.flex-middle-5 {
  display: flex;
  gap: 5px;
  align-items: center;
}
.flex-middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-between-center-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-around-center-wrap-reverse {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
}
.gap-10-20 {
  gap: 10px 20px;
}
.gap-20 {
  gap: 20px;
}
.flex-between-20 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 36px;
  white-space: nowrap;
}
.hidden {
  display: none;
}
.header-1 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 5px;
}
.logo {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: 'img name' 'img info';
  white-space: nowrap;
  grid-gap: 0 16px;
  text-decoration: none;
  color: black;
}
.logo img {
  grid-area: img;
}
.logo-name {
  grid-area: name;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.1em;
  letter-spacing: -0.2px;
}
.logo-info {
  grid-area: info;
  position: relative;
  top: -7px;
  left: 3px;
  letter-spacing: 0.07px;
}
.header-fixed--contacts i,
.header--contacts i,
.header-fixed--contacts em,
.header--contacts em {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FF9900;
  border-radius: 50%;
  margin-right: 4px;
}
.header-fixed--contacts i img,
.header--contacts i img,
.header-fixed--contacts em img,
.header--contacts em img {
  margin-right: -1px;
  width: auto;
  height: auto;
}
.header-fixed--contacts img,
.header--contacts img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.header-fixed--contacts,
.header-1--contacts {
  display: flex;
}
.header-fixed--contacts p,
.header-1--contacts p {
  margin: 0 0 0 26px;
}
.header-fixed--contacts a:hover,
.header-1--contacts a:hover {
  text-decoration: none;
}
.header-1--contacts {
  flex-wrap: wrap;
  gap: 10px;
}
.header-fixed--contacts--line-1 {
  height: 30px;
  display: flex;
  align-items: center;
}
.header-fixed--contacts--line-2 {
  max-height: 1.1em;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.header-fixed--contacts--line-2 p {
  margin: 0 0 0 10px;
}
.header-fixed--contacts--line-2 p em,
.header-fixed--contacts--line-2 p i,
.header-fixed--contacts--line-2 p img {
  display: none;
}
.header-fixed--contacts--button {
  cursor: pointer;
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 10px;
}
.header-fixed--contacts--flex {
  gap: 12px;
}
.header--contacts.dropdown--container {
  top: 30px;
}
.header--contacts.dropdown--container p {
  margin: 10px 0;
}
.mobile header {
  display: none;
}
select,
textarea,
input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="file"],
input[type="password"],
input[type="tel"] {
  color: black;
  background: white;
  border: 1px solid rgba(255, 153, 0, 0.75);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 0;
}
select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="file"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: black;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="file"][disabled],
input[type="password"][disabled],
input[type="tel"][disabled] {
  background: #EEE;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  outline: 2px solid black;
  border-color: white;
}
button,
.button {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.75);
  min-width: 191px;
  box-sizing: border-box;
  padding: 12px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 60px;
  text-decoration: none;
  display: inline-block;
  background: #FF9900;
  color: black;
}
button:hover,
.button:hover {
  background: white;
}
button:focus,
.button:focus {
  outline: 1px solid black;
}
@media screen and (max-width: 400px) {
  button {
    font-size: 14px;
  }
}
.orange-bg {
  background: #FF9900;
}
.orange-bg select,
.orange-bg textarea,
.orange-bg input[type="text"],
.orange-bg input[type="search"],
.orange-bg input[type="number"],
.orange-bg input[type="email"],
.orange-bg input[type="file"],
.orange-bg input[type="password"],
.orange-bg input[type="tel"] {
  padding: 9px 22px;
  border: none;
  border-radius: 100px;
}
.orange-bg a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.orange-bg button:hover,
.orange-bg .button:hover {
  color: black;
  border: 1px solid black;
}
.header-2 .content-width {
  padding-top: 11px;
  padding-bottom: 11px;
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.search-form {
  display: flex;
  align-items: center;
  max-width: 553px;
}
.search-form input[type="search"] {
  width: 100%;
  box-sizing: border-box;
}
.search-form button[type="submit"] {
  background: none;
  border: none;
  border-radius: 0;
  width: 43px;
  height: 32px;
  margin-left: -50px;
  position: relative;
  margin-top: 1px;
  padding: 0;
  min-width: 0;
}
.button-register {
  border-color: #FF9900;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  min-width: 151px;
}
.cart {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 20px;
  position: relative;
  margin-left: 7px;
}
.cart:before {
  width: 21px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2216%22%20viewBox%3D%220%200%2021%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.9543%203.99062L18.512%2011.1887C18.3293%2011.7013%2017.85%2012.043%2017.2793%2012.043H7.85217C7.30435%2012.043%206.77935%2011.7226%206.59674%2011.2527L2.99022%202.21781H0.913043C0.41087%202.21781%200%201.83335%200%201.36344C0%200.893544%200.41087%200.509079%200.913043%200.509079H3.62935C4.01739%200.509079%204.35978%200.74403%204.49674%201.08578L8.21739%2010.3343H16.8913L18.8315%204.56732H8.08044C7.57826%204.56732%207.16739%204.18285%207.16739%203.71295C7.16739%203.24305%207.57826%202.85859%208.08044%202.85859H20.087C20.3837%202.85859%2020.6576%203.0081%2020.8174%203.22169C21%203.43528%2021.0457%203.73431%2020.9543%203.99062ZM8.3087%2013.1751C7.92065%2013.1751%207.53261%2013.3246%207.2587%2013.5809C6.98478%2013.8372%206.825%2014.2003%206.825%2014.5634C6.825%2014.9265%206.98478%2015.2896%207.2587%2015.5459C7.53261%2015.8022%207.92065%2015.9517%208.3087%2015.9517C8.69674%2015.9517%209.08478%2015.8022%209.3587%2015.5459C9.63261%2015.2896%209.79239%2014.9265%209.79239%2014.5634C9.79239%2014.2003%209.63261%2013.8372%209.3587%2013.5809C9.08478%2013.3246%208.69674%2013.1751%208.3087%2013.1751ZM16.5033%2013.1751C16.1152%2013.1751%2015.7272%2013.3246%2015.4533%2013.5809C15.1793%2013.8372%2015.0196%2014.2003%2015.0196%2014.5634C15.0196%2014.9265%2015.1793%2015.2896%2015.4533%2015.5459C15.7272%2015.8022%2016.1152%2015.9517%2016.5033%2015.9517C16.8913%2015.9517%2017.2793%2015.8022%2017.5533%2015.5459C17.8272%2015.2896%2017.987%2014.9265%2017.987%2014.5634C17.987%2014.2003%2017.8272%2013.8372%2017.5533%2013.5809C17.2793%2013.3246%2016.8913%2013.1751%2016.5033%2013.1751Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  content: '';
  display: block;
}
.cart span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -4px;
  top: -7px;
  font-size: 0.8em;
}
.cart:hover {
  border: 1px solid black;
}
.cart:hover span {
  right: -5px;
  top: -8px;
}
.cart:focus {
  outline: 1px solid black;
}
.header-2--right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 18px;
}
.header-2--right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-menu--container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 15px;
}
.main-menu .h2 {
  display: none;
}
.main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 0 0 -12px;
  min-height: 80px;
}
.main-menu ul a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 13px 8px 12px;
}
.main-menu ul a:hover {
  text-decoration: underline;
}
.main-menu .selected {
  font-weight: bold;
}
.language-switcher {
  display: flex;
  margin: 0;
  list-style: none;
  align-items: center;
  padding: 0 0 11px;
}
.language-switcher li,
.language-switcher a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.language-switcher a {
  background: #FF9900;
  color: black;
  text-decoration: none;
}
.language-switcher a:hover {
  background: white;
  border: 1px solid black;
}
.language-switcher .selected,
.language-switcher .selected a {
  background: black;
  color: white;
  cursor: default;
}
.header-fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FF9900;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  z-index: 10;
}
.header-fixed .content-width {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
}
.header-fixed .header-fixed--right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-fixed .icon {
  width: 15px;
}
.header-fixed .dropdown--container {
  right: 0;
}
.header-fixed .auth-nav a {
  background: none;
  color: black;
  text-decoration: underline;
  text-transform: none;
  border: none;
  padding: 0;
  min-width: 0;
  font-weight: normal;
}
.header-fixed .auth-nav a:hover {
  color: #FF9900;
}
.header-fixed .auth-nav a:focus {
  outline: none;
}
.header-fixed .nav ul,
.header-fixed nav ul {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.header-fixed .cart {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 0;
}
.header-fixed .cart span {
  right: -9px;
  top: -8px;
}
.header-fixed .cart:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}
.header-fixed .cart:hover span {
  right: -10px;
  top: -9px;
}
.icon-button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid white;
  cursor: pointer;
}
.icon-button:hover {
  border-color: black;
}
.icon-button img {
  width: 15px;
  height: 15px;
}
.logo-short img {
  width: 41px;
  display: block;
}
.pointer {
  cursor: pointer;
}
.dropdown {
  position: relative;
}
.dropdown--container {
  position: absolute;
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  display: none;
  width: 500px;
  max-width: max-content;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 4px;
}
.menu--mobile {
  display: none;
}
.menu--mobile {
  padding-top: 50px;
  box-sizing: border-box;
  margin-left: auto;
  background: #EEE;
  padding-bottom: 100px;
}
.menu--mobile .language-switcher {
  padding: 10px;
}
.menu--mobile .search-form {
  padding: 10px;
  margin-top: 10px;
}
.menu--mobile .main-menu,
.menu--mobile .register-menu,
.menu--mobile .footer-block {
  margin-top: -1px;
}
.menu--mobile .main-menu ul,
.menu--mobile .register-menu ul,
.menu--mobile .footer-block ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid black;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
}
.menu--mobile .main-menu ul a,
.menu--mobile .register-menu ul a,
.menu--mobile .footer-block ul a {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  display: block;
  padding: 15px 20px;
  text-align: left;
  font-weight: normal;
  min-width: 0;
  background: #FF9900;
  text-transform: none;
}
.menu--mobile .main-menu ul a:hover,
.menu--mobile .register-menu ul a:hover,
.menu--mobile .footer-block ul a:hover {
  background: white;
  text-decoration: none;
}
.menu--mobile .main-menu ul .selected a,
.menu--mobile .register-menu ul .selected a,
.menu--mobile .footer-block ul .selected a {
  background: black;
  color: white;
}
.menu--mobile .main-menu,
.menu--mobile .footer-block {
  margin-top: 20px;
}
.menu--mobile .main-menu .h2,
.menu--mobile .footer-block .h2 {
  display: block;
  font-size: 16px;
  text-align: left;
  padding: 10px;
}
.hamburger {
  display: none;
}
.mobile .hamburger {
  display: block;
}
.header-fixed--contacts--small-button {
  display: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
h3,
.h3 {
  font-size: 15px;
  font-weight: bold;
}
.h25 {
  font-size: 18px;
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
h2,
.h2 {
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
h1,
.h1 {
  font-size: 36px;
  text-align: center;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.article-poster {
  margin-top: 54px;
  margin-bottom: 64px;
}
@media (max-width: 700px) {
  .menu--mobile {
    display: block;
  }
  .content-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 550px) {
  .header-fixed--search,
  .header-fixed--auth {
    display: none;
  }
  .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 450px) {
  .header-fixed--contacts--small-button {
    display: flex;
  }
  .header-fixed--contacts--flex,
  .header-fixed--contacts--button {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .dropdown--container.header--contacts {
    right: 50%;
    transform: translateX(50%);
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  list-style: none;
  padding: 0;
  font-size: 13px;
  margin: 36px 0 0;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb a {
  color: #FF9900;
  font-style: italic;
}
.breadcrumb-item:after {
  content: "→";
  margin: 0 0.6rem;
  position: relative;
  top: -2px;
}
.breadcrumb-item.current:after {
  content: "";
}
.breadcrumb-item {
  min-height: 16px;
  display: flex;
  align-items: center;
}
.banner {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.banner img {
  max-width: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
}
.banner p {
  width: max-content;
  width: -moz-max-content;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 9px;
  margin-top: 22px;
  padding: 3px 24px 6px 15px;
}
.banner--content {
  position: absolute;
  left: 38px;
  bottom: 30px;
}
@media screen and (max-width: 690px) {
  .banner img {
    min-height: 300px;
  }
  .banner p {
    font-size: 24px;
    padding: 5px 15px;
    margin: 10px 0 0;
  }
  .banner--content {
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 460px) {
  .banner {
    margin-bottom: 120px;
  }
  .banner img {
    min-height: 200px;
  }
  .banner p {
    font-size: 18px;
    padding: 5px 5px;
    margin: 8px 0 0;
    box-shadow: 6px 6px 0;
  }
  .banner--content {
    left: 15px;
    bottom: -43px;
  }
}
.content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1.36em;
}
.content h2,
.content .h2 {
  margin-block-start: 1.5em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.content h3,
.content .h3 {
  margin-block-start: 2em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.content .a:hover {
  color: #FF9900;
  border-color: #FF9900;
}
.content a {
  color: #FF9900;
}
.content a:hover {
  color: black;
}
.content .button,
.content button {
  color: black;
}
.content img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 20px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 440px) {
  h2,
  .h2 {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
}
.request-form {
  padding: 22px 66px;
  margin-top: 100px;
  margin-bottom: 110px;
}
.request-form form {
  margin: 30px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 256px;
  grid-gap: 20px 43px;
}
.request-form form button {
  max-width: 191px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.request-form form input {
  max-width: 100%;
}
.request-form--info {
  display: flex;
  gap: 10px 28px;
  flex-wrap: wrap;
  align-items: baseline;
}
.request-form--success-message {
  margin-bottom: 30px;
}
footer {
  background: black;
  color: white;
  padding-top: 22px;
}
footer .content-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
footer a {
  color: #AFAFAF;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .h2,
footer h2 {
  font-weight: 500;
  font-size: 21px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .h2 a,
footer h2 a {
  color: white;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav a {
  padding: 5px 0;
  display: inline-block;
}
.catalog-page h1 {
  margin-top: 66px;
  margin-bottom: 53px;
}
.catalog-sections ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-sections > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.catalog-sections > ul > li {
  border: 1px solid #FF9900;
  display: block;
}
.catalog-sections > ul > li > span {
  background: #FF9900;
  display: block;
  padding: 13px 20px 13px 70px;
}
.catalog-sections > ul > li > span img {
  position: absolute;
  transform: translateX(-39px);
  width: 28px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}
.catalog-sections > ul > li > span a {
  color: white;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.catalog-sections > ul > li > span a:after {
  content: '';
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.24%200.688L12.936%206.352L9.24%2012.04H5.376L8.712%206.352L5.376%200.688H9.24ZM9.504%204.816V7.888H0.96V4.816H9.504Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  position: absolute;
  transform: translateY(10px);
}
.catalog-sections > ul > li > span a:hover {
  text-decoration: underline;
}
.catalog-sections > ul ul {
  padding: 25px 20px 33px 70px;
}
.catalog-sections > ul ul a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: black;
  padding: 7px 0;
  display: inline-block;
  line-height: 16px;
}
.catalog-sections > ul ul a:hover {
  color: #FF9900;
}
@media screen and (max-width: 950px) {
  .catalog-sections ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .catalog-sections > ul ul {
    padding-left: 30px;
  }
  .catalog-sections > ul > li > span {
    padding-left: 50px;
  }
  .catalog-sections > ul > li > span img {
    transform: translate(-35px, -1px);
  }
  .catalog-sections > ul > li > span a {
    font-size: 22px;
  }
  .catalog-sections > ul > li > span a:after {
    margin-top: -4px;
  }
}
@media screen and (max-width: 400px) {
  .catalog-sections > ul ul {
    padding-left: 20px;
  }
  .catalog-sections > ul > li > span {
    padding-left: 44px;
  }
  .catalog-sections > ul > li > span img {
    transform: translate(-35px, -3px);
  }
  .catalog-sections > ul > li > span a {
    font-size: 18px;
  }
  .catalog-sections > ul > li > span a:after {
    margin-top: -5px;
  }
}
.catalog-sections-tile {
  margin-bottom: 162px;
}
.catalog-sections-tile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  justify-items: center;
}
.catalog-sections-tile img {
  display: block;
  width: 290px;
  max-width: 100%;
}
.catalog-sections-tile a {
  display: grid;
  grid-gap: 20px;
  text-decoration: none;
  color: black;
  justify-items: center;
}
.catalog-sections-tile a:hover {
  text-decoration: underline;
}
.catalog-sections-tile a:hover img {
  box-shadow: 0 0 0 1px;
}
.catalog-sections-tile span {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .catalog-sections-tile ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 690px) {
  .catalog-sections-tile ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 440px) {
  .catalog-sections-tile ul {
    grid-template-columns: 1fr;
  }
}
.text-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 40px;
  align-items: start;
  margin-top: 54px;
  margin-bottom: 104px;
}
.text-blocks > div {
  border: 10px solid #FF9900;
  padding: 20px 15px;
}
.text-blocks h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
}
.text-blocks p {
  margin: 25px 0;
}
.text-blocks ul,
.text-blocks ol {
  padding-left: 25px;
  margin-top: 30px;
}
.text-blocks li {
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .text-blocks {
    grid-template-columns: 1fr;
  }
}
.reportage {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 150px;
  width: 1061px;
  max-width: 100%;
}
.reportage h2,
.reportage .h2 {
  text-align: center;
}
.reportage video {
  width: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* Определяет высоту обертки относительно ее ширины (405/720 * 100%) */
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.certificates {
  margin-top: 106px;
}
.certificates img {
  display: block;
  max-width: 100%;
  width: 400px;
}
.certificates-structure {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 42px;
  justify-items: center;
}
@media screen and (max-width: 960px) {
  .certificates-structure {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 690px) {
  .certificates-structure {
    grid-template-columns: 1fr;
  }
}
.catalog-subsections {
  margin-bottom: 42px;
}
.catalog-subsections ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.catalog-subsections a,
.catalog-subsections span {
  display: block;
  padding: 20px 30px;
  border: 1px solid #FF9900;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.catalog-subsections a:hover,
.catalog-subsections span:hover {
  border-color: black;
}
.catalog-subsections a.active,
.catalog-subsections span.active {
  background: #FF9900;
  color: white;
}
.catalog-subsections .active a,
.catalog-subsections .active span {
  background: #FF9900;
  color: white;
  border-color: #FF9900;
}
@media screen and (max-width: 690px) {
  .catalog-subsections ul {
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    width: -moz-max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.good-card--structure {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: 'image h1' 'image right';
  margin-top: 70px;
  margin-bottom: 50px;
}
.good-card--img {
  grid-area: image;
}
.good-card--img img {
  max-width: 100%;
  border: 1px solid #CCC;
}
.good-card--right {
  grid-area: right;
  padding-left: 75px;
}
.good-card h1 {
  font-weight: 800;
  text-align: left;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 7px;
  grid-area: h1;
  padding-left: 75px;
}
.good-card .multiselect {
  max-width: 330px;
  margin-left: 0;
}
.good-card .good-params {
  grid-gap: 33px 20px;
}
.good-card .block-label {
  margin-bottom: 14px;
}
.good-card .good-params--add .block-label,
.good-card .good-params--count .block-label {
  margin-top: 29px;
  margin-bottom: 20px;
}
.good-card .good-params--price {
  margin-top: 15px;
  margin-bottom: 15px;
}
.add-to-cart {
  align-self: center;
}
.add-to-cart-button {
  margin-left: auto;
  margin-right: auto;
}
.added-to-cart--block {
  border: 1px solid #CCC;
  padding: 10px 20px;
  width: fit-content;
  background: #EEE;
}
.added-to-cart--block a {
  color: black;
}
.added-to-cart--block a:hover {
  color: #FF9900;
}
.content .added-to-cart {
  padding-left: 30px;
  margin: 10px 0;
  background-position: center left;
  background-repeat: no-repeat;
}
.similar-goods {
  margin-top: 63px;
}
.similar-goods .goods {
  margin-top: 50px;
}
@media screen and (max-width: 1160px) {
  .good-card--right,
  .good-card h1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .good-card--structure {
    grid-template-columns: 300px 1fr;
  }
}
@media screen and (max-width: 830px) {
  .good-card--structure {
    grid-template-columns: 1fr;
    max-width: 702px;
    margin-left: auto;
    margin-right: auto;
    grid-template-areas: 'h1' 'image' 'right';
  }
  .good-card .good-params {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .good-card .good-params {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
  .good-card .good-params > * {
    grid-column: 1 / span 1;
  }
}
.goods {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px 30px;
  justify-items: center;
  margin-bottom: 76px;
  margin-top: 40px;
}
.goods-item {
  max-width: 298px;
}
.goods-item img {
  display: block;
  max-width: 100%;
}
.goods-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: black;
}
.goods-item a:hover {
  text-decoration: underline;
}
.goods-item a:hover .goods-item--img {
  border-color: black;
  top: -3px;
}
.goods-item--img {
  border: 1px solid #cbcbcb;
  position: relative;
  top: 0;
  transition-duration: 0.1s;
  transition-property: top;
}
.goods-item--name {
  margin-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .goods {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 760px) {
  .goods {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 560px) {
  .goods {
    grid-template-columns: 1fr;
  }
}
body .vue-custom-tooltip:after {
  max-width: calc(100vw - 20px);
  white-space: normal;
  width: max-content;
}
@keyframes loading {
  0% {
    background-position: -28px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.pagination {
  margin-top: 65px;
  margin-bottom: 124px;
  font-size: 15px;
  font-weight: bold;
}
.pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: baseline;
}
.pagination a,
.pagination span {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 30px;
  border: 1px solid #FF9900;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  border-color: black;
}
.pagination .active a,
.pagination .active span {
  background: #FF9900;
  border-color: #FF9900;
}
.pagination .prev,
.pagination .next {
  width: auto;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  vertical-align: middle;
  border: none;
  opacity: 0.75;
}
.pagination .prevspan,
.pagination .nextspan {
  opacity: 0.3;
}
.pagination span.prev,
.pagination span.next {
  opacity: 0.3;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: transparent;
  opacity: 1;
  text-decoration: underline;
}
.pagination .prev {
  background-position: center left 3px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.4.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M177.5%20414c-8.8%203.8-19%202-26-4.6l-144-136C2.7%20268.9%200%20262.6%200%20256s2.7-12.9%207.5-17.4l144-136c7-6.6%2017.2-8.4%2026-4.6s14.5%2012.5%2014.5%2022l0%2072%20288%200c17.7%200%2032%2014.3%2032%2032l0%2064c0%2017.7-14.3%2032-32%2032l-288%200%200%2072c0%209.6-5.7%2018.2-14.5%2022z%22%2F%3E%3C%2Fsvg%3E");
  padding-left: 36px;
}
.pagination a.prev:hover {
  background-position: center left;
}
.pagination .next {
  background-position: center right 3px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.4.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M334.5%20414c8.8%203.8%2019%202%2026-4.6l144-136c4.8-4.5%207.5-10.8%207.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5%2012.5-14.5%2022l0%2072L32%20192c-17.7%200-32%2014.3-32%2032l0%2064c0%2017.7%2014.3%2032%2032%2032l288%200%200%2072c0%209.6%205.7%2018.2%2014.5%2022z%22%2F%3E%3C%2Fsvg%3E");
  padding-right: 36px;
}
.pagination a.next:hover {
  background-position: center right;
}
.pagination-separator:before {
  content: '......';
}
@media screen and (max-width: 700px) {
  .pagination ul {
    gap: 10px;
  }
  .pagination-prev,
  .pagination-next {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pagination-prev {
    padding-right: 50px;
  }
  .pagination-next {
    padding-left: 50px;
  }
  .pagination-separator {
    margin-left: -3px;
    margin-right: -3px;
  }
  .pagination-separator:before {
    content: '...';
  }
}
.loading-bottom {
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF9900;
  z-index: 100;
}
.loading-bottom-block {
  padding: 10px 20px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ffb84d 10px, #ffb84d 20px);
  background-size: 200%;
  animation: loading 2s linear infinite;
}
.copy {
  margin-top: 50px;
  grid-column-start: 1;
  grid-column-end: -1;
  border-top: 1px solid #D9D9D9;
  font-style: italic;
}
.copy p {
  margin: 15px 0;
}
.bold {
  font-weight: bold;
}
.block-label {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
body .help-tooltip {
  width: 22px;
  height: 22px;
  background: #FF9900;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.cart-item--delete {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20y%3D%222.32843%22%20width%3D%223.2929%22%20height%3D%2216.4645%22%20transform%3D%22rotate%28-45%200%202.32843%29%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3Crect%20x%3D%222.32812%22%20y%3D%2213.9706%22%20width%3D%223.2929%22%20height%3D%2216.4645%22%20transform%3D%22rotate%28-135%202.32812%2013.9706%29%22%20fill%3D%22%23FF0000%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart-item--delete:hover {
  transform: scale(1.3);
}
@media screen and (max-width: 1190px) {
  .request-form form {
    grid-template-columns: 1fr 1fr auto;
  }
}
@media screen and (max-width: 1000px) {
  .request-form form {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  footer .content-width {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .request-form {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 600px) {
  footer .content-width {
    grid-template-columns: 1fr;
  }
}
.good-params {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
}
.good-params--size {
  grid-column: span 2;
}
.good-params--material {
  grid-column: span 2;
}
.add-to-price--flex {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.cart-item {
  background: #F6F6F6;
  border: 1px solid #c5c5c5;
  padding: 35px;
  position: relative;
  margin-bottom: 40px;
}
.cart-item img {
  max-width: 100%;
}
.cart-item .good-params {
  grid-template-columns: 1fr 1fr auto;
  grid-gap: 30px 70px;
}
.cart-item .good-params--size,
.cart-item .good-params--material {
  grid-column: span 1;
  grid-column-start: 1;
}
.cart-item .good-params--material {
  grid-row-start: 2;
}
.cart-item .good-params--price {
  align-self: center;
  grid-column-start: 3;
  grid-row: 1 / span 2;
}
.cart-item .add-to-price--flex {
  flex-direction: row;
}
.cart-item--structure {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-template-areas: 'image title' 'image params';
  grid-gap: 0 30px;
}
.cart-item--image {
  grid-area: image;
}
.content .cart-item--title {
  grid-area: title;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: black;
  text-decoration: none;
}
.content .cart-item--title:hover {
  color: #FF9900;
  text-decoration: underline;
}
.select-with-tooltip--title {
  display: flex;
  gap: 20px;
}
.cart-item--delete {
  position: absolute;
  right: 16px;
  top: 15px;
}
@media screen and (max-width: 1200px) {
  .cart-item .good-params {
    grid-gap: 30px;
    grid-template-columns: auto auto min-content;
  }
}
@media screen and (max-width: 1000px) {
  .cart-item .good-params {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
  .cart-item .good-params--price {
    grid-column: auto;
    grid-row: auto;
  }
  .cart-item--title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cart-item--structure {
    grid-template-columns: 1fr;
    grid-template-areas: 'image' 'title' 'params';
  }
  .cart-item--image {
    max-width: 220px;
    margin-bottom: 20px;
    justify-self: center;
  }
}
@media screen and (max-width: 500px) {
  .cart-item {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .multiselect {
  border: 1px solid #FF9900;
  border-radius: 0;
  align-items: center;
  background: var(--ms-bg, #fff);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: var(--ms-font-size, 1rem);
  justify-content: flex-end;
  margin: 0 auto;
  min-height: calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, 0.5rem)*2);
  outline: none;
  position: relative;
  width: 100%;
}
body .multiselect.is-open,
body .multiselect.is-active {
  box-shadow: none;
  border: 1px solid #FF9900;
}
body .multiselect-wrapper {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  min-height: calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, 0.5rem)*2);
  outline: none;
  position: relative;
  width: 100%;
}
body .multiselect-caret {
  height: 1.125rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.625rem;
}
body .multiselect-caret {
  background-color: var(--ms-caret-color, #999);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 var(--ms-px, 0.875rem) 0 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 320 512%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 320 512%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E");
  pointer-events: none;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.3s;
  z-index: 10;
}
body .multiselect-caret.is-open {
  pointer-events: auto;
  transform: rotate(180deg);
}
body .multiselect-dropdown {
  -webkit-overflow-scrolling: touch;
  background: var(--ms-dropdown-bg, #fff);
  border: var(--ms-dropdown-border-width, 1px) solid var(--ms-dropdown-border-color, #d1d5db);
  border-radius: 0 0 var(--ms-dropdown-radius, 4px) var(--ms-dropdown-radius, 4px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: calc(var(--ms-border-width, 1px)*-1);
  margin-top: calc(var(--ms-border-width, 1px)*-1);
  max-height: var(--ms-max-height, 10rem);
  outline: none;
  overflow-y: scroll;
  position: absolute;
  right: calc(var(--ms-border-width, 1px)*-1);
  transform: translateY(100%);
  z-index: 100;
}
body .multiselect-dropdown ul {
  margin: 0;
  padding: 0;
}
body .multiselect-dropdown ul li {
  margin: 0;
}
body .multiselect-dropdown ul li:before {
  display: none;
}
body .multiselect-dropdown.is-hidden {
  display: none;
}
body .multiselect-options {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .multiselect-single-label {
  left: auto;
  padding-left: calc(1.25rem + var(--ms-px, 0.875rem)*3);
  padding-right: var(--ms-px, 0.875rem);
  right: 0;
}
body .multiselect-option {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: var(--ms-option-font-size, 1rem);
  justify-content: flex-start;
  line-height: var(--ms-option-line-height, 1.375);
  padding: var(--ms-option-py, 0.5rem) var(--ms-option-px, 0.75rem);
  text-align: left;
  text-decoration: none;
}
body .multiselect-option.is-pointed {
  background: var(--ms-option-bg-pointed, #f3f4f6);
  color: var(--ms-option-color-pointed, #1f2937);
}
body .multiselect-option.is-selected {
  background: var(--ms-option-bg-selected, #10b981);
  color: var(--ms-option-color-selected, #fff);
}
body .multiselect-option.is-disabled {
  background: var(--ms-option-bg-disabled, #fff);
  color: var(--ms-option-color-disabled, #d1d5db);
  cursor: not-allowed;
}
body .multiselect-option.is-selected.is-pointed {
  background: var(--ms-option-bg-selected-pointed, #26c08e);
  color: var(--ms-option-color-selected-pointed, #fff);
}
body .multiselect-option.is-pointed {
  background: #EEE;
}
body .multiselect-option.is-selected,
body .multiselect-option.is-selected.is-pointed {
  background: #FF9900;
  color: black;
}
body .multiselect-single-label {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  left: 0;
  line-height: var(--ms-line-height, 1.375);
  max-width: 100%;
  padding-left: var(--ms-px, 0.875rem);
  padding-right: calc(1.25rem + var(--ms-px, 0.875rem)*3);
  pointer-events: none;
  position: absolute;
  top: 0;
}
body .multiselect-placeholder {
  color: var(--ms-placeholder-color, #9ca3af);
}
body .multiselect-single-label-text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .multiselect-dropdown {
  max-height: 300px;
  margin-top: -1px;
  border: 1px solid #FF9900;
}
body .multiselect-caret {
  background-color: black;
}
.added-to-cart--check,
body .vb-checkbox__field:checked + label::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20width%3D%2224%22%0A%20%20%20height%3D%2224%22%0A%20%20%20viewBox%3D%220%200%2024%2024%22%0A%20%20%20fill%3D%22none%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg6%22%0A%20%20%20sodipodi%3Adocname%3D%22check.svg%22%0A%20%20%20inkscape%3Aversion%3D%221.1.2%20%280a00cf5339%2C%202022-02-04%29%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs10%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22namedview8%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23999999%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%220%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apagecheckerboard%3D%220%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2231.041667%22%0A%20%20%20%20%20inkscape%3Acx%3D%2212.032215%22%0A%20%20%20%20%20inkscape%3Acy%3D%2211.983892%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22987%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg6%22%20%2F%3E%0A%20%20%3Crect%0A%20%20%20%20%20x%3D%22-5.9401212%22%0A%20%20%20%20%20y%3D%2210.182762%22%0A%20%20%20%20%20width%3D%223.77157%22%0A%20%20%20%20%20height%3D%229.8060999%22%0A%20%20%20%20%20transform%3D%22rotate%28-45%29%22%0A%20%20%20%20%20fill%3D%22%23515050%22%0A%20%20%20%20%20id%3D%22rect2%22%0A%20%20%20%20%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A1%22%20%2F%3E%0A%20%20%3Crect%0A%20%20%20%20%20x%3D%22-2.1687744%22%0A%20%20%20%20%20y%3D%2216.216991%22%0A%20%20%20%20%20width%3D%2211.3147%22%0A%20%20%20%20%20height%3D%223.77157%22%0A%20%20%20%20%20transform%3D%22rotate%28-45%29%22%0A%20%20%20%20%20fill%3D%22%23515050%22%0A%20%20%20%20%20id%3D%22rect4%22%0A%20%20%20%20%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A1%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
body .checkbox-box {
  background-color: #EFEFEF;
  border: 1px solid #cbcbcb;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
body .vb-checkbox__label {
  padding: 4px 0 0 38px;
  color: black;
}
body .vb-checkbox__label::before,
body .vb-checkbox__label::after {
  background-color: #EFEFEF;
  border: 1px solid #cbcbcb;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
body .vb-checkbox__field:checked + label::after {
  background-color: #EFEFEF;
  border: 1px solid #cbcbcb;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  background-color: #FF9900;
  border-color: #FF9900;
}
body .good-params--count button.vue-number-input__button {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  position: relative;
  background: #FF9900;
  border-radius: 0;
  border: 1px solid #FF9900;
}
body .good-params--count button.vue-number-input__button:disabled {
  opacity: 1;
  background: #E2E1E1;
  border: 1px solid #c0bfbf;
}
body .good-params--count button.vue-number-input__button:disabled:before,
body .good-params--count button.vue-number-input__button:disabled:after {
  background: black;
}
body .good-params--count button.vue-number-input__button:before,
body .good-params--count button.vue-number-input__button:after {
  background: black;
}
body .good-params--count button.vue-number-input__button:before {
  height: 3px;
  width: 11px;
}
body .good-params--count button.vue-number-input__button:after {
  height: 11px;
  width: 3px;
}
body .good-params--count button.vue-number-input__button:hover:before,
body .good-params--count button.vue-number-input__button:hover:after {
  background: black;
}
body .good-params--count .vue-number-input--controls > input {
  min-width: 0;
  min-height: 0;
  padding: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  background: none;
  border: none;
}
body .good-params--count .vue-number-input--controls {
  display: grid;
  grid-template-columns: 32px 50px 32px;
  overflow: visible;
  align-items: stretch;
}
.form {
  border: 1px solid #FF9900;
  padding: 30px;
}
.form-header {
  margin: -30px -30px 30px;
  background: #FF9900;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.form-element {
  margin-bottom: 30px;
}
.register-form .form-element {
  margin-bottom: 0;
}
.form-element--label {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.form-element--input-container input,
.form-element--input-container textarea,
.form-element--input-container select {
  width: 100%;
}
.form-element--bottom {
  margin-top: 10px;
}
.login-form {
  max-width: 620px;
  margin: 100px auto;
}
.login-form button {
  margin-left: auto;
  margin-right: auto;
}
hr {
  height: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #FF9900;
}
.icon,
.icon--small {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.icon--small {
  width: 14px;
  height: 14px;
}
.icon--arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3C%21--%21%20Font%20Awesome%20Pro%206.4.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%3Cpath%20d%3D%22M169.4%20470.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20370.8%20224%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20306.7L54.6%20265.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E");
}
.mr5 {
  margin-right: 5px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}
.register-form {
  margin-top: 30px;
}
.register-form--structure {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
}
.grid-full-line {
  grid-column-start: 1;
  grid-column-end: -1;
}
.grid-column-1 {
  grid-column: span 1;
}
.grid-start {
  grid-column-start: 1;
}
.form-message,
.register-form--message {
  background: #DDD;
  border: 1px solid #CCC;
  margin-bottom: 30px;
  padding: 20px;
}
.form-error,
.register-form--error {
  background: #FF4D00;
  border: 1px solid #FF4D00;
  color: white;
  padding: 10px;
}
.form-error {
  margin: 20px 0;
}
.register-form--error {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.register-form--error--close {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  padding-right: 10px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20viewBox%3D%220%200%20384%20512%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg4%22%0A%20%20%20sodipodi%3Adocname%3D%22xmark-solid.svg%22%0A%20%20%20inkscape%3Aversion%3D%221.1.2%20%280a00cf5339%2C%202022-02-04%29%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs8%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22namedview6%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23999999%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%220%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apagecheckerboard%3D%220%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%221.4550781%22%0A%20%20%20%20%20inkscape%3Acx%3D%22192.08591%22%0A%20%20%20%20%20inkscape%3Acy%3D%22255.65638%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22987%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg4%22%20%2F%3E%0A%20%20%3C%21--%21%20Font%20Awesome%20Pro%206.4.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20Copyright%202023%20Fonticons%2C%20Inc.%20--%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%22%0A%20%20%20%20%20id%3D%22path2%22%0A%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-items: center;
}
.register-form--error--close:hover {
  background-color: rgba(255, 255, 255, 0);
}
.small {
  font-size: 11px;
}
.register-form--column {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.disabled {
  opacity: 0.5;
}
.register-form--column--structure {
  grid-template-columns: 1fr 1fr;
}
.register-form--column--structure > *:not(.grid-column-1) {
  grid-column: span 2;
}
.privacy-confirm {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px;
  align-items: center;
  font-size: 11px;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .register-form--structure {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .register-form--column--structure {
    grid-template-columns: 1fr;
  }
  .register-form--column--structure > *:not(.grid-column-1) {
    grid-column: span 1;
  }
  .register-form {
    padding: 15px;
  }
  .form-header {
    margin: -15px -15px 30px;
  }
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.text-danger {
  color: red;
}
.text-warning {
  color: #FF9900;
}
.text-process {
  color: blue;
}
.text-success {
  color: green;
}
.content li {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 20px;
  align-items: baseline;
}
.content ol {
  list-style-type: none;
  counter-reset: my-counter;
  margin-bottom: 40px;
}
.content ol li {
  counter-increment: my-counter;
  position: relative;
}
.content ol li::before {
  content: counter(my-counter);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FF9900;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
.content ul {
  list-style-type: none;
  margin-bottom: 40px;
}
.content ul li {
  grid-gap: 15px;
}
.content ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: orange;
  border-radius: 50%;
}
.content .small-link {
  font-size: 13px;
}
.content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.content th {
  background: #FF9900;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-align: left;
}
.content th img {
  margin-left: -32px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.content th,
.content td {
  padding: 14px 68px;
  border: 1px solid #FF9900;
}
.content td .h2,
.content td h2 {
  margin: 15px 0;
}
.content .black-link {
  color: black;
}
.content .black-link:hover {
  color: #FF9900;
}
.download {
  display: inline-block;
  padding-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%3Cpath%20d%3D%22M%205.2105393%2C0%20V%205.4484457%20H%201.4435501%20L%207.9457203%2C11.950616%2014.366614%2C5.5297214%20H%2010.886495%20V%200%22%20%2F%3E%0A%20%20%3Crect%20width%3D%2212%22%20height%3D%222%22%20x%3D%222%22%20y%3D%2214%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px 16px;
  font-style: italic;
  font-weight: 300;
}
.download a {
  font-size: 13px;
}
.two-columns-responsive {
  display: block;
  width: 100%;
}
.two-columns-responsive > tbody {
  width: 100%;
  display: block;
}
.two-columns-responsive > tr,
.two-columns-responsive > tbody > tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: start;
}
.two-columns-responsive > tr > td,
.two-columns-responsive > tbody > tr > td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 960px) {
  .two-columns-responsive > tr,
  .two-columns-responsive > tbody > tr {
    grid-template-columns: 1fr;
  }
}
.contacts h1 {
  margin-bottom: 70px;
}
.width-750 {
  max-width: 750px;
}
@media screen and (max-width: 500px) {
  .content table .h3 {
    font-size: 18px;
  }
  .content table th {
    font-size: 18px;
  }
  .content table td {
    padding: 20px;
  }
}


/*# sourceMappingURL=styles.css.map*/
/* End */


/* Start:/bitrix/templates/trans-znak/css/custom.css?174948566711943*/
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.mob_scr {
    display: none;
}
.full_scr {
    display: block;
}
.content table {
    table-layout: fixed;
}
.content th, .content td {
    padding: 14px;
}
.content.contacts th img {
    margin-left: 0;
}
a.black {
    color: #000;
}
#title-search-input {
    padding-right: 50px;
}
.request-form font.errortext {
    color: #fff !important;
}
.request-form--success-message {
    display: none;
}
.policy {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: italic;
}
.policy.full_scr {
    padding-bottom: 20px;
}
.not_available {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-top: 49px;
    margin-bottom: 20px;
}
.vb-checkbox {
    display: inline-flex;
}
.vb-checkbox__field {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.vb-checkbox__label {
    position: relative;
    display: inline-flex;
    height: 20px;
    padding: 2px 0 0 28px;
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 16px;
}
.vb-checkbox__label::before, .vb-checkbox__label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
body .vb-checkbox__label {
    padding: 4px 0 0 38px;
    color: black;
}
body .vb-checkbox__label::before, body .vb-checkbox__label::after {
    background-color: #EFEFEF;
    border: 1px solid #cbcbcb;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
}
body .vb-checkbox__field::checked + label::after {
    background-color: #EFEFEF;
    border: 1px solid #cbcbcb;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    background-color: #FF9900;
    border-color: #FF9900;
}
.added-to-cart--check, body .vb-checkbox__field::checked + label::after {
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20width%3D%2224%22%0A%20%20%20height%3D%2224%22%0A%20%20%20viewBox%3D%220%200%2024%2024%22%0A%20%20%20fill%3D%22none%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg6%22%0A%20%20%20sodipodi%3Adocname%3D%22check.svg%22%0A%20%20%20inkscape%3Aversion%3D%221.1.2%20%280a00cf5339%2C%202022-02-04%29%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs10%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22namedview8%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23999999%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%220%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apagecheckerboard%3D%220%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2231.041667%22%0A%20%20%20%20%20inkscape%3Acx%3D%2212.032215%22%0A%20%20%20%20%20inkscape%3Acy%3D%2211.983892%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22987%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%220%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg6%22%20%2F%3E%0A%20%20%3Crect%0A%20%20%20%20%20x%3D%22-5.9401212%22%0A%20%20%20%20%20y%3D%2210.182762%22%0A%20%20%20%20%20width%3D%223.77157%22%0A%20%20%20%20%20height%3D%229.8060999%22%0A%20%20%20%20%20transform%3D%22rotate%28-45%29%22%0A%20%20%20%20%20fill%3D%22%23515050%22%0A%20%20%20%20%20id%3D%22rect2%22%0A%20%20%20%20%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A1%22%20%2F%3E%0A%20%20%3Crect%0A%20%20%20%20%20x%3D%22-2.1687744%22%0A%20%20%20%20%20y%3D%2216.216991%22%0A%20%20%20%20%20width%3D%2211.3147%22%0A%20%20%20%20%20height%3D%223.77157%22%0A%20%20%20%20%20transform%3D%22rotate%28-45%29%22%0A%20%20%20%20%20fill%3D%22%23515050%22%0A%20%20%20%20%20id%3D%22rect4%22%0A%20%20%20%20%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A1%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.vb-checkbox__field::checked + label::after {
    background-color: #FF9900;
    border: 1px solid #FF9900;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E);
}
body .good-params--count .vue-number-input--controls > input {
    min-width: 0;
    min-height: 0;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 33px;
    height: 33px;
    font-weight: bold;
    background: none;
    border: none;
}
body .good-params--count span.vue-number-input__button {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    position: relative;
    background: #FF9900;
    border-radius: 0;
    border: 1px solid #FF9900;
}
body .good-params--count span.vue-number-input__button.product-item-amount-field-btn-disabled {
    opacity: 1;
    background: #E2E1E1;
    border: 1px solid #c0bfbf;
}
body .good-params--count span.vue-number-input__button:before, body .good-params--count span.vue-number-input__button:after {
    background: black;
}
body .good-params--count span.vue-number-input__button.product-item-amount-field-btn-disabled:before, body .good-params--count span.vue-number-input__button.product-item-amount-field-btn-disabled:after {
    background: black;
}
body .good-params--count span.vue-number-input__button:before {
    height: 3px;
    width: 11px;
}
body .good-params--count span.vue-number-input__button:after {
    height: 11px;
    width: 3px;
}
.vue-number-input__button[data-v-188efc8c] {
    background-color: #fff;
    border: 0;
    border-radius: 0.25rem;
    bottom: 1px;
    position: absolute;
    top: 1px;
    width: 2.5rem;
    z-index: 1;
}
.vue-number-input__button[data-v-188efc8c]:disabled {
    opacity: .65;
}
.vue-number-input__button[data-v-188efc8c].product-item-amount-field-btn-disabled:after, .vue-number-input__button.product-item-amount-field-btn-disabled:before {
    background-color: #ddd;
}
.vue-number-input__button[data-v-188efc8c]:before {
    height: 1px;
    width: 50%;
}
.vue-number-input__button[data-v-188efc8c]:after {
    height: 50%;
    width: 1px;
}
.vue-number-input__button--plus[data-v-188efc8c] {
    border-bottom-left-radius: 0;
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    right: 1px;
}
.vue-number-input__button--minus[data-v-188efc8c] {
    border-bottom-right-radius: 0;
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    left: 1px;
}
.vue-number-input__button--minus[data-v-188efc8c]:after {
    visibility: hidden;
}
.vue-number-input__button[data-v-188efc8c]:after, .vue-number-input__button[data-v-188efc8c]:before {
    background-color: #111;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: background-color .15s;
}
.number-minus.disabled {
    opacity: 1;
    background: #E2E1E1 !important;
    border: 1px solid #c0bfbf !important;
    pointer-events: none;
    cursor: pointer;
}
.number-minus:hover, .number-plus:hover {
    cursor: pointer;
}
.total-price {
    padding: 10px 0;
    display: inline-block;
}
.content .cart-item--title {
    height: 43px;
    width: fit-content;
}
.suggestions-suggestions {
    padding: 20px;
}
.bx-404-container {
    -padding: 80px 0;
}
.bx-404-block {
    font-size: 150px;
    text-align: center;
    margin-bottom: 20px;
}
.bx-404-text-block {
    text-align: center;
    line-height: 30px;
}
.lk {
    margin-top: 20px;
}
.lk .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.lk .row.mb-3, .lk .row.pb-3, .lk .row.mx-0 {
    display: inline-block;
}
.sale-order-list-inner-row-body .row {
    display: inline-block;
}
.lk .col-md-4 {
    display: inline-block;
    width: 30%;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom: 20px;
}
.sale-order-list-inner-container {
    padding: 20px;
}
.sale-order-list-inner-container span {
    margin-right: 20px;
}
.sale-order-list-payment-title-element {
    line-height: 30px;
}
.sale-order-list-title-container {
    padding: 0 20px;
}
h3.mt-1 {
    margin-top: 20px !important;
}
.sale-order-list-inner-row .col-auto {
    margin-bottom: 10px;
}
.sale-order-list-button-container {
    margin-top: 10px;
}
.sale-personal-section-index-block {
    background-color: #e5e5e5;
}
.sale-personal-section-index-block i {
    color: #000;
}
.sale-personal-section-index-block-name {
    color: #000;
}
.sale-personal-section-index-block:hover i {
    color: #8d8d8d;
}
.sale-personal-section-index-block:hover .sale-personal-section-index-block-name {
    color: #8d8d8d;
}

table.bx-file-dialog, .bx-file-dialog table {
    margin: 0;
    width: auto !important;
    border-collapse: separate !important;
}
.bx-file-dialog td, .bx-file-dialog th {
    padding: 0;
    border: none;
}
.bx-file-dialog img {
    max-width: fit-content;
}
.bx-file-dialog input, .bx-file-dialog select {
    padding: 0;
}
.anonim_cart_text {
    text-align: center;
    padding: 0 120px;
}
.cart_reg_btns {
    padding: 40px 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cart_reg_btns .button-register {
    margin-right: 40px;
}
.cart_reg_btns a {
    min-width: 200px;
}
.title_block {
    grid-area: h1;
    margin-top: 0;
    margin-bottom: 7px;
    padding-left: 75px;
}
.good-card h1 {
    padding-left: 0;
}
.gost {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}
.gost span {
    font-weight: 400;
}

@media screen and (max-width: 1160px) {
    .title_block {
        padding-left: 0;
    }
}
@media screen and (max-width: 992px) {
    .mob_scr {
        display: block;
    }
    .full_scr {
        display: none;
    }
    .anonim_cart_text {
        padding: 0 60px;
    }
    .cart_reg_btns {
        padding: 40px 60px;
    }
}
@media screen and (max-width: 667px) {
    .lk .col-6 {
        width: 49%;
    }
    .anonim_cart_text {
        padding: 0;
    }
    .cart_reg_btns {
        padding: 40px 0;
    }
}
@media screen and (max-width: 414px) {
    .cart_reg_btns .button-register {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.content ul li::before {margin-top: 5px; margin-right: 10px;}
.content ul li {grid-gap: 5px;}

.popznfut {column-count: 2;}
@media screen and (max-width: 667px) {
.popznfut {column-count: 1;}
}

.warning {
	position: fixed;
	bottom: 8px;
	left: 8px;
	display: none;
	justify-content: center;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 2;
	border: 2px solid #FF9900;
}
.warning--active {
	display: flex;
}
.warning__text {
	margin-right: 30px;
	align-self: center;
}
.warning__text a {
text-decoration: underline;
}
.warning__read {
	display: block;
	margin-left: 15px;
}
.warning__apply {
	font-size: 16px;
	background-color: #FF9900;
border: 1px solid rgba(0, 0, 0, 0.75);
border-radius: 4px;
padding: 4px 8px;
align-self: center;
color:#000;
cursor: pointer;
border-radius: 60px;
}
.warning__apply:hover { background-color: #FFF; }
@media screen and (max-width: 480px) {
.warning {
	flex-direction: column;
    padding: 8px 10px;
}
.warning__text {
	font-size: 14px;
	margin-bottom: 8px;
}
}

/* End */


/* Start:/bitrix/templates/trans-znak/components/bitrix/search.title/trans/style.min.css?1701201232682*/
.searche-title {}

.search-title-button {
	background-image: url(/bitrix/templates/trans-znak/components/bitrix/search.title/trans/images/icon-search.svg); background-repeat:no-repeat;background-position:center;min-width:45px}.title-search-result{border:1px solid #ced4da;display:none;overflow:hidden;z-index:205;background-color:#fff;padding:10px;border-radius:3px}.search-title-result-item{border-bottom:1px solid #ddd}.search-title .search-title-result-item:last-child{border-bottom:0}.search-title-result-item-link{font-size:16px;transition:170ms linear all}.search-title-result-item-price{font-size:16px}.search-title-result-item-current-price{font-weight:bold}.search-title-result-item-old-price{font-size:80%;text-decoration:line-through}
/* End */


/* Start:/bitrix/templates/trans-znak/components/bitrix/sale.basket.basket.line/trans/style.min.css?17012012284008*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/bitrix/templates/trans-znak/components/bitrix/sale.basket.basket.line/trans/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/bitrix/templates/trans-znak/components/bitrix/sale.basket.basket.line/trans/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/trans-znak/components/bitrix/form.result.new/trans_footer/style.css?1701201186666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/trans-znak/components/bitrix/form.result.new/trans_footer/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/trans-znak/components/bitrix/form.result.new/trans_footer/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/trans-znak/css/fonts.css?171067589720522*/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bitrix/templates/trans-znak/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* End */
/* /bitrix/templates/trans-znak/css/styles.css?170120123858448 */
/* /bitrix/templates/trans-znak/css/custom.css?174948566711943 */
/* /bitrix/templates/trans-znak/components/bitrix/search.title/trans/style.min.css?1701201232682 */
/* /bitrix/templates/trans-znak/components/bitrix/sale.basket.basket.line/trans/style.min.css?17012012284008 */
/* /bitrix/templates/trans-znak/components/bitrix/form.result.new/trans_footer/style.css?1701201186666 */
/* /bitrix/templates/trans-znak/css/fonts.css?171067589720522 */
