

/* Start:/local/components/profmaster/address/templates/top/style.css?17793945481202*/
.header__address__city {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.header__address__city__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin-left: 4px;
  cursor: pointer;
  color: inherit;
  transition: transform 0.2s ease;
}

.header__address__city--open .header__address__city__arrow {
  transform: rotate(180deg);
}

.header__address__city__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 8px 0;
  margin-top: 8px;
}

.header__address__city--open .header__address__city__dropdown {
  display: block;
}

.header__address__city__dropdown__item {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}

.header__address__city__dropdown__item:hover {
  background-color: #f5f5f5;
}

.header__address__city__dropdown__item--active {
  font-weight: 600;
  color: #000;
  pointer-events: none;
}
/* End */


/* Start:/local/components/profmaster/request.modal/templates/.default/style.css?17877691032192*/

.phone_class {
    display:block;
    cursor: pointer !important;
}
a[href^="tel:"] {
    cursor: pointer !important;
}
.request-modal .phone_class {
    width: fit-content;
}
/* Custom modal styles (no Bootstrap) */
.custom-modal-wrapper {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 100000;
}
.custom-modal-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.custom-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.body-scroll-locked {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
/* Modal popup styles */
.feedback-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.feedback-popup-overlay.active {
    display: flex;
}
.feedback-popup {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 60px 40px 40px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.feedback-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: background 0.2s;
}
.feedback-popup__close:hover {
    background: #f0f0f0;
}
.feedback-popup__close svg {
    width: 24px;
    height: 24px;
    stroke: #999;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
}
.feedback-popup__icon {
    margin-bottom: 20px;
}
.feedback-popup__icon svg {
    width: 64px;
    height: 64px;
}
.feedback-popup__text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-family: inherit;
}
.feedback-popup__text strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}
/* End */


/* Start:/local/templates/furniture_gray/styles.css?17852599724044*/
img {
	border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1.3em 0 1em;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 200%;
	margin: 0 0 1em;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 100%;
}

hr,
.hr {
	border-top: 1px solid;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 12px 0;
	overflow: hidden;
	padding: 0;
}

#workarea ol li,
#workarea ul li {
	margin: 0.6em 0;
}

#workarea ul {
	list-style-type: disc;
}


.accordion-body {
	line-height: 1.3;
}

.product__description A {
	text-decoration: underline;
}

.product__description A:hover {
	color: #ffab18
}

.product__details UL LI {
	list-style-type: disc !important;
	margin: 10px 30px !important;
}

.tab .rent-formwork__rent-item {
	flex: 1;
}

.tab .accordion-body {
	line-height: 1.3;
}

.tab .accordion-body P {
	padding: 10px 0px;
}

.tab .ul li {
	list-style-type: disc;
	margin: 10px 30px;
}

.tab .ul A {
	text-decoration: underline;
	color: black;
}

.tab .ul A:hover {
	text-decoration: none;
	color: #ffab18;
}


.tab .ol li {
	list-style-type: decimal;
	margin: 10px 30px;
}

.tab .ol A {
	text-decoration: underline;
	color: black;
}

.tab .ol A:hover {
	text-decoration: none;
	color: #ffab18;
}

.dostavkatext {
	justify-content: center;
}

.dostavkaicon {
	width: 37px;
	flex: 0 0 37px !important;
}

.rent-condition {
	background: #ffffff;
	border-radius: 8px;
	padding: 35px 52px;
	margin-top: 35px;
}

.rent-condition h2 {
	margin-bottom: 20px;
}

.rent-condition li {
	margin-bottom: 15px;
	position: relative;
}

.rent-condition li:before {
	content: '';
	margin-left: -19px;
	margin-right: 19px;
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #FFAB18;
	vertical-align: middle;
	position: absolute;
	top: 7px;
}

.news-posts__list {
	margin-top: 40px;
}

@font-face {
	font-family: 'Roboto Flex';
	src: url('/assets/fonts/roboto-flex/RobotoFlex.ttf') format('truetype');
	/* font-weight: 500; */
}


.category-title {
	font-size: 44px !important;
}

.product-h3 {
	font-size: 20px;
	padding-bottom: 10px;
}



/* Product card styles */
.product-card {
    display: flex;
    grid-gap: 10px;
    /* width: 100%; */
    /* height: 100%; */
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;
}

.product-card__title {
    font-size: 20px;
}

.product-card__header {
    flex-direction: column;
}

.product-card__header,
.product-card__top-labels {
    display: flex;
	    flex-direction: column;
    grid-gap: 10px;
}

.product-card__top-labels>* {
    flex: 1 1;
}

.product-card__thumbnail {
    width: 100%;
    height: 163px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-card__thumbnail__label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.product-card__specs {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    /* display: none !important; */
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.product-card__bottom-buttons {
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

.product-card__bottom-buttons>* {
    flex: 1 1;
}

.product-card h5 {
    min-height: 38px;
}

@media (max-width: 1919.5px) {
    .product-card__top-labels {
        flex-wrap: wrap;
    }
}

@media (max-width: 1044.5px) {
    .customers-choice__card4.product-card {
        display: none;
    }
}

@media (max-width: 768.5px) {
    .customers-choice__card3.product-card {
        display: none;
    }
}


.product__left .wrap_buttons button {
    box-shadow: 0px 0px 10px 1px #0000000d;
}


.footer-column__title {
	font-size:20px;
}

.table2left {
    flex: 1;
}

.table2right {
    flex: 1;
}
/* End */


/* Start:/local/templates/furniture_gray/template_styles.css?178766431156241*/
html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 80.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
  margin: 0;
  padding: 0;
}

form.main-form {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page-wrapper {
  min-height: 100%;
  /*width:878px;*/
  margin: 0 auto -90px;
}

* html #page-wrapper {
  height: 100%;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

#header {
  height: 106px;
  position: relative;
  z-index: 10;
  width: 878px;
  margin: 0 auto;
}

#top-menu {
  position: absolute;
  top: 46px;
  width: 638px;
  height: 30px;
  right: 0;

}

#top-menu-inner {
  margin-left: 16px;
  padding-right: 16px;
  height: 30px;
}

#logo {
  width: 235px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

#logo td {
  padding: 0;
}

#logo a {
  outline: none;
}

#top-icons {
  overflow: hidden;
  height: 15px;
  position: absolute;
  top: 17px;
  width: 200px;
  left: 252px;
}

#top-icons a {
  float: left;
  margin-right: 31px;
}

a.home-icon {
  width: 12px;
  height: 11px;
}

a.search-icon {
  width: 12px;
  height: 12px;
}

a.feedback-icon {
  width: 14px;
  height: 10px;
}

#banner {
  margin: 0 auto;
  width: 878px;
  height: 153px;
  position: relative;
}

#banner-layout {
  height: 142px;
  table-layout: fixed;
}

#banner-overlay {
  height: 153px;
  position: absolute;
  width: 437px;
  left: 0;
  top: 0;
}

#banner-image {
  padding: 0;
  width: 437px;
  vertical-align: top;
}

#banner-image div {
  width: 437px;
  height: 142px;
  overflow: hidden;
}

#banner-slogan {
  padding: 0;
  width: 441px;
  font-family: Arial;
  font-style: italic;
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0 32px;
}

#content {
  width: 878px;
  overflow: hidden;
  margin: 20px auto 29px;
  zoom: 1;
}

#sidebar {
  width: 233px;
  float: left;
}

#workarea {
  padding-top: 10px;
  width: 612px;
  float: right;
}

#footer {
  background: #F5F5F5 url(/local/templates/furniture_gray/images/footer-corner.gif) no-repeat left top;
  height: 90px;
  width: 878px;
  margin: 0 auto;
  position: relative;
}

#copyright {
  width: 49%;
  position: absolute;
  top: 20px;
  left: 25px;
}

#copyright p {
  margin: 0;
}

.footer-links {
  width: 50%;
  position: absolute;
  right: 25px;
  top: 20px;
}

#footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

#footer-links li {
  display: inline;
  padding-left: 1.5em;
}

#space-for-footer {
  height: 90px;
}

#footer-design {
  width: 300px;
  position: absolute;
  right: 25px;
  top: 52px;
  text-align: right;
}

#footer-design a {
  color: #757575;
  font-size: 11px;
  text-decoration: none;
}

#footer-design a:hover {
  text-decoration: underline;
}

div.content-block {
  margin-bottom: 24px;
}

div.content-block-inner {
  padding: 22px 18px 22px 21px;
}

div.information-block div.top {
  height: 13px;
  border-right: 1px solid;
  font-size: 1px;
  background: #FFF url(/local/templates/furniture_gray/images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom {
  height: 13px;
  border-left: 1px solid;
  font-size: 1px;
  background: #FFF url(/local/templates/furniture_gray/images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 9px 18px 9px 21px;
  zoom: 1;
}

div.information-block div.top,
div.information-block div.bottom,
div.information-block-inner {
  border-color: #E3E3E3;
}

#search {
  width: 190px;
  overflow: hidden;
}

#search div.rounded-box {
  float: left;
  width: 135px;
}

#search div.search-inner-box {
  border: 1px solid;
  padding-left: 20px;
  height: 20px;
  overflow: hidden;
  background: white url(/local/templates/furniture_gray/images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input {
  border: 1px solid;
  width: 110px;
  height: 18px;
  padding: 0;
  margin: 0;
}

#search input {
  vertical-align: top;
}

#search-button {
  float: right;
  width: 48px;
  border: 1px solid;
}

#search-button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*Remove button padding in FF*/
#search-button input {
  display: block;
  border: none;
  background: none;
  width: 48px;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12px;
  height: 19px;
  cursor: pointer;
  cursor: hand;
  outline: none;
}

div.search-item h4 {
  margin-bottom: 0.4em;
}

dl.block-list {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}

dl.block-list dt {
  margin: 1.5em 0 0.5em;
}

dl.block-list dd {
  margin: 0;
  padding: 0;
}

dl.block-list a {
  text-decoration: none;
  outline: none;
}

dl.block-list a:hover {
  text-decoration: underline;
}

#sidebar h3 {
  font-family: Verdana;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0 1em;
  margin: 0 0 1em;
}

#left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left-menu li {
  margin: 0 0 0.7em;
  padding: 0 0 0.7em;
  display: block;
}

#left-menu a {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  padding: 1em 1em 1em 0;
  outline: none;
}

#left-menu li.last-item {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#left-menu li.selected a {
  padding-left: 1em;
}

#left-menu li.selected {
  text-indent: -1em;
  padding-left: 1em;
}

/* Navigation */
div.navigation {
  font-size: 100%;
  line-height: 200%;
}

span.navigation-title {
  padding-right: 0.65em;
  font-weight: bold;
}

div.navigation a {
  text-decoration: underline;
  padding: 0.2em 0.3em;
}

span.nav-current-page {
  padding: 0.2em 0.3em;
}

div.navigation span.arrow {
  font-size: 100%;
  font-family: Times, serif;
}

div.navigation span.ctrl {
  font-size: 85%;
}

/* Product List */
div.product-list {
  overflow: hidden;
}

div.product {
  overflow: hidden;
  width: 280px;
  height: 105px;
  margin: 0 25px 20px 0;
  position: relative;
  float: left;
}

div.product-alt {
  margin-right: 0;
}

div.product-image {
  width: 250px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}

div.product-overlay {
  width: 280px;
  height: 105px;
  position: absolute;
  z-index: 1;
}

a.product-desc {
  float: right;
  height: 62px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0px;
  width: 142px;
  z-index: 2;
  font-size: 1em;
  text-decoration: none;
  padding: 13px 10px 30px 129px;
}

a.product-desc p {
  font-size: 0.85em;
  margin: 7px 0 0;
}

/* News List */
div.news-list {
  margin: 0 0 2em;
}

div.news-item {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid;
}

div.news-date {
  margin: 0 0 1em;
}

div.news-title {
  font-size: 1em;
  margin: 0 0 1em;
  font-weight: bold;
}

a.news-detail-link {
  display: block;
  margin: 1em 0 0;
  outline: none;
}

/* Catalog List */
div.catalog-list,
div.catalog-detail {
  padding: 1em 0 0;
}

div.catalog-item {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid;
  overflow: hidden;
  zoom: 1;
}

div.catalog-detail div.catalog-item {
  border: none;
}

div.catalog-item-title {
  margin: 0 0 1em;
}

div.catalog-item-title a {
  font-weight: bold;
}

div.catalog-item-image {
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid;
  padding: 4px;
}

div.catalog-item-price {
  clear: left;
  float: left;
  padding: 0.5em 1em;
  margin: 1em 0 0;
  font-weight: bold;
}

div.catalog-item-desc {
  clear: left;
}

div.catalog-item-desc-float {}

div.catalog-item-properties {
  clear: both;
  padding: 1em 0 0;
  overflow: hidden;
}

div.catalog-item-property {
  margin: 0 0 1em;
  border-bottom: 1px dashed;
  float: left;
  width: 100%;
}

div.catalog-item-property b {
  float: right;
  position: relative;
  top: 0.31em;
  padding-left: 3px;
  font-style: italic;
  font-weight: normal;
}

div.catalog-item-property span {
  float: left;
  position: relative;
  top: 0.31em;
  padding-right: 3px;
  zoom: 1;
}

div.catalog-item-properties-title {
  font-size: 1em;
  font-weight: bold;
  margin: 2em 0 1em;
}

/* Special Product */
div.special-product-title {
  text-align: center;
  margin: 0 0 1em;
}

div.special-product-image {
  text-align: center;
  margin: 0 0 1em;
}

div.special-product {
  text-align: center;
}

/* Top menu */
#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
  margin: 0;
  padding: 0;
  min-height: 27px;
  width: 100%;
  list-style: none;
  font-size: 12px;
  float: left;
  background: none;
}

#horizontal-multilevel-menu a {
  display: block;
  padding: 5px 3px;
  text-decoration: none;
  text-align: center;
  outline: none;
}

#horizontal-multilevel-menu li {
  float: left;
}

#horizontal-multilevel-menu li a.root-item {
  font-weight: bold;
  padding: 8px 12px 8px;
}

/*Root items*/
#horizontal-multilevel-menu a.parent {
  background: url(/local/templates/furniture_gray/images/top-menu-arrow.gif) center right no-repeat;
}

/*Item-parents*/
#horizontal-multilevel-menu li a.root-item-selected {
  font-weight: bold;
  padding: 8px 12px 8px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li.last-item {
  border: none;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
  position: absolute;
  top: auto;
  display: none;
  z-index: 500;
  height: auto;
  width: 163px;
  padding: 3px 11px;
  border: 1px solid;
}

#horizontal-multilevel-menu li li {
  width: 100%;
  border-bottom: 1px solid;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li ul a {
  text-align: left;
  font-size: 12px;
}

/*Item link*/
#horizontal-multilevel-menu li ul ul {
  margin: -27px 0 0 160px;
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul {
  display: none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul {
  display: block;
}

div.menu-clear-left {
  clear: left;
}

/*Common Elements */
div.content-form {
  padding-left: 1em;
}

.slider-1__thumbs .slide *:not(.slide__image):not(.slide__player):not(.player__video) {
  display: block !important;
}


.inherited-context {

  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  font-style: normal;
  letter-spacing: 0em;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;

}



*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {

  :root {
    scroll-behavior: smooth;
  }

}

body {
  margin: 0px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-image: initial;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.h5,
h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0px;
  margin-bottom: 1rem;
}

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

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0px;
}

button:focus:not(:focus-visible) {
  outline: 0px;
}

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

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

legend+* {
  clear: left;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* Классы отступов */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {

  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 768px) {

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 992px) {

  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 1200px) {

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (min-width: 1400px) {

  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}

.table> :not(caption)>*>* {
  padding: 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: var(--bs-border-width) 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 var(--bs-border-width);
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0px;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-hover>tbody>tr:hover>* {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0px;
  font-size: inherit;
  line-height: 1.5;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .form-control {
    transition: none;
  }

}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 183, 254);
  outline: 0px;
  box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input:active {
  filter: brightness(90%);
}

/* .form-check-input:focus { */
/* border-color: rgb(134, 183, 254); */
/* outline: 0px; */
/* box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; */
/* } */

.form-check-input:checked {
  background-color: rgb(13, 110, 253);
  border-color: rgb(13, 110, 253);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* Simplified from: .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label
   Original specificity: [0, 3, 0]
   New specificity: [0, 3, 0] ✓
*/
.form-check-label._s1._s1,
.form-check-label._s1._s1 {
  cursor: default;
  opacity: 0.5;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  /* border-color: var(--bs-form-valid-border-color); */
  border-color: #231F2080;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);

}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

/* Simplified from: .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label
   Original specificity: [0, 4, 0]
   New specificity: [0, 4, 0] ✓
*/
.form-check-label._s1._s1,
.form-check-label._s1._s1._s1 {
  color: var(--bs-form-invalid-color);
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .btn {
    transition: none;
  }

}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* Simplified from: .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active
   Original specificity: [0, 3, 0]
   New specificity: [0, 3, 0] ✓
*/
.btn._s2._s2,
.btn.active,
.btn.show,
.btn:first-child:active,
.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* Simplified from: .btn.disabled, .btn:disabled, fieldset:disabled .btn
   Original specificity: [0, 2, 1]
   New specificity: [0, 2, 0] (adjusted)
*/
.btn.disabled,
.btn:disabled,
.btn._s2 {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}



.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0px 0px;
  border: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .nav-link {
    transition: none;
  }

}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* Simplified from: .nav-pills .nav-link.active, .nav-pills .show > .nav-link
   Original specificity: [0, 3, 0]
   New specificity: [0, 3, 0] ✓
*/
.nav-pills .nav-link.active,
.nav-link._s1._s1 {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

@media (min-width: 576px) {

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
  }

}

@media (min-width: 768px) {

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
  }

}

@media (min-width: 992px) {

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
  }

}

@media (min-width: 1200px) {

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
  }

}

@media (min-width: 1400px) {

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
  }

}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0px;
  overflow-y: visible;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  overflow-wrap: break-word;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

}

@media (max-width: 767.98px) {

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

}

@media (max-width: 991.98px) {

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

}

@media (max-width: 1199.98px) {

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

}

@media (max-width: 1399.98px) {

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

@media (min-width: 576px) {

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
    background-color: transparent !important;
  }

}

@media (min-width: 768px) {

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
    background-color: transparent !important;
  }

}

@media (min-width: 992px) {

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
    background-color: transparent !important;
  }

}

@media (min-width: 1200px) {

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
    background-color: transparent !important;
  }

}

@media (min-width: 1400px) {

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0px;
    overflow-y: visible;
    background-color: transparent !important;
  }

}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.ratio>* {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.d-inline-block {
  display: inline-block !important;
}

.position-relative {
  position: relative !important;
}

.h-100 {
  height: 100% !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  font-family: bootstrap-icons !important;
  font-weight: 400 !important;
}

.bi-chevron-double-down::before {
  content: "";
}

.bi-question-circle::before {
  content: "";
}

.bi-body-text::before {
  content: "";
}

.bi-filetype-html::before {
  content: "";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentcolor;
  padding: 10px;
  right: 0px;
  top: 0px;
}

body {
  font-family: MuseoSansCyrl;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
}

p,
ol,
ul {
  line-height: 1.3;
}

ul._s2 {
  list-style: none;
  padding-left: 0px;
}

.actions__item .card-body {
  padding: 25px 25px 0px;
}

.nav-pills .nav-link {
  border-radius: 8px;
  border: 1px solid rgb(103, 118, 157);
  margin-right: 1rem;
}

/* Simplified from: .nav-pills .nav-link.active, .nav-pills .show > .nav-link
   Original specificity: [0, 3, 0]
   New specificity: [0, 3, 0] ✓
*/
.nav-pills .nav-link.active,
.nav-link._s1._s1 {
  cursor: default;
  border: 1px solid rgb(252, 160, 0);
  color: rgb(61, 61, 61);
  background: transparent;
}

.nav-pills button.nav-link,
.nav-pills a.nav-link {
  padding: 15px 30px;
  color: rgb(61, 61, 61);
  border: 1px solid;
  font-weight: 700;
  display: inline-block;
}

.nav-pills button.nav-link {
  min-width: 295px;
}

.nav-pills button.nav-link.active,
button.nav-link:hover,
.nav-pills a.nav-link.active,
a.nav-link:hover {
  border: 1px solid rgb(252, 160, 0);
}

.wp-pagenavi>* {
  font-weight: 700;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 5px;
}

.products__item .card-body {
  padding: 25px 10px 0px;
  display: flex;
  flex-direction: column;
}

/* .accordion-body::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 15px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgb(252, 160, 0);
  border-image: initial;
  top: -15px;
  left: 10px;
} */

.accordion-body {
  position: relative;
}

.accordion-body {
  background: #FFFFFF;
  border-radius: 8px;
}

.rental-of-components__item .card-body a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
}

@media (min-width: 576px) {

  .products__item .card-body {
    padding: 18px 18px 0px;
  }

}

@media (min-width: 768px) {

  p,
  ol,
  ul {
    font-size: 16px;
  }

  .actions__item .card-body {
    padding: 35px 40px 0px;
  }

  .wp-pagenavi>* {
    width: 67px;
    height: 67px;
    padding: 22px;
  }

  .nav-pills button.nav-link {
    min-width: unset;
  }

}

@media (min-width: 992px) {

  .products__item .card-body {
    padding: 35px 35px 0px;
  }

  .actions__item .card-body {
    padding: 40px 45px 0px;
  }

  /* Simplified from: .bi, .header__row-1 .bi
     Original specificity: [0, 2, 0]
     New specificity: [0, 2, 0] ✓
  */
  .bi,
  .bi._s4 {
    font-size: 18px;
    margin-right: 0.5rem;
  }

}

.is-ajax-search-details,
.is-ajax-search-details *,
.is-ajax-search-result,
.is-ajax-search-result * {
  box-sizing: content-box;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 18px;
  vertical-align: baseline;
  outline: 0px !important;
}

.is-ajax-woocommerce-actions>* {
  display: inline-block;
}

#lesa-pills.nav-pills button.nav-link,
#lesa-pills.nav-pills a.nav-link {
  border: 1px solid rgb(252, 160, 0);
}

#lesa-pills.nav-pills .nav-link:hover {
  background: #ffab18;
  /* border-color: rgb(255, 135, 24); */
  /* color: rgb(255, 255, 255); */
}

/* Simplified from: #lesa-pills.nav-pills .nav-link.active, #lesa-pills.nav-pills .show > .nav-link
   Original specificity: [1, 3, 0]
   New specificity: [1, 3, 0] (adjusted)
*/
#lesa-pills.nav-pills .nav-link.active,
.nav-link {
  cursor: default;
  /* background: rgb(252, 160, 0); */
  background: #fccb06;
  /* border: 1px solid rgb(252, 160, 0); */
  color: #3D3D3D;
}

.rental-of-components__item .card-body {
  min-height: 72px;
  padding: 1rem 0px 0px;
  margin-left: -15px;
  margin-right: -15px;
}

body.compensate-for-scrollbar {
  overflow: auto;
}

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

a:hover {
  color: rgb(255, 135, 24);
}

/* Simplified from: main a:not(.breadcrumbs__link):not(.btn):not(.nav-link):not(.ui-slider-handle):not(.dropdown-item)
   Original specificity: [0, 0, 2]
   New specificity: [0, 1, 1] ✓
*/
a._s3:not(.breadcrumbs__link):not(.btn):not(.nav-link):not(.ui-slider-handle):not(.dropdown-item) {
  text-decoration: underline;
}

p,
ol,
ul {
  line-height: 1.3;
}

img,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.bi {
  color: rgb(255, 171, 24);
  vertical-align: middle;
  font-size: 16px;
}

.bi-geo-alt-fill {
  color: rgb(195 195 195);
}

