.hamburger {
	display: none;
}
.tabs_mobile {
	display: none;
}
.back-razdel {
	display: none;
}
.title_price {
	display: none;
}
#show-more {
  height: auto;
}
#show-more__btn {
  display: none;
}
#show-more__btn-show {
  display: none;
}
#show-more__desc {
  height: auto;
}
#show-more__desc-btn {
  display: none;
}
@media (max-width: 1260px) {
.about {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.products-item {
    width: 22%;
    margin-right: 25px;
    margin-bottom: 40px;
}
.section-footer {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    margin-right: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.header__menu {
    display: flex;
    justify-content: flex-start;
    padding-right: 56px;
    flex-wrap: wrap;
}
.contacts-blocks__form {
    margin-left: 1.625rem;
    width: 65%;
}
.catalog__block {
    width: 74%;
}
.catalog__menu {
    width: 25%;
    margin-right: 25px;
}
}
@media (max-width: 1230px) {
.section-footer {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    margin-right: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.header__menu {
    display: flex;
    justify-content: flex-start;
    padding-right: 56px;
    flex-wrap: wrap;
}
.catalog-item__table_mobile {
	overflow: auto;
}
.price-block:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 0px;
    flex-direction: column;
}
}
@media (max-width: 1024px) {
.price-block:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
}
.catalog-item__table_mobile {
	overflow: auto;
}
.footer__menu-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 50px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.container {
    padding: 0px 24px 0px 24px;
    width: 100%;
    height: 100%;
}
.section-footer {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    margin-right: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.header__menu-link {
    color: var(--color_light-black);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    padding: 12px;
    background-color: var(--color_white);
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.005em;
}
.catalog__menu {
    width: 30%;
    margin-right: 25px;
}
.catalog__block {
    width: 70%;
}
.products-item {
    width: 29%;
    margin-right: 25px;
    margin-bottom: 40px;
}
.download-panel__content {
    background-color: var(--color_white);
    width: 30%;
    top: 0;
    padding: 35px 30px;
    position: relative;
}
.download-panel__close {
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8536 18.6465C18.9001 18.693 18.9369 18.7481 18.962 18.8087C18.9871 18.8694 19 18.9344 19 19.0001C19 19.0658 18.9871 19.1308 18.9619 19.1914C18.9368 19.2521 18.9 19.3072 18.8535 19.3536C18.8071 19.4001 18.7519 19.4369 18.6913 19.462C18.6306 19.4871 18.5656 19.5 18.4999 19.5C18.4343 19.5 18.3692 19.4871 18.3086 19.4619C18.2479 19.4368 18.1928 19.4 18.1464 19.3535L9.50001 10.7073L0.853638 19.3535C0.759884 19.4473 0.632713 19.5 0.500101 19.5C0.367489 19.5 0.2403 19.4474 0.146513 19.3536C0.0527258 19.2599 2.34537e-05 19.1327 7.82614e-09 19.0001C-2.3438e-05 18.8675 0.052634 18.7403 0.146388 18.6465L8.79289 10L0.146388 1.35351C0.052634 1.25973 -2.34362e-05 1.13254 7.82614e-09 0.999925C2.34518e-05 0.867313 0.0527258 0.740142 0.146513 0.646388C0.2403 0.552634 0.367489 0.499977 0.500101 0.5C0.632713 0.500023 0.759884 0.552726 0.853638 0.646513L9.50001 9.29276L18.1464 0.646513C18.2401 0.552726 18.3673 0.500023 18.4999 0.5C18.6325 0.499977 18.7597 0.552634 18.8535 0.646388C18.9473 0.740142 19 0.867313 19 0.999925C19 1.13254 18.9474 1.25973 18.8536 1.35351L10.2071 10L18.8536 18.6465Z' fill='%23D2D2D2'/%3E%3C/svg%3E%0A");
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.contacts-blocks__form {
    margin-left: 4.625rem;
    width: 65%;
}
.contacts-blocks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 40%;
    justify-content: space-between;
}
.contacts-blocks__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.projectors-blocks__item {
    width: 13%;
    display: flex;
    margin-right: 18px;
    margin-bottom: 40px;
    flex-direction: column;
}
.documents-blocks__item {
    width: 14%;
    display: flex;
    margin-right: 18px;
    margin-bottom: 40px;
    flex-direction: column;
}
.about__img {
    margin-bottom: 60px;
    width: 100%;
}
.add-equip {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
}
.add-equip__item {
    margin: 0px 25px 20px 0px;
    max-width: 25%;
}
.catalog-item__top-left {
    width: 55%;
    display: flex;
    flex-direction: column;
}
.catalog-item__top-right {
    width: 40%;
}
.catalog-item__table_mobile {
	overflow-x: scroll;
}
.table_mobile_dop {
	overflow-x: scroll;
}
}
@media (max-width: 768px) {
.container {
    padding: 0px 24px 0px 24px;
    width: 100%;
    height: 100%;
}
.header {
	display: none;
}
.breadcrumb {
    display: none;
    margin: 30px 0px;
}
main {
    display: block;
    padding-top: 80px;
}
.about {
	flex-direction: column;
}
.about__block {
    width: 100%;
}
.about__img {
    margin-bottom: 30px;
    width: 100%;
}
.about__text {
    margin-bottom: 20px;
}
.title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: var(--color_light-black);
}
.hamburger {
    height: 66px;
    display: flex;
    position: fixed;
    width: 100%;
    background-color: var(--color_white);
    padding: 10px 24px;
    box-shadow: 0px 4px 15px rgb(60 60 59 / 10%);
    z-index: 100;
    justify-content: space-between;
    align-items: center;
}
.hamburger__menu {
    display: flex;
    flex-direction: column;
}
.hamburger__logo {
    width: 51px;
    height: 40px;
    object-fit: contain;
    order: 2;
}
#menu-toggle {
    opacity: 0;
    display: none;
}
#menu-toggle:checked ~ .menu-box {
  visibility: visible;
  left: 0;
}
.menu-btn {
    display: flex;
    position: relative;
    width: 24px;
    height: 16px;
    z-index: 0;
    align-items: center;
}
.menu-btn > span, .menu-btn > span::before, .menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--color_gray);
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}
.menu-box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    margin: 0;
    padding: 53px 24px 32px;
    list-style: none;
    background-color: var(--color_white);
    transition-duration: .25s;
}
.hamburger__menu-item {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.005em;
    color: var(--color_light-black);
    margin-bottom: 25px;
    display: inline-block;
}
.hamburger__menu-item:active {
    color: var(--color_link);
}
.footer {
    margin-top: 40px;
    background-color: var(--color_footer);
    padding: 24px 0px 40px;
}
.footer__logo-cite {
    border-top: 0.5px solid var(--color_gray_25);
    padding-top: 20px;
    display: none;
}
.footer__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about__menu {
	display: none;
}
.production__menu {
	display: none;
}
.bx-context-toolbar-empty-area {
	height: 0;
}
.footer__logos-block {
    display: flex;
    max-width: none;
    align-items: center;
    padding-bottom: 0px;
}
.logo-company {
    margin-left: 0px;
    margin-top: 20px;
    width: 118px;
    height: 27px;
}
.footer__logo-block {
    display: flex;
    max-width: none;
    align-items: center;
    padding-bottom: 0px;
    flex-direction: column;
}
.footer__menu-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__logo-block .logo {
    width: 54px;
    height: 48px;
}
.footer-menu__title {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.005em;
    border-bottom: 1px solid var(--color_dark-gray);
	margin-bottom: 15px;
}
.footer__contacts-block > a {
	display: inline-block;
	margin-bottom: 7px;
}
.social {
    margin-top: 6px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-under__content {
    padding: 12px 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footer-under__content p {
    font-size: 12px;
    line-height: 18px;
}
.footer-under__link {
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: underline;
    display: inline-block;
}
.catalog__menu {
    width: 17%;
    margin-right: 25px;
    display: none;
}
.catalog {
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    align-items: flex-start;
}
.catalog__block {
    width: 100%;
}
.catalog_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.products-item-content {
    margin-top: 10px;
}
.products-item {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 25px;
}
.title_small {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.005em;
}
.catalog__subtitle {
    margin-top: 15px;
    display: block;
}
.catalog-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.catalog-info__block {
    margin-right: 0px;
    width: 100%;
}
.catalog-info__title {
    margin-top: 28px;
}
.catalog-info__block:last-child {
    margin-right: 0px;
    width: 100%;
}
.catalog-info__title_last {
	margin-top: 28px;
}
.menu__close {
    right: 32px;
    top: 20px;
    position: fixed;
    width: 23px;
    height: 23px;
    z-index: 1;
}
.hamburger__menu-item_selected {
	color: var(--color_link);
}
.hamburger__menu-item:last-child {
	margin-bottom: 0px;
}
.header__menu_mobile {
    display: flex;
    margin-top: 35px;
    flex-direction: column;
}
.header__menu-link_mobile {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	margin-bottom: 23px;
    line-height: 24px;
    color: var(--color_dark-gray);
}
.header__menu-link_mobile:first-child {
	margin-bottom: 0px;
	display: none;
}
.header__menu-link_mobile:last-child {
	margin-bottom: 0px;
	display: none;
}
.header__menu-link_mobile.selected {
    background-color: transparent;
    color: var(--color_link);
}
.download-links_mobile {
    border-top: 0.5px solid var(--color_gray_25);
    padding-top: 40px;
}
.download-links__info {
    margin-right: 5px;
	color: var(--color_gray_25);
}
.products-item-content {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.documents__title {
    margin: 25px 0px 20px;
}
.documents-blocks__item {
    width: 100%;
    display: flex;
    margin-right: 0px;
    margin-bottom: 25px;
    flex-direction: row;
    align-items: center;
}
.documents__img {
    width: 28px;
    height: 40px;
}
.documents-blocks__text {
    margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--color_link);
    margin-left: 8px;
    text-decoration: underline;
}
.contacts {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contacts-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.contacts-blocks__item {
    width: 43%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.contacts-blocks__img path {
	fill: var(--color_link);
}
.contacts-blocks__form {
    margin-left: 0px;
    width: 100%;
}
.contacts-form__file {
    color: var(--color_gray);
    width: 100%;
    text-overflow: ellipsis;
}
.contacts-form__politika-input-block {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}
.contacts-form__secure-block {
    display: none;
    align-items: center;
    margin-left: 25px;
    width: 55%;
}
.contacts-form__btn-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
.projectors__title {
    margin: 0px 0px 25px;
}
.projectors-blocks__item {
    width: 100%;
    display: flex;
    margin-right: 0px;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: center;
}
.projectors__img {
    width: 26px;
    height: 31px;
}
.projectors-blocks__text {
    margin-top: 0px;
    margin-left: 15px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.tabs {
	display: none;
}
.tabs_mobile-block {
    display: none;
}
.tabs_mobile {
    width: 80%;
    position: relative;
    height: 52px;
    display: flex;
    background: var(--color_white);
    border: 1px solid var(--color_gray_25);
    padding: 16px 12px 16px 12px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
#tabs_mobile-block {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    background: var(--color_white);
    border: 0.5px solid var(--color_gray_25);
    box-shadow: 0px 8px 5px rgb(60 60 59 / 10%);
    width: 120%;
    flex-direction: column;
    padding: 14px 16px;
    z-index: 10;
}
.btn_tab_mobile {
    background-color: var(--color_white);
    margin-bottom: 16px;
    text-align: left;
}
.btn_tab_mobile.active {
    background-color: var(--color_white);
    margin-bottom: 16px;
    text-align: left;
    color: var(--color_dark-gray);
    text-decoration: none;
}
.tabs_mobile-block_close {
    position: absolute;
    top: 12px;
    right: 12px;
}
.catalog-item__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-item__top-right {
    width: 100%;
    order: 0;
	margin-bottom: 30px;
}
.catalog-item__top-left {
    width: 100%;
    order: 1;
}
.catalog-item__slider {
    position: relative;
    width: 75%;
    margin: 0 auto;
    height: 155px;
    overflow: hidden;
    padding-bottom: 0px;
}
.catalog-item__arrow-right svg {
	width: 10px;
	height: 18px;
}
.catalog-item__arrow-left svg {
	width: 10px;
	height: 18px;
}
.catalog-item__title {
    margin-bottom: 25px;
}
.catalog-item__bottom {
    margin-top: 40px;
}
.add-equip {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.add-equip__item {
    margin: 0px 0px 20px 0px;
    max-width: 45%;
}
.table_mobile_dop {
    width: 100%;
    overflow-x: scroll;
} 
.catalog-item__table_mobile {
    width: 100%;
    overflow-x: scroll;
}
.back-razdel {
    position: relative;
    padding-left: 15px;
	display: block;
    margin: 25px 0px;
}
.back-razdel::before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.407 12.157L0.75 6.50002L6.407 0.843018L7.114 1.55002L2.164 6.50002L7.114 11.45L6.407 12.157Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A");
	width: 8px;
    height: 13px;
    left: 0;
    top: 5px;
    position: absolute;
}
.catalog-item__title {
    margin-bottom: 0px;
}
.catalog-item__button {
    background: var(--color_footer);
    display: inline-block;
    padding: 10px 16px;
    font-family: Montserrat;
    font-style: normal;
    display: none;
    font-weight: 500;
    font-size: 18px;
    margin-right: 17px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--color_link);
}
.catalog-item__button_green {
    background: var(--color_light-green);
    color: var(--color_green);
    display: block;
    text-align: center;
}
.catalog-item__add-header {
	width: 300px;
}
.catalog-item__properties_main {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
#show-more {
  height: 900px;
  overflow: hidden;
  display: block;
}
#show-more__btn-show {
  display: inline-block;
}
#show-more p {
   text-overflow: ellipsis;
}
#show-more__btn{
  display: inline-block;
}
#show-more__desc {
  height: 120px;
  overflow: hidden;
  display: block;
}
#show-more__desc-btn {
  display: inline-block;
}
#show-more__desc p {
   text-overflow: ellipsis;
}
#bim {
	min-height: 100px;
}
.catalog__subtitle.title_link {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.005em;
    color: var(--color_link);
}
.title_link::after {
    content: " ";
    background-image: url("/local/templates/rosma/images/content/price__arrow.png");
    width: 28px;
    height: 26px;
    position: absolute;
    margin-left: 16px;
    background-repeat: no-repeat;
    top: 0px;
    transform: rotate(0deg);
}
details[open] summary .title_link::after {
    content: " ";
    background-image: url(/local/templates/rosma/images/content/price__arrow_down.png);
    width: 25px;
    height: 28px;
    position: absolute;
    margin-left: 16px;
    background-repeat: no-repeat;
    top: 0px;
    transform: rotate(0deg);
}
.price-block:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
}
.products-price__img {
    z-index: 1;
    position: relative;
    width: 250px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.title_price {
    display: inline-block;
    margin-bottom: 26px;
}

}