

/* Start:/local/templates/siz_new/components/bitrix/catalog/.default/style.css?178480911221685*/
@import url(/local/templates/siz_new/components/bitrix/catalog/.default/./blocks/category-banner.css);
@import url(/local/templates/siz_new/components/bitrix/catalog/.default/./blocks/advantages.css);
@import url(/local/templates/siz_new/components/bitrix/catalog/.default/./blocks/approach.css);
.category-banner .breadcrumbs{
    background-color: unset;
    
}
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.main .container{
    overflow:hidden;
}
.project-catalog__point h2,
.project-catalog__point span {
  pointer-events: none; /* клики идут на саму кнопку */
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.project-catalog {
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    gap: 24px;
    margin-bottom:24px;
}

.project-catalog__title {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
}

.project-catalog__list {
    display: flex;
    flex-direction: row;
    gap: 12px 24px;
    justify-content: space-between;
    list-style: none;
    margin: unset;
    padding: unset;
    padding-bottom: 12px;
    overflow: auto;
}
.project-catalog__list a:hover,.project-catalog__list a:focus {
    color: unset;
    text-decoration: none;
}
.project-catalog__point {
    display: flex;
    flex-direction: column;
    background-color: #F5F3F1;
    padding: 24px 24px 24px 110px;
    background-repeat: no-repeat;
    min-height: 165px;
    box-sizing: border-box;
    min-width: 365px;
    cursor: pointer;
    gap: 8px;
}

.project-catalog__point > h2 {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    margin-left: 10%;
    gap: 12px;
    width: 100%;
    margin: unset;
    font-size: 24px;
}
.project-catalog button span {
  
    text-align: left;
}

.project-miss {
    width: 100%;
    padding: 48px 0px;
    font-family: "Open Sans", sans-serif;
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-miss__container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0px;
}

.project-miss__title {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.project-miss__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}

.project-miss__afterword {
    text-align: center;
    margin: 24px auto 0px auto;
}

.project-miss__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    margin: unset;
    padding: unset;
}

.project-miss__point {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: white;
    padding: 24px;
    border-radius: 16px;
}

.project-miss__point h3 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
}

.project-miss__point p {
    font-size: 16px;
    font-weight: 400;
    margin: unset;
    margin-bottom: 24px;
}

.project-miss__point a {
    background-color: #1D8119;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 12px 12px;
    box-sizing: border-box;
    color: white;
    min-height: 44px;
    margin: auto 0px 0px 0px;
    border-radius: 16px;
}

.individual-project[open] {
    font-family: "Open Sans", sans-serif;
    padding: 12px 12px;
    margin: unset;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.664);
    backdrop-filter: blur(4px);
    position: fixed;
    inset: 0 0 0 0;
    box-sizing: border-box;
    border: unset;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.individual-project__container {
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/individual-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 650px;
    height: auto;
    min-height: 450px;
    background-color: white;
    border-radius: 16px;
    position: relative;
    /* padding: 32px 24px; */
}

.individual-project__content {
       width: 55%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.45);
    padding: 32px 12px 32px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.individual-project__input-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px 0px;
    gap: 12px;
    width: 270px;
}

.individual-project__input-list input {
    background-color: white;
    border: 1px solid #D0D7DD;
    border-radius: 120px;
    outline: unset;
    min-height: 40px;
    padding: 4px 12px;
    box-sizing: border-box;
}

.individual-project__input-list ::placeholder {
    color: #989898;
}

.individual-project__content h2 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.individual-project__content button[type="submit"] {
    font-family: "Open Sans", sans-serif;
    background-color: #FFEBB7;
    min-height: 48px;
    border-radius: 120px;
    border: unset;
    outline: unset;
    cursor: pointer;
    width: 270px;
}

.individual-project__submit-section {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.individual-project__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.individual-project__checkbox-wrapper * {
    color: white;
}

.individual-project__checkbox {
    --checkSize: 14px;
    width: var(--checkSize);
    max-width: var(--checkSize);
    min-width: var(--checkSize);
    height: var(--checkSize);
    max-height: var(--checkSize);
    min-height: var(--checkSize);
    border: 1px solid #31912D;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.individual-project__checkbox img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.individual-project__checkbox input {
    position: absolute;
    inset: 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.individual-project__checkbox input:checked ~ img {
    opacity: 1;
}

.individual-project__close {
    position: absolute;
    inset: 10px 10px auto auto;
    background-color: transparent;
    padding: 8px 11px;
    border: unset;
    outline: unset;
    cursor: pointer;
}





.consultation_block[open] {
    font-family: "Open Sans", sans-serif;
    padding: 12px 12px;
    margin: unset;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.664);
    backdrop-filter: blur(4px);
    position: fixed;
    inset: 0 0 0 0;
    box-sizing: border-box;
    border: unset;
    z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-consultation__container {
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/consultation-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 650px;
    height: auto;
    min-height: 450px;
    background-color: white;
    border-radius: 16px;
    position: relative;
    /* padding: 32px 24px; */
}


.consultation__input-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px 0px;
    gap: 12px;
    width: 270px;
}

.consultation__input-list input {
    background-color: white;
    border: 1px solid #D0D7DD;
    border-radius: 120px;
    outline: unset;
    min-height: 40px;
    padding: 4px 12px;
    box-sizing: border-box;
}

.consultation__input-list ::placeholder {
    color: #989898;
}

.consultation__content h2 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.consultation__content button[type="submit"] {
    font-family: "Open Sans", sans-serif;
    background-color: #FFEBB7;
    min-height: 48px;
    border-radius: 120px;
    border: unset;
    outline: unset;
    cursor: pointer;
    width: 270px;
}

.consultation__submit-section {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.consultation__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.consultation__checkbox-wrapper * {
    color: white;
}

.consultation__checkbox {
    --checkSize: 14px;
    width: var(--checkSize);
    max-width: var(--checkSize);
    min-width: var(--checkSize);
    height: var(--checkSize);
    max-height: var(--checkSize);
    min-height: var(--checkSize);
    border: 1px solid #31912D;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation__checkbox img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.consultation__checkbox input {
    position: absolute;
    inset: 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.consultation__checkbox input:checked ~ img {
    opacity: 1;
}

.consultation__close {
    position: absolute;
    inset: 10px 10px auto auto;
    background-color: transparent;
    padding: 8px 11px;
    border: unset;
    outline: unset;
    cursor: pointer;
}
.catalog-banner {
    font-family: "Open Sans", sans-serif;
    height: auto;
    
    --filterWidth: 267px;
    --catalogGap: 32px;

    grid-column: 1 / 3;
    /* grid-row: 5 / 6;
    width: calc(100% + var(--catalogGap) + var(--filterWidth));
    margin-left: calc(0px - (var(--catalogGap) + var(--filterWidth))); */
    box-sizing: border-box;
   margin:30px 0;
}
.banner__center{
   margin: 30px 0 30px -350px; 
}
.catalog-banner__container {
    background-color: #E8F2E8;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 325px;
    gap: 12px;
}

.catalog-banner__left {
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/bg_arr.png');
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: 89% 89%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;

    width: 50%;
    max-width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
    height: auto;
}

.catalog-banner__title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    margin: unset;
}

.catalog-banner__list {
    padding: unset;
    margin: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.catalog-banner__social {
    --iconsSize: 48px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.catalog-banner__social > a {
    width: var(--iconsSize);
    min-width: var(--iconsSize);
    max-width: var(--iconsSize);
    height: var(--iconsSize);
    max-height: var(--iconsSize);
    min-height: var(--iconsSize);
}

.catalog-banner__social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-banner__right {
    width: 50%;
    max-width: 50%;
    padding: 24px 32px;
    box-sizing: border-box;
    height: auto;
}

.catalog-banner__description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style-image: url('/local/templates/siz_new/resources/docs/img/catalog/ul-point.svg');
    padding: unset;
    margin: 0px 0px 0px 12px;
}

.catalog-banner__description h3 {
    margin: 0px 0px 8px 0px;
    font-weight: 600;
    font-size: 18px;
}

.catalog-banner__description p {
    margin: unset;
}
.project-miss {
    width: 100%;
    padding: 48px 0px;
    font-family: "Open Sans", sans-serif;
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:35px;
}

.project-miss__container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0px;
}

.project-miss__title {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.project-miss__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}

.project-miss__afterword {
    text-align: center;
    margin: 24px auto 0px auto;
}

.project-miss__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    margin: unset;
    padding: unset;
}

.project-miss__point {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: white;
    padding: 24px;
    border-radius: 16px;
}

.project-miss__point h3 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
}

.project-miss__point p {
    font-size: 16px;
    font-weight: 400;
    margin: unset;
    margin-bottom: 24px;
}

.project-miss__point a {
    background-color: #1D8119;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 12px 12px;
    box-sizing: border-box;
    color: white;
    min-height: 44px;
    margin: auto 0px 0px 0px;
    border-radius: 16px;
}

.individual-project[open] {
    font-family: "Open Sans", sans-serif;
    padding: 12px 12px;
    margin: unset;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.664);
    backdrop-filter: blur(4px);
    position: fixed;
    inset: 0 0 0 0;
    box-sizing: border-box;
    border: unset;
     z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
}




.individual-project__input-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px 0px;
    gap: 12px;
    width: 270px;
}

.individual-project__input-list input {
    background-color: white;
    border: 1px solid #D0D7DD;
    border-radius: 120px;
    outline: unset;
    min-height: 40px;
    padding: 4px 12px;
    box-sizing: border-box;
}

.individual-project__input-list ::placeholder {
    color: #989898;
}