/* Simplified from: .bi:hover, a:hover .bi
   Original specificity: [0, 2, 1]
   New specificity: [0, 2, 0] (adjusted)
*/
.bi:hover,
.bi._s4 {
  color: rgb(255, 135, 24);
}

.btn,
.btn:focus-visible {
  background: rgb(252, 160, 0);
  border: 1px solid rgb(252, 160, 0);
  border-radius: 8px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: rgb(255, 255, 255);
}

/* Simplified from: .btn:hover, .btn:active, .btn:first-child:active, :not(.btn-check) + .btn:active
   Original specificity: [0, 3, 0]
   New specificity: [0, 3, 0] ✓
*/
.btn:hover,
.btn:active,
.btn:first-child:active,
.btn:active {
  background: rgb(255, 135, 24);
  color: rgb(255, 255, 255);
}

/* Simplified from: .main img
   Original specificity: [0, 1, 1]
   New specificity: [0, 1, 1] ✓
*/
img._s5 {
  border-radius: 8px;
}

.wpcf7-form-control:not(.btn),
textarea.wpcf7-form-control,
.form-control {
  border-radius: 8px;
  font-size: 15px;
  line-height: 18px;
  padding: 16px 20px;
  width: 100%;
  border: none;
}

.wp-pagenavi>* {
  font-weight: 700;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 5px;
}

.calc__result-title {
  font-size: 15px;
}

.calc__result-val {
  font-size: 19px;
  white-space: nowrap;
  font-weight: 700;
}

@media (min-width: 768px) {

  p,
  ol,
  ul {
    font-size: 16px;
  }

  .wp-pagenavi>* {
    width: 67px;
    height: 67px;
    padding: 22px;
  }

}

@media (min-width: 992px) {

  /* Simplified from: .bi, .header__row-1 .bi
     Original specificity: [0, 2, 0]
     New specificity: [0, 2, 0] ✓
  */
  .bi,
  .bi._s4 {
    font-size: 18px;
    margin-right: 0.5rem;
  }

}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: 0.2rem center;
}

.is-ajax-search-details,
.is-ajax-search-details *,
.is-ajax-search-result,
.is-ajax-search-result * {
  box-sizing: content-box;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 18px;
  vertical-align: baseline;
  outline: 0px !important;
}

.is-ajax-woocommerce-actions>* {
  display: inline-block;
}



/* ===== БАЗОВЫЕ СТИЛИ ДЛЯ МОДАЛЬНОГО ОКНА ===== */

:root {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: #212529;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: rgba(0, 0, 0, 0.175);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-border-color: #dee2e6;
  --bs-modal-header-border-width: 1px;
  --bs-modal-footer-border-color: #dee2e6;
  --bs-modal-footer-border-width: 1px;
  --bs-modal-footer-gap: 0.5rem;

  /* Затемнение фона (бекдроп) */
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
}

/* ===== ЗАТЕМНЕНИЕ ФОНА (BACKDROP) ===== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* ===== ОСНОВНОЙ КОНТЕЙНЕР МОДАЛКИ ===== */
.modal {
  --bs-modal-zindex: 1055;

  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.show {
  display: block;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

/* ===== ДИАЛОГ (ОБЕРТКА КОНТЕНТА) ===== */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* ===== КОНТЕНТ МОДАЛКИ ===== */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  box-shadow: var(--bs-modal-box-shadow);
}

/* ===== ЗАГОЛОВОК ===== */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding-y) var(--bs-modal-header-padding-x);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Кнопка закрыть (крестик) */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

.modal-header .btn-close:hover {
  opacity: 0.75;
}

/* ===== ТЕЛО МОДАЛКИ ===== */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* ===== ПОДВАЛ ===== */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  gap: var(--bs-modal-footer-gap);
}

.modal-footer>* {
  margin: 0;
}

/* ===== РАЗМЕРЫ МОДАЛЬНЫХ ОКОН ===== */

/* Маленькое */
.modal-dialog.modal-sm {
  max-width: 300px;
}

/* Среднее (по умолчанию) */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

/* Большое */
.modal-dialog.modal-lg {
  max-width: 800px;
}

/* Очень большое */
.modal-dialog.modal-xl {
  max-width: 1140px;
}

/* На весь экран */
.modal-dialog.modal-fullscreen {
  max-width: none;
  margin: 0;
  height: 100%;
}

.modal-dialog.modal-fullscreen .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
}

/* ===== АНИМАЦИИ ===== */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal.show .modal-dialog {
  animation: modalFadeIn 0.3s ease-out;
}

/* ===== СТИЛИ ДЛЯ ФОРМ ВНУТРИ МОДАЛКИ ===== */
.modal-body .form-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #212529;
}

.modal-body .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-body .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.modal-body .mb-3 {
  margin-bottom: 1rem !important;
}

/* ===== КНОПКИ В МОДАЛКЕ ===== */
.modal-footer .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-footer .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.modal-footer .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.modal-footer .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.modal-footer .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}

.form-control.file,
.form-control.submit,
.form-control.acceptance {
  border: none;
}

.form-control.submit {
  width: 50%;
  margin: 0 auto;
  background: rgb(252, 160, 0);
  padding: 12px;
  color: #fff;
}

.form-control.submit:hover {
  background: rgb(255, 135, 24);
}

.form-control [type="checkbox"] {
  margin-right: 10px;
}

.is-invalid [type="checkbox"] {
  border: 1px solid red !important;
}

