

/* Start:/local/templates/universe_s1/components/bitrix/news.detail/projects.default.1/style.css?174126182416459*/
.project {
    display: block;
}
/*If no detail picture*/
.project .project-header.header-no-img .project-description {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 60px 0;
}
.project .project-header.header-no-img .project-description .project-text-wrapper {
    display: block;
    width: 75%;
    float: left;
}
.project .project-header.header-no-img .project-text-wrapper .project-description-text {
    padding-right: 35px;
}
.project .project-header.header-no-img .project-text-wrapper .project-description-items {
    float: none;
    width: initial;
}
.project .project-header.header-no-img .project-text-wrapper .project-description-items .project-description-items-wrapper {
    font-size: 0;
    text-align: left;
}
.project .project-header.header-no-img .project-text-wrapper .project-description-items .project-description-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.project .project-header.header-no-img .project-description .project-description-buttons {
    width: 25%;
    float: right;
}

/*With detail picture*/
.project .project-header {
    display: block;
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}
.intec-content-right .project .project-header {
    padding: 0 25px;
}
.project .project-header .intec-content {
    height: 100%;
}
.project .project-header .intec-content .intec-content-wrapper {
    height: 100%;
}
.project .project-header .project-description {
    display: block;
    float: left;
    width: 480px;
    height: 100%;
    padding: 60px 0 60px 15px;
}
.project .project-header .project-description .project-description-title {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #585757;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;
}
.project .project-header .project-description .project-description-text {
    display: block;
    font-size: 1em;
    color: #585757;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 55px;
}
.project .project-header .project-description .project-description-items {
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
}
.project .project-header .project-description .project-description-items .project-description-items-wrapper {
    display: block;
    overflow: hidden;
    margin: -12px;
    min-width: 24px;
    min-height: 24px;
}
.project .project-header .project-description .project-description-items .project-description-item {
    display: block;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project .project-header .project-description .project-description-items .project-description-item .project-description-item-title {
    display: block;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.2;
    overflow: hidden;
    height: 21px;
}
.project .project-header .project-description .project-description-items .project-description-item .project-description-item-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 1.2;
    overflow: hidden;
}
.project .project-header .project-description .project-description-buttons {
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
}
.project .project-header .project-description .project-description-buttons .project-description-buttons-wrapper {
    display: block;
    margin: -6px 0;
    overflow: hidden;
    min-height: 12px;
}
.project .project-header .project-description .project-description-buttons .project-description-button-wrap {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
}
.project .project-header .project-image {
    display: block;
    font-size: 0;
    margin-left: 510px;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 60px 0 90px 0;
}
.project .project-header .project-image::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
}
.project .project-header .project-image.project-image-adaptive {
    display: none;
}
.project .project-header .project-image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    -webkit-box-shadow: 0 39px 50px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 39px 50px -10px rgba(0,0,0,0.4);
    box-shadow: 0 39px 50px -10px rgba(0,0,0,0.4);
}
.project .project-header .project-image img[data-lazyload-use='true'] {
    width: 620px;
    height: 430px;
}
.project .project-sections {
    display: block;
    overflow: hidden;
}
.project .project-sections .project-sections-wrapper {
    display: block;
    margin: -50px 0;
    overflow: hidden;
    min-height: 100px;
}
.project .project-sections .project-section {
    display: block;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project .project-sections .project-section.project-section-indent {
    padding: 0;
}
.project .project-sections .project-section.project-section-indent + .project-section {
    padding-top: 95px;
}
.project .project-sections .project-section .project-section-wrapper {
    display: block;
}
.project .project-sections .project-section .project-section-title {
    display: block;
    text-align: center;
    font-size: 1.57142858em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 32px;
}

@media all and (max-width: 1000px) {
    .project .project-header .project-description {
        width: 280px;
    }
    .project .project-header .project-description .project-description-items,
    .project .project-header .project-description .project-description-buttons {
        float: none;
        width: auto;
    }
    .project .project-header .project-description .project-description-buttons {
        margin-top: 15px;
    }
    .project .project-header .project-image {
        margin-left: 310px;
    }
}

@media all and (max-width: 700px) {
    .project .project-header {
        height: auto;
        max-height: initial;
    }
    .project .project-header .project-description {
        width: auto;
        padding: 40px 0 60px 0;
    }
    .project .project-header .project-description .project-description-items,
    .project .project-header .project-description .project-description-buttons {
        float: left;
        width: 50%;
    }

    .project .project-header.header-no-img .project-description .project-text-wrapper {
        width: 100%;
    }
    .project .project-header.header-no-img .project-text-wrapper .project-description-text {
        padding-right: 0;
    }
    .project .project-header.header-no-img .project-description .project-description-buttons {
        width: auto;
        float: left;
        margin-top: 55px;
    }

    .project .project-header .project-description .project-description-buttons {
        margin-top: 0;
    }
    .project .project-header .project-image {
        display: none;
    }
    .project .project-header .project-image.project-image-adaptive {
        display: block;
        float: none;
        margin-left: 0;
        height: 300px;
        margin-bottom: 50px;
        padding: 0;
    }
    .project .project-sections .project-sections-wrapper {
        margin: -25px 0;
    }
    .project .project-sections .project-section {
        padding: 25px 0;
    }
    .project .project-sections .project-section.project-section-indent + .project-section {
        padding-top: 70px;
    }
}

@media all and (max-width: 420px) {
    .project .project-header .project-description .project-description-items,
    .project .project-header .project-description .project-description-buttons {
        float: none;
        width: auto;
    }
    .project .project-header .project-description .project-description-buttons {
        margin-top: 25px;
    }
}

@media all and (max-width: 380px) {
    .project .project-header .project-image.project-image-adaptive {
        height: 200px;
    }
}

/** Objective && Information **/
.project .project-objective,
.project .project-information {
    display: block;
    overflow: hidden;
    font-size: 1.14285715em;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 720px) {
    .project .project-objective,
    .project .project-information {
        font-size: 1em;
    }
}
/** /Objective && Information **/

/** Services **/
.project .project-services {
    display: block;
    overflow: hidden;
}
.project .project-services .project-services-wrapper {
    margin: -10px -25px;
}
.project .project-services .project-service {
    padding: 10px 25px;
}
.intec-content-right .project .project-services .project-service {
    width: 50%;
}
.project .project-services .project-service .project-service-wrapper {
    display: block;
}
.project .project-services .project-service .project-service-wrapper-2 {
    display: table;
    width: 100%;
}
.project .project-services .project-service .project-service-wrapper-3 {
    display: table-row;
}
.project .project-services .project-service .project-service-image,
.project .project-services .project-service .project-service-information {
    display: table-cell;
    vertical-align: middle;
}
.project .project-services .project-service .project-service-image .project-service-image-wrapper {
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.project .project-services .project-service .project-service-information {
    width: 100%;
}
.project .project-services .project-service .project-service-information .project-service-information-wrapper {
    margin-left: 20px;
}
.project .project-services .project-service .project-service-information .project-service-name {
    font-size: 14px;
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
    height: 18px;
}
.project .project-services .project-service .project-service-information .project-service-description {
    font-size: 14px;
    color: #888c94;
    line-height: 1.5;
    max-height: 63px;
    overflow: hidden;
    margin-top: 10px;
}

@media all and (max-width: 1000px) {
    .project .project-services .project-service {
        width: 50%;
    }
}

@media all and (max-width: 620px) {
    .project .project-services .project-service {
        width: 100%;
    }
    .intec-content-right .project .project-services .project-service {
        width: 100%;
    }
}
/** /Services **/

/** Review **/
.project-review {
    display: block;
    position: relative;
    margin-left: 75px;
    border: 1px solid #e8e8e8;
    min-height: 240px;
}
.project-review .project-review-header {
    display: block;
    position: absolute;
    top: 8px;
    left: -75px;
    width: 150px;
    padding: 10px;
    background: #fff;
    text-align: center;
}
.project-review .project-review-header .project-review-image {
    display: block;
}
.project-review .project-review-header .project-review-image .project-review-image-wrapper {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.project-review .project-review-header .project-review-name {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    max-height: 42px;
    color: #0e6afc;
}
.project-review .project-review-header .project-review-signature {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    max-height: 45px;
    color: #6a6a6a;
    overflow: hidden;
}
.project-review .project-review-information {
    display: block;
    margin: 50px 60px 40px 120px;
    font-size: 16px;
    line-height: 1.5;
    color: #2d2d2d;
    max-height: 192px;
    overflow: hidden;
}

@media all and (max-width: 600px) {
    .project-review {
        margin-left: 0;
    }
    .project-review .project-review-header {
        position: relative;
        left: 0;
        margin-left: 0;
        padding: 20px;
        width: auto;
    }
    .project-review .project-review-header .project-review-image {
        width: 80px;
        height: 80px;
        float: left;
    }
    .project-review .project-review-header .project-review-name,
    .project-review .project-review-header .project-review-signature {
        margin-left: 110px;
        text-align: left;
    }
    .project-review .project-review-header .project-review-name {
        margin-top: 5px;
    }
    .project-review .project-review-information {
        margin: 20px;
        font-size: 14px;
        max-height: 168px;
    }
}
/** /Review **/

/** Gallery **/
.project-section-gallery {
    display: block;
}
.project-section-gallery .project-gallery-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
}
.project-section-gallery .project-gallery-image-wrapper:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    z-index: 1;
}
.project-section-gallery .project-gallery-image-wrapper img {
    display: none;
}
/** /Gallery **/

/** Images **/
.project-section-images {
    display: block;
}
.project-section-images .project-images-image-wrapper {
    display: block;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
}
.project-section-images .project-images-image-wrapper:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.project-section-images .project-images-image-wrapper img {
    display: none;
}
/** /Images **/

/** Solution **/
.project-solution {
    display: block;
}
.project-solution.project-solution-begin,
.project-solution.project-solution-end {
    padding: 70px 15px;
}
.project-solution.project-solution-begin {
    background: #f7f7f7;
}
.intec-content-right .project-solution.project-solution-begin {
    padding-left: 25px;
    padding-right: 25px;
}
.project-solution.project-solution-image .project-solution-image-wrapper {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.project-solution .project-solution-text {
    font-size: 1.14285715em;
    line-height: 1.5;
}
.project-solution.project-solution-begin + .project-solution-image {
    margin-top: 70px;
}

@media all and (max-width: 720px) {
    .project-solution .project-solution-text {
        font-size: 1em;
    }
}
/** /Solution **/
/* End */


/* Start:/local/templates/universe_s1/components/intec.universe/main.widget/product.1/style.css?174126182522656*/
.tst-white-text {
	color: #FFF !important;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 {
	border: 1px solid #F2F2F2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main {
	position: relative;
	height: 100%;
	border-left: 1px solid #F2F2F2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main-content {
	margin: auto 0;
	padding: 48px 48px 42px 42px;
	z-index: 2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main-detail {
	border-top: 1px solid #F2F2F2;
	z-index: 1;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part[data-indent=one] {
	margin-bottom: 16px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part[data-indent=one-half] {
	margin-bottom: 24px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part[data-indent=two] {
	margin-bottom: 32px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part:last-child {
	margin-bottom: 0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part[data-overflow=hidden] {
	overflow: hidden;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-name {
	font-size: 22px;
	line-height: 1.35;
	color: #404040;
	text-decoration: none;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-container {
	position: relative;
	padding: 52px 40px 52px 52px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery {
	position: relative;
	width: 100%;
	padding-top: 75%;
	z-index: 1;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-item {
	position: relative;
	padding-top: 75%;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-item[data-role="product.gallery.item"] {
	cursor: pointer;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-item-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-dots button {
	height: 2px;
	border: none;
	background-color: #F2F2F2;
	outline: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-marks {
	position: absolute;
	top: 16px;
	left: 16px;
	pointer-events: none;
	z-index: 2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-article {
	font-size: 12px;
	line-height: 1;
	color: #B0B0B0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quick-view {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 46px;
	padding: 0 14px;
	background-color: rgba(232, 232, 232, 0.88);
	border: none;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: background-color, opacity;
	-moz-transition-property: background-color, opacity;
	-ms-transition-property: background-color, opacity;
	-o-transition-property: background-color, opacity;
	transition-property: background-color, opacity;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quick-view:hover {
	background-color: #e8e8e8;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quick-view-icon svg path {
	stroke: #808080;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quick-view-content {
	font-size: 14px;
	line-height: 1;
	color: #808080;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action {
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	min-height: 32px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-delay {
	min-width: 135px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-compare {
	min-width: 150px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-content {
	font-size: 10px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add[data-basket-state=delayed], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add[data-basket-state=processing], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add[data-compare-state=added], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add[data-compare-state=processing] {
	display: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add .catalog-element-button-action-icon svg path {
	stroke: #808080;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: stroke;
	-moz-transition-property: stroke;
	-ms-transition-property: stroke;
	-o-transition-property: stroke;
	transition-property: stroke;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add .catalog-element-button-action-content {
	color: #808080;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add:hover .catalog-element-button-action-icon svg path {
	stroke: #FFF;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-add:hover .catalog-element-button-action-content {
	color: #FFF;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-basket-state=none], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-basket-state=added], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-compare-state=none] {
	display: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-basket-state=processing], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-compare-state=processing] {
	pointer-events: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-basket-state=processing] .catalog-element-button-action-icon, .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added[data-compare-state=processing] .catalog-element-button-action-icon {
	display: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added .catalog-element-button-action-icon svg path {
	stroke: #FFF;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-added .catalog-element-button-action-content {
	color: #FFF;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy {
	min-width: 150px;
	min-height: 56px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy-content {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy-add[data-basket-state=added], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy-add[data-basket-state=processing] {
	display: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy-added[data-basket-state=none], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy-added[data-basket-state=delayed] {
	display: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-order-fast {
	border-width: 1px;
	min-width: 186px;
	min-height: 56px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-order-fast-content {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter {
	min-width: 154px;
	min-height: 56px;
	padding: 0;
	border: 1px solid #F2F2F2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter-item {
	line-height: 54px;
	color: #808080;
	text-align: center;
	padding: 0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter-item[data-type=button] {
	font-size: 16px;
	width: 50px;
	background-color: #FBFCFD;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter-item[data-type=input] {
	font-size: 14px;
	width: 52px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-detail {
	min-height: 56px;
	background-color: #f8f8f8;
	border: none;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-detail:hover .catalog-element-button-detail-content {
	color: #FFF;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-detail-content {
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity {
	font-size: 0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=few] .catalog-element-quantity-indicator {
	background-color: #F4BB28;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=few] .catalog-element-quantity-text {
	color: #F4BB28;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=enough] .catalog-element-quantity-indicator {
	background-color: #10CDA0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=enough] .catalog-element-quantity-text {
	color: #10CDA0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=many] .catalog-element-quantity-indicator {
	background-color: #1DB940;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=many] .catalog-element-quantity-text {
	color: #1DB940;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=empty] .catalog-element-quantity-indicator {
	background-color: #B0B0B0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity[data-state=empty] .catalog-element-quantity-text {
	color: #B0B0B0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity-indicator {
	width: 5px;
	height: 5px;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity-text {
	font-size: 12px;
	line-height: 1;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quantity-value {
	font-size: 12px;
	line-height: 1;
	color: #404040;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-value-current {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #404040;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-value-previous {
	font-size: 14px;
	line-height: 1;
	color: #808080;
	text-decoration: line-through;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount {
	margin-top: 8px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount-content {
	padding: 2px;
	background-color: #FBCD56;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount-item+.catalog-element-price-discount-item {
	margin-left: 4px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount-value {
	font-size: 11px;
	font-weight: 500;
	line-height: 12px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount-value[data-view=tile] {
	color: #1B1E25;
	padding: 2px 4px;
	background-color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-discount-icon {
	margin-right: 2px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range {
	position: relative;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range:hover .catalog-element-price-range-content {
	opacity: 1;
	pointer-events: all;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #1B1E25;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-open {
	text-align: center;
	width: 34px;
	height: 16px;
	margin-top: 4px;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: border-color;
	-moz-transition-property: border-color;
	-ms-transition-property: border-color;
	-o-transition-property: border-color;
	transition-property: border-color;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-open span {
	width: 4px;
	height: 4px;
	margin-left: 1.5px;
	margin-right: 1.5px;
	background-color: #404040;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-content {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 320px;
	padding-top: 8px;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-items {
	padding: 40px 32px;
	background-color: #FFF;
	-webkit-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);
	-moz-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);
	box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.08);
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-item+.catalog-element-price-range-item {
	margin-top: 16px;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-quantity {
	font-size: 12px;
	line-height: 1;
	color: #808080;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-separator {
	margin-bottom: 1px;
	border-bottom: 1px dashed #E8E8E8;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-price {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #404040;
}

.ns-bitrix.c-catalog-element.c-catalog-element-product-1:hover .catalog-element-quick-view {
	pointer-events: all;
	opacity: 1;
}

@media all and (max-width: 1024px) {
	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main-content {
		padding: 36px 24px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-container {
		padding: 36px 24px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-quick-view {
		display: none;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-order-fast {
		min-width: 304px;
	}
}

@media all and (max-width: 768px) {
	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main {
		border-top: 1px solid #F2F2F2;
		border-left: none;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-name {
		font-size: 18px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-gallery-container {
		padding: 12px 12px 24px 12px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-value-current {
		font-size: 20px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-title {
		margin-bottom: 14px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-open {
		margin-top: 2px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-content {
		left: 0;
		width: 250px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-items {
		padding: 20px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-item+.catalog-element-price-range-item {
		margin-top: 12px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-price-range-separator-container {
		display: none;
	}
}

@media all and (max-width: 500px) {
	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main-detail {
		border-top: none;
		margin-left: -1px;
		margin-right: -1px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-part-mobile-bottom {
		margin-left: -13px;
		margin-right: -13px;
		margin-bottom: -1px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1[data-action=none] .catalog-element-main-content {
		padding: 24px 12px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-main-content {
		padding: 24px 12px 0 12px;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-order-fast {
		min-width: 100%;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-delay,
	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-action-compare {
		min-width: 100%;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-buy {
		min-width: 100%;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter {
		min-width: 100%;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter-item[data-type=input], .ns-bitrix.c-catalog-element.c-catalog-element-product-1 .catalog-element-button-counter-item[data-type=button] {
		width: 33.3333333333%;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .intec-grid-item-500-i-0 {
		margin: 0;
	}

	.ns-bitrix.c-catalog-element.c-catalog-element-product-1 .intec-grid-item-500-i-0>div {
		padding: 0;
	}
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/universe_s1/components/bitrix/news.detail/projects.default.1/style.css?174126182416459 */
/* /local/templates/universe_s1/components/intec.universe/main.widget/product.1/style.css?174126182522656 */