.individual-project__content h2 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.individual-project__content button[type="submit"] {
    font-family: "Open Sans", sans-serif;
    background-color: #FFEBB7;
    min-height: 48px;
    border-radius: 120px;
    border: unset;
    outline: unset;
    cursor: pointer;
    width: 270px;
}

.individual-project__submit-section {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.individual-project__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.individual-project__checkbox-wrapper * {
    color: white;
}

.individual-project__checkbox {
    --checkSize: 14px;
    width: var(--checkSize);
    max-width: var(--checkSize);
    min-width: var(--checkSize);
    height: var(--checkSize);
    max-height: var(--checkSize);
    min-height: var(--checkSize);
    border: 1px solid #31912D;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.individual-project__checkbox img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.individual-project__checkbox input {
    position: absolute;
    inset: 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.individual-project__checkbox input:checked ~ img {
    opacity: 1;
}

.individual-project__close {
    position: absolute;
    inset: 10px 10px auto auto;
    background-color: transparent;
    padding: 8px 11px;
    border: unset;
    outline: unset;
    cursor: pointer;
}





.consultation[open] {
    font-family: "Open Sans", sans-serif;
    padding: 12px 12px;
    margin: unset;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.664);
    backdrop-filter: blur(4px);
    position: fixed;
    inset: 0 0 0 0;
    box-sizing: border-box;
    border: unset;
 z-index:99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation_block  .consultation__container {
    background-image: url('/local/templates/siz_new/resources/docs/img/catalog/consultation-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 650px;
    height: auto;
    min-height: 450px;
    background-color: white;
    border-radius: 16px;
    position: relative;
    /* padding: 32px 24px; */
}

.consultation__content {
     width: 55%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.45);
    padding: 32px 12px 32px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.consultation__input-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px 0px;
    gap: 12px;
    width: 270px;
}

.consultation__input-list input {
    background-color: white;
    border: 1px solid #D0D7DD;
    border-radius: 120px;
    outline: unset;
    min-height: 40px;
    padding: 4px 12px;
    box-sizing: border-box;
}

.consultation__input-list ::placeholder {
    color: #989898;
}

.consultation__content h2 {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.consultation__content button[type="submit"] {
    font-family: "Open Sans", sans-serif;
    background-color: #FFEBB7;
    min-height: 48px;
    border-radius: 120px;
    border: unset;
    outline: unset;
    cursor: pointer;
    width: 270px;
}

.consultation__submit-section {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.consultation__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.consultation__checkbox-wrapper * {
    color: white;
}

.consultation__checkbox {
    --checkSize: 14px;
    width: var(--checkSize);
    max-width: var(--checkSize);
    min-width: var(--checkSize);
    height: var(--checkSize);
    max-height: var(--checkSize);
    min-height: var(--checkSize);
    border: 1px solid #31912D;
    background-color: white;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation__checkbox img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.consultation__checkbox input {
    position: absolute;
    inset: 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.consultation__checkbox input:checked ~ img {
    opacity: 1;
}

.consultation__close {
    position: absolute;
    inset: 10px 10px auto auto;
    background-color: transparent;
    padding: 8px 11px;
    border: unset;
    outline: unset;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .catalog-banner__container {
        background-image: url('/local/templates/siz_new/resources/docs/img/catalog/bg_arr.png');
        background-repeat: no-repeat;
        background-size: 46%;
        background-position: 88% 41%;
    }    
}
@media (max-width: 1224px){
    .project-catalog__point h2 {
    font-size: 21px;
}
 .project-catalog__point h2 img{
width: 40px;
    height: 40px;
 }
 .project-catalog__list {
    
    gap: 8px;
 }
.banner__center {
    
   margin: 30px 0 30px -320px;
}
}
@media (max-width: 1024px){
   .banner__center {
    
   margin: 30px 0 30px 0px;
}
    .project-miss__list {
    grid-template-columns: 1fr;
}

.project-miss__point br {
    display: none;
}
    .catalog-banner__container {
    flex-direction: column;
}

.catalog-banner__left,
.catalog-banner__right {
    width: 100%;
    max-width: 100%;
}

.catalog-banner__left {
    padding-bottom: unset;
    background-image: none;
}

.project-miss__list {
    grid-template-columns: 1fr;
}

.project-miss__point br {
    display: none;
}
}
@media (max-width: 768px){
 
    .project-catalog__point {
    
    min-width: 100%;
    }
    .individual-project__checkbox-wrapper br {
    display: none;
}

.individual-project__content {
    width: 100%;
}
.project-catalog__list {
    flex-direction: column;
    overflow: visible;
}
.individual-project__checkbox-wrapper br {
    display: none;
}

.individual-project__content {
    width: 100%;
}
.catalog-banner__title {
    white-space: normal;
    font-size: 20px;
}

.catalog-banner__title br {
    display: none;
}
.catalog-banner {
    width:100%;
}
}

/* End */
/* /local/templates/siz_new/components/bitrix/catalog/.default/style.css?178480911221685 */