.checkbox-error {
  padding: 5px;
  border: 2px solid red !important;
  margin-top: 20px;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

.fade.active {
  opacity: 1 !important;
  display: block;
}

@media (min-width: 576px) {
  .table-thead {
    font-size: 16px;
    border-radius: 8px;
    padding: 0 19px;
    margin: 0 0 3px;
  }
}

.table-thead {
  font-size: 14px;
  font-weight: 700;
  background: #FCA000;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 0 0 3px;
}

@media (min-width: 576px) {
  .table-tbody:last-child {
    margin: 0;
  }
}

@media (min-width: 576px) {
  .table-tbody {
    font-size: 16px;
    padding: 0 31px;
    border-radius: 8px;
    margin: 0 0 6px;
  }
}

.table-tbody {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  border: 1px solid #DDD;
  border-radius: 8px;
  margin: 0 0 6px;
}

.table-tbody div[class^="col"]:first-child {
  padding-left: 0;
}

@media (min-width: 576px) {
  .table-tbody div[class^="col"] {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.table-tbody div[class^="col"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-thead div[class^="col"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main ul {
  list-style: none;
  padding-left: 0;
}

.nav-pills button.nav-link,
.nav-pills a.nav-link {
  padding: 15px 30px;
  color: #3D3D3D;
  border: 1px solid;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .quick-calculation-form {
    padding: 25px 45px;
  }
}

@media (min-width: 768px) {
  .quick-calculation-form {
    padding: 25px 34px;
  }
}

.quick-calculation-form {
  background: #404040;
  border-radius: 8px;
  color: #FFF;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .quick-calculation-form h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .quick-calculation-form h3 {
    font-size: 24px;
  }
}




@media (max-width: 768px) {
  .table-d {
    display: none;
  }

  .table-m {
    display: table;
    width: 100%;
    min-width: 0px !important;
    table-layout: fixed;
  }
}

@media (min-width: 769px) {
  .table-d {
    display: table;
    width: 100%;
    min-width: 0px !important;
  }

  .table-m {
    display: none;
  }
}


.table2 {
  display: flex;
  gap: 40px;
}


.tab {
  padding: 20px 20px;
}

.tab p {
  padding: 10px 0px;
}

.accordion-body {
  line-height: 1.3;
}

.ul li {
  list-style-type: disc;
  margin: 10px 30px;
}

.ol li {
  list-style-type: decimal;
  margin: 10px 30px;
}


.footer_inn {
  display: flex;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .footer_inn {
    flex-direction: column;
    gap: 4px;
  }
}
/* End */


/* Start:/local/templates/furniture_gray/asset/css/about.css?1787315973266521*/
:root {
    --swiper-theme-color: #007aff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 44px;
    width: var(--swiper-navigation-size);
    height: 44px;
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: -22px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

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

.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

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

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: -22px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0
}

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

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

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
    left: 50%;
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: -22px;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
    top: 4px;
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical~.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
    bottom: 4px;
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical~.swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

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

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

.swiper-fade .swiper-slide {
    transition-property: opacity
}

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

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

.swiper.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    z-index: 1
}

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

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

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

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

.swiper.swiper-cards {
    overflow: visible
}

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

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --csstools-color-scheme--dark: initial;
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Liberation Sans, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    font-weight: var(--bs-body-font-weight);
    line-height: 1.5;
    line-height: var(--bs-body-line-height);
    color: #212529;
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #fff;
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.feedback__title,
.customers-choice__title,
.advantages__header-inner,
h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em;
    color: #212529;
    color: var(--bs-highlight-color);
    background-color: #fff3cd;
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    -webkit-text-decoration: underline;
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: #fff;
    color: var(--bs-body-bg);
    background-color: #212529;
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: rgba(33, 37, 41, .75);
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    font-size: calc(1.275rem + .3vw)
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale(1)
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/public/build/assets/inter-latin-ext-400-normal-a3W9aftm.eot);
    src: url(/public/build/assets/inter-latin-ext-400-normal-a3W9aftm.eot?#iefix) format("embedded-opentype"), url(/public/build/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"), url(/public/build/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff"), url(/public/build/assets/icons/inter-latin-ext-400-normal.svg#Inter) format("svg")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    src: url(/public/build/assets/inter-latin-ext-500-normal-yIDel3XP.eot);
    src: url(/public/build/assets/inter-latin-ext-500-normal-yIDel3XP.eot?#iefix) format("embedded-opentype"), url(/public/build/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"), url(/public/build/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff"), url(/public/build/assets/icons/inter-latin-ext-500-normal.svg#Inter) format("svg")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url(/public/build/assets/inter-latin-ext-600-normal-DsnqvIRU.eot);
    src: url(/public/build/assets/inter-latin-ext-600-normal-DsnqvIRU.eot?#iefix) format("embedded-opentype"), url(/public/build/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"), url(/public/build/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff"), url(/public/build/assets/icons/inter-latin-ext-600-normal.svg#Inter) format("svg")
}

@font-face {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/public/build/assets/roboto-flex-latin-ext-400-normal-CZc59WWP.eot);
    src: url(/public/build/assets/roboto-flex-latin-ext-400-normal-CZc59WWP.eot?#iefix) format("embedded-opentype"), url(/public/build/assets/roboto-flex-latin-ext-400-normal-Nf3BZ6sv.woff2) format("woff2"), url(/public/build/assets/roboto-flex-latin-ext-400-normal-BtDKOhWi.woff) format("woff"), url(/public/build/assets/icons/roboto-flex-latin-ext-400-normal.svg#RobotoFlex) format("svg")
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
sections,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-decoration: none;
    text-decoration: none
}

a {
    color: #231f20
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
sections {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.text-accent {
    color: #fccb06
}

.text-secondary {
    color: rgba(35, 31, 32, .5)
}

h1 {
    font: 600 64px/94% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

h2 {
    font: 600 44px/94% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

h3 {
    font: 600 32px/94% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

h4 {
    font: 600 25px Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    line-height: 110%
}

h5 {
    font: 600 20px/94% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

h6 {
    font: 600 17px/100% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    letter-spacing: -2%
}

.text-btn {
    font: 600 16px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.text-small-btn {
    font: 600 14px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.big-text {
    font: 600 122px/87% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

.big-text-1 {
    font: 500 60px/105% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

.big-text-2 {
    font: 600 50px/105% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

.big-text-3 {
    font: 600 32px/100% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    letter-spacing: -2%
}

.big-text-4 {
    font: 600 25px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: -2%
}

.text-20-med {
    font: 500 20px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.text-18-reg {
    font: 400 18px/140% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: -4%
}

.text-16-reg {
    font: 400 16px/140% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: -1%
}

.text-14-med {
    font: 500 14px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.text-14-reg {
    font: 400 14px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    letter-spacing: -2%
}

.text-14-reg-140 {
    font: 400 14px/140% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.text-12-reg {
    font: 400 12px/140% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.container {
    margin: auto
}

body {
    font-family: Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    font-size: 16px;
    background: #f7f7f7;
    color: #231f20
}

sup {
    font-size: 12px
}

.hide {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #231f20
}

table {
    width: 100%;
    margin: 0 2px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    outline: 1px solid #eaeaea;
    overflow: scroll
}

table th,
table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eaeaea
}

table th {
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1%;
    background-color: #f7f7f7
}

table th,
table td {
    font-family: Inter;
    font-size: 16px
}

table td {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%
}

.advantages {
    background: #fff;
    padding: 80px 0
}

.advantages__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 20px
}

.advantages__header-outer {
    grid-area: h
}

.advantages__header-inner {
    font-size: 44px;
    grid-area: h
}

.advantages__advantage-card {
    height: 100%;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.advantages__advantage-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5);
    line-height: 110%
}

.advantages__advantage-content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.advantages__advantage-image {
    width: 191px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden
}

.advantages__advantage0 {
    grid-area: a0;
    width: 100%;
    height: 340px;
    border-radius: 20px;
    overflow: hidden
}

.advantages__advantage0 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages__advantage1 {
    grid-area: a1;
    height: 640px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.advantages__advantage2 {
    grid-area: a2;
    height: 340px
}

.advantages__advantage3 {
    grid-area: a3;
    position: relative;
    height: 280px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fccb06;
    z-index: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px
}

.advantages__advantage3__decoration {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.advantages__advantage3__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 2
}

.advantages__advantage3__content {
    height: 100%;
    z-index: 2
}

.advantages__advantage3__content,
.advantages__advantage4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.advantages__advantage4 {
    grid-area: a4;
    height: 640px;
    padding: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(35, 31, 32, .2);
    background-blend-mode: multiply;
    overflow: hidden
}

.advantages__advantage4-text,
.advantages__advantage4-label {
    color: #fff
}

.advantages-2 {
    background: #fff;
    padding: 80px 0
}

.advantages-2__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 20px
}

.advantages-2__header-outer {
    grid-area: h
}

.advantages-2__header-inner {
    grid-area: h;
    font-size: 44px;
    font-weight: 600
}

.advantages-2__advantage-card {
    height: 100%;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.advantages-2__advantage-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5);
    line-height: 110%
}

.advantages-2__advantage-content {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.advantages-2__advantage-image {
    width: 191px;
    height: 136px;
    border-radius: 10px;
    overflow: hidden
}

.advantages-2__advantage0 {
    grid-area: a0;
    width: 100%;
    height: 340px;
    border-radius: 20px;
    overflow: hidden
}

.advantages-2__advantage0 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages-2__advantage1 {
    grid-area: a1;
    height: 640px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.advantages-2__advantage2 {
    grid-area: a2;
    height: 340px
}

.advantages-2__advantage3 {
    grid-area: a3;
    position: relative;
    height: 280px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fccb06;
    z-index: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px
}

.advantages-2__advantage3__decoration {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.advantages-2__advantage3__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 2
}

.advantages-2__advantage3__content {
    height: 100%;
    z-index: 2
}

.advantages-2__advantage3__content,
.advantages-2__advantage4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.advantages-2__advantage4 {
    grid-area: a4;
    height: 640px;
    padding: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(35, 31, 32, .2);
    background-blend-mode: multiply;
    overflow: hidden
}

.advantages-2__advantage4-text,
.advantages-2__advantage4-label {
    color: #fff
}

.advantages-scaffolding {
    background: #fff
}

.advantages-scaffolding__inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 100px 0
}

.advantages-scaffolding__title {
    font-size: 44px
}

.advantages-scaffolding__subtitle {
    font-size: 20px
}

.advantages-scaffolding__text {
    color: rgba(35, 31, 32, .5)
}

.advantages-scaffolding__cell {
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.advantages-scaffolding__cell-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px
}

.advantages-scaffolding__cell_variant_normal {
    background: #f7f7f7
}

.advantages-scaffolding__cell_variant_accent {
    background: #fccb06
}

.cabins-advantages {
    background: #fff;
    padding: 100px 0
}

.cabins-advantages__title {
    margin-bottom: 40px
}

.cabins-advantages__blocks {
    display: flex;
    grid-gap: 10px
}

.cabins-advantages__accent {
    border-radius: 20px;
    background-color: #fccb06;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    flex: 1 1
}

.cabins-advantages__accent-card {
    border-radius: 10px;
    background: rgba(35, 31, 32, .1);
    padding: 20px
}

.cabins-advantages__accent-card-header {
    grid-column: span 2
}

.cabins-advantages__accent-card-header-top {
    display: flex;
    grid-gap: 15px;
    justify-content: space-between
}

.cabins-advantages__accent-card-header-top-button {
    flex-shrink: 0
}

.cabins-advantages__accent-card-header-bottom {
    margin-top: 15px
}

.cabins-advantages__accent-card-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 15px
}

.cabins-advantages__accent-card-text {
    margin-top: 5px
}

.cabins-advantages__accent-card-footer {
    grid-column: span 2
}

.cabins-advantages__other {
    background: #f7f7f7;
    border-radius: 20px;
    flex: 2 1;
    padding: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr)
}

.cabins-advantages__other-card {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.cabins-advantages__other-card-bottom {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    grid-gap: 5px
}

.cabins-advantages__other-card-icon {
    width: 32px;
    height: 32px
}

.cabins-expanders__title {
    margin-bottom: 40px
}

.cabins-expanders__types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.cabins-expanders__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px
}

.cabins-expanders__card {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 25px
}

.cabins-expanders__card-image {
    width: 100%;
    height: 150px
}

.cabins-expanders__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cabins-expanders__specs {
    display: flex;
    grid-gap: 20px
}

.cabins-expanders__specs-spec {
    margin-bottom: 10px
}

.cabins-expanders__specs-block {
    flex: 2 1
}

.cabins-expanders__specs-image-preview {
    flex: 1 1;
    background: #f7f7f7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px
}

.certificates {
    width: 100%
}

.conditions {
    margin-bottom: 100px
}

.conditions__title {
    margin-bottom: 40px
}

.conditions__blocks {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}

.conditions__block {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.contacts__title {
    margin-top: 30px;
    margin-bottom: 40px
}

.contacts__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.contacts__card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.contacts__card-title {
    margin-bottom: 25px
}

.contacts__map-line {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 20px
}

.contacts__map-icon {
    width: 19px;
    height: 19px;
    flex-shrink: 0
}

.contacts__sub-info {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 20px
}

.contacts__blocks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 25px;
    grid-gap: 20px
}

.contacts__block {
    display: flex;
    flex-direction: column;
    grid-gap: 7px
}

.contacts__block-link:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.contacts__block-header {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.contacts__block-header-icon {
    width: 22px;
    height: 22px;
    position: relative;
    top: -3px
}

.contacts__block-buttons {
    display: flex;
    grid-gap: 10px
}

.contacts__route-button {
    position: absolute !important;
    top: 30px;
    right: 30px
}

.customers-choice__title {
    font-size: 44px
}

.customers-choice__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 30px
}

.customers-choice__cards {
    width: 100%;
    display: flex;
    grid-gap: 20px
}

.feedback {
    background: #fccb06;
    padding: 40px;
    position: relative;
    display: flex;
    grid-gap: 10px
}

.feedback__title {
    font-size: 44px
}

.feedback_type_default {
    border-radius: 20px
}

.feedback_type_footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.feedback h2 {
    padding-bottom: 22px
}

.feedback__body {
    width: 100%;
    flex-direction: column
}

.feedback__body,
.feedback__form,
.feedback__end {
    display: flex;
    grid-gap: 10px
}

.feedback__submit {
    min-width: 175px
}

.feedback__fields {
    width: 100%;
    display: flex;
    grid-gap: 10px
}

.feedback__checkboxes {
    color: rgba(35, 31, 32, .5);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.feedback__checkboxes a {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #231f20;
    font-weight: 400
}

.feedback__checkboxes a:hover {
    background: #ffab18
}

.feedback__image {
    position: relative
}

.feedback__image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 2;
    pointer-events: none
}

.gallery__slide {
    height: 250px
}

.header {
    position: relative;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: -20px;
    z-index: 100
}

.header a {
    color: #231f20
}

.header a:hover {
    color: rgba(35, 31, 32, .7)
}

.header__inner {
    padding: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    /* grid-template-columns: repeat(9, auto); */
    /* grid-template-columns: repeat(9, 1fr); */
    /* justify-items: stretch; */
    grid-template-columns: auto auto repeat(4, 1fr) auto auto auto;

    grid-template-rows: auto;
    grid-gap: 10px
}

.header__logo {
    grid-area: logo
}

.header__logo,
.header__address {
    display: flex;
    align-items: center;
    justify-content: start
}

.header__address {
    grid-area: address;
    grid-gap: 30px
}

.header__address__city {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px
}

.header__address__city__icon {
    width: 16px;
    height: 16px;
    margin-bottom: 3px
}

.header__nav {
    grid-area: nav;
    justify-content: start
}

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

.header__nav__links {
    justify-content: center;
    /* grid-gap: 5px */
}

.header__nav__link {
    white-space: nowrap;
    padding: 10px
}

.header__catalogs {
    grid-area: catalogs;
    padding: 0 5px;
    grid-gap: 10px
}

.header__catalogs,
.header__catalog {
    display: flex;
    align-items: center;
    justify-content: center
}

.header__catalog:hover .header__catalog-title {
    color: #ffab18
}

.header__catalog-dropdown {
    padding: 10px;
    background-color: transparent;
    background-color: initial;
    border: medium none currentcolor;
    border: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px
}

.header__catalog-icon {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px
}

.header__contacts {
    grid-area: contacts;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: auto;
    grid-gap: 5px 20px
}

.header__contacts__logo {
    grid-area: logo;
    display: none;
    align-items: center;
    justify-content: center
}

.header__contacts__logo img {
    width: 100%;
    height: 100%
}

.header__phone {
    grid-area: phone;
    white-space: nowrap;
    font-weight: 600;
    align-items: end
}

.header__phone,
.header__socials {
    display: flex;
    justify-content: end
}

.header__socials {
    grid-area: socials;
    align-items: start;
    grid-gap: 10px
}

.header__social {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px
}

.header__social__text {
    font-size: 14px;
    font-weight: 400
}

.header__social__icon {
    width: 16px;
    height: 16px;
    margin-bottom: 3px
}

.header .button {
    font-size: 14px;
    white-space: nowrap
}

.header__action-contact {
    grid-area: contact;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__action-contact .button {
    width: 100%
}

.header__action-menu {
    grid-area: menu;
    display: none;
    align-items: center;
    justify-content: center
}

.header__action-menu .button {
    width: 100%
}

.header__action-icon,
.header__action-text {
    color: #231f20
}

.mini-advantages {
    margin-top: 2.5rem
}

.mini-advantages__inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.not-found__bg {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%);
    width: 4500px;
    z-index: 1
}

.not-found__text-block {
    left: calc(50% - 400px);
    top: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
    z-index: 4
}

.not-found__text-block,
.not-found__text-block-bg {
    position: absolute;
    transform: translate(-50%, -50%)
}

.not-found__text-block-bg {
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 582px;
    height: 532px
}

.not-found__text {
    width: 100%;
    max-width: 330px
}

.our-project-modal__inner {
    display: flex;
    grid-gap: 30px
}

.our-project-modal__carousel {
    width: 60%
}

.our-project-modal__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.our-project-modal__content {
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.our-project-modal__specs {
    display: flex;
    flex-direction: column;
    grid-gap: 4px
}

.prices__title {
    margin-bottom: 40px
}

.prices__table-wrapper {
    width: 100%;
    overflow: scroll;
    display: flex
}

.prices__table-wrapper table {
    width: 100%;
    min-width: 500px
}

.product-listing__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.product-listing__filters {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap
}

.product-listing__products {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-flow: row wrap;
    grid-gap: auto
}

.product-listing__product {
    padding: 10px
}

.product-listing__product:nth-child(n+1) {
    padding-left: 0
}

.product-listing__product:nth-child(3n) {
    padding-right: 0
}

.request-modal__header,
.request-modal__inputs {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 20px
}

.request-modal__button {
    margin-bottom: 10px;
    width: 100%
}

.request-modal__checkbox {
    margin-bottom: 4px
}

.request-modal__sale {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #231f20;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 20px
}

.reviews {
    width: 100%
}

.reviews__hover-message {
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none
}

.reviews__hover-message-inner {
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
    background: #fff;
    display: none;
    flex-direction: column;
    grid-gap: 10px
}

.reviews__hover-message-text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5)
}

.reviews .player {
    height: 450px;
    border: 4px solid #fff
}

.reviews__player:hover .reviews__hover-message-inner,
.reviews__rc {
    display: flex
}

.reviews__rc {
    grid-gap: 0 30px
}

.reviews__rating {
    padding-top: 14px
}

.reviews__hoover-message-title {
    font-size: 17px
}

.warehouses {
    background: #fccb06;
    width: 100%;
    padding: 100px 0
}

.warehouses__stubs {
    display: flex;
    grid-gap: 18px;
    align-items: flex-end
}

.warehouses__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 30px
}

.warehouses__title {
    display: flex;
    font-size: 99px;
    font-weight: 700
}

.warehouses__content {
    grid-gap: 20px
}

.warehouses__content,
.warehouses__left {
    display: flex;
    justify-content: space-between
}

.warehouses__left {
    flex-direction: column
}

.warehouses__right {
    width: 80%
}

.warehouses__text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.warehouses-carousel__slide {
    height: 319px
}

.estimate-calculator {
    background-color: #fccb06;
    border-radius: 10px;
    padding: 30px
}

.estimate-calculator__title {
    font-size: 32px;
    line-height: 94%;
    font-weight: 600;
    color: #231f20
}

.estimate-calculator__inner {
    margin-top: 20px
}

.estimate-calculator__inputs {
    display: flex;
    grid-gap: 10px
}

.estimate-calculator__item {
    flex-basis: auto
}

.estimate-calculator__item_large {
    flex-shrink: 0;
    flex-basis: 446px
}

.estimate-calculator__label {
    color: #231f20
}

.estimate-calculator__blocks {
    padding: 15px 20px;
    background-color: #efc00e;
    border-radius: 10px;
    margin-top: 20px
}

.estimate-calculator__name {
    font-size: 16px;
    font-weight: 400
}

.estimate-calculator__name,
.estimate-calculator__value {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 140%
}

.estimate-calculator__value {
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px
}

.about {
    background: #fff;
    padding: 100px 0;
    overflow: hidden
}

.about__title {
    font-size: 44px
}

.about .text-18-reg {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    line-height: 140%;
    letter-spacing: -4%
}

.about__inner {
    height: -moz-fit-content;
    height: fit-content
}

.about__inner,
.about__info {
    display: flex;
    grid-gap: 20px
}

.about__info {
    width: 100%;
    flex-direction: column
}

.about__text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5)
}

.about__facts {
    width: 100%;
    display: flex
}

.about__main-fact {
    padding: 5px;
    z-index: 1
}

.about__main-fact__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fccb06;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about__main-fact-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0
}

.about__fact {
    padding: 5px
}

.about__fact__inner {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about__slider {
    width: 100%;
    height: 615px;
    position: relative
}

.about__slider-title {
    font-size: 17px;
    color: #231f20
}

.about__slider-description {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px
}

.about__slider-text {
    color: rgba(35, 31, 32, .5)
}

.about-customers {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.about-customers__text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5)
}

.about-customers__logos {
    width: 265px;
    height: 65px;
    display: flex
}

.about-customers__logo {
    width: 93px;
    position: relative
}

.about-customers__logo>img {
    width: 93px;
    height: 65px;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    position: absolute;
    right: -50%
}

.about-slider {
    grid-gap: 10px;
    position: absolute;
    left: 0
}

.about-slider,
.about-slider__inner {
    width: 100%;
    height: 100%;
    display: flex
}

.about-slider__inner {
    position: relative;
    flex-direction: column;
    grid-gap: 20px
}

.about-slider__swiper-description {
    width: 70%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.about-slider__swiper-wrapper {
    width: 150%;
    height: 100%
}

.about-slider__swiper {
    width: 100%;
    height: 100%
}

.about-slider .slide *:not(.slide__image):not(.slide__player):not(.player__video):not(.about-slider__swiper-description):not(.about__slider-description):not(.about__slider-text):not(.about__slider-title),
.about-slider .slide .about__slider-description {
    opacity: 0;
    visibility: hidden
}

.about-slider .swiper-slide {
    width: 100%;
    height: 200px;
    opacity: .3;
    border-radius: 12px;
    overflow: hidden;
    transition: width .35s, height .4s
}

.about-slider .swiper-slide-prev {
    opacity: 1;
    height: 100%
}

.about-slider .swiper-slide>* {
    pointer-events: none;
    border-radius: 0
}

.about-slider .swiper-slide-active {
    opacity: 1;
    width: 65% !important;
    height: 100%
}

.about-slider .swiper-slide-active *:not(.slide__image) {
    opacity: 1;
    visibility: visible
}

.about-slider__buttons {
    display: flex;
    grid-gap: 10px;
    z-index: 2
}

.delivery__title {
    margin-bottom: 40px
}

.delivery__map-title {
    margin-top: 30px;
    margin-bottom: 20px
}

.delivery__map-blocks {
    display: flex;
    justify-content: space-between;
    grid-gap: 60px;
    margin-bottom: 20px
}

.delivery__map-block {
    display: flex;
    align-items: center;
    grid-gap: 20px
}

.delivery__map-block-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.delivery__map-finder {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 10px
}

.delivery__map-header {
    display: flex;
    align-items: center;
    grid-gap: 7px;
    margin-bottom: 10px
}

.delivery__map-icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px
}

.delivery__map {
    height: 500px;
    margin-bottom: 18px;
    border-radius: 10px;
    overflow: hidden
}

.delivery__map img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delivery__map-undertext {
    margin-bottom: 20px
}

.delivery__map-cities {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px
}

.delivery__map-city {
    cursor: pointer
}

.delivery__map-city:hover {
    color: #fccb06
}

.delivery__cars-title {
    margin-top: 30px;
    margin-bottom: 20px
}

.delivery__cars {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr
}

.delivery__video-title {
    margin-bottom: 20px;
    margin-top: 20px
}

.delivery__video-title:first-child {
    margin-top: 30px
}

.delivery-town-about__title {
    margin-bottom: 40px
}

.delivery-town-about__content,
.delivery-town-about__we-are-cool {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    align-items: flex-start
}

.delivery-town-about__we-are-cool {
    padding: 20px;
    border-radius: 10px;
    background: #fccb06
}

.delivery-town-about__blocks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px
}

.delivery-town-about__block {
    border-radius: 10px;
    padding: 20px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.delivery-town-about__map-wrapper {
    width: 100%;
    height: 500px;
    border-radius: 20px
}

.delivery-town-about__map-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.delivery-town-calculator__tabs {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-gap: 10px;
    margin-bottom: 10px
}

.delivery-town-table {
    padding: 80px 0;
    background: #fff
}

.delivery-town-table .container {
    display: flex;
    flex-direction: column;
    grid-gap: 30px
}

.delivery-town-table__table-wrapper {
    width: 100%;
    overflow: scroll;
    display: flex
}

.delivery-town-table__table {
    width: 100%;
    min-width: 700px
}

.footer {
    padding-bottom: 10px
}

.footer__body {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.footer__inner {
    display: flex;
    flex-direction: column
}

.footer__logo {
    width: 240px;
    margin: 50px 0
}

.footer__columns,
.footer__links {
    display: flex;
    justify-content: space-between;
    grid-gap: 32px
}

.footer__links {
    width: 70%
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.footer__contacts-wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.footer__contacts-buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.footer__contact {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.footer__contact-icon {
    width: 24px;
    height: 24px
}

.footer__contact-phone {
    color: #231f20
}

.footer__legal {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    grid-gap: 20px
}

.footer__legal,
.footer__legal a {
    color: rgba(35, 31, 32, .7)
}

.footer-column {
    grid-gap: 30px
}

.footer-column,
.footer-column__links {
    display: flex;
    flex-direction: column
}

.footer-column__links {
    grid-gap: 10px
}

.footer-column__link {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: gray
}

.footer-column__link:hover {
    color: #231f20
}

.formwork-calculator {
    width: 100%;
    margin-top: 20px;
    background: #fccb06;
    padding: 30px;
    border-radius: 10px
}

.formwork-calculator__title {
    margin-bottom: 20px
}

.formwork-calculator__inner {
    display: flex;
    grid-gap: 30px
}

.formwork-calculator__left {
    width: 60%
}

.formwork-calculator__right {
    position: relative;
    padding: 30px 40px;
    width: 40%;
    border-radius: 10px;
    background: #ffcc00
}

/* Рамка по краю в стиле .dotted2 из компонента «Посетите наши склады онлайн» (cams) */
.formwork-calculator__right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: 2px dashed #e0b509;
    mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none
}

.formwork-calculator__discount-frame {
    color: #231f20
}

.formwork-calculator__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px
}

.formwork-calculator__text {
    display: block;
    margin-bottom: 20px
}

.formwork-calculator__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.formwork-calculator__block {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 10px;
    background: rgba(35, 31, 32, .1)
}

.formwork-calculator__name {
    margin-bottom: 5px
}

.formwork-calculator__discount-title {
    margin-bottom: 15px
}

.formwork-calculator__discount-text {
    display: block;
    margin-bottom: 25px
}

.hero {
    width: 100%;
    height: auto;
    position: relative
}

.hero__container {
    height: 100%;
    position: relative;
    z-index: 1
}

.hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.hero__buttons {
    padding-bottom: 30px;
    display: flex
}

.hero__banner {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center
}

.hero__panel {
    width: 78%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: flex
}

.hero__panel-body {
    background: #fccb06
}

.hero__panel-ends {
    position: absolute;
    display: flex
}

.hero__panel-top-end,
.hero__panel-bottom-end {
    background: #fccb06
}

.hero__panel-decor1 {
    position: absolute;
    left: 0;
    z-index: 1
}

.hero__panel-decor2 {
    top: 20
}

.hero__panel-decor2,
.hero__panel-decor3 {
    position: absolute;
    left: 130px;
    z-index: 1
}

.hero__panel-decor3 {
    bottom: 0
}

.hero__panel-decor4 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.hero-2 {
    width: 100%;
    position: relative
}

.hero-2__container {
    height: 100%;
    position: relative;
    z-index: 1
}

.hero-2__content {
    height: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.hero-2__breadcrumbs .breadcrumbs {
    margin: 0
}

.hero-2__text {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: rgba(35, 31, 32, .5);
    padding-bottom: 30px
}

.hero-2__banner {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: right center
}

.hero-2__banner,
.hero-2__panel {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-2__panel {
    top: 0;
    left: 0;
    z-index: 0;
    display: flex
}

.hero-2__panel-body {
    background: #fccb06
}

.hero-2__panel-ends {
    position: absolute;
    display: flex
}

.hero-2__panel-top-end,
.hero-2__panel-bottom-end {
    background: #fccb06
}

.hero-button {
    padding: 5px;
    position: relative
}

.hero-button:hover .hero-button__inner {
    background: rgba(216, 174, 10, .6)
}

.hero-button:hover .hero-button__text {
    display: block
}

.hero-button__inner {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #231f20;
    border-radius: 10px;
    padding: 20px;
    grid-gap: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between
}

.hero-button__title {
    font-size: 20px;
    font-weight: 600
}

.hero-button__text {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400
}

.hero-button__icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px
}

.yandex-map {
    height: 100%
}

.yandex-map,
.news-post__hero {
    width: 100%;
    border-radius: 20px;
    overflow: hidden
}

.news-post__hero {
    position: relative;
    height: 600px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.news-post__hero-image {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-post__title {
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 2px rgba(35, 31, 32, .5), 0 0 1px rgba(35, 31, 32, .5), 0 0 .2px rgba(35, 31, 32, .5)
}

.news-post__content {
    border-radius: 20px;
    background: #fff;
    padding: 40px
}

.news-post__content,
.news-post__content h1,
.news-post__content h2,
.news-post__content h3,
.news-post__content h4,
.news-post__content h5,
.news-post__content h6,
.news-post__content p {
    margin-bottom: 20px
}

.news-post__content img {
    display: block;
    width: 100%;
    max-width: 830px;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden
}

.news-post__content ul,
.news-post__content table {
    margin-bottom: 30px
}

.news-post__content .text-btn {
    margin-bottom: 15px
}

.news-post__content .float-left {
    float: left
}

.news-post__content .float-right {
    float: right
}

.news-post__controls {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    justify-content: space-between
}

.news-post__controls,
.news-post__controls-left {
    display: flex;
    grid-gap: 10px
}

.news-posts__title,
.news-posts__list {
    margin-bottom: 40px
}

.news-posts__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.news-posts__pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 100px
}

.news-preview {
    width: 100%;
    padding-bottom: 100px
}

.product {
    display: flex;
    flex-direction: column
}

.product__calculator-title {
    margin-bottom: 20px
}

.product__main {
    display: flex;
    grid-gap: 20px
}

.product__left {
    width: 50%
}

.product__right {
    width: 50%;
    grid-gap: 10px
}

.product__right,
.product__details {
    display: flex;
    flex-direction: column
}

.product__details {
    grid-gap: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.product__buttons {
    display: flex;
    grid-gap: 10px
}

.product__calculator {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.product__calculator-items {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px
}

.product__calculator-item {
    display: flex;
    grid-gap: 15px;
    align-items: center
}

.product__calculator-icon {
    flex-shrink: 0;
    height: 32px;
    width: 32px
}

.product__calculator-text {
    flex-grow: 1;
    width: 100%;
    cursor: pointer
}

.product__calculator-button {
    width: 100%
}

.product-delivery {
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px
}

.product-delivery__title {
    margin-bottom: 20px
}

.product-delivery__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px
}

.product-delivery__card {
    background: #f7f7f7;
    display: flex;
    grid-gap: 25px;
    height: 87px;
    padding: 0 20px;
    border-radius: 10px;
    align-items: center
}

.product-delivery__card-icon {
    width: 47px;
    height: 47px
}

.product-delivery__info {
    margin-bottom: 20px;
    background: #fccb06;
    border-radius: 10px;
    padding: 20px
}

.product-delivery__info-title {
    font-size: 20px;
    margin-bottom: 15px
}

.product-delivery__info-text {
    margin-bottom: 15px
}

.product-expanders {
    margin-top: 20px
}

.product-expanders__elements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}

.product-expanders__download {
    margin-bottom: 10px
}

.product-expanders__stats h1,
.product-expanders__stats h2,
.product-expanders__stats h3,
.product-expanders__stats h4,
.product-expanders__stats h5,
.product-expanders__stats h6,
.product-expanders__stats p {
    margin-bottom: 20px
}

.product-expanders__stats img {
    display: block;
    width: 100%;
    max-width: 830px;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden
}

.product-expanders__stats ul,
.product-expanders__stats table {
    margin-bottom: 30px
}

.product-expanders__stats .text-btn {
    margin-bottom: 15px
}

.product-expanders__stats .float-left {
    float: left
}

.product-expanders__stats .float-right {
    float: right
}

.product-pricing {
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 10px
}

.product-pricing__title,
.product-pricing__text {
    margin-bottom: 20px
}

.product-pricing__prices {
    width: 100%;
    max-width: 750px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px
}

.product-pricing__prices-inner {
    width: 100%;
    display: flex;
    grid-gap: 10px
}

.product-pricing__price-block {
    flex-grow: 1;
    background: #fff;
    border-radius: 10px;
    padding: 20px
}

.product-pricing__price-title {
    font-size: 20px;
    margin-bottom: 15px
}

.product-pricing__block-value {
    font-size: 17px
}

.product-pricing__blocks {
    display: flex
}

.product-pricing__block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 4px
}

.product-pricing__block-title {
    color: rgba(35, 31, 32, .5)
}

.product-pricing__prices-text {
    color: #fccb06
}

.product-stocks {
    margin-top: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.product-stocks__stock {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column
}

.product-stocks__stock:first-child {
    background-color: #fccb06
}

.product-stocks__stock:hover {
    background: #fccb06
}

.product-stocks__stock:hover .product-stocks__stock-label {
    background: #231f20;
    color: #fff
}

.product-stocks__stock-label {
    margin-bottom: 15px
}

.product-stocks__stock-title {
    font-size: 25px
}

.product-stocks__stock-description {
    margin-top: 8px;
    color: rgba(35, 31, 32, .5)
}

.product-2 {
    display: flex;
    flex-direction: column
}

.product-2__wrapper {
    display: flex;
    grid-gap: 20px
}

.product-2__left {
    width: 50%
}

.product-2__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-2__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}

.product-2__title,
.product-2__price {
    margin-bottom: 20px
}

.product-2__main {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-2__main-buttons {
    display: flex;
    grid-gap: 10px
}

.product-2__info {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-2__info-title {
    margin-bottom: 20px
}

.product-2__info-lines {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.product-2__line {
    display: flex
}

.product-2-table {
    margin-top: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.product-2-table__title {
    margin-bottom: 20px
}

.product-2-table__table-wrapper {
    display: flex;
    width: 100%;
    overflow: scroll
}

.product-2-table__table {
    margin-top: 20px;
    min-width: 700px
}

.product-2-table__table tr:hover {
    cursor: pointer;
    background-color: #fccb06
}

.product-2-table__tip {
    margin-top: 10px;
    display: block
}

.product-3 {
    display: flex;
    flex-direction: column
}

.product-3__wrapper {
    display: flex;
    grid-gap: 20px
}

.product-3__left {
    width: 50%
}

.product-3__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-3__title,
.product-3__price {
    margin-bottom: 20px
}

.product-3__main {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-3__main-buttons {
    display: flex;
    grid-gap: 10px
}

.product-3__info {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-3__info-title {
    margin-bottom: 20px
}

.product-3__info-lines {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.product-3__line {
    display: flex
}

.product-3__docs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.product-3-lifts-conditions {
    margin-top: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.product-3-lifts-conditions h3 {
    margin-bottom: 20px
}

.product-3-lifts-conditions__blocks {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px
}

.product-3-lifts-conditions__block {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    flex-grow: 1;
    width: calc((100% - 30px)/4);
    max-height: 152px
}

.product-3-lifts-conditions__block_empty {
    background-color: #fff;
    padding: 0
}

.product-3-lifts-conditions__block_empty img {
    width: 100%;
    height: 100%
}

.product-3-lifts-conditions__block_accent {
    background: #fccb06
}

.product-3-lifts-conditions__icon-wrapper {
    height: 48px;
    width: 48px;
    margin-bottom: 15px
}

.product-4 {
    display: flex;
    flex-direction: column
}

.product-4__items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 28px
}

.product-4__wrapper {
    display: flex;
    grid-gap: 20px
}

.product-4__left {
    width: 50%
}

.product-4__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-4__title,
.product-4__price {
    margin-bottom: 20px
}

.product-4__main {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-4__main-buttons {
    display: flex;
    grid-gap: 10px
}

.product-4__info {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-4__info_accordion {
    padding: 20px 15px
}

.product-4__info-title {
    margin-bottom: 20px
}

.product-4__blocks {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px
}

.product-4__blocks_gray {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px
}

.product-4__block {
    width: calc((100% - 20px) / 3);
    padding: 20px 12px;
    background: #f7f7f7;
    border-radius: 10px;
    flex-grow: 1
}

.product-4__block_white {
    background-color: #fff
}

.product-4__block-value-2 {
    font-size: 17px
}

.product-4__block-value-1 {
    font-size: 20px;
    margin-bottom: 15px
}

.product-4__block-name {
    margin-bottom: 4px
}

.product-5 {
    display: flex;
    flex-direction: column
}

.product-5__wrapper {
    display: flex;
    grid-gap: 20px
}

.product-5__left {
    width: 50%
}

.product-5__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-5__title,
.product-5__price {
    margin-bottom: 20px
}

.product-5__main {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-5__main-buttons {
    display: flex;
    grid-gap: 10px
}

.product-5__info {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-5__info-title {
    margin-bottom: 20px
}

.product-5__info-lines {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.product-5__line {
    display: flex
}

.product-5__docs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.product-5-pricing {
    margin-top: 20px;
    align-items: flex-start;
    grid-gap: 20px;
    padding: 30px;
    border-radius: 10px;
    background: #fff
}

.product-5-pricing,
.product-6 {
    display: flex;
    flex-direction: column
}

.product-6__wrapper {
    display: flex;
    grid-gap: 20px
}

.product-6__left {
    width: 50%
}

.product-6__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-6__title,
.product-6__text,
.product-6__price {
    margin-bottom: 20px
}

.product-6__main {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-6__main-buttons {
    display: flex;
    grid-gap: 10px
}

.product-6__info {
    background: #fff;
    border-radius: 10px;
    padding: 30px
}

.product-6__info-title {
    margin-bottom: 20px
}

.product-6__info-lines {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.product-6__line {
    display: flex
}

.product-6__docs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.product-5-pricing {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
    padding: 30px;
    border-radius: 10px;
    background: #fff
}

.rent-formwork {
    width: 100%
}

.rent-formwork__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.rent-formwork__rent {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px
}

.rent-formwork__rent-split {
    display: flex;
    grid-gap: 20px
}

.rent-formwork__rent-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.rent-formwork__card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.rent-formwork__certificates {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.rent-formwork__certificate {
    background: #f7f7f7
}

.rent-lifts {
    width: 100%
}

.rent-lifts__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.rent-lifts__rent {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px
}

.rent-lifts__rent-split {
    display: flex;
    grid-gap: 20px
}

.rent-lifts__rent-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.rent-lifts__card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.rent-lifts__certificates {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.rent-lifts__certificate {
    background: #f7f7f7
}

.rent-scaffolding {
    width: 100%
}

.rent-scaffolding__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.rent-scaffolding__conditions,
.rent-scaffolding__cards {
    display: flex;
    grid-gap: 15px
}

.rent-scaffolding__cards {
    padding-left: 20px;
    padding-right: 20px
}

.rent-scaffolding__title {
    font-size: 20px
}

.rent-scaffolding__card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.rent-scaffolding-main {
    width: 100%
}

.rent-scaffolding-main__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.rent-scaffolding-main__rent {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px
}

.rent-scaffolding-main__rent-split {
    display: flex;
    grid-gap: 20px
}

.rent-scaffolding-main__rent-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.rent-scaffolding-main__card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.rent-scaffolding-main__certificates {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.rent-scaffolding-main__certificate {
    background: #f7f7f7
}

.stocks__inner {
    overflow: hidden;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 170px);
    grid-template-areas: "tt tx a1 a3" "mn mn a2 a4" "mn mn cs a5" "a9 a8 a7 a6"
}

.stocks__title {
    font-size: 44px;
    font-weight: 600;
    grid-area: tt
}

.stocks .stock__header,
.stocks .stock__content {
    position: relative;
    z-index: 3
}

.stocks .stock__content-description {
    margin-bottom: 16px
}

.stocks__text {
    grid-area: tx;
    color: rgba(35, 31, 32, .5);
    justify-content: center;
    padding: 0 30px
}

.stocks__text,
.stocks__header {
    display: flex;
    align-items: center
}

.stocks__header {
    grid-area: tt;
    padding: 8px 16px
}

.stocks__controls {
    grid-area: cs;
    display: flex;
    grid-gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: 1px;
    margin-bottom: 1px
}

.stocks__nav {
    margin-top: 12px;
    display: flex;
    grid-gap: 12px;
    justify-content: center
}

.stocks__card {
    position: relative
}

.stocks__card:after,
.stocks__card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100000px;
    background-color: #eaeaea
}

.stocks__card:after {
    right: auto;
    left: 0
}

.stocks__card_white {
    background-color: #fff
}

.stocks__card .button {
    max-width: 200px
}

.stocks__card[data-index="0"] {
    grid-area: mn
}

.stocks__card[data-index="0"] .stock_type_decoration {
    background: #fccb06 url(/public/build/assets/main-promo-decoration-ZPc1EhNz.png) center/cover no-repeat
}

.stocks__card[data-index="1"] {
    grid-area: a1
}

.stocks__card[data-index="2"] {
    grid-area: a2
}

.stocks__card[data-index="3"] {
    grid-area: a3
}

.stocks__card[data-index="4"] {
    grid-area: a4
}

.stocks__card[data-index="5"] {
    grid-area: a5
}

.stocks__card[data-index="6"] {
    grid-area: a6
}

.stocks__card[data-index="7"] {
    grid-area: a7
}

.stocks__card[data-index="8"] {
    grid-area: a8
}

.stocks__card[data-index="9"] {
    grid-area: a9
}

.stocks .stocks__card_active {
    z-index: 5
}

.stocks .stock {
    position: relative;
    transition: all .25s ease-in-out
}

.stocks .stock:after,
.stocks .stock:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100000px;
    height: 1px;
    background-color: #eaeaea
}

.stocks .stock:after {
    top: auto;
    bottom: 0
}

.stocks .stock__icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg)
}

.stocks .stock__icon svg {
    position: relative;
    width: 26px;
    height: 30px;
    z-index: 1
}

.stocks .stock__content-big {
    color: #231f20;
    max-width: 480px;
    margin-bottom: 15px
}

.stocks .stock_type_default,
.stocks .stock_type_big {
    will-change: transform, background-color, padding, opacity
}

.stocks__mobile-cards {
    display: none;
    flex-direction: column;
    grid-gap: 20px
}

.stocks__mobile-cards-swiper {
    width: 100%
}

.stocks__mobile-buttons {
    display: flex;
    grid-gap: 12px
}

/* .breadcrumbs {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    vertical-align: center;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px
} */

.breadcrumbs_variant_default {
    background: #EFC00E !important;
}

.breadcrumbs_variant_accent {
    background: rgba(216, 174, 10, .6)
}

.breadcrumbs__icon {
    position: relative;
    top: -2px;
    color: rgba(35, 31, 32, .5);
    width: 20px;
    height: 20px;
    cursor: pointer
}

.breadcrumbs__icon:hover {
    color: #231f20
}

.breadcrumbs-item {
    cursor: default;
    color: gray;
    display: flex;
    align-items: center;
    grid-gap: 13px;
    margin-left: 13px
}

.breadcrumbs-item:hover,
.breadcrumbs-item_active,
.breadcrumbs-item_active .breadcrumbs-item__text {
    color: #231f20
}

.breadcrumbs-item__text,
.breadcrumbs-item__delimiter {
    color: rgba(35, 31, 32, .5)
}

.car-card {
    border: 2px solid #f7f7f7;
    border-radius: 10px;
    padding: 25px
}

.car-card__title {
    margin-bottom: 10px
}

.car-card__img-wrapper {
    width: 100%;
    max-width: 515px;
    height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.car-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.car-card__specs {
    display: flex;
    grid-gap: 40px
}

.car-card__column {
    flex: 1 1
}

.car-card__col-title {
    margin-bottom: 15px
}

.car-card__spec-line {
    display: flex;
    align-items: center
}

.car-card__line {
    margin-bottom: 15px
}

.car-card__line:last-child {
    margin-bottom: 0
}

.carousel {
    width: 100%;
    position: relative
}

.carousel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.carousel__title {
    font-size: 44px
}

.carousel__buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 12px
}

.carousel__mobile-buttons {
    display: none;
    grid-gap: 12px;
    margin-top: 20px;
    justify-content: center
}

.slider-1 {
    min-width: 0
}

.slider-1__wrapper {
    width: 100%;
    position: relative
}

.slider-1__inner {
    display: flex;
    grid-gap: 86px;
    align-items: center
}

.slider-1__left {
    height: 100%;
    flex-grow: 1;
    display: flex;
    min-width: 0;
    grid-gap: 20px;
    align-items: end
}

.slider-1__right {
    flex-shrink: 0
}

.slider-1__swiper {
    height: 535px;
    border-radius: 12px;
    overflow: hidden
}

.slider-1__mobile-buttons {
    width: 100%;
    display: none;
    grid-gap: 12px;
    align-items: center;
    justify-content: center
}

.slider-1__buttons,
.slider-1__thumbs-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 12px
}

.slider-1__thumbs-wrapper {
    align-items: center;
    max-width: 100%
}

.slider-1__thumbs {
    height: 535px;
    width: 100%
}

.slider-1__thumbs .slide *:not(.slide__image):not(.slide__player):not(.player__video) {
    display: none
}

.slider-1__thumbs .swiper-wrapper {
    align-items: end
}

.slider-1__thumbs .swiper-slide {
    width: 96px;
    height: 74px;
    opacity: .2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.slider-1__thumbs .swiper-slide>* {
    pointer-events: none;
    border-radius: 0
}

.slider-1__thumbs .swiper-slide-thumb-active {
    width: 154px;
    height: 118px;
    opacity: 1
}

.slider-2__inner {
    position: relative;
    height: 550px
}

.slider-2 .slide *:not(.slide__image):not(.slide__player):not(.player__video) {
    opacity: 0;
    visibility: hidden
}

.slider-2 .swiper-slide {
    height: 200px;
    opacity: .3;
    border-radius: 12px;
    overflow: hidden;
    transition: width .35s, height .35s
}

.slider-2 .swiper-slide>* {
    pointer-events: none;
    border-radius: 0
}

.slider-2 .swiper-slide-active {
    opacity: 1
}

.slider-2 .swiper-slide-active *:not(.slide__image) {
    opacity: 1;
    visibility: visible
}

.slider-2__buttons {
    display: flex;
    grid-gap: 12px;
    position: absolute;
    left: calc(80% + 10px);
    bottom: 0;
    z-index: 1
}

.slider-3 {
    width: 100%;
    position: relative
}

.slider-3__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 10px
}

.slider-3__swiper {
    height: 580px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 100%
}

.slider-3__buttons {
    position: absolute;
    right: 30px;
    bottom: 86px;
    z-index: 1;
    display: flex;
    grid-gap: 12px
}

.slider-3__controls {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    z-index: 10
}

.slider-3__control {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #231f20;
    border: medium none currentcolor;
    border: initial;
    transform: scale(1);
    transition: transform ease-in-out .3s
}

.slider-3__control:hover {
    transform: scale(1.1)
}

.slider-3__control_play {
    margin-top: 10px;
    background: #fff url(/public/build/assets/icons/icon-play.svg) center/16px no-repeat
}

.slider-3__thumbs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 12px;
    max-width: 100%
}

.slider-3__thumbs .slide *:not(.slide__image):not(.slide__player):not(.player__video) {
    display: none
}

.slider-3__thumbs .swiper-wrapper {
    align-items: end
}

.slider-3__thumbs .swiper-slide {
    height: 157px;
    opacity: .2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.slider-3__thumbs .swiper-slide>* {
    pointer-events: none;
    border-radius: 0
}

.slider-3__thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.slider-4 {
    min-width: 0
}

.slider-4__wrapper {
    width: 100%;
    position: relative
}

.slider-4__inner {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.slider-4__right {
    height: 100%;
    flex-grow: 1;
    display: flex;
    min-width: 0;
    grid-gap: 20px;
    width: 100%;
    align-items: end;
    position: relative
}

.slider-4__left {
    flex-shrink: 0
}

.slider-4__swiper {
    height: 535px;
    border-radius: 12px;
    overflow: hidden
}

.slider-4__buttons {
    display: flex;
    grid-gap: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1
}

.slider-4__thumbs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 12px;
    max-width: 100%
}

.slider-4__thumbs {
    height: 535px;
    width: 100%
}

.slider-4__thumbs .slide *:not(.slide__image):not(.slide__player):not(.player__video) {
    display: none
}

.slider-4__thumbs .swiper-wrapper {
    align-items: end
}

.slider-4__thumbs .swiper-slide {
    width: 104px;
    height: 80px !important;
    opacity: .2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.slider-4__thumbs .swiper-slide>* {
    pointer-events: none;
    border-radius: 0
}

.slider-4__thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.slide__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dropdown .dropup,
.dropdown .dropend,
.dropdown .dropdown,
.dropdown .dropstart,
.dropdown .dropup-center,
.dropdown .dropdown-center {
    position: relative
}

.dropdown .dropdown-toggle {
    white-space: nowrap
}

.dropdown .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: .875rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #eaeaea;
    --bs-dropdown-border-radius: 10px;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-inner-border-radius: 10px;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: #f7f7f7;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 20px;
    --bs-dropdown-item-padding-y: 15px;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: 1000;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: 10rem;
    min-width: var(--bs-dropdown-min-width);
    padding: 0;
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: .875rem;
    font-size: var(--bs-dropdown-font-size);
    color: #212529;
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: 0 solid #eaeaea;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: 10px;
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown .dropdown-menu>.dropdown-item:first-child,
.dropdown .dropdown-menu>li:first-child .dropdown-item {
    border-top-left-radius: var(--bs-dropdown-inner-border-radius);
    border-top-right-radius: var(--bs-dropdown-inner-border-radius)
}

.dropdown .dropdown-menu>.dropdown-item:last-child,
.dropdown .dropdown-menu>li:last-child .dropdown-item {
    border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
    border-bottom-left-radius: var(--bs-dropdown-inner-border-radius)
}

.dropdown .dropdown-menu-start {
    --bs-position: start
}

.dropdown .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown .dropdown-menu-end {
    --bs-position: end
}

.dropdown .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.dropdown .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropdown .dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropdown .dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropdown .dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropdown .dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown .dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropdown .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropdown .dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropdown .dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropdown .dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown .dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown .dropdown-item.disabled,
.dropdown .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown .dropdown-menu.show {
    display: block
}

.dropdown .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.dropdown * {
    box-sizing: border-box
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown .dropdown-toggle {
    white-space: normal;
    white-space: initial
}

.dropdown .dropdown-toggle:after {
    width: auto;
    display: none
}

.dropdown .dropdown-menu {
    outline: 1px solid #eaeaea
}

.dropdown .dropdown-menu:has(li:hover>.dropdown-submenu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown .dropdown-menu .dropdown-submenu {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
    min-height: 100%;
    left: 100%;
    top: 0;
    z-index: -1
}

.dropdown .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto
}

.dropdown .dropdown-menu>li:hover>.dropdown-submenu {
    display: block
}

.element-card {
    display: flex;
    grid-gap: 20px;
    border: 2px solid #f7f7f7;
    border-radius: 10px;
    padding: 25px
}

.element-card__img-wrapper {
    flex-shrink: 0;
    border-radius: 10px;
    width: 270px;
    height: 270px;
    overflow: hidden
}

.element-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.element-card__info {
    display: flex;
    flex-direction: column
}

.element-card__title,
.element-card__text {
    margin-bottom: 10px
}

.element-card__text {
    flex-grow: 1
}

.element-card__line {
    display: flex;
    margin-bottom: 15px
}

.element-card__line:last-child {
    margin-bottom: 0
}

.expander .accordion {
    --bs-accordion-color: #231f20;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: #f7f7f7;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.75 4.50146C11.9489 4.50146 12.1397 4.58048 12.2803 4.72113C12.421 4.86179 12.5 5.05255 12.5 5.25146V11.0015H18.25C18.4489 11.0015 18.6397 11.0805 18.7803 11.2211C18.921 11.3618 19 11.5526 19 11.7515C19 11.9504 18.921 12.1411 18.7803 12.2818C18.6397 12.4224 18.4489 12.5015 18.25 12.5015H12.5V18.2515C12.5 18.4504 12.421 18.6411 12.2803 18.7818C12.1397 18.9224 11.9489 19.0015 11.75 19.0015C11.5511 19.0015 11.3603 18.9224 11.2197 18.7818C11.079 18.6411 11 18.4504 11 18.2515V12.5015H5.25C5.05109 12.5015 4.86032 12.4224 4.71967 12.2818C4.57902 12.1411 4.5 11.9504 4.5 11.7515C4.5 11.5526 4.57902 11.3618 4.71967 11.2211C4.86032 11.0805 5.05109 11.0015 5.25 11.0015H11V5.25146C11 5.05255 11.079 4.86179 11.2197 4.72113C11.3603 4.58048 11.5511 4.50146 11.75 4.50146Z' fill='%23231f20'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 11.0015H11H5.25C5.05109 11.0015 4.86032 11.0805 4.71967 11.2211C4.57902 11.3618 4.5 11.5526 4.5 11.7515C4.5 11.9504 4.57902 12.1411 4.71967 12.2818C4.86032 12.4224 5.05109 12.5015 5.25 12.5015H11H12.5H18.25C18.4489 12.5015 18.6397 12.4224 18.7803 12.2818C18.921 12.1411 19 11.9504 19 11.7515C19 11.5526 18.921 11.3618 18.7803 11.2211C18.6397 11.0805 18.4489 11.0015 18.25 11.0015H12.5Z' fill='%23231f20'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: ;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: #fccb06
}

.expander .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.expander .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.expander .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.expander .accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.expander .accordion-button:hover {
    z-index: 2
}

.expander .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.expander .accordion-header {
    margin-bottom: 0
}

.expander .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.expander .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.expander .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.expander .accordion-item:not(:first-of-type) {
    border-top: 0
}

.expander .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.expander .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.expander .accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.expander .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.expander .accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.expander .accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.expander .accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.expander .accordion-flush>.accordion-item>.accordion-collapse,
.expander .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.expander .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.expander [data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.expander .accordion-header {
    border-radius: 10px
}

.expander .accordion-button {
    color: #231f20 !important;
    line-height: 1.4;
    padding: 17px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    flex-direction: row-reverse;
    justify-content: start;
    grid-gap: 15px
}

.expander .accordion-button:after {
    margin-left: 0
}

.expander .accordion-body {
    border-radius: 10px;
    padding-bottom: var(--bs-accordion-body-padding-x)
}

.expander .accordion-body_outer {
    padding-left: 20px;
    padding-right: 20px
}

.expander .expander-item {
    margin-bottom: 20px;
    border-radius: 10px
}

.expander .expander-item:last-child {
    margin-bottom: 0
}

.expander .expander-item .accordion-button.collapsed:hover {
    background: #eaeaea;
    color: #231f20
}

.expander .expander-item .accordion-button.collapsed:active {
    background: #c2c1c2
}

.expander .expander-item .accordion-button:hover {
    background: #ffab18;
    color: #231f20
}

.expander .expander-item .accordion-button:active {
    background: #d38f1a
}

.expander .expander-item_with_arrow .accordion-body {
    font-size: 16px;
    line-height: 1.2;
    background-color: #f7f7f7;
    padding: 10px 20px 20px
}

.expander .expander-item_with_arrow .accordion-button {
    grid-gap: 16px 22px
}

.expander .expander-item_with_arrow .accordion-button:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.expander .expander-item_with_arrow .accordion-button:after {
    position: relative;
    top: -1px;
    transform: scale(1.5) rotate(-90deg)
}

.expander .expander-item_with_arrow .accordion-button:after,
.expander .expander-item_with_arrow .accordion-button.collapsed:after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")
}

.expander .expander-item_with_arrow .accordion-button.collapsed:after {
    transform: scale(1.5) rotate(90deg)
}

.expander .expander-item_with_arrows .accordion-button:after {
    position: relative;
    top: -1px;
    transform: scale(1.5) rotate(-90deg)
}

.expander .expander-item_with_arrows .accordion-button:after,
.expander .expander-item_with_arrows .accordion-button.collapsed:after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")
}

.expander .expander-item_with_arrows .accordion-button.collapsed:after {
    transform: scale(1.5) rotate(90deg)
}

.expander .expander-item_centered .accordion-button {
    justify-content: center
}

.expander .expander-item_reversed .accordion-button {
    flex-direction: row
}

.expander_variant_light .accordion-button.collapsed {
    background: #fff
}

.expander_variant_light .accordion-button.collapsed:hover {
    background: #f7f7f7
}

.expander_variant_light .accordion-button.collapsed:active {
    background: #cdcccc
}

.expander_variant_light .accordion-button.accordion-button_gray {
    background: #f7f7f7
}

.expander_variant_light .accordion-button.accordion-button_gray:active {
    background: #cdcccc
}

.select .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg transform='rotate%2890 16 16%29'%3e %3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg transform='rotate%2890 16 16%29'%3e %3cpath d='M13.3333 22.6683L20 16.0016L13.3333 9.33496' stroke='%23231f20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e%3c/svg%3e"), none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #231f20;
    border: var(--bs-border-width) solid #231f20;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.select .form-select:focus {
    border-color: #231f20;
    outline: 0
}

.select .form-select[multiple],
.select .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.select .form-select:disabled {
    background-color: transparent
}

.select .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #231f20
}

.select .form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem;
    border-radius: var(--bs-border-radius-sm)
}

.select .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
    border-radius: var(--bs-border-radius-lg)
}

.select [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.select_variant_filled .form-select {
    border: none;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #231f20;
    width: 100%;
    transition: border-color .2s ease, background-color .2s ease
}

.select_variant_filled .form-select:focus {
    background-color: #f7f7f7
}

.select .form-select {
    background-size: 20px;
    height: 53px
}

.select .form-select_light {
    color: rgba(35, 31, 32, .5);
    border-color: rgba(35, 31, 32, .5)
}

.select__label {
    margin-bottom: 3px
}

.select__error {
    color: #fc0606;
    margin-top: 5px;
    font-size: 12px
}

.select_error .form-select,
.select_error .form-select:focus {
    border-color: #fc0606
}

.select_error .form-select::-moz-placeholder {
    color: #fc0606
}

.select_error .form-select::placeholder {
    color: #fc0606
}

.select_hint .form-select {
    padding-left: 35px
}

.carcass {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    width: 100%
}

.carcass__label {
    color: rgba(35, 31, 32, .5)
}

.carcass__error {
    color: #fc0606
}

.carcass__error,
.carcass__message {
    font-size: 12px
}

.carcass__field-wrapper {
    position: relative
}

.carcass__hint {
    width: 23px;
    height: 23px
}

.carcass__hint-ok,
.carcass__hint-not-ok {
    position: absolute;
    top: calc(50% - .5px);
    left: 10px;
    transform: translateY(-50%)
}

.carcass_disabled {
    opacity: .6;
    filter: grayscale(1);
    pointer-events: none
}

.carcass_error .carcass__label {
    color: #fc0606
}

.checkbox .form-check {
    display: block;
    min-height: 0;
    padding-left: 1.5em;
    margin-bottom: 0
}

.checkbox .form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.checkbox .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.checkbox .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.checkbox .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1.03125em;
    height: 1.03125em;
    margin-top: .234375em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.checkbox .form-check-input[type=checkbox] {
    border-radius: .125em
}

.checkbox .form-check-input[type=radio] {
    border-radius: 50%
}

.checkbox .form-check-input:active {
    filter: brightness(90%)
}

.checkbox .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0
}

.checkbox .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.checkbox .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.checkbox .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.checkbox .form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.checkbox .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .7
}

.checkbox .form-check-input[disabled]~.form-check-label,
.checkbox .form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .7
}

.checkbox .form-switch {
    padding-left: 2.5em
}

.checkbox .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

.checkbox .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")
}

.checkbox .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.checkbox .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.checkbox .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.checkbox .form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.checkbox .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.checkbox .btn-check[disabled]+.btn,
.checkbox .btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.checkbox [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.checkbox__carcass {
    width: auto
}

.checkbox__carcass .carcass__error,
.checkbox__carcass .carcass__message {
    margin-top: -5px
}

.checkbox__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 4px
}

.checkbox .form-check-input {
    margin-top: 0;
    background-color: transparent
}

.checkbox .form-check-input_variant_default {
    border: 1px solid #fccb06
}

.checkbox .form-check-input_variant_default:checked {
    color: #231f20;
    background-color: transparent;
    border-color: #fccb06;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.checkbox .form-check-input_variant_default:focus {
    border-color: #231f20
}

.checkbox .form-check-input_variant_black {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 31px;
    border-radius: 10px !important;
    cursor: pointer;
    background-color: #f7f7f7;
    border: medium none currentcolor;
    border: initial
}

.checkbox .form-check-input_variant_black:after {
    content: attr(data-value);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #231f20
}

.checkbox .form-check-input_variant_black:checked {
    color: #fff;
    background-color: #231f20;
    background-image: none;
    background-image: initial
}

.checkbox .form-check-input_variant_black:checked:after {
    color: #fff
}

.checkbox .form-check-input_variant_black:focus {
    border-color: #fff
}

.checkbox .form-check-input_variant_yellow {
    border: 1px solid #fccb06
}

.checkbox .form-check-input_variant_yellow:checked {
    color: #231f20;
    background-color: #fccb06;
    border-color: #fccb06;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.checkbox .form-check-input_variant_yellow:focus {
    border-color: #231f20
}

.checkbox .form-check-input_variant_important {
    border: 1px solid #231f20
}

.checkbox .form-check-input_variant_important:checked {
    color: #fff;
    background-color: #231f20;
    border-color: #231f20;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fccb06' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.checkbox .form-check-input_variant_important:focus {
    border-color: #231f20
}

.checkbox .form-check-input_variant_transparent {
    background-color: transparent;
    border: 1px solid #231f20;
    border-radius: 10px;
    padding: 26px 29px
}

.checkbox .form-check-input_variant_transparent:checked,
.checkbox .form-check-input_variant_transparent:focus {
    border-color: #231f20
}

.checkbox_error .form-check-input {
    border: 1px solid #fc0606 !important
}

.checkbox .form-check-input-primary:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.checkbox .form-check-input-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.checkbox .form-check-input-secondary:checked {
    background-color: #6c757d;
    border-color: #6c757d
}

.checkbox .form-check-input-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(109, 118, 126, .25)
}

.checkbox .form-check-input-success:checked {
    background-color: #198754;
    border-color: #198754
}

.checkbox .form-check-input-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.checkbox .form-check-input-info:checked {
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.checkbox .form-check-input-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .25)
}

.checkbox .form-check-input-warning:checked {
    background-color: #ffc107;
    border-color: #ffc107
}

.checkbox .form-check-input-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .25)
}

.checkbox .form-check-input-danger:checked {
    background-color: #dc3545;
    border-color: #dc3545
}

.checkbox .form-check-input-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.checkbox .form-check-input-light:checked {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.checkbox .form-check-input-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .25)
}

.checkbox .form-check-input-dark:checked {
    background-color: #212529;
    border-color: #212529
}

.checkbox .form-check-input-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .25)
}

.input .form-control {
    display: block;
    width: 100%;
    padding: .375rem 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #231f20;
    border: var(--bs-border-width) solid #231f20;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input .form-control[type=file] {
    overflow: hidden
}

.input .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.input .form-control:focus {
    color: #212529;
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: #231f20;
    outline: 0
}

.input .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.input .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.input .form-control::-moz-placeholder {
    color: rgba(35, 31, 32, .5);
    opacity: 1
}

.input .form-control::placeholder {
    color: rgba(35, 31, 32, .5);
    opacity: 1
}

.input .form-control:disabled {
    background-color: transparent;
    opacity: 1
}

.input .form-control::file-selector-button {
    padding: .375rem 15px;
    margin: -.375rem -15px;
    margin-right: 15px;
    color: #212529;
    color: var(--bs-body-color);
    background-color: #f8f9fa;
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    border-right-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9ecef;
    background-color: var(--bs-secondary-bg)
}

.input .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    border-width: var(--bs-border-width) 0
}

.input .form-control-plaintext:focus {
    outline: 0
}

.input .form-control-plaintext.form-control-sm,
.input .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.input .form-control-sm {
    min-height: calc(1.5em + .5rem + (var(--bs-border-width) * 2));
    min-height: calc(1.5em + .5rem + 2px);
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
    border-radius: var(--bs-border-radius-sm)
}

.input .form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem .5rem -.25rem -.5rem
}

.input .form-control-lg {
    min-height: calc(1.5em + 1rem + (var(--bs-border-width) * 2));
    min-height: calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
    border-radius: var(--bs-border-radius-lg)
}

.input .form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem 1rem -.5rem -1rem
}

.input textarea.form-control {
    min-height: calc(1.5em + .75rem + (var(--bs-border-width) * 2));
    min-height: calc(1.5em + .75rem + 2px);
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

.input textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + (var(--bs-border-width) * 2));
    min-height: calc(1.5em + .5rem + 2px);
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.input textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + (var(--bs-border-width) * 2));
    min-height: calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.input .form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + (var(--bs-border-width) * 2));
    height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.input .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.input .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 10px
}

.input .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: 10px
}

.input .form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + (var(--bs-border-width) * 2));
    height: calc(1.5em + .5rem + 2px);
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.input .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + (var(--bs-border-width) * 2));
    height: calc(1.5em + 1rem + 2px);
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.input {
    position: relative
}

.input_variant_filled .form-control {
    border: none;
    background-color: #f7f7f7;
    color: #231f20;
    transition: border-color .2s ease;
    width: 100%
}

.input_variant_filled .form-control:focus {
    background-color: #f7f7f7
}

.input .form-control {
    height: 53px
}

.input__label {
    margin-bottom: 3px
}

.input__error {
    color: #fc0606;
    margin-top: 5px;
    font-size: 12px
}

.input .form-control[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.input .form-control[type=number]::-webkit-inner-spin-button,
.input .form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.input__number-controls {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.input__number-control {
    width: 26px;
    height: 15px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.input__number-control:first-child svg {
    transform: rotate(-90deg)
}

.input__number-control:last-child svg {
    transform: rotate(90deg)
}

.input_error .form-control,
.input_error .form-control:focus {
    border-color: #fc0606
}

.input_error .form-control::-moz-placeholder {
    color: #fc0606
}

.input_error .form-control::placeholder {
    color: #fc0606
}

.input_error .input__label {
    color: #fc0606
}

.input_hint .form-control {
    padding-left: 35px
}

.label-form {
    display: block
}

.phone .form-control {
    color: rgba(35, 31, 32, .5)
}

.range .form-range {
    width: 100%;
    height: 1.25rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.range .form-range:focus {
    outline: 0
}

.range .form-range::-moz-focus-outer {
    border: 0
}

.range .form-range::-webkit-slider-thumb {
    width: .75rem;
    height: .75rem;
    margin-top: -.375rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 3px solid #231f20;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.range .form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.range .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0;
    color: transparent;
    cursor: pointer;
    background-color: #231f20;
    border-color: transparent;
    border-radius: 1rem
}

.range .form-range::-moz-range-thumb {
    width: .75rem;
    height: .75rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 3px solid #231f20;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.range .form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.range .form-range::-moz-range-track {
    width: 100%;
    height: 0;
    color: transparent;
    cursor: pointer;
    background-color: #231f20;
    border-color: transparent;
    border-radius: 1rem
}

.range .form-range:disabled {
    pointer-events: none
}

.range .form-range:disabled::-webkit-slider-thumb {
    background-color: rgba(33, 37, 41, .75);
    background-color: var(--bs-secondary-color)
}

.range .form-range:disabled::-moz-range-thumb {
    background-color: rgba(33, 37, 41, .75);
    background-color: var(--bs-secondary-color)
}

.range {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.range:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: -5.5px;
    left: 10px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #231f20;
    pointer-events: none
}

.range__input {
    width: 100%
}

.range__progressbar-wrapper {
    width: calc(100% - 20px);
    position: absolute;
    bottom: .5px;
    left: 10px
}

.range__progressbar {
    position: absolute;
    bottom: -.5px;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: #231f20
}

.range .form-range {
    position: absolute;
    bottom: -10px;
    z-index: 1
}

.range_error .form-control {
    border-color: #fc0606
}

.range_error .range__progressbar {
    background: #fc0606
}

.range_hint .form-control {
    padding-left: 35px
}

.menu .offcanvas,
.menu .offcanvas-xxl,
.menu .offcanvas-xl,
.menu .offcanvas-lg,
.menu .offcanvas-md,
.menu .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 30px;
    --bs-offcanvas-padding-y: 30px;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

.menu .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

.menu .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%)
}

.menu .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%)
}

