: 0px;/* Шрифты */  
@font-face {
  font-family: Montserrat;
  src: url("/local/templates/rosma/fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url("/local/templates/rosma/fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url("/local/templates/rosma/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}

/* Цвета */
:root {
	--color_white: #FFF;
	--color_light-gray: #F5F4F2;
	--color_gray: #898989;
	--color_dark-gray: #5B5B5B;
	--color_light-black: #2D2D2D;
	--color_black: #000;
	--color_link: #043BB9;
	--color_gray_10: #D2D2D2;
	--color_gray_25: #B6B6B6;
	--color_pink: #F1102E;
	--color_footer: #F0F2FE;
	--color_light-green: #E6FBE6;
	--color_green: #219653;
}

/* Тексты */
.text {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--color_dark-gray);
}
.text_gray {
	color: var(--color_gray);
}
.text_dark-gray {
	color: var(--color_dark-gray);
}
.text_black {
	color: var(--color_black);
}
.text_light-black {
	color: var(--color_light-black);
}	
.text_breadcrumb {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.002em;
}
.text_link {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    color: var(--color_link);
}
.text_center {
	text-align: center;
}
.text_regular {
	font-weight: 400;
}
.text_bold {
	font-weight: 600;
}

/* Заголовки */ 
.title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 54px;
	line-height: 72px;
	letter-spacing: 0.01em;
	color: var(--color_light-black);
}
.title_small {
	font-size: 24px;
	line-height: 32px;
}


/* Контейнеры */
.container {
	padding: 0px 104px 0px 32px;
	width: 100%;
	height: 100%;
}
.flex-container {
    display: flex;
    flex-direction: row;
	height: 100%;
    justify-content: space-between;
}
.flex-container_left {
	justify-content: flex-start;
}
.flex-container_wrap {
	flex-wrap: wrap;
}
.flex-container_center {
	align-items: center;
}

/* Каталог */ 
.catalog {
    display: flex;
	margin-top: 30px;
    flex-direction: row;
   align-items: flex-start;
}
.price__menu-link {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--color_gray);
    margin-bottom: 20px;
}
.price__menu-link_selected {
    color: var(--color_pink);
    position: relative;
}
.price__menu-link_selected::before {
    content: " ";
    background: rgba(241, 16, 46, 0.75);
    border: 0.5px solid #EE455B;
    box-shadow: 4px 0px 5px rgb(241 16 46 / 25%);
    backdrop-filter: blur(2px);
    width: 24px;
    height: 27px;
    position: absolute;
    left: -33px;
}
.catalog-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.catalog-info__block {
    margin-right: 25px;
    width: 49%;
}
.catalog-info__text {
	margin-top: 25px;
}
.catalog-info__title {
	margin-top: 50px;
}
.catalog-info__title_last {
	margin-top: 0px;
}
.catalog-razdel {
	color: var(--color_light-black);
}
.catalog-info__block:last-child {
    margin-right: 0px;
    width: 49%;
}
.catalog-info__list {
	padding-left: 20px;
}
.catalog-info__list li {
	list-style: disc;
}
.razdel-detail {
    border-top: 1px solid var(--color_gray_25);
}
.razdel-detail__info {
	width: 70%;
}
.catalog__menu {
    width: 17%;
    margin-right: 25px;
}
.catalog__block {
    width: 82%;
}
.catalog__menu-links {
    background: var(--color_light-gray);
    border: 0.5px solid var(--color_gray_10);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 80px 16px;
    display: flex;
    flex-direction: column;
}
.catalog__menu-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--color_gray);
    margin-bottom: 20px;
}
.catalog__menu-link_active {
	color: var(--color_pink);
	position: relative;
}
.catalog__menu-link_active::before {
    content: " ";
    background: rgba(241, 16, 46, 0.75);
    border: 0.5px solid #EE455B;
    box-shadow: 4px 0px 5px rgb(241 16 46 / 25%);
    backdrop-filter: blur(2px);
    width: 24px;
    height: 27px;
    position: absolute;
    left: -33px;
}
.catalog__menu-link:last-child {
	margin-bottom: 0px;
}
.catalog__subtitle {
    font-size: 32px;
    line-height: 48px;
    margin-top: 6px;
    display: block;
}
.title_link {
	color: var(--color_link);
	cursor: pointer;
	position: relative;
}
.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: 13px;
	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: 13px;
	transform: rotate(0deg);
}
details[open] summary .title_link {
	color: var(--color_gray);
}
summary::marker {
	font-size: 0;
}

