

/* 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 */


/* Start:/local/templates/siz_new/components/bitrix/catalog.element/.default/style.css?173762203644599*/
:root {
    --text: #000000;
    --secondTxt: #FFFFFF;
    --blockHeadingFontSize: 1.75em;
    --mobBlockHeadingFontSize: 1.25em;
    --tabBlockHeadingFontSize:1.5em;
    --blockHeadingMargin: 0px 0px 24px 0px;
}
.about-project{
    margin-bottom:60px;
}
.prod__card--img__favBtn.active{
    background-color:#1D8119;
    background-image:url(/local/templates/siz_new/resources/docs/img/catalog/fav-active.svg);
}
.prod__card--img__favBtn {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    cursor: pointer;
    background-image: url(/local/templates/siz_new/resources/docs/img/catalog/fav.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.top__project__preview--theme__switch .prod__card--img__favBtn {
     position: relative;
     margin-right:16px;
      top: 0px;
    right: 0px;
}
.about-project_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-project_information {
    --apiPreviewSize: 120px;
    display: flex;
    gap: 20px;
    max-width: 80%;
    min-width: 570px;
    margin: 0px auto 0px 2%;
}
.about-project_information .preview {
    width: 100%;
    height: 100%;
    max-width: var(--apiPreviewSize);
    max-height: var(--apiPreviewSize);
    min-width: var(--apiPreviewSize);
    min-height: var(--apiPreviewSize);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.about-project_information .preview img {
    width: auto;
    height: var(--apiPreviewSize);
    max-height: 100%;
    object-fit: cover;
}
.about-project_information .description {
    padding-top: calc(var(--apiPreviewSize) / 2 - var(--blockHeadingFontSize) / 2);
    box-sizing: border-box;
}
.about-project_information p {
    margin: unset;
}
.about-project_information .description > *:not(:first-child) {
    margin-top: 16px;
}
.about-project_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.about-project_gallery > *:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.about-project_gallery *:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
}
.about-project_gallery *:nth-child(3) {
    grid-area: 2 / 1 / 3 / 4;
}
.about-project_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .about-project{
    margin-bottom:32px;
}
    .about-project_gallery > * {
        grid-area: unset !important;
    }
    .about-project_gallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .about-project_information {
        flex-direction: column;
    }
    .about-project_information .description {
        padding: unset !important;
    }
    .about-project_information {
        max-width: unset !important;
        min-width: unset !important;
    }
}







.top__project__preview {
    position: relative;
    height: 100%;
    min-height: 700px;
    margin-bottom: 104px;
}

.top__project__preview .breadcrumbs a{
    color: #DCDCDC;
}
.top__project__preview .breadcrumbs a.current{
    color: #FFFFFF;
}
.top__project__preview::after {
    z-index: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.552) 100%);
    background: -webkit-linear-gradient(180deg, #000000,#ffffff,#000000);/* Chrome 10-25, Safari 5.1-6 */                         
    background: linear-gradient(180deg, #0000007c,#ffffff00,#00000080);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                             
     
}
.top__project__preview img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.top__project__preview--heading {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.top__project__preview--theme__switch {
    display:flex;
    max-width: max-content;
    margin: 0px 0px 0px auto;
}
.top__project__preview--description {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0px auto;
    width: max-content;
    text-align: center;
    color: #FFFFFF;
}
.top__project__preview--description__type {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 500;
    margin: 0px;
}
.top__project__preview--description__name {
    font-size: 4em;
    line-height: 100%;
    font-weight: 600;
    margin: 0px;
}


.top__project__advantages--item {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    -moz-box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 20px 0px;
    border-radius: 8px;
    width: 180px;
    min-width: 120px;
}
.top__project__advantages--item__head {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 130%;
    margin: 0px;
}
.top__project__advantages--item__desc {
    font-size: 1em;
    margin: 0px;
    text-align: center;
}

.top__project__about {
    display: flex;
    gap: 40px;
}
.top__project__about--img {
    z-index: 1;
    position: relative;
    max-width: 70%;
    width: 100%;
}
.top__project__about--img::after {
    z-index: 0;
    content: '';
    position: absolute;
    bottom: -38px;
    right: -38px;
    width: 300px;
    height: 300px;
    border: 9px solid #31912D;
}
.top__project__about--img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top__project__about--desc {
    max-width: max(450px, 40%);
}
.top__project__about:nth-of-type(even) {
    flex-direction: row-reverse;
}
.top__project__about:nth-of-type(even) .top__project__about--img::after {
    right: unset;
    left: -38px;
    
}
.top__project__about:last-of-type {
    margin-bottom: 160px;
}
@media (max-width: 768px) {
    .top__project__preview--description__name {
        font-size: 2em;
    }
    .top__project__preview--description__type {
        font-size: 1.25em;
    }
    .top__project__preview .breadcrumbs {
        display: none;
    }
    .top__project__preview {
        min-height: 600px;
        margin-bottom: 100px;
    }
    .top__project__preview img {
        height: 600px !important;
    }
}



.top__project__preview .breadcrumbs {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
}
.top__project__preview .breadcrumbs a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.top__project__preview .breadcrumbs a.current {
    color: #353F47;
}
.top__project__preview .breadcrumbs a:not(:first-of-type)::before {
    content: '';
    position: relative;
    display: block;
    width: .7em;
    height: .7em;
    margin: 0px 10px;
    background-image: url('/local/templates/siz_new/components/bitrix/catalog.element/.default/../img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.project-description {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.project-description__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 0px auto;
    list-style: none;
}
.project-description__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 125px;
    text-align: center;
    gap: 2px;
}
.project-description__item-heading {
    color: #FFFFFF;
    margin: unset;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
}
.project_description__item-name {
    color: #FFFFFF;
    margin: unset;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 1024px) {
    .project-description__list {
        justify-content: center;
    }
    .project-description__item-heading {
        font-size: 24px;
    }
    .project_description__item-name {
        font-size: 10px;
    }
    .project-description__item {
        width: 100px;
    }
}







.top-project-preview__project-description {
    position: absolute;
    bottom: 0;
    padding: 0px 0px 25px 0px;
    z-index: 2;
}

/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }
.button-ipoteka{
    display:none;
}


.top__project__preview--description {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0px auto;
    width: max-content;
    text-align: center;
    color: #FFFFFF;
}
.top__project__preview--description__type {
    font-size: 1.5em;
    line-height: 130%;
    font-weight: 500;
    margin: 0px;
}
.top__project__preview--description__name {
    font-size: 4em;
    line-height: 100%;
    font-weight: 600;
    margin: 0px;
}


.top__project__advantages {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 0px auto 80px;
    transform: translateY(-50%);
    align-items: stretch;
    gap: 10px;
}
.top__project__advantages--item {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    -moz-box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    box-shadow: 0px 0px 4px 2px rgba(227,  235,  252, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 20px 0px;
    border-radius: 8px;
    width: 180px;
    min-width: 120px;
}
.top__project__advantages--item__head {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 130%;
    margin: 0px;
}
.top__project__advantages--item__desc {
    font-size: 1em;
    margin: 0px;
    text-align: center;
}
.switch {
    border-radius: 50px;
    padding: 5px;
    position: relative;
    background-color: #E9E9E9;
    width: 80px;
    height: 42px;
    transition: .5s;
}
.switch input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.switch input[type="checkbox"]:checked ~ .switch__toggle {
    background-image: url(/local/templates/siz_new/resources/docs/img/static/Nightlight.svg);
    background-color: #333333;
    left: calc(70px - 30px);
    transition: .5s;
}
.switch__toggle {
    z-index: 0;
    --toggle_switch_size: 36px;
    position: absolute;
    top: calc(50% - var(--toggle_switch_size) / 2);
    left: 5px;
    background-color: white;
    background-image: url(/local/templates/siz_new/resources/docs/img/static/switchday.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--toggle_switch_size);
    height: var(--toggle_switch_size);
    min-width: var(--toggle_switch_size);
    min-height: var(--toggle_switch_size);
    border-radius: 50px;
    transition: .5s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.light_theme, .dark_theme {
    display: none;
    opacity: 0;
    transition: opacity 0.5s, display 0.5s;
}
.light_theme.active, .dark_theme.active {
    display: block;
    opacity: 1;
    transition: opacity 0.5s, display 0.5s;
}


.set__holder {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.set {
    display: flex;
    flex-direction: column;
    width: 400px;
}
.set__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.optimal__set .set__heading {
    background-color: #FFEBB7;
}
.standart__set .set__heading {
    background-color: #989898;
    color: white;
}
.set__heading p {
    font-weight: bold;
}
.set__content {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 20px 50px !important;
}
.set__content > p {
    margin: 10px;
}
.set__content--list p:first-child {
    font-weight: 600;
}
.set__content--list li {
    margin: 20px 0px !important;
}

.top__project__about {
    display: flex;
    gap: 40px;
    margin-bottom: 132px!important;
}
.top__project__about p{
    margin:1em;
}
.top__project__about--img {
    z-index: 1;
    position: relative;
    max-width: 70%;
    width: 100%;
}
.top__project__about--img::after {
    z-index: 0;
    content: '';
    position: absolute;
    bottom: -38px;
    right: -38px;
    width: 300px;
    height: 300px;
    border: 9px solid #31912D;
}
.top__project__about--img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top__project__about--desc {
    max-width: max(450px, 40%);
}
.top__project__about:nth-of-type(even) {
    flex-direction: row-reverse;
}
.top__project__about:nth-of-type(even) .top__project__about--img::after {
    right: unset;
    left: -38px;
    
}
.top__project__about:last-of-type {
    margin-bottom: 160px;
}

@media (max-width: 1023px) {
    .button-ipoteka{
    display:block;
}
}
@media (max-width: 1000px) {
    .top__project__advantages--item__head {
        font-size: 1.5em;
    }
    .content__main {
        flex-direction: column;
    }
    .social__links--cell:first-of-type {
        flex-direction: column-reverse;
        align-items: start;
        gap: 15px;
    }
    .social__links--cell:first-of-type .view__counter {
        margin: 0px 0px 0px auto;
    }
   

    .social__links--cell:last-of-type {
        margin-bottom: 0px;
    }
    .comment--answer {
        padding: 0px 0px 0px 10px;
    }
    .side__bar {
        width: 100%;
        margin-bottom: 20px;
    }
  
    .top__project__about {
        flex-direction: column-reverse !important;
    }
    .top__project__about--desc, .top__project__about--img {
        width: 100%;
        max-width: 100%;
    }
    .top__project__about--img {
        height: 500px;
    }
    .top__project__about--img::after {
        bottom: -15px;
        right: -15px;
        width: 200px;
        height: 200px;
    }
    .top__project__about:nth-of-type(even) .top__project__about--img::after {
        right: unset;
        left: -15px;
    }
    .tabs__field {
        padding: 37px 0px;
    }
    .similar__projects {
        overflow-x: hidden;
    }
    .similar__projects .slick-list {
        min-width: 1050px;
    }
    .top__project__preview--description__type {
        font-size: 1.25em;
    }
    .top__project__preview--description__name {
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    .top__project__preview--theme__switch .prod__card--img__favBtn {
     margin-right:8px;
 
}
    .top__project__about {
        margin-bottom: 50px!important;
}
    .set {
        width: 100%;
    }
    .set__heading p {
        text-align: center;
    }
    .set__content {
        padding: 10px 10px 0px 25px!important;
    }
    .tabs {
        flex-wrap: nowrap;
        overflow: scroll;
        scrollbar-width: none;
    }
    .tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    } 
    .top__project__preview {
        min-height: unset;
      }
    .tabs__field--tab__heading img:not(.select__btn) {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }
    .tabs__field--tab__content {
        padding: 0px 0px 0px 66px;
    }
    .set__holder {
        flex-direction: column;
        margin-top: 20px;
    }
    .gallery__slider.current {
        display: block !important;
    }
    .top__project__preview--heading .breadcrumbs {
        display: none;
    }
    .top__project__preview--theme__switch {
        padding: 16px;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .popular__topics-item:first-of-type {
        grid-area: 1 / 1 / 1 / 1;
        background-color: forestgreen;
    }
    .popular__topics--content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 250px);
      }
    .best__articles--holder {
        flex-direction: column;
    }
    .topics .show__more__wrp {
        display: none;
    }
    .search {
        width: 100%;
    }
    .top__project__advantages {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(max-content, max-content);
        transform: translateY(-25%);
        margin-bottom: unset;
    }
    .top__project__preview--description__type {
        font-size: 1em;
    }
    .top__project__preview--description__name {
        font-size: 1.75em;
        font-weight: 600;
    }
    .tabs__field--tab__heading p {
        font-size: 1em;
    }
    .section__head {
        display: none;
    }
   
}
@media (max-width: 500px) {
    .top__project__advantages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(max-content, max-content);
        transform: translateY(-15%);
    }
    .popular__topics-item:first-of-type .popular__topics-item__description > .flex {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
}


.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: var(--ui-font-weight-bold);
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: var(--ui-font-weight-bold);
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

    .product-about__video .video {
        padding-bottom: 56%!important;
    }
   

/* Slider Mobile*/
@media (min-width: 768px) {
     .product-about__video.two-column .video {
        padding-bottom: 28%!important;
    }
    .product-about__video.two-column{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-about__video.two-column .video{
    width:49%;
    margin-bottom: 15px;
    
}
    
}
@media (max-width: 767px) {
   .product-about__video.two-column .video{
    margin-bottom:15px;
    
}

	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/local/templates/siz_new/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1706012939902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/siz_new/components/bitrix/catalog/.default/style.css?178480911221685 */
/* /local/templates/siz_new/components/bitrix/catalog.element/.default/style.css?173762203644599 */
/* /local/templates/siz_new/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1706012939902 */