.menu .offcanvas.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.menu .offcanvas.offcanvas-top,
.menu .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%
}

.menu .offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.menu .offcanvas.showing,
.menu .offcanvas.show:not(.hiding) {
    transform: none
}

.menu .offcanvas.showing,
.menu .offcanvas.hiding,
.menu .offcanvas.show {
    visibility: visible
}

.menu .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(35, 31, 32, .5)
}

.menu .offcanvas-backdrop.fade {
    opacity: 0
}

.menu .offcanvas-backdrop.show {
    opacity: 1
}

.menu .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.menu .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto
}

.menu .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.menu .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.menu .offcanvas-header {
    padding-bottom: 20px
}

.menu .offcanvas-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.menu .btn-close {
    border: none;
    background: none;
    color: rgba(35, 31, 32, .5);
    font-size: 14px
}

.menu .offcanvas-title {
    font-size: 26px
}

.menu__close-icon {
    width: 24px;
    height: 24px
}

.menu__footer {
    display: flex;
    flex-direction: column;
    /* height: 200px; */
    padding: 20px 30px 30px;
    align-items: center;
    justify-content: end
}

.menu__phone {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #231f20;
    -webkit-text-decoration: none;
    text-decoration: none
}

.menu__socials {
    margin-bottom: 15px;
    grid-gap: 20px
}

.menu__socials,
.menu__social {
    display: flex;
    align-items: center
}

.menu__social {
    grid-gap: 8px;
    color: #231f20;
    -webkit-text-decoration: none;
    text-decoration: none
}

.menu__address {
    margin-bottom: 20px
}

.menu__social__icon {
    width: 14px;
    height: 14px
}

.menu__button {
    width: 100%
}

.menu-expander .accordion {
    --bs-accordion-color: #231f20;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 30px;
    --bs-accordion-btn-padding-y: 23px;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: ;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: #fccb06
}

.menu-expander .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

.menu-expander .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.menu-expander .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.menu-expander .accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.menu-expander .accordion-button:hover {
    z-index: 2
}

.menu-expander .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.menu-expander .accordion-header {
    margin-bottom: 0
}

.menu-expander .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.menu-expander .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.menu-expander .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.menu-expander .accordion-item:not(:first-of-type) {
    border-top: 0
}

.menu-expander .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.menu-expander .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.menu-expander .accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.menu-expander .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.menu-expander .accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.menu-expander .accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.menu-expander .accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.menu-expander .accordion-flush>.accordion-item>.accordion-collapse,
.menu-expander .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.menu-expander .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.menu-expander [data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.menu-expander .accordion-header {
    font-size: 14px
}

.menu-expander .accordion-button {
    font-weight: 500;
    box-shadow: none !important;
    display: flex;
    align-items: center
}

.menu-expander .accordion-body {
    max-height: 175px;
    overflow-y: auto;
    padding: 0
}

.menu-expander .accordion-body .menu-link {
    background: #fccb06;
    border: none
}

.menu-expander .accordion-body .menu-link:hover {
    background: #ffab18
}

.menu-expander .accordion-body .menu-link:active {
    background: #d38f1a
}

.menu-expander__item-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px
}

.menu-link {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 30px;
    color: #231f20;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.menu-link:hover {
    background: #f7f7f7
}

.menu-link:active {
    background: #cdcccc
}

.menu-link:last-child {
    border-bottom: none
}

.pagination,
.product-card {
    display: flex;
    grid-gap: 10px
}

.product-card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column
}

.product-card__title {
    font-size: 20px
}

.product-card__header {
    flex-direction: column
}

.product-card__header,
.product-card__top-labels {
    display: flex;
    grid-gap: 10px
}

.product-card__top-labels>* {
    flex: 1 1
}

.product-card__thumbnail {
    width: 100%;
    height: 168px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.product-card__thumbnail__label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.product-card__specs {
    display: flex;
    flex-direction: column;
    grid-gap: 4px
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.product-card__bottom-buttons {
    width: 100%;
    display: flex;
    grid-gap: 10px
}

.product-card__bottom-buttons>* {
    flex: 1 1
}

.product-card h5 {
    min-height: 38px
}

.product-spec {
    display: flex;
    justify-content: space-between;
    align-items: start
}

.product-spec__dots {
    min-width: 10px;
    flex: 1 1;
    border-bottom: 2px dashed rgba(35, 31, 32, .5);
    margin: .9rem 5px 0;
    opacity: .4
}

.button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.button_type_default {
    height: 53px;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 100%;
    grid-gap: 10px
}

.button_type_circle {
    width: 65px
}

.button_type_circle,
.button_type_ellipse {
    height: 65px;
    border-radius: 50%;
    padding: 10px
}

.button_type_ellipse {
    width: 93px
}

.button_type_square {
    width: 42px;
    height: 42px;
    border-radius: 5px
}

.button_variant_default {
    background: #f7f7f7
}

.button_variant_default:hover {
    background: #eaeaea;
    color: #000
}

.button_variant_default:active {
    background: #c2c1c2
}

.button_variant_light {
    background: #fff
}

.button_variant_light:hover {
    background: #fccb06
}

.button_variant_light:active {
    background: #d1a90b
}

.button_variant_accent {
    background: #fccb06;
    color: #231f20
}

.button_variant_accent:hover {
    background: #ffab18;
    color: #000
}

.button_variant_accent:active {
    background: #d38f1a
}

.button_variant_accent-outlined {
    background: #fccb06;
    border: 2px solid #fff
}

.button_variant_accent-outlined:hover {
    background: #ffab18;
    color: #000;
    border: 1px solid #fff
}

.button_variant_accent-outlined:active {
    background: #d38f1a
}

.button_variant_important {
    background: #231f20;
    color: #fff;
    border: 1px solid #231f20
}

.button_variant_important:hover:not(:has(img)) {
    background: transparent;
    color: #231f20
}

.button_variant_important:has(img) {
    background: transparent
}

.button_variant_important:active {
    background: #d3d2d2
}

.button_variant_outlined {
    background: transparent;
    color: #231f20;
    border: 1px solid #231f20
}

.button_variant_outlined:hover {
    background: #231f20;
    color: #fff
}

.button_variant_outlined:active {
    background: #4f4c4d
}

.button_hover_accent:hover {
    background: #fccb06
}

.button_hover_accent:active {
    background: #d1a90b
}

.button_disabled {
    opacity: .6;
    filter: grayscale(1);
    pointer-events: none
}

.button_icon_reverse {
    flex-direction: row-reverse
}

.button__icon {
    width: 24px;
    height: 24px
}

.button__icon img {
    width: 100%;
    height: 100%
}

.button_type_square>.button__icon {
    width: 32px;
    height: 32px
}

.card {
    height: 440px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.card__image {
    width: 100%;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card__body {
    height: 100%;
    justify-content: space-between
}

.card__body,
.card__content {
    display: flex;
    flex-direction: column
}

.card__wrapper {
    padding: 10px 0
}

.card__title,
.card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0
}

.card__title {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.card__text {
    color: #7b7979;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.certificate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative
}

.certificate:hover {
    background: #fccb06
}

.certificate__header {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: end
}

.certificate__icon {
    width: 56px;
    height: 56px
}

.certificate__content {
    padding-top: 28px
}

.certificate__title {
    font-size: 25px;
    padding-bottom: 10px
}

.certificate_size_sm .certificate__content {
    padding-top: 7px
}

.certificate_size_sm .certificate__icon {
    width: 40px;
    height: 40px
}

.certificate_icon_left {
    display: flex;
    flex-direction: row;
    grid-gap: 25px
}

.certificate_icon_left .certificate__header {
    width: auto
}

.certificate_icon_left .certificate__content {
    padding-top: 0;
    flex: 1 1
}

.certificate_variant_normal {
    background: #f7f7f7
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #eaeaea;
    height: -moz-fit-content;
    height: fit-content
}

.label_variant_accent {
    background: #fccb06;
    color: #231f20
}

.label_variant_bluer {
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    font-weight: 500;
    z-index: 2
}

.label_variant_dark {
    background: #231f20;
    color: #fff
}

.label_type_default {
    padding: 15px 10px;
    border-radius: 8px
}

.label_type_default>.label__text {
    font-size: 19px;
    font-weight: 600
}

.label_type_compact {
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 5px
}

.label_type_compact>.label__text {
    font-size: 14px;
    font-weight: 500
}

.label_type_medium {
    padding: 15px 20px;
    border-radius: 10px
}

.label_type_medium>.label__text {
    font-size: 20px;
    font-weight: 500
}

.label_type_big {
    padding: 15px 10px;
    border-radius: 10px
}

.label_type_big>.label__text {
    font-size: 25px;
    font-weight: 600
}

.link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=1)
}

.link {
    font-size: 16px;
    font-weight: 600;
    color: #ffab18;
    cursor: pointer
}

.link:hover {
    color: #231f20
}

.list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fccb06;
    border-right: 10px;
    margin-right: 7px;
    flex-shrink: 0;
    position: relative;
    top: .2em;
    margin-bottom: 6px
}

.mini-advantage {
    height: 120px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.mini-advantage__text {
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px
}

.mini-advantage__icon {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px
}

.mini-advantage__icon-zone {
    padding-left: 30px;
    width: 138px;
    height: 100%;
    background: #fccb06;
    display: flex;
    align-items: center
}

.mini-advantage__skew {
    position: relative;
    left: 1px;
    top: -1px;
    background: #fff;
    width: 60px;
    height: 100%;
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%)
}

.modal {
    background: rgba(35, 31, 32, .5)
}

.modal__wrapper .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal__wrapper .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal__wrapper .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

.modal.show .modal__wrapper .modal-dialog {
    transform: none
}

.modal.modal-static .modal__wrapper .modal-dialog {
    transform: scale(1.02)
}

.modal__wrapper .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal__wrapper .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal__wrapper .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal__wrapper .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal__wrapper .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal__wrapper .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: #000;
    background-color: var(--bs-backdrop-bg)
}

.modal__wrapper .modal-backdrop.fade {
    opacity: 0
}

.modal__wrapper .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal__wrapper .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal__wrapper .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto
}

.modal__wrapper .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal__wrapper .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal__wrapper .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal__wrapper .modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

.modal__wrapper .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal__wrapper .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal__wrapper .modal-fullscreen .modal-header,
.modal__wrapper .modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal__wrapper .modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal .modal-content {
    border-radius: 20px;
    padding: 30px
}

.modal .modal-body {
    padding: 0
}

.modal__close-button {
    position: relative;
    right: -18px;
    top: -14px;
    background: none;
    border: none;
    float: right
}

.modal__close-button img {
    width: 18px;
    height: 18px
}

.player {
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.player,
.player__video {
    width: 100%;
    height: 100%
}

.player__video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.player__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.post-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px
}

.post-card__link-overlay:hover {
    opacity: .3
}

.post-card__thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.post-card__wrapper {
    padding: 10px 20px
}

.post-card__title,
.post-card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0
}

.post-card__title {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.post-card__text {
    color: #7b7979;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.post-card__content {
    flex-direction: column
}

.post-card__content,
.post-card__footer {
    display: flex;
    justify-content: space-between
}

.post-card__footer {
    padding: 5px 20px 20px
}

.post-card__read {
    font-size: 14px;
    font-weight: 600
}

.post-card__date {
    font-size: 14px;
    font-weight: 400;
    color: #7b7979
}

.project-card {
    height: 300px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    display: flex
}

.project-card__image {
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.project-card__body {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 10px
}

.project-card__content {
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.project-card__text {
    color: rgba(35, 31, 32, .5)
}

.scroll-to-top {
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    z-index: 9999;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none
}

.scroll-to-top.visible {
    opacity: 1;
    pointer-events: auto
}

.stock {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background: no-repeat center;
    flex-direction: column
}

.stock,
.stock__header {
    display: flex;
    justify-content: space-between
}

.stock__header {
    grid-gap: 20px
}

.stock_type_default {
    min-height: 170px
}

.stock_type_default .stock__icon {
    height: -moz-fit-content;
    height: fit-content
}

.stock_type_big {
    min-height: 360px;
    background: #fccb06
}

.stock_type_big .stock__icon {
    position: absolute;
    right: 40px;
    transform: rotate(-45deg);
    top: 40px;
    width: 32px;
    height: 32px;
    color: #231f20
}

.stock_type_big .stock__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fccb06;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: -1
}

.stock_type_big {
    background: url(/public/build/assets/catalog-lesa-sea-container-b-BVgNpYQW.png) center/cover no-repeat
}

.stock_type_big .stock__content-big {
    color: #fff
}

.stub-block {
    width: 100%;
    height: 100%;
    color: rgba(35, 31, 32, .2)
}

.stub-block svg {
    overflow: visible
}

.tooltip {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.tooltip__body {
    position: absolute;
    visibility: hidden;
    width: 150px;
    top: -100%;
    left: 80%;
    text-align: center;
    background: #eaeaea;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    border: 1px #cfcfcf solid;
    border-radius: 10px;
    padding: 10px;
    z-index: 2
}

.tooltip:hover .tooltip__body {
    visibility: visible
}

.cabins-page {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.cabins-page .cabins-expanders__card,
.cabins-page .product-card {
    border: 2px solid #eaeaea;
    border-radius: 10px
}

.cabins-page__filters {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.formwork-page__filters {
    display: flex;
    grid-gap: 20px;
    width: 100%
}

.formwork-page__stack {
    padding-top: 40px
}

.formwork-page__stack,
.lifts-page {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.lifts-page__filters {
    width: 100%;
    display: flex;
    flex-flow: row wrap
}

.lifts-page__filter {
    padding: 10px
}

.scaffolding-main-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.scaffolding-main-page__table-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px
}

.scaffolding-main-page__table-title {
    margin-bottom: 20px
}

.scaffolding-main-page__type-filter,
.scaffolding-main-page__price-filter {
    padding: 10px
}

.scaffolding-page {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.scaffolding-page__type-filter,
.scaffolding-page__price-filter {
    padding: 10px
}

.post-feedback-page,
.post-page {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-2-page__feedback {
    margin-top: 80px
}

.product-2-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-3-page__feedback {
    margin-top: 80px
}

.product-3-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-4-page__feedback {
    margin-top: 80px
}

.product-4-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-5-page__feedback {
    margin-top: 80px
}

.product-5-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-6-page__feedback {
    margin-top: 80px
}

.product-6-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.product-page__feedback {
    margin-top: 80px
}

.product-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.container > .product-page__stack > .container {
  margin: 0;
}

.about-equipment {
    padding: 22px 0 32px
}

.about-equipment__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1868px;
    grid-gap: 0 130px;
    margin: 0 auto;
    padding: 0 12px
}

.about-equipment__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 0.9;
    color: #231f20;
    align-self: center
}

.about-equipment__grid {
    display: grid;
    grid-template-columns: 360px 360px minmax(0, 360px) 170px;
    grid-template-rows: 170px 170px 170px 170px;
    grid-gap: 20px;
    grid-template-areas: "crane   .    photo2 photo2" "stat7700 stat235  photo2 photo2" "stat7700  stat200k stat200k  stat4000" "stat150  stat200k stat200k  stat4000"
}

.about-equipment__cell {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.about-equipment__cell:nth-child(3) img,
.about-equipment__cell:nth-child(4) img,
.about-equipment__cell:nth-child(5) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-equipment__cell:after {
    content: "";
    display: block;
    background-color: rgba(35, 31, 32, .7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.about-equipment__cell:nth-child(7):after,
.about-equipment__cell:nth-child(6):after,
.about-equipment__cell:nth-child(2):after,
.about-equipment__cell:nth-child(1):after {
    content: normal;
    content: initial
}

.about-equipment__cell--crane {
    grid-area: crane;
    background: #fccb06;
    width: 100%;
    max-width: 170px;
    justify-self: end;
    padding: 12px 20px
}

.about-equipment__cell--crane img {
    width: 48px;
    height: 48px
}

.about-equipment__cell--stat235 {
    grid-area: stat235;
    background: #fccb06;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-gap: 16px
}

.about-equipment__cell--stat235 .about-equipment__cell-icon {
    flex-shrink: 0;
    width: 59px;
    height: 59px
}

.about-equipment__cell--stat235 .about-equipment__cell-body {
    color: #231f20;
    right: 10px;
    left: auto;
    bottom: 18px;
    font-weight: 600;
    margin-top: 0
}

.about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-label {
    font-size: 24px;
    font-weight: 400
}

.about-equipment__cell--photo2 {
    grid-area: photo2
}

.about-equipment__cell--photo2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-equipment__cell--stat7700 {
    grid-area: stat7700
}

.about-equipment__cell--stat7700 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-equipment__cell--stat200k {
    grid-area: stat200k;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.about-equipment__cell--stat200k .about-equipment__cell-body {
    position: absolute;
    top: 24px;
    left: 46px
}

.about-equipment__cell--stat200k .about-equipment__cell-value {
    font-weight: 600
}

.about-equipment__cell--stat200k .about-equipment__cell-label {
    font-weight: 400
}

.about-equipment__cell--stat4000 {
    grid-area: stat4000;
    background-color: #fccb06;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-equipment__cell--stat4000 .about-equipment__cell-value {
    font-weight: 600;
    color: #231f20
}

.about-equipment__cell--stat4000 .about-equipment__cell-label {
    color: #231f20;
    font-size: 24px;
    padding-bottom: 20px;
}

.about-equipment__cell--stat150 {
    grid-area: stat150;
    background: #fccb06;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-gap: 16px;
    max-width: 288px;
    width: 100%;
    height: 170px;
    justify-self: end
}

.about-equipment__cell--stat150 img {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 55px;
    height: 55px
}

.about-equipment__cell--stat150 .about-equipment__cell-body {
    right: 14px;
    left: auto;
    bottom: 16px;
    color: #231f20
}

.about-equipment__cell--stat150 .about-equipment__cell-value {
    font-weight: 600
}

.about-equipment__cell--stat150 .about-equipment__cell-label {
    font-size: 24px
}

.about-equipment__cell-icon {
    position: absolute;
    top: 16px;
    left: 18px;
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.about-equipment__cell-body {
    position: absolute;
    bottom: 10px;
    left: 20px;
    margin-top: auto;
    z-index: 1;
    color: #fff
}

.about-equipment__cell-value {
    font-size: 48px;
    font-weight: 600;
    line-height: 0.9;
    padding-bottom: 5px;
}

.about-equipment__cell-label {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px
}

.section-title.center {
    text-align: center
}

.img-placeholder {
    background: #e6e6e6;
    width: 100%;
    height: 100%
}

.volumes {
    padding: 80px 0 120px;
    background: #fff
}

.volumes__grid {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    grid-gap: 80px 132px;
    align-items: start
}

.volumes__title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: #231f20
}

.volumes__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 40px
}

.volumes__card {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    padding: 28px 24px;
    background: #fff;
    border-radius: 12px
}

.volumes__number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #231f20
}

.volumes__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #231f20;
    opacity: .7
}



.about-page {
    overflow-x: clip;
}

@media screen and (max-width: 1216px) and (min-width: 991px) {
    .about-page .about-hero__description {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start
    }

    .about-page .about-hero__item:nth-child(1) {
        border-right: 0;
        border-bottom: 0
    }

    .about-page .about-hero__item:nth-child(2) {
        border-left: 2px solid #231f20;
        border-right: 0;
        padding-bottom: 34px
    }

    .about-page .about-hero__item:nth-child(3) {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .about-page .about-hero__item:nth-child(3) .about-hero__value-6,
    .about-page .about-hero__item:nth-child(3) .about-hero__value-7 {
        border: none
    }

    .about-page .about-hero__item:nth-child(3) .about-hero__value-7 {
        margin-top: 6px
    }
}

@media screen and (max-width: 990px) {
    .about-page .about-hero__item {
        border-right: 0;
        border-left: 0
    }

    .about-hero__item:not(:last-child),
    .about-page .about-hero__item:not(:last-child) {
        border-right: 0;
        border-left: 0
    }

    .about-hero__item:nth-child(2),
    .about-page .about-hero__item:nth-child(2) {
        border-left: 0;
        padding: 0 0 34px
    }

    .about-hero__item:first-child,
    .about-page .about-hero__item:first-child {
        padding-bottom: 0
    }

    .about-hero__item:nth-child(3),
    .about-page .about-hero__item:nth-child(3) {
        border: none;
    }

    .about-page .about-hero__item:nth-child(3) .about-hero__value-6,
    .about-page .about-hero__item:nth-child(3) .about-hero__value-7 {
        border: none
    }

    .about-page .about-hero__item:nth-child(3) .about-hero__value-7 {
        margin-top: 20px
    }

    .about-page .about-hero__title {
        margin-bottom: 32px
    }

    .about-page .about-hero__description {
        margin-top: 16px;
        padding-top: 8px
    }
}

@media screen and (max-width: 448px) {
    .about-page .about-hero__title {
        margin-bottom: 24px
    }

    .about-page .about-hero__description {
        margin-top: 24px;
        padding-top: 16px
    }

    .about-page .about-hero__item:first-child {
        padding-top: 8px
    }
}

.about-page .advantages__item {
    background-color: #ffd530
}

.about-page .advantages__item-left {
    background-color: transparent
}

.about-page .advantages__video,
.about-page .advantages__item > .advantages__image {
    width: 100%
}

.about-page .advantages__video img,
.about-page .advantages__item > .advantages__image {
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 990px) {
    .about-page .about-hero .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-page .about-hero__description {
        width: 100%;
        max-width: 100%
    }

    .about-page .about-hero__item {
        max-width: 100%;
        box-sizing: border-box
    }

    .about-page .advantages {
        padding: 40px 0;
        overflow: hidden
    }

    .about-page .advantages .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-page .about-equipment {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-page .about-equipment__inner {
        flex-direction: column;
        max-width: 551px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }

    .about-page .about-equipment__title {
        font-size: 26px;
        align-self: start
    }

    .about-page .about-equipment__title br:first-child {
        display: none
    }

    .about-page .about-equipment__grid {
        grid-template-columns: 145px 145px minmax(0, 1fr) 68px;
        grid-template-rows: 70px 68px 57px 71px;
        align-self: center;
        grid-gap: 8px
    }

    .about-page .about-equipment__cell--stat235 {
        padding: 4px 6px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        grid-gap: 4px
    }

    .about-page .about-equipment__cell--stat235 .about-equipment__cell-icon {
        position: static;
        width: 22px;
        height: 22px;
        flex-shrink: 0;
        align-self: flex-start;
        margin-top: 4px
    }

    .about-page .about-equipment__cell--stat235 .about-equipment__cell-body {
        position: static;
        right: auto;
        bottom: auto;
        left: auto;
        flex: 1 1;
        min-width: 0;
        text-align: right
    }

    .about-page .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-value {
        font-size: 16px;
        line-height: 1.1;
        padding-bottom: 2px
    }

    .about-page .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-label {
        font-size: 9px;
        line-height: 1.1
    }

    .about-page .about-equipment__cell--stat4000 {
        padding: 4px 4px 18px
    }

    .about-page .about-equipment__cell--stat4000 .about-equipment__cell-body {
        left: 6px
    }

    .about-page .about-equipment__cell--stat4000 .about-equipment__cell-value {
        font-size: 18px
    }

    .about-page .about-equipment__cell--stat4000 .about-equipment__cell-label {
        font-size: 10px;
        padding-bottom: 0
    }

    .about-page .about-equipment__cell--stat4000 .about-equipment__cell-icon {
        width: 18px;
        height: 18px;
        top: 6px;
        left: 6px
    }

    .about-page .about-equipment__cell--stat150 {
        max-width: 116px;
        height: 68px;
        align-self: end
    }

    .about-page .about-equipment__cell--stat150 img {
        top: 6px;
        left: 6px;
        width: 22px;
        height: 22px
    }

    .about-page .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 10px
    }

    .about-page .steps__container {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-page .reviews .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (max-width: 767.5px) {
    .about-page .advantages__video,
    .about-page .advantages__item > .advantages__image {
        max-width: 100%
    }
}

.about-page .reviews {
    padding: 48px 0 60px
}

.about-page .reviews__title {
    font-size: 64px
}

.review-card__photo {
    height: 380px;
    border-radius: 12px
}

.service {
    padding: 120px 0;
    background: #ffd400
}

.service__list {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.service__item {
    background: #fff;
    padding: 40px;
    border-radius: 12px
}

.service__item h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.service__item p {
    opacity: .7
}

.steps {
    padding: 112px 0;
    background-color: #f7f7f7
}

.steps__container {
    margin: 0 auto;
    max-width: 1860px;
    padding: 0 40px
}

.steps__title {
    text-align: center;
    font-size: 64px
}

.steps__content {
    display: flex;
    grid-gap: 24px;
    margin-top: 108px;
    align-items: stretch
}

.steps__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 16px;
    padding: 40px 38px 24px 40px
}

.steps__card {
    background: #ffd400;
    border-radius: 12px;
    width: calc(33.3333% - 16px);
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden
}

.steps__card:last-child {
    width: calc(33.3333% - 16px)
}

.steps__number {
    font-size: 102px;
    font-weight: 600;
    line-height: 1
}

.steps__description {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0
}

.steps__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    display: block;
    margin-top: auto
}

@media screen and (max-width: 992.5px) {
    .steps {
        padding: 64px 0
    }

    .steps__container {
        padding: 0 24px
    }

    .steps__title {
        font-size: 40px
    }

    .steps__content {
        flex-direction: column;
        margin-top: 48px;
        grid-gap: 20px
    }

    .steps__card,
    .steps__card:last-child {
        width: 100%;
        flex: none
    }

    .steps__header {
        padding: 32px 24px 20px
    }

    .steps__number {
        font-size: 80px
    }

    .steps__description {
        font-size: 20px
    }

    .steps__img {
        height: 200px
    }
}

@media screen and (max-width: 479.5px) {
    .steps__title {
        font-size: 32px
    }

    .steps__number {
        font-size: 64px
    }

    .steps__description {
        font-size: 18px
    }

    .steps__img {
        height: 180px
    }
}

.work {
    padding: 120px 0
}

.work__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.work__item {
    height: 280px;
    border-radius: 12px
}

.contacts-page__breadcrumbs {
    margin-top: 50px;
    margin-bottom: 30px
}

.contacts-page__contacts,
.contacts-page__news-post,
.contacts-page__customers-choice,
.contacts-page__news-preview,
.delivery-town-page__table,
.delivery-town-page__feedback,
.delivery-town-page__stocks,
.delivery-town-page__calculator,
.delivery-town-page__rent,
.delivery-town-page__about,
.delivery-town-page__certificates,
.delivery-town-page__gallery,
.delivery-town-page__warehouses-carousel {
    margin-bottom: 100px
}

.main-page__stocks {
    background-color: #f7f7f7
}

.main-page__stack {
    display: flex;
    flex-direction: column;
    grid-gap: 100px
}

.main-page__hero {
    padding-top: 60px
}

.not-found-page {
    height: 100vh;
    overflow: hidden
}

.prices-page__prices {
    margin-bottom: 20px
}

.reviews-page {
    padding-bottom: 100px
}

.reviews-page__pagination-mobile {
    display: none
}

.reviews-page__title {
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 40px
}

.reviews-page__content {
    display: grid;
    grid-template-columns: 1fr fit-content(37.3334%);
    grid-gap: 20px
}

.reviews-page__main {
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

.reviews-page__sidebar {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    align-self: start;
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

.reviews-page__pagination {
    justify-content: flex-start
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "v1 v1 v2 v2 l1 l1" "v1 v1 v2 v2 l2 l2" "l3 l3 l3 l4 l4 l4" "l5 l5 l5 l5 v3 v3" "l6 l6 l6 l6 v3 v3" "l7 l7 l7 l8 l8 l8";
    grid-gap: 20px
}

.reviews-grid__item:nth-child(1) {
    grid-area: v1
}

.reviews-grid__item:nth-child(2) {
    grid-area: v2
}

.reviews-grid__item:nth-child(3) {
    grid-area: l1
}

.reviews-grid__item:nth-child(4) {
    grid-area: l2
}

.reviews-grid__item:nth-child(5) {
    grid-area: l3
}

.reviews-grid__item:nth-child(6) {
    grid-area: l4
}

.reviews-grid__item:nth-child(7) {
    grid-area: l5
}

.reviews-grid__item:nth-child(8) {
    grid-area: l6
}

.reviews-grid__item:nth-child(9) {
    grid-area: v3
}

.reviews-grid__item:nth-child(10) {
    grid-area: l7
}

.reviews-grid__item:nth-child(11) {
    grid-area: l8
}

.player__play-button {
    background: #fccb06 url(/public/build/assets/icons/icon-play.svg) center/20px no-repeat
}

.player__play-button:hover {
    background: #ffab18 url(/public/build/assets/icons/icon-play.svg) center/20px no-repeat
}

.video-review {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff
}

.video-review__player {
    flex: 1 1 450px;
    min-height: 450px;
    border-radius: 20px 20px 0 0
}

.video-review__info {
    position: absolute;
    bottom: 6px;
    right: 6px;
    left: 6px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    z-index: 10
}

.video-review__name {
    font: 600 18px/120% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    margin-bottom: 2px
}

.video-review__position {
    color: rgba(35, 31, 32, .5)
}

.letter-card {
    height: 100%;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: background-color .2s ease;
    grid-gap: 10px
}

.letter-card:hover {
    background: #fccb06
}

.letter-card__header {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.letter-card__icon {
    width: 56px;
    height: 56px
}

.letter-card__icon img {
    width: 100%;
    height: 100%
}

.letter-card__title {
    font: 600 25px/110% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
    margin-bottom: 4px
}

.reviews-widget {
    min-height: 800px;
    background: #fff;
    border-radius: 20px;
    padding: 20px
}

.reviews-widget__frame {
    width: 100%;
    height: 800px;
    border-radius: 8px;
    box-sizing: border-box
}

.reviews-widget__link {
    box-sizing: border-box;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #b3b3b3;
    font-size: 10px;
    font-family: YS Text, sans-serif;
    padding: 0 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    left: 0
}

.reviews-cta {
    background: #fccb06;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px
}

.reviews-cta__title {
    font: 600 32px/120% Roboto Flex, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif
}

.reviews-cta__text {
    font-size: 16px;
    color: rgba(35, 31, 32, .5);
    line-height: 140%;
    margin-top: 10px
}

.reviews-cta__button {
    display: inline-flex;
    padding: 10px 48px;
    margin-top: 20px
}

.reviews-cta__image {
    height: 362px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px
}

.reviews-cta__image,
.reviews-cta__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-cta__image img {
    height: 100%
}

.pagination {
    flex-wrap: wrap
}

.pagination__ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: rgba(35, 31, 32, .5)
}

.pagination__button {
    font: 600 14px/100% Inter, -apple-system, BlinkMacSystemFont, Arial, sans-serif
}

.pagination__button_active {
    pointer-events: none
}

.test {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.test__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px
}

.test__item_col2 {
    grid-column: auto/span 2
}

.test__item_col3 {
    grid-column: auto/span 3
}

.test__item_col4 {
    grid-column: auto/span 4
}

.test__item_spacer {
    height: 100%;
    padding: 10px
}

.test__item_white {
    background-color: #fff
}

.test__item_bottom {
    width: 100%;
    display: flex;
    align-items: end
}

.test__item_bottom div {
    display: flex;
    grid-gap: 10px
}

.test__carousel-slide {
    height: 450px
}

.test__carousel-slide-button {
    position: absolute;
    top: 20px;
    left: 20px
}

@media(min-width:359.5px) {
    .advantages-2__header-outer {
        font-size: 34px
    }
}

@media(min-width:479.5px) {
    .menu .offcanvas {
        width: 360px !important
    }
}

@media(min-width:479.5px)and (max-width:767.499px) {
    .hero-2__panel-body {
        width: 100%;
        height: 50%
    }

    .hero-2__panel-ends {
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 40%;
        flex-direction: row
    }
}

@media(min-width:479.5px)and (max-width:767.5px) {
    .container {
        margin: auto 20px;
        min-width: 320px
    }

    .header__inner {
        display: block;
        padding: 22px 20px 14px
    }

    .header__contacts {
        grid-template-columns: 200px 1fr auto;
        grid-template-areas: "logo logo menu" "contact phone phone" "contact socials socials";
        grid-gap: 15px 0
    }

    .header__action-contact {
        justify-content: start;
        align-self: center
    }

    .header__action-menu {
        justify-content: end;
        align-self: start
    }

    .header__action-menu .button {
        width: auto
    }
}

@media(min-width:479.5px)and (max-width:999.5px) {
    .slider-2 .swiper-slide-active {
        width: 60% !important;
        height: 314px
    }
}

@media(min-width:576px) {
    .dropdown .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .menu .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .menu .offcanvas-sm .offcanvas-header {
        display: none
    }

    .menu .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .modal__wrapper .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal__wrapper .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal__wrapper .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width:767.5px)and (max-width:1279.5px) {
    .advantages-scaffolding__inner {
        padding: 80px 0
    }

    .header__contacts {
        grid-template-areas: "phone phone phone contact contact menu menu" "socials socials socials contact contact menu menu"
    }

    .product-listing__product {
        flex: 0 0 50%
    }

    .warehouses,
    .about {
        padding: 80px 0
    }

    .about__main-fact,
    .about__fact {
        width: 100%;
        height: 174px
    }

    .about__slider {
        width: 70%;
        height: 315px
    }

    .about-slider {
        flex-direction: row;
        align-items: end
    }

    .rent-formwork__certificate,
    .rent-lifts__certificate,
    .rent-scaffolding-main__certificate {
        flex: 1 1 40%
    }

    .formwork-page__type-filter,
    .formwork-page__price-filter {
        width: auto;
        flex: 1 1 45%
    }

    .lifts-page__filter {
        flex: 0 0 50%
    }

    .scaffolding-main-page__stack {
        grid-gap: 80px
    }

    .scaffolding-main-page__type-filter,
    .scaffolding-main-page__price-filter,
    .scaffolding-page__type-filter,
    .scaffolding-page__price-filter {
        width: auto;
        flex: 1 1 45%
    }

    .product-2-page__stack,
    .product-3-page__stack,
    .product-4-page__stack,
    .product-5-page__stack,
    .product-6-page__stack,
    .product-page__stack,
    .main-page__stack {
        grid-gap: 80px
    }
}

@media(min-width:767.5px)and (max-width:1280px) {
    .mini-advantages__mini-advantage {
        flex: 1 1 45%
    }
}

@media(min-width:767.5px)and (max-width:999.499px) {
    .hero-2__content {
        width: 68%
    }

    .hero-2__panel {
        flex-direction: column;
        width: 70%
    }

    .hero-2__panel-body {
        width: 100%;
        height: 80%
    }

    .hero-2__panel-ends {
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 10%;
        flex-direction: row
    }
}

@media(min-width:767.5px)and (max-width:999.5px) {
    .container {
        margin: auto 20px
    }

    .advantages__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "h h" "a1 a2" "a3 a4"
    }

    .advantages-2__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "h h" "a1 a4" "a3 a2"
    }

    .advantages-scaffolding__cell:nth-child(1) {
        flex: 1 1 100%
    }

    .advantages-scaffolding__cell,
    .advantages-scaffolding__cell:nth-child(2),
    .advantages-scaffolding__cell:nth-child(3),
    .advantages-scaffolding__cell:nth-child(4),
    .advantages-scaffolding__cell:nth-child(5),
    .advantages-scaffolding__cell:nth-child(6),
    .advantages-scaffolding__cell:nth-child(7),
    .advantages-scaffolding__cell:nth-child(8) {
        flex: 1 1 45%
    }

    .advantages-scaffolding__cell:nth-child(9) {
        display: none
    }

    .advantages-scaffolding__cell:nth-child(10) {
        flex: 1 1 45%
    }

    .header__inner {
        height: 100px;
        grid-template-areas: "logo logo logo contacts contacts contacts contacts contacts contacts"
    }

    .footer__contacts-wrapper {
        flex-direction: row;
        align-items: end
    }

    .footer__contacts-buttons,
    .footer__contacts {
        width: 50%
    }

    .hero {
        height: 750px
    }

    .hero__content {
        width: 68%
    }

    .hero__panel {
        flex-direction: column;
        width: 70%
    }

    .hero__panel-body {
        width: 100%;
        height: 80%
    }

    .hero__panel-ends {
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 10%;
        flex-direction: row
    }

    .hero-2 {
        height: 600px
    }

    .hero-button {
        width: 50%
    }

    .hero-button:hover {
        height: 120px
    }

    .stocks__card[data-index="6"],
    .stocks__card[data-index="7"],
    .stocks__card[data-index="8"],
    .stocks__card[data-index="9"] {
        opacity: 0
    }

    .slider-1__thumbs {
        height: 350px
    }
}

@media(min-width:768px) {
    .dropdown .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .menu .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .menu .offcanvas-md .offcanvas-header {
        display: none
    }

    .menu .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(min-width:992px) {
    .dropdown .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .menu .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .menu .offcanvas-lg .offcanvas-header {
        display: none
    }

    .menu .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .modal__wrapper .modal-lg,
    .modal__wrapper .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width:999.5px) {

    .advantages__header-outer,
    .advantages-2__header-outer {
        display: none
    }

    .hero__panel-body {
        width: 74%;
        height: 100%
    }

    .hero__panel-ends {
        width: 26%;
        height: 100%;
        top: 20;
        right: 13%;
        flex-direction: column
    }

    .hero__panel-top-end {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 50%
    }

    .hero__panel-bottom-end {
        -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
        width: 100%;
        height: 50%
    }

    .hero__panel-decor4 {
        display: none
    }

    .hero-2 {
        /* height: auto */
        min-height: 350px;
    }

    .slider-2 .swiper-slide-active {
        width: 80% !important;
        height: 550px
    }

    .hero-2__banner {
        width: 55%
    }

    .hero-2__panel-body {
        width: 74%;
        height: 100%
    }

    .hero-2__panel-ends {
        width: 26%;
        height: 100%;
        right: 13%;
        flex-direction: column
    }

    .hero-2__panel-top-end {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 50%
    }

    .hero-2__panel-bottom-end {
        -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
        width: 100%;
        height: 50%
    }
}

@media(min-width:999.5px)and (max-width:1279.5px) {
    .container {
        margin: auto 40px
    }

    .advantages__inner {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a1 a2 a4" "a1 a3 a4"
    }

    .advantages__advantage2 {
        height: 310px
    }

    .advantages-2__inner {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: "a1 a4 a3" "a1 a4 a2"
    }

    .advantages-2__advantage2 {
        height: 310px
    }

    .feedback__image {
        min-width: 270px
    }

    .feedback__image img {
        height: 352px;
        width: 352px;
        right: -50px
    }

    .header__inner {
        height: 110px;
        grid-template-areas: "address address address address contacts contacts contacts contacts contacts" "logo logo logo logo contacts contacts contacts contacts contacts"
    }

    .hero__content {
        width: 65%
    }

    .hero__panel {
        width: 90%
    }

    .hero__panel-decor2 {
        left: -200px;
        top: 5px
    }

    .hero__panel-decor3 {
        left: -200px;
        bottom: -15px
    }

    .hero-button {
        min-width: 280px;
        width: 48%;
        height: auto
    }

    .hero-button__inner {
        flex-direction: column
    }

    .rent-formwork__card,
    .rent-lifts__card,
    .rent-scaffolding-main__card {
        flex: 1 1 40%
    }

    .slider-1__swiper,
    .slider-1__thumbs {
        height: 450px
    }
}

@media(min-width:999.5px)and (max-width:1474.499px) {
    .hero-2__content {
        width: 50%
    }

    .hero-2__panel {
        width: 75%
    }
}

@media(min-width:999.5px)and (max-width:1500px) {
    .header__phone {
        font-size: 20px
    }
}

@media(min-width:999.5px)and (max-width:1644.5px) {
    .advantages-scaffolding__cell:nth-child(1) {
        flex: 1 1 100%
    }

    .advantages-scaffolding__cell:nth-child(2),
    .advantages-scaffolding__cell:nth-child(3),
    .advantages-scaffolding__cell:nth-child(4) {
        flex: 1 1 30%
    }

    .advantages-scaffolding__cell:nth-child(5),
    .advantages-scaffolding__cell:nth-child(6) {
        flex: 1 1 45%
    }

    .advantages-scaffolding__cell:nth-child(7),
    .advantages-scaffolding__cell:nth-child(8) {
        flex: 1 1 30%
    }

    .advantages-scaffolding__cell:nth-child(9) {
        display: none
    }

    .advantages-scaffolding__cell:nth-child(10) {
        flex: 1 1 30%
    }
}

@media(min-width:999.5px)and (max-width:1919.5px) {
    .hero__panel-decor1 {
        left: -90px
    }
}

@media(min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4,
    legend {
        font-size: 1.5rem
    }

    .dropdown .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .menu .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .menu .offcanvas-xl .offcanvas-header {
        display: none
    }

    .menu .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }

    .modal__wrapper .modal-xl {
        --bs-modal-width: 1140px
    }
}

@media(min-width:1279.5px) {
    .advantages__inner {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a1 a0 a2 a4" "a1 a3 a3 a4"
    }

    .advantages-2__inner {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: "a1 a4 a3 a3" "a1 a4 a0 a2"
    }

    .header__logo {
        width: 240px
    }

    .header__contacts {
        grid-template-areas: "phone phone phone phone contact contact contact" "socials socials socials socials contact contact contact"
    }

    .product-listing__product {
        flex: 0 0 33.3%
    }

    .about__facts {
        width: 80%;
        flex-wrap: wrap
    }

    .about__main-fact {
        width: 100%;
        height: 168px
    }

    .about__fact {
        width: 50%;
        height: 193px
    }

    .about-slider {
        flex-direction: column
    }

    .about-slider .swiper-slide-next {
        margin-right: 200px !important
    }

    .hero__content {
        width: 55%
    }

    .rent-formwork__card {
        flex: 1 1 30%
    }

    .rent-formwork__certificate {
        flex: 1 1 20%
    }

    .rent-lifts__card {
        flex: 1 1 30%
    }

    .rent-lifts__certificate {
        flex: 1 1 20%
    }

    .rent-scaffolding-main__card {
        flex: 1 1 30%
    }

    .rent-scaffolding-main__certificate {
        flex: 1 1 20%
    }

    .formwork-page__type-filter {
        width: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(66% - 20px)
    }

    .formwork-page__price-filter {
        width: auto;
        flex: 1 1 30%
    }

    .lifts-page__filter {
        flex: 0 0 33.3%
    }

    .scaffolding-main-page__type-filter {
        width: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(66% - 20px)
    }

    .scaffolding-main-page__price-filter {
        width: auto;
        flex: 1 1 30%
    }

    .scaffolding-page__type-filter {
        width: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(66% - 20px)
    }

    .scaffolding-page__price-filter {
        width: auto;
        flex: 1 1 30%
    }
}

@media(min-width:1279.5px)and (max-width:1500px) {
    .feedback__image {
        min-width: 380px
    }

    .feedback__image img {
        height: 488px;
        width: 488px;
        right: -70px
    }

    .header__inner {
        height: 120px;
        grid-template-areas: "address address nav nav nav nav nav nav nav" "logo catalogs catalogs catalogs catalogs catalogs contacts contacts contacts"
    }
}

@media(min-width:1279.5px)and (max-width:1644.5px) {
    .hero-button {
        min-width: 280px;
        width: 48%
    }

    .hero-button:hover {
        height: 160px
    }

    .hero-button__inner {
        align-items: center
    }
}

@media(min-width:1279.5px)and (max-width:1919.5px) {
    .container {
        margin: auto 40px
    }

    .hero__panel-decor2 {
        left: 30px;
        top: 5px
    }

    .hero__panel-decor3 {
        left: 30px;
        bottom: -15px
    }
}

@media(min-width:1400px) {
    .dropdown .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .menu .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .menu .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .menu .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(min-width:1500px) {
    .feedback__image {
        min-width: 350px
    }

    .feedback__image img {
        height: 416px;
        width: 416px;
        right: -30px
    }

    .header__inner {
        height: 120px;
        grid-template-areas: "address address nav nav nav nav contacts contacts contacts" "logo catalogs catalogs catalogs catalogs catalogs contacts contacts contacts"
    }

    .header__phone {
        font-size: 25px
    }

    .header .button {
        height: 77px
    }

    .hero-2__content {
        width: 45%
    }

    .hero-2__panel {
        width: 65%
    }
}

@media(min-width:1644.5px) {
    .advantages-scaffolding__cell:nth-child(1) {
        flex: 0 0 49%
    }

    .advantages-scaffolding__cell:nth-child(2),
    .advantages-scaffolding__cell:nth-child(3),
    .advantages-scaffolding__cell:nth-child(4) {
        flex: 0 0 24%
    }

    .advantages-scaffolding__cell:nth-child(5),
    .advantages-scaffolding__cell:nth-child(6) {
        flex: 0 0 36.5%
    }

    .advantages-scaffolding__cell:nth-child(7) {
        flex: 0 0 24%
    }

    .advantages-scaffolding__cell:nth-child(8) {
        flex: 0 0 36.5%
    }

    .advantages-scaffolding__cell:nth-child(9) {
        padding: 0;
        flex: 0 0 11%
    }

    .advantages-scaffolding__cell:nth-child(10) {
        flex: 0 0 24%
    }

    .mini-advantages__mini-advantage {
        flex: 1 1 20%
    }

    .our-project-modal .modal-dialog {
        max-width: 70% !important
    }

    .hero-button {
        min-width: 200px;
        max-width: 200px
    }

    .hero-button:hover {
        min-width: 280px;
        max-width: 280px;
        height: 240px
    }

    .hero-button__inner {
        flex-direction: column
    }
}

@media(min-width:1919.5px) {
    .container {
        width: 100%;
        max-width: 1500px
    }
}

@media(max-width:1919.5px) {
    .product-card__top-labels {
        flex-wrap: wrap
    }
}

@media(max-width:1644.5px) {
    .our-project-modal .modal-dialog {
        max-width: 95% !important
    }

    .hero__buttons {
        flex-wrap: wrap
    }

    .product-4__block {
        width: calc((100% - 10px)/2)
    }
}


@media(max-width:1500px) {
    .feedback__form {
        flex-direction: column
    }

    .delivery-town-calculator__tabs {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:1500px) {
    .about-equipment__inner {
        grid-gap: 0 60px;
        padding-left: 24px;
        padding-right: 24px
    }

    .about-equipment__grid {
        grid-template-columns: 240px 240px minmax(0, 234px) 114px;
        grid-template-rows: 114px 114px 106px 114px
    }

    .about-equipment__cell--crane {
        max-width: 114px;
        padding: 8px 14px
    }

    .about-equipment__cell--crane img,
    .about-equipment__cell--stat235 .about-equipment__cell-icon {
        width: 40px;
        height: 40px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-label,
    .about-equipment__cell--stat4000 .about-equipment__cell-label {
        font-size: 16px
    }

    .about-equipment__cell--stat150 {
        max-width: 190px;
        height: 114px
    }

    .about-equipment__cell--stat150 img {
        width: 40px;
        height: 40px
    }

    .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 16px
    }

    .about-equipment__cell-icon {
        width: 40px;
        height: 40px
    }

    .about-equipment__cell-value {
        font-size: 32px
    }

    .about-equipment__cell-label {
        font-size: 21px
    }

    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "v1 v2" "v1 v2" "l1 l2" "l3 l3" "l4 l4" "l5 v3" "l6 v3" "l7 l7" "l8 l8"
    }
}

@media(max-width:1399.98px) {
    .menu .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .menu .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .menu .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .menu .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .menu .offcanvas-xxl.offcanvas-top,
    .menu .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .menu .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .menu .offcanvas-xxl.showing,
    .menu .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .menu .offcanvas-xxl.showing,
    .menu .offcanvas-xxl.hiding,
    .menu .offcanvas-xxl.show {
        visibility: visible
    }

    .modal__wrapper .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal__wrapper .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-xxl-down .modal-header,
    .modal__wrapper .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1399.98px)and (prefers-reduced-motion:reduce) {
    .menu .offcanvas-xxl {
        transition: none
    }
}

@media(max-width:1279.5px) {
    .advantages__advantage0 {
        display: none
    }

    .advantages__advantage3 {
        height: 310px;
        flex-direction: column
    }

    .advantages__advantage3,
    .advantages__advantage3__content {
        justify-content: start
    }

    .advantages-2__advantage0 {
        display: none
    }

    .advantages-2__advantage3 {
        height: 310px;
        flex-direction: column
    }

    .advantages-2__advantage3,
    .advantages-2__advantage3__content {
        justify-content: start
    }

    .cabins-advantages__blocks {
        flex-direction: column
    }

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

    .cabins-advantages__accent-card-header,
    .cabins-advantages__accent-card-footer {
        grid-column: span 1
    }

    .cabins-expanders__types {
        grid-template-columns: repeat(2, 1fr)
    }

    .cabins-expanders__cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .cabins-expanders__specs {
        flex-direction: column
    }

    .contacts__block-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .contacts__route-button {
        position: relative !important;
        top: 0;
        right: 0
    }

    .customers-choice__card4.product-card {
        display: none
    }

    .header__logo {
        width: 200px
    }

    .header__nav,
    .header__catalogs {
        display: none
    }

    .header__action-menu {
        display: flex
    }

    .warehouses__stubs {
        display: none
    }

    .warehouses__content {
        flex-direction: column
    }

    .warehouses__left {
        width: 60%
    }

    .warehouses__right {
        width: 100%
    }

    .about__inner {
        flex-direction: column
    }

    .delivery-town-calculator__tabs {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-button__icon {
        min-width: 32px;
        min-height: 32px;
        width: 32px;
        height: 32px
    }

    .news-post__content img {
        max-width: 620px
    }

    .news-post__content img,
    .news-post__content ul,
    .news-post__content table {
        margin-bottom: 20px
    }

    .product .slider-3__swiper {
        height: 400px
    }

    .product__main {
        flex-direction: column
    }

    .product__left,
    .product__right {
        width: 100%
    }

    .product__calculator-items {
        grid-template-columns: repeat(3, 1fr)
    }

    .product-expanders__stats img {
        max-width: 620px;
        margin-bottom: 20px
    }

    .product-expanders__stats ul,
    .product-expanders__stats table {
        margin-bottom: 20px
    }

    .product-stocks {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-stocks__stock {
        padding: 20px
    }

    .product-2 .slider-3__swiper {
        height: 400px
    }

    .product-2__wrapper {
        flex-direction: column
    }

    .product-2__left,
    .product-2__right {
        width: 100%
    }

    .product-3 .slider-3__swiper {
        height: 400px
    }

    .product-3__wrapper {
        flex-direction: column
    }

    .product-3__left,
    .product-3__right {
        width: 100%
    }

    .product-3-lifts-conditions__block {
        width: calc((100% - 20px) / 3)
    }

    .product-4 .slider-3__swiper {
        height: 400px
    }

    .product-4__wrapper {
        flex-direction: column
    }

    .product-4__left,
    .product-4__right {
        width: 100%
    }

    .product-5 .slider-3__swiper {
        height: 400px
    }

    .product-5__wrapper {
        flex-direction: column
    }

    .product-5__left,
    .product-5__right {
        width: 100%
    }

    .product-6 .slider-3__swiper {
        height: 400px
    }

    .product-6__wrapper {
        flex-direction: column
    }

    .product-6__left,
    .product-6__right {
        width: 100%
    }

    .car-card__specs {
        flex-direction: column;
        grid-gap: 20px
    }

    .slider-1__inner {
        grid-gap: 71px
    }

    .slider-1__thumbs .swiper-slide {
        height: 61px
    }

    .slider-1__thumbs .swiper-slide-thumb-active {
        height: 98px
    }

    .slider-3__buttons {
        right: 30px;
        bottom: 30px
    }

    .element-card__img-wrapper {
        width: 165px;
        height: 165px
    }

    .cabins-page__filters {
        grid-template-columns: repeat(2, 1fr)
    }

    .formwork-page__stack {
        padding-top: 30px
    }

    .scaffolding-main-page__table-wrapper {
        overflow: scroll
    }
}

@media screen and (max-width:1279.5px) {
    .estimate-calculator__title {
        font-size: 26px
    }

    .estimate-calculator__item {
        flex-basis: 221px
    }

    .estimate-calculator__item_large {
        flex-basis: 446px
    }

    .estimate-calculator__value {
        font-size: 20px
    }

    .rent-scaffolding__cards {
        flex-wrap: wrap
    }

    .rent-scaffolding__card {
        flex-basis: calc(50% - 10px)
    }

    .about-hero__title {
        margin-bottom: 62px
    }

    /* .about-hero__item {
        font-size: 133px;
        padding-top: 6px;
        padding-left: 46px
    } */

    /* .about-hero__item:first-child {
        font-size: 120px;
        padding-left: 0;
        padding-right: 46px
    }

    .about-hero__item:nth-child(2) {
        grid-gap: 0 4px;
        padding-left: 46px;
        padding-right: 33px
    }

    .about-hero__value-1 {
        font-size: 15px;
        margin-top: 28px;
        font-size: 12px
    }

    .about-hero__value-2 {
        font-size: 52px;
        font-size: 42px;
        margin-top: 14px
    } */

    /* .about-hero__value-3 {
        font-size: 15px;
        max-width: 94px;
        font-size: 12px;
        max-width: 78px
    } */

    .about-equipment {
        padding: 12px 0
    }

    .about-equipment__inner {
        grid-gap: 0 40px;
        max-width: 1234px
    }

    .about-equipment__title {
        font-size: 36px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-icon {
        width: 39px;
        height: 39px
    }

    .about-equipment__cell--stat4000 .about-equipment__cell-value {
        max-width: 70px
    }

    .about-equipment__cell--stat150 img {
        top: 10px;
        left: 12px;
        width: 36px;
        height: 36px
    }

    .about-equipment__cell--stat150 .about-equipment__cell-body {
        right: 10px;
        left: auto;
        bottom: 8px
    }

    .about-equipment__cell-icon {
        top: 10px;
        left: 12px
    }

    .volumes {
        padding: 60px 0 80px
    }

    .volumes__grid {
        grid-template-columns: 1fr;
        grid-gap: 48px
    }

    .volumes__title {
        font-size: 48px
    }

    .volumes__number {
        font-size: 28px
    }

    .reviews-page__content {
        grid-template-columns: 1fr fit-content(49.2%)
    }

    .reviews-page__sidebar {
        grid-gap: 20px
    }

    .reviews-widget,
    .reviews-cta {
        flex: 1 1
    }

    .reviews-cta {
        min-width: 300px
    }

    .reviews-cta__title {
        font-size: 26px
    }
}

@media(max-width:1199.98px) {
    .menu .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .menu .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .menu .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .menu .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .menu .offcanvas-xl.offcanvas-top,
    .menu .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .menu .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .menu .offcanvas-xl.showing,
    .menu .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .menu .offcanvas-xl.showing,
    .menu .offcanvas-xl.hiding,
    .menu .offcanvas-xl.show {
        visibility: visible
    }

    .modal__wrapper .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal__wrapper .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-xl-down .modal-header,
    .modal__wrapper .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1199.98px)and (prefers-reduced-motion:reduce) {
    .menu .offcanvas-xl {
        transition: none
    }
}

@media(max-width:999.5px) {
    h3 {
        font-size: 26px
    }

    .big-text {
        font-size: 97px
    }

    .big-text-1 {
        font-size: 41px
    }

    .big-text-4 {
        font-size: 20px
    }

    .advantages__header-inner {
        display: none
    }

    .advantages__advantage1,
    .advantages__advantage2 {
        height: 288px
    }

    .advantages__advantage4 {
        height: 310px
    }

    .advantages-2__header-inner {
        display: none
    }

    .advantages-2__advantage1,
    .advantages-2__advantage2 {
        height: 288px
    }

    .advantages-2__advantage4 {
        height: 310px
    }

    .cabins-advantages__accent,
    .cabins-advantages__other,
    .cabins-expanders__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .cabins-expanders__specs-spec {
        flex-direction: column
    }

    .cabins-expanders__specs-spec .product-spec__dots {
        display: none
    }

    .conditions {
        margin-bottom: 80px
    }

    .conditions__title {
        margin-bottom: 30px
    }

    .conditions__blocks,
    .contacts__cards {
        grid-template-columns: 1fr
    }

    .customers-choice__card3.product-card,
    .feedback__image,
    .header__address {
        display: none
    }

    .header__phone {
        font-size: 18px
    }

    .prices__title {
        margin-bottom: 30px
    }

    .footer__columns {
        flex-direction: column
    }

    .footer__links {
        width: 100%
    }

    .formwork-calculator__inner {
        flex-direction: column
    }

    .formwork-calculator__left,
    .formwork-calculator__right {
        width: 100%
    }

    .hero__banner {
        background-position: 85%
    }

    .hero__panel-top-end {
        -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        width: 50%;
        height: 100%
    }

    .hero__panel-bottom-end {
        -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
        clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
        width: 50%;
        height: 100%
    }

    .hero__panel-decor1,
    .hero__panel-decor2,
    .hero__panel-decor3 {
        display: none
    }

    .hero-button__inner {
        align-items: center
    }

    .news-post__hero,
    .news-post__content {
        padding: 30px
    }

    .news-posts__title {
        margin-bottom: 30px
    }

    .news-posts__list {
        grid-template-columns: repeat(3, 1fr)
    }

    .news-posts__pagination-wrapper {
        margin: 30px 0 100px
    }

    .product__calculator-items {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-delivery {
        margin-bottom: 80px
    }

    .product-delivery__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-expanders__elements {
        grid-template-columns: 1fr
    }

    .product-3-lifts-conditions {
        margin-top: 10px
    }

    .product-3-lifts-conditions__block {
        width: calc((100% - 10px)/2)
    }

    .rent-formwork__card,
    .rent-lifts__card,
    .rent-scaffolding-main__card {
        flex: 1 1 100%
    }

    .stocks {
        margin: -150px 0;
        height: 1120px
    }

    .stocks__inner {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 170px);
        grid-template-areas: "a7 a8 a9" "tt tx a1" "mn mn a2" "mn mn cs" "a5 a4 a3" "a6 .  . "
    }

    .stocks__card:after,
    .stocks__card:before,
    .stocks .stock:after,
    .stocks .stock:before {
        content: normal;
        content: initial
    }

    .slider-1__inner {
        grid-gap: 20px
    }

    .slider-1__swiper {
        height: 350px
    }

    .slider-2__inner {
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        height: 314px
    }

    .slider-2 .swiper-slide {
        height: 125px
    }

    .slider-2__buttons {
        left: calc(60% + 10px)
    }

    .stock_type_big .stock__icon:after {
        content: normal;
        content: initial
    }

    .formwork-page__stack {
        padding-top: 20px
    }
}

@media screen and (max-width:999.5px) {
    .estimate-calculator__inputs {
        flex-wrap: wrap
    }

    .estimate-calculator__item {
        flex-basis: calc(50% - 10px)
    }

    .estimate-calculator__item_large {
        flex-shrink: initial
    }

    .estimate-calculator__value {
        font-size: 25px
    }

    .checkbox .form-check-input_variant_transparent {
        padding: 26px 27px
    }

    .about-equipment__grid {
        grid-template-columns: 150px 225px minmax(0, 234px) 90px;
        grid-template-rows: 89px 88px 42px 126px
    }

    .about-equipment__cell--crane {
        max-width: 89px;
        padding: 6px 10px
    }

    .about-equipment__cell--crane img,
    .about-equipment__cell--stat235 .about-equipment__cell-icon {
        width: 30px;
        height: 30px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-body {
        right: 4px;
        bottom: 6px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-label,
    .about-equipment__cell--stat4000 .about-equipment__cell-label {
        font-size: 12px
    }

    .about-equipment__cell--stat150 img {
        top: 8px;
        left: 8px;
        width: 28px;
        height: 28px
    }

    .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 12px
    }

    .about-equipment__cell-icon {
        width: 30px;
        height: 30px;
        width: 24px;
        height: 24px;
        top: 6px;
        left: 6px
    }

    .about-equipment__cell-value {
        font-size: 25px
    }

    .about-equipment__cell-label {
        font-size: 16px
    }

    .reviews-page__pagination {
        display: none
    }

    .reviews-page__pagination-mobile {
        display: flex;
        justify-content: center
    }

    .reviews-page__title {
        font-size: 50px;
        margin-bottom: 30px
    }

    .reviews-page__content {
        grid-template-columns: 1fr
    }

    .reviews-page__main {
        grid-gap: 30px
    }

    .reviews-page__sidebar {
        flex-direction: row;
        position: static;
        order: -1
    }

    .reviews-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-areas: "v1 v1 v2 v2 l1 l1" "v1 v1 v2 v2 l2 l2" "l3 l3 l3 l4 l4 l4" "l5 l5 l5 l5 v3 v3" "l6 l6 l6 l6 v3 v3" "l7 l7 l7 l8 l8 l8"
    }

    .video-review__info {
        display: none
    }

    .letter-card__title {
        font-size: 22px
    }

    .reviews-cta {
        min-width: 0
    }

    .reviews-cta__image {
        height: 569px
    }
}

@media(max-width:999.499px) {
    .hero-2__banner {
        width: 100%
    }

    .hero-2__panel-top-end {
        -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        width: 50%;
        height: 100%
    }

    .hero-2__panel-bottom-end {
        -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
        clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
        width: 50%;
        height: 100%
    }
}

@media(max-width:991.98px) {
    .menu .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .menu .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .menu .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .menu .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .menu .offcanvas-lg.offcanvas-top,
    .menu .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .menu .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .menu .offcanvas-lg.showing,
    .menu .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .menu .offcanvas-lg.showing,
    .menu .offcanvas-lg.hiding,
    .menu .offcanvas-lg.show {
        visibility: visible
    }

    .modal__wrapper .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal__wrapper .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-lg-down .modal-header,
    .modal__wrapper .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:991.98px)and (prefers-reduced-motion:reduce) {
    .menu .offcanvas-lg {
        transition: none
    }
}

@media screen and (max-width:820px) {
    .about-equipment__title {
        font-size: 26px
    }
}

@media(max-width:767.98px) {
    .menu .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .menu .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .menu .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .menu .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .menu .offcanvas-md.offcanvas-top,
    .menu .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .menu .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .menu .offcanvas-md.showing,
    .menu .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .menu .offcanvas-md.showing,
    .menu .offcanvas-md.hiding,
    .menu .offcanvas-md.show {
        visibility: visible
    }

    .modal__wrapper .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal__wrapper .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-md-down .modal-header,
    .modal__wrapper .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:767.98px)and (prefers-reduced-motion:reduce) {
    .menu .offcanvas-md {
        transition: none
    }
}

@media(max-width:767.5px) {
    h1 {
        font-size: 45px
    }

    .big-text {
        font-size: 57px
    }

    .big-text-1 {
        font-size: 35px
    }

    .big-text-2 {
        font-size: 40px
    }

    .big-text-4 {
        font-size: 18px
    }

    .advantages {
        padding: 64px 0
    }

    .advantages__inner {
        grid-template-columns: 1fr;
        grid-template-areas: "h" "a1" "a2" "a3" "a4"
    }

    .advantages-2 {
        padding: 64px 0
    }

    .advantages-2__inner {
        grid-template-columns: 1fr;
        grid-template-areas: "h" "a1" "a4" "a3" "a2"
    }

    .advantages-scaffolding__inner {
        padding: 64px 0;
        grid-gap: 10px
    }

    .advantages-scaffolding__cell {
        flex: 1 1 100%
    }

    .cabins-advantages__accent,
    .cabins-advantages__other,
    .cabins-expanders__types,
    .cabins-expanders__cards {
        grid-template-columns: repeat(1, 1fr)
    }

    .conditions__title {
        margin-bottom: 20px
    }

    .contacts__blocks {
        grid-template-columns: 1fr 1fr
    }

    .contacts__block-buttons {
        grid-template-columns: 1fr
    }

    .customers-choice__cards,
    .feedback__end,
    .feedback__fields {
        flex-direction: column
    }

    .feedback__checkboxes {
        grid-gap: 5px;
        white-space: normal
    }

    .header__logo {
        display: none
    }

    .header__contacts__logo {
        grid-area: logo;
        display: flex;
        align-items: center;
        justify-content: start;
        width: 200px
    }

    .mini-advantages__mini-advantage {
        flex: 1 1 100%
    }

    .prices__title {
        margin-bottom: 20px
    }

    .product-listing__product {
        flex: 1 1
    }

    .warehouses,
    .about {
        padding: 64px 0
    }

    .about__facts {
        flex-direction: column
    }

    .about__main-fact,
    .about__fact {
        height: 131px
    }

    .about__slider {
        width: 100%;
        height: 395px
    }

    .about-slider {
        flex-direction: column;
        align-items: center
    }

    .about-slider__swiper-wrapper {
        width: 154%
    }

    .about-slider .swiper-slide-active {
        width: 100%
    }

    .delivery__map-blocks {
        flex-direction: column
    }

    .delivery__map-cities {
        grid-template-columns: repeat(3, 1fr)
    }

    .delivery__cars,
    .delivery-town-about__blocks,
    .delivery-town-calculator__tabs {
        grid-template-columns: 1fr
    }

    .footer__links {
        display: none
    }

    .formwork-calculator__inputs,
    .formwork-calculator__blocks {
        grid-template-columns: 1fr
    }

    .hero__content {
        padding: 40px 0
    }

    .hero__content,
    .hero__panel {
        width: 100%
    }

    .hero__panel-body {
        width: 100%;
        height: 100%
    }

    .hero__panel-ends {
        display: none
    }

    .hero-2 {
        height: 720px
    }

    .hero-button {
        width: 100%
    }

    .news-post__content {
        padding: 25px
    }

    .news-post__content h1,
    .news-post__content h2,
    .news-post__content h3,
    .news-post__content h4,
    .news-post__content h5,
    .news-post__content h6,
    .news-post__content p,
    .news-post__content .text-btn {
        margin-bottom: 10px
    }

    .news-post__controls {
        padding: 25px
    }

    .news-post__controls,
    .news-post__controls-left {
        flex-direction: column
    }

    .news-posts__title {
        margin-bottom: 20px
    }

    .news-posts__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .news-posts__pagination-wrapper {
        margin: 20px 0 64px
    }

    .product__calculator-items,
    .product-delivery__cards {
        grid-template-columns: repeat(1, 1fr)
    }

    .product-expanders__stats h1,
    .product-expanders__stats h2,
    .product-expanders__stats h3,
    .product-expanders__stats h4,
    .product-expanders__stats h5,
    .product-expanders__stats h6,
    .product-expanders__stats p,
    .product-expanders__stats .text-btn {
        margin-bottom: 10px
    }

    .product-pricing__blocks {
        flex-direction: column;
        grid-gap: 15px
    }

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

    .product-2__line {
        flex-direction: column;
        grid-gap: 8px
    }

    .product-2__line .product-spec__dots {
        display: none
    }

    .product-3__line {
        flex-direction: column;
        grid-gap: 8px
    }

    .product-3__line .product-spec__dots {
        display: none
    }

    .product-3__docs {
        grid-template-columns: 1fr
    }

    .product-4__block {
        width: calc((100% + -0px)*1)
    }

    .product-5__line {
        flex-direction: column;
        grid-gap: 8px
    }

    .product-5__line .product-spec__dots {
        display: none
    }

    .product-5__docs {
        grid-template-columns: 1fr
    }

    .product-6__line {
        flex-direction: column;
        grid-gap: 8px
    }

    .product-6__line .product-spec__dots {
        display: none
    }

    .product-6__docs {
        grid-template-columns: 1fr
    }

    .rent-formwork__certificate,
    .rent-lifts__certificate,
    .rent-scaffolding-main__certificate {
        flex: 1 1 100%
    }

    .stocks__inner {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 170px);
        grid-template-areas: "a1 a1 .  . " "tt tt tx tx" "mn mn mn cs" "mn mn mn cs" "a9 a9 a8 a8" "a6 a6 a7 a7" "a5 a5 a4 a4" "a2 a2 a3 a3"
    }

    .stocks__card {
        opacity: 1
    }

    .stocks__card[data-index="7"],
    .stocks__card[data-index="6"],
    .stocks__card[data-index="5"],
    .stocks__card[data-index="4"],
    .stocks__card[data-index="3"],
    .stocks__card[data-index="2"],
    .stocks__card[data-index="1"] {
        opacity: 0
    }
/*
    .breadcrumbs {
        margin-top: 40px;
        margin-bottom: 20px
    } */

    .carousel__buttons {
        display: none
    }

    .carousel__mobile-buttons {
        display: flex
    }

    .slider-1__inner {
        flex-wrap: wrap
    }

    .slider-1__right {
        width: 100%
    }

    .slider-1__swiper {
        height: 230px
    }

    .slider-1__mobile-buttons {
        display: flex
    }

    .slider-1__buttons {
        display: none
    }

    .slider-1__thumbs {
        height: auto
    }

    .slider-1__thumbs .swiper-slide,
    .slider-1__thumbs .swiper-slide-thumb-active {
        width: 76px;
        height: 48px
    }

    .slider-3__buttons {
        right: 25px;
        bottom: 25px
    }

    .slider-3__controls {
        top: 25px;
        left: 25px
    }

    .slider-4__inner {
        flex-direction: column-reverse
    }

    .slider-4__left {
        width: 100%
    }

    .slider-4__thumbs {
        height: auto
    }

    .cabins-page {
        grid-gap: 80px
    }

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

    .formwork-page__stack {
        grid-gap: 80px
    }

    .formwork-page__type-filter,
    .formwork-page__price-filter {
        width: auto;
        flex: 1 1 100%
    }

    .lifts-page {
        grid-gap: 80px
    }

    .lifts-page__filter {
        flex: 0 0 100%
    }

    .scaffolding-main-page__stack {
        grid-gap: 64px
    }

    .scaffolding-main-page__type-filter,
    .scaffolding-main-page__price-filter {
        width: auto;
        flex: 1 1 100%
    }

    .scaffolding-page {
        grid-gap: 80px
    }

    .scaffolding-page__type-filter,
    .scaffolding-page__price-filter {
        width: auto;
        flex: 1 1 100%
    }

    .post-feedback-page,
    .post-page {
        grid-gap: 80px
    }

    .product-2-page__stack,
    .product-3-page__stack,
    .product-4-page__stack,
    .product-5-page__stack,
    .product-6-page__stack,
    .product-page__stack {
        grid-gap: 64px
    }

    .contacts-page__breadcrumbs {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .contacts-page__contacts,
    .contacts-page__news-post,
    .contacts-page__customers-choice,
    .contacts-page__news-preview,
    .delivery-town-page__table,
    .delivery-town-page__feedback,
    .delivery-town-page__stocks,
    .delivery-town-page__calculator,
    .delivery-town-page__rent,
    .delivery-town-page__about,
    .delivery-town-page__certificates,
    .delivery-town-page__gallery,
    .delivery-town-page__warehouses-carousel {
        margin-bottom: 80px
    }

    .main-page__stack {
        grid-gap: 64px
    }
}

@media screen and (max-width:767.5px) {

    .estimate-calculator__item:last-child,
    .estimate-calculator__item_large {
        flex-basis: 100%
    }

    .estimate-calculator__value {
        font-size: 18px
    }

    .news-preview {
        padding-bottom: 80px
    }

    .checkbox .form-check-input_variant_transparent {
        padding: 26px 44px
    }

    .about-equipment__inner {
        grid-gap: 30px 0;
        flex-direction: column;
        max-width: 551px
    }

    .about-equipment__title {
        font-size: 20px;
        align-self: start
    }

    .about-equipment__title br:first-child {
        display: none
    }

    .about-equipment__grid {
        grid-template-columns: 145px 145px 25% 68px;
        grid-template-rows: 70px 68px 57px 71px;
        align-self: center;
        grid-gap: 8px
    }

    .about-equipment__cell--crane {
        max-width: 70px;
        padding: 4px 8px
    }

    .about-equipment__cell--crane img,
    .about-equipment__cell--stat235 .about-equipment__cell-icon {
        width: 24px;
        height: 24px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-label {
        font-size: 10px
    }

    .about-equipment__cell--stat200k .about-equipment__cell-body {
        top: 10px;
        left: 18px
    }

    .about-equipment__cell--stat200k .about-equipment__cell-value {
        max-width: 104px
    }

    .about-equipment__cell--stat4000 {
        padding: 4px 4px 18px
    }

    .about-equipment__cell--stat4000 .about-equipment__cell-label {
        font-size: 10px
    }

    .about-equipment__cell--stat150 {
        max-width: 116px;
        height: 68px;
        align-self: end
    }

    .about-equipment__cell--stat150 img {
        top: 6px;
        left: 6px;
        width: 22px;
        height: 22px
    }

    .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 10px
    }

    .about-equipment__cell-body {
        left: 6px
    }

    .about-equipment__cell-value {
        font-size: 18px
    }

    .about-equipment__cell-label {
        font-size: 13px
    }

    .volumes {
        padding: 40px 0 60px
    }

    .volumes__grid {
        grid-gap: 32px
    }

    .volumes__title {
        font-size: 40px
    }

    .volumes__cards {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .volumes__card {
        padding: 24px 20px
    }

    .volumes__number {
        font-size: 26px
    }

    .volumes__desc {
        font-size: 14px
    }

    .reviews-page {
        padding-bottom: 80px
    }

    .reviews-page__title {
        font-size: 45px;
        margin-bottom: 20px
    }

    .reviews-page__main {
        grid-gap: 20px
    }

    .reviews-page__sidebar {
        flex-direction: column
    }

    .reviews-page__pagination {
        justify-content: center
    }

    .reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "v1 v2" "v1 v2" "l1 l2" "l3 l4" "l5 v3" "l6 v3" "l7 l8"
    }

    .video-review {
        border-radius: 15px
    }

    .video-review__player {
        flex: 1 1 542px;
        min-height: 542px
    }

    .reviews-cta__image {
        height: 290px
    }

    .pagination__ellipsis,
    .pagination__button {
        width: 36px;
        height: 36px
    }

    .pagination__button {
        font-size: 13px
    }

    .pagination__button_prev,
    .pagination__button_next {
        width: 36px;
        height: 36px
    }
}

@media(max-width:767.499px) {
    .hero-2__content {
        padding: 40px 0;
        margin: 0 20px;
    }

    .hero-2__panel {
        width: 100%
    }
}

@media(max-width:575.98px) {
    .menu .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }

    .menu .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .menu .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .menu .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .menu .offcanvas-sm.offcanvas-top,
    .menu .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .menu .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .menu .offcanvas-sm.showing,
    .menu .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .menu .offcanvas-sm.showing,
    .menu .offcanvas-sm.hiding,
    .menu .offcanvas-sm.show {
        visibility: visible
    }

    .modal__wrapper .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal__wrapper .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-sm-down .modal-header,
    .modal__wrapper .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal__wrapper .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:575.98px)and (prefers-reduced-motion:reduce) {
    .menu .offcanvas-sm {
        transition: none
    }
}

@media screen and (max-width:530px) {
    .about-equipment__title {
        font-size: 26px
    }

    .about-equipment__grid {
        grid-template-areas:
            "crane    stat7700"
            "stat235  photo2"
            "stat150  stat4000"
            "stat200k stat4000";
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        grid-template-rows: auto auto auto auto;
        width: 100%
    }

    .about-equipment__cell--crane {
        max-width: 98px;
        max-height: 98px;
        padding: 6px 12px
    }

    .about-equipment__cell--crane img {
        width: 34px;
        height: 34px
    }

    .about-equipment__cell--stat235 {
        height: 70px
    }

    .about-equipment__cell--stat235 .about-equipment__cell-body .about-equipment__cell-value {
        font-size: 19px
    }

    .about-equipment__cell--photo2 {
        min-height: 70px
    }


    .about-equipment__cell--stat7700 .about-equipment__cell-value {
        font-size: 28px;
        font-weight: 600;
    }

    .about-equipment__cell--stat7700 .about-equipment__cell-label {
        font-size: 19px;
    }

    .about-equipment__cell--stat200k {
        min-height: 96px
    }

    .about-equipment__cell--stat200k .about-equipment__cell-body {
        top: 8px;
        left: 10px;
        right: 8px
    }

    .about-equipment__cell--stat200k .about-equipment__cell-value {
        font-size: 16px;
        line-height: 1.1;
        padding-bottom: 2px;
        max-width: none
    }

    .about-equipment__cell--stat200k .about-equipment__cell-label {
        font-size: 11px;
        line-height: 1.15;
        margin-top: 4px
    }

    .about-equipment__cell--stat4000 {
        align-self: stretch
    }

    .about-equipment__cell--stat4000 .about-equipment__cell-value {
        font-size: 16px
    }

    .about-equipment__cell--stat4000 .about-equipment__cell-label {
        font-size: 8px
    }

    .about-equipment__cell--stat4000 img {
        width: 18px;
        height: 18px
    }

    .about-equipment__cell--stat150 {
        padding: 8px 12px 10px;
        max-width: none;
        height: auto;
        min-height: 60px;
        align-self: stretch
    }

    .about-equipment__cell--stat150 img {
        width: 30px;
        height: 30px;
        align-self: start;
        margin-top: 8px
    }

    .about-equipment__cell--stat150 img,
    .about-equipment__cell--stat150 .about-equipment__cell-body {
        position: static;
        position: initial;
        top: auto;
        top: initial;
        left: auto;
        left: initial
    }

    .about-equipment__cell--stat150 .about-equipment__cell-value {
        font-size: 26px
    }

    .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 14px
    }

    .about-page .about-equipment__inner {
        align-items: center
    }

    .about-page .about-equipment__grid {
        grid-template-areas:
            "crane    stat7700"
            "stat235  photo2"
            "stat150  stat4000"
            "stat200k stat4000";
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        grid-template-rows: auto auto auto auto;
        width: 100%;
        max-width: 100%;
        align-self: center
    }

    .about-page .about-equipment__cell--stat150 {
        max-width: none;
        width: 100%;
        height: auto;
        min-height: 60px;
        align-self: stretch;
        justify-self: stretch;
        justify-content: center;
        align-items: center;
        padding: 8px 12px 10px
    }

    .about-page .about-equipment__cell--stat150 img,
    .about-page .about-equipment__cell--stat150 .about-equipment__cell-body {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .about-page .about-equipment__cell--stat150 img {
        width: 30px;
        height: 30px;
        align-self: center;
        margin-top: 0
    }

    .about-page .about-equipment__cell--stat150 .about-equipment__cell-body {
        text-align: center
    }

    .about-page .about-equipment__cell--stat150 .about-equipment__cell-label {
        font-size: 14px
    }
}

@media(max-width:479.5px) {
    .container {
        margin: auto 10px
    }

    .advantages__header-inner {
        font-size: 34px
    }

    .conditions {
        margin-bottom: 64px
    }

    .conditions__title {
        margin-bottom: 20px
    }

    .contacts__blocks {
        grid-template-columns: 1fr
    }

    .customers-choice__title,
    .feedback__title {
        font-size: 34px
    }

    .header__inner {
        display: block;
        height: 138px
    }

    .header__contacts {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "logo logo menu" "contact phone phone" "contact socials socials";
        grid-gap: 11px 14px
    }

    .header__action-contact {
        justify-content: start;
        align-self: center
    }

    .header__action-contact .button {
        text-wrap: auto;
        width: auto;
        padding: 8px 20px
    }

    .header__action-menu .button {
        padding: 8px 10px;
        font-size: 12px
    }

    .header__action-menu .button__icon {
        width: 18px;
        height: 18px
    }

    .prices__title {
        margin-bottom: 20px
    }

    .delivery__map-block {
        align-items: flex-start;
        flex-direction: column
    }

    .delivery__map-cities {
        grid-template-columns: repeat(2, 1fr)
    }

    .delivery-town-table {
        padding: 64px 0
    }

    .news-post__hero,
    .news-post__content {
        padding: 20px
    }

    .news-post__content img,
    .news-post__content ul,
    .news-post__content table {
        margin-bottom: 15px
    }

    .news-post__controls {
        padding: 20px
    }

    .news-posts__title {
        margin-bottom: 20px
    }

    .news-posts__list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px
    }

    .news-posts__pagination-wrapper {
        margin: 16px 0 64px
    }

    .product__buttons {
        flex-direction: column
    }

    .product-delivery {
        margin-bottom: 64px
    }

    .product-expanders__stats img,
    .product-expanders__stats ul,
    .product-expanders__stats table {
        margin-bottom: 15px
    }

    .product-pricing__prices-inner {
        flex-direction: column
    }

    .product-2__buttons {
        grid-template-columns: 1fr
    }

    .product-2__main-buttons,
    .product-3__main-buttons {
        flex-direction: column
    }

    .product-3-lifts-conditions__block {
        width: calc((100% + -0px)*1)
    }

    .product-4__main-buttons,
    .product-5__main-buttons,
    .product-6__main-buttons {
        flex-direction: column
    }

    .stocks {
        height: auto;
        margin: 0
    }

    .stocks__inner {
        display: none
    }

    .stocks__title {
        font-size: 34px
    }

    .stocks__mobile-cards {
        display: flex
    }

    .car-card__line {
        flex-direction: column
    }

    .car-card__line .product-spec__dots {
        display: none
    }

    .carousel__title {
        font-size: 34px
    }

    .slider-2__inner {
        height: auto
    }

    .slider-2 .swiper-slide {
        opacity: 1;
        height: 314px
    }

    .slider-2__buttons {
        position: static;
        width: 100%;
        justify-content: center
    }

    .slider-3__buttons {
        right: 15px;
        bottom: 15px
    }

    .slider-3__controls {
        top: 15px;
        left: 15px
    }

    .slider-3__thumbs .swiper-slide {
        height: 70px
    }

    .slider-4 .swiper-wrapper {
        flex-direction: row !important
    }

    .element-card {
        flex-direction: column
    }

    .element-card__img-wrapper {
        width: 107px;
        height: 107px
    }

    .modal .modal-content {
        padding: 20px
    }

    .modal__close-button {
        right: -9px;
        top: -4px
    }

    .cabins-page,
    .formwork-page__stack,
    .lifts-page,
    .scaffolding-page,
    .post-feedback-page,
    .post-page {
        grid-gap: 64px
    }

    .contacts-page__contacts,
    .contacts-page__news-post,
    .contacts-page__customers-choice,
    .contacts-page__news-preview,
    .delivery-town-page__table,
    .delivery-town-page__feedback,
    .delivery-town-page__stocks,
    .delivery-town-page__calculator,
    .delivery-town-page__rent,
    .delivery-town-page__about,
    .delivery-town-page__certificates,
    .delivery-town-page__gallery,
    .delivery-town-page__warehouses-carousel {
        margin-bottom: 64px
    }
}

@media screen and (max-width:479.5px) {
    .reviews__header {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 0 16px
    }

    .estimate-calculator {
        padding: 20px
    }

    .estimate-calculator__item {
        flex-basis: 100%
    }

    .estimate-calculator__blocks {
        margin-top: 15px
    }

    .about__title {
        font-size: 34px
    }

    .news-preview {
        padding-bottom: 64px
    }

    .rent-scaffolding__card {
        flex-basis: 100%
    }

    .about-hero {
        padding: 18px 0 70px
    }

    .about-hero__title {
        font-size: 40px;
        margin-bottom: 35px
    }

    /* .about-hero__item:first-child {
        font-size: 144px
    }

    .about-hero__item:nth-child(2) {
        font-size: 165px
    }

    .about-hero__item:nth-child(3) {
        font-size: 148px
    } */

    .about-equipment {
        padding: 32px 0 8px
    }

    .reviews-page {
        padding-bottom: 64px
    }

    .reviews-page__title {
        font-size: 40px;
        margin-bottom: 16px
    }

    .reviews-page__content {
        grid-gap: 10px
    }

    .reviews-grid {
        display: flex;
        flex-direction: column;
        grid-gap: 10px 0
    }

    .video-review__player {
        flex: 1 1 676px;
        min-height: 676px
    }

    .letter-card__title {
        font-size: 25px
    }

    .reviews-cta {
        padding: 20px
    }

    .reviews-cta__image {
        height: 288px
    }
}

@media(max-width:479.499px) {
    .hero-2__panel-body {
        width: 100%;
        height: 60%
    }

    .hero-2__panel-ends {
        width: 100%;
        height: 20%;
        left: 0;
        bottom: 30%;
        flex-direction: row
    }
}

@media(max-width:359.5px) {
    h2 {
        font-size: 34px
    }

    .big-text {
        font-size: 46px
    }

    .big-text-2 {
        font-size: 30px
    }

    .big-text-3 {
        font-size: 25px
    }
}

@media screen and (max-width:359.5px) {
    .about-hero {
        padding: 18px 0 20px
    }

    .about-equipment {
        padding: 84px 0 8px
    }

    .video-review__player {
        flex: 1 1 490px;
        min-height: 490px
    }

    .reviews-cta__image {
        height: 242px
    }
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

@media(prefers-reduced-motion:reduce) {

    .fade,
    .collapsing,
    .collapsing.collapse-horizontal,
    .expander .accordion-button,
    .expander .accordion-button:after,
    .select .form-select,
    .checkbox .form-switch .form-check-input,
    .input .form-control {
        transition: none
    }

    .input .form-control::file-selector-button {
        transition: none
    }

    .range .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .range .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .menu .offcanvas,
    .menu-expander .accordion-button,
    .menu-expander .accordion-button:after,
    .modal.fade .modal__wrapper .modal-dialog {
        transition: none
    }
}


.about-equipment__cell--photo2::after {
    background-color: rgba(35, 31, 32, .4) !important;
}

/* End */


/* Start:/local/templates/furniture_gray/asset/css/media.css?17865339934083*/
@media (max-width: 1279.5px) {
    .mini-advantages {
        margin-top: 1.875rem; /* 30px */
    }
    .formwork-page__stack,
    .lifts-page__stack,
    .cabins-page__stack,
    .scaffolding-page__stack {
        grid-gap: 80px;
    }
    .rent-scaffolding__card > h3 {
        font-size: 20px;
    }
}
@Media (min-width: 768.5px) and (max-width: 1279.5px) {
    .post-card__title h2 {
        font-size: 20px;
    }
}
@media (max-width: 999.5px) {
    .mini-advantages {
        margin-top: 1.25rem; /* 20px */
    }
    .formwork-page__stack,
    .lifts-page__stack,
    .cabins-page__stack,
    .scaffolding-page__stack {
        grid-gap: 64px;
    }
    .advantages-2 .big-text-3 {
        font-size: 26px;
    }
    /* Блок акций в разделах */
    .stocks__inner__3 {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(2, 25%);
      grid-template-rows: repeat(4, minmax(120px, max-content));
      grid-template-areas:     'tt tt tx tx'    'mn mn mn cs'    'mn mn mn cs'    'a1 a1 a2 a2';
    }
}
@media (max-width: 999.5px) and (min-width: 767.5px) {
    .advantages-2__advantage-image {
        height: 100px;
        object-fit: cover;
    }
    /* Оставить заявку (форма) - на детальной */
    .feedback {
        padding: 25px;
    }
}

@media (max-width: 767.5px) and (min-width: 479.5px) {
    .stocks__header {
        padding-top: 38px;
        padding-left: 0;
        padding-bottom: 0;
    }
    .stocks__text {
        justify-content: flex-start;
        padding: 0;
    }
    /* Оставить заявку (форма) - на детальной */
    .feedback {
        padding: 25px;
    }
}
@media (max-width: 767.5px) {
    .hero-2 {
        /* height: 70vh; */
    }
    .hero-2__banner {
        background-position-x: center;
        background-position-y: bottom;
        height: 50%;
    }
    .hero-button__inner {
      flex-direction: row;
      align-items: center;
    }
    .warehouses__left {
        width: 100%;
    }
    /* product listing */
    .product-listing__products {
        gap: 20px;
    }
    .product-listing__products > div.product-listing__product {
        flex: 1 1 calc(50% - 10px);
        padding: 0;
    }
    h3.product-h3 {
        padding-bottom: 0px;
    }
    /* advantages-2 */
    .advantages-2__advantage3 {
        height: 380px;
    }
    .advantages-2__advantage3__content {
        gap: 10px;
    }
    .advantages-2__advantage1,
    .advantages-2__advantage2,
    .advantages-2__advantage3 {
        height: auto;
    }
    .advantages-2__advantage-card {
        gap: 80px;
    }
    .advantages-2 .big-text-3 {
        font-size: 28px;
    }
    .advantages-2__advantage3__image {
        min-height: 189px;
    }
    /* Оставить заявку (форма) - на детальной */
    .feedback h2 {
        font-size: 34px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .feedback__checkboxes {
        margin-top: 5px;
    }
    /* Блок акций в разделах */
    .scaffolding-page__stocks .stocks__inner__3 {
      grid-template-columns: 1fr;
      grid-template-rows: max-content;
      grid-template-areas: 'tt' 'tx' 'mn' 'cs';
      grid-gap: 10px;
    }
    .stocks__inner__3 .text-16-reg.stocks__text {
      margin-bottom: 30px;
    }
    .stocks__inner__3 .stocks__controls {
      margin-top: 30px;
    }
}

@media (max-width: 479.5px) {
    .hero__container.container {
        padding: 0 10px;
    }
    .hero-button {
        padding: 5px 0;
    }
    /* product listing */
    .product-listing__inner > h2 {
        font-size: 34px;
    }
    .product-listing__inner.container {
        padding: 0 10px;
    }
    .product-listing__products {
        gap: 10px;
    }
    div.product-listing__products > .product-listing__product {
        flex: 1 1 100%;
        width: 100%;
    }
    /* Оставить заявку (форма) - на детальной */
    .feedback {
        padding: 20px;
    }
    .hero-2__content {
        margin: 0 10px;
    }
}

/* End */
/* /local/components/profmaster/address/templates/top/style.css?17793945481202 */
/* /local/components/profmaster/request.modal/templates/.default/style.css?17877691032192 */
/* /local/templates/furniture_gray/styles.css?17852599724044 */
/* /local/templates/furniture_gray/template_styles.css?178766431156241 */
/* /local/templates/furniture_gray/asset/css/about.css?1787315973266521 */
/* /local/templates/furniture_gray/asset/css/media.css?17865339934083 */