.catalog-item {
    display: flex;
    flex-direction: column;
}
.catalog-item__title {
	margin-bottom: 50px;
}
.catalog-item__description {
	margin-bottom: 20px;
}
.catalog-item__slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding-bottom: 100px;
}
.catalog-item__slide {
	position: relative;
}
.catalog-item__name {
    position: absolute;
    bottom: -80px;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catalog-item__slide-img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.catalog-item__pagination {
    color: var(--color_gray_25);
    position: relative;
    margin-top: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.catalog-item__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.catalog-item__top-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.catalog-item__top-right {
    width: 25%;
}
.catalog-item__properties_main {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-item__properties-block {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.catalog-item__properties-block-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--color_light-black);
}
.catalog-item__arrow-left {
	left: 0px;
	width: 22px;
	height: 22px;
}
.catalog-item__arrow-left::after {
	content: " ";
}
.catalog-item__arrow-right {
    right: 0px;
	width: 22px;
	height: 22px;
}
.catalog-item__arrow-right::after {
	content: " ";
}
.catalog-item__buttons-block {
	margin-top: 40px;
}
.catalog-item__button {
    background: var(--color_footer);
    display: inline-block;
    padding: 10px 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
	margin-right: 17px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: var(--color_link);
}
.catalog-item__button:last-child {
	margin-right: 0px;
}
.catalog-item__button_green {
    background: var(--color_light-green);
    color: var(--color_green);
}
#blueprints {
	display: none;
}
#installation {
	display: none;
}
#documents {
	display: none;
}
#orderMap {
	display: none;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
th, td {
	border-right: 0.5px solid var(--color_gray_25);
}
th:last-child, td:last-child {
	border-right: 0;
}
.catalog-item__bottom {
	margin-top: 60px;
}
.catalog-item__table {
	margin-top: 20px;
	width: 100%;
}
.catalog-item__table_add {
	margin-top: 20px;
}
.add-equip {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	margin-top: 30px;
}
.add-equip__item {
    margin: 0px 25px 20px 0px;
	max-width: 12%;
}
.catalog-item__add-text {
    max-width: 350px;
    color: var(--color_light-black);
    padding: 5px 5px 5px 5px;
}
.catalog-item__add-row {
    border-bottom: 0.5px solid var(--color_gray_25);
    min-height: 60px;
    height: 60px;
    max-height: 100px;
}
tr {
	border-bottom: 0.5px solid var(--color_gray_25);
}
.catalog-item__table-header {
    font-weight: 600;
    color: var(--color_light-black);
    background: var(--color_light-gray);
    padding: 5px 20px;
    text-align: center;
}
.products-item {
    width: 12%;
    margin-right: 25px;
    margin-bottom: 40px;
}
.products-card__link {
    display: inline-block;
    width: 100%;
    height: 215px;
    position: relative;
}
.products-card__img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.products-card__title {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.products-item-content {
	margin-top: 30px;
}


/* Хлебные крошки */
.breadcrumb {
    display: flex;
    margin: 30px 0px;
}
.text_breadcrumb a:visited {
	color: var(--color_gray);
}
.text_breadcrumb {
    margin-right: 10px;
}
.breadcrumb__icon {
    position: relative;
    width: 5px;
    height: 8px;
    margin-right: 8px;
    display: inline-block;
}
.breadcrumb__icon::before {
	content: " ";
	background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07107 3.53552L0.535534 -1.13845e-05V7.07106L4.07107 3.53552Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    width: 5px;
    height: 8px;
}

/* О компании */
.about {
	margin-top: 30px;
}
.about__block {
    margin-right: 25px;
    width: 40%;
}
.about__block:last-child {
    margin-right: 0px;
}
.about__img {
	margin-bottom: 60px;
    width: 100%;
}
.about__text {
	margin-bottom: 30px;
}

/* Контакты */
.contacts {
    margin-top: 50px;
    width: 85%;
    display: flex;
    align-items: flex-start;
}
.contacts-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 40%;
    justify-content: space-between;
}
.contacts-blocks__item {
    width: 46%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.contacts-blocks__img {
    margin-bottom: 20px;
	height: 38px;
}
.contacts-blocks__form {
    margin-left: 8.625rem;
    width: 60%;
}
.contacts-form {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 700px;
}
.contacts-form__input {
    background: var(--color_light-gray);
    border: 0.5px solid var(--color_gray_10);
    outline: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color_gray);
}
.contacts-form__textarea {
    height: 150px;
    resize: none;
    overflow: auto;
}
.contacts-form__file-label {
	margin-right: 17px;
	cursor: pointer;
}
.contacts-form__file {
    color: var(--color_gray);
    width: 70%;
    text-overflow: ellipsis;
}
.contacts-form__file::-webkit-file-upload-button {
  display: none;
}
.contacts-form__file::before {
  content: "Прикрепить файл";
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--color_link);
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}
.contacts-form__file-block {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.contacts-form__politika {
	width: 100%;
}
.contacts-form__politika-input-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}
.contacts-form__politika-input {
    background: var(--color_light-gray);
    border: 1px solid var(--color_gray_25);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.contacts-form__politika-link {
    text-decoration: underline;
    font-weight: 500;
}
.contacts-form__btn {
    background: var(--color_link);
    padding: 14px 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--color_white);
    cursor: pointer;
}
.contacts-form__secure-block {
    display: flex;
    align-items: center;
    margin-left: 25px;
    width: 55%;
}
.contacts-form__secure-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    display: flex;
    margin-left: 15px;
    align-items: center;
}
.contacts-form__btn-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Проектировщикам */
.projectors {
    margin-top: 30px;
}
.tabs {
    margin-bottom: 60px;
}
.btn_tab {
    background: var(--color_white);
    border: 1px solid var(--color_gray_10);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--color_gray);
    padding: 8px 0px;
    width: 330px;
    margin-right: 15px;
}
.btn_tab.active {
    color: var(--color_white);
    background: var(--color_link);
}
.projectors__title {
    margin: 0px 0px 40px;
}
.projectors-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.projectors-blocks__item {
    width: 10%;
    display: flex;
    margin-right: 18px;
	margin-bottom: 40px;
    flex-direction: column;
}
.projectors-blocks__text {
	margin-top: 10px;
	text-decoration: underline;
}

/* Документы */
.documents__img {
    width: 42px;
    height: 60px;
}
.documents__title {
    margin: 40px 0px 40px;
}
.documents-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.documents-blocks__item {
    width: 10%;
    display: flex;
    margin-right: 18px;
	margin-bottom: 40px;
    flex-direction: column;
}
.documents-blocks__text {
	margin-top: 10px;
	text-decoration: underline;
}

/* Цены */ 
.products-price {
    width: 100%;
    display: flex;
    margin-right: 0px;
    margin-bottom: 50px;
    flex-direction: column;
}
.products-price:last-child {
    width: 100%;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    flex-direction: column;
}
.products-price__img {
    z-index: 1;
    position: relative;
    width: 250px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.products-price__link {
    display: inline-block;
    width: 250px;
    height: 215px;
    position: relative;
}
.catalog-price__table_add {
	width: 100%;
}
.price-item {
	margin-top: 50px;
}
.price-item:first-child {
	margin-top: 0px;
}
.price-subtitle {
	margin-top: 40px;
}
.price-img {
    width: 250px;
}
.products-price-content {
    margin-top: 0px;
}
.price-block:last-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
	margin-top: 50px;
}
.price-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
	margin-top: 50px;
}
.price-block:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
	margin-top: 0px;
}

/* Футер */
.footer {
    margin-top: 60px;
    background-color: var(--color_footer);
}

/* Медиа для 1650 */
@media screen and (max-width: 1650px) {
.products-item {
    width: 14%;
    margin-right: 25px;
    margin-bottom: 40px;
}
}

/* Медиа для 1440 */
@media screen and (max-width: 1440px) {
/* Контейнер */
.container {
	padding: 0px 54px 0px 32px;
	width: 100%;
	height: 100%;
}

/* О компании */
.about__block {
	width: 45%;
}

/* Контакты */ 
.contacts {
    margin-top: 50px;
    width: 95%;
    display: flex;
    align-items: flex-start;
}
.contacts-blocks__form {
    margin-left: 9.625rem;
    width: 65%;
}

/* Каталог */ 
.razdel-detail__info {
	width: 100%;
}
.catalog-item__top-left {
    width: 70%;
    display: flex;
    flex-direction: column;
}
.products-item {
    width: 16%;
    margin-right: 25px;
    margin-bottom: 40px;
}
}

