

/* Start:/local/templates/qupe/components/bitrix/catalog.element/.default/style.css?17654484237872*/
.additional .ash3 {
    padding-bottom: 14px;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.add-item {padding-bottom: 8px;}
.add-item > input
{
	display: none;	
}
.add-item > label
{
	line-height: 24px;
    position: relative;
    display: flex;
    min-height: 24px;
    padding-left: 34px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.add-item > label:before
{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    transition: .2s linear;
    border: 1px solid #fd810d;
    border-radius: 50%;
}
.add-item > label:after
{
	position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transition: opacity .2s linear;
    opacity: 0;
    border-radius: 50%;
    background: #fd810d;
}
.add-item > input:checked + label:after
{
	opacity: 1;
}
.tab_content .links {
    color: #4869a9;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.tab_content .links > * {
    flex: 0 1 auto;
   	padding: 0 8px 16px;
}
.tab_content .links a {
    color: currentColor;
    transition: color .2s linear;
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.tab_content .links a:hover {
    color: #fd810d;
}
.links a > icon {
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background: transparent no-repeat center center;
    background-size: contain;
}
.links a > icon[data-type="application/x-zip-compressed"] {
	background-image: url('/img/zip.svg');
}
.tab_content .videos {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.tab_content .videos > * {
    flex: 0 1 33.33%;
    padding: 0 8px 16px;
}
.tab_content .videos a {
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.tab_content .videos a:before 
,.tab_content .videos a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.tab_content .videos a:before {
    color: #fff;
    background: black;
    opacity: .5;
    width: 84px;
    height: 60px;
    border-radius: 24px;
}
.tab_content .videos a:after {
	z-index: 2;
    transform: translate(-25%, -50%);
    border: solid 13px transparent;
    border-left-color: white;
    border-left-width: 23px;
    width: 10px;
    height: 10px;
}
.tab_content .videos a:hover:before {
	background-color: #fd810d;
	opacity: 1;
}
.tab_content .videos img {
    width: 100%;
    height: auto;
}
.desc__prop li
,.description .desc__prop li {
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    padding: 0;
	width: min-content;
}
.desc__prop li:before
,.description .desc__prop li:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #b9b9b9;
    order: 2;
    position: static;
    border: none;
    border-radius: 0;
    padding: 0 25px;
}
.desc__prop li > .name {
	color: #4869a9;
    font-weight: 800;
    line-height: 20px;
    padding: 2px 5px 2px 0;
    order: 1;
}
.desc__prop li > .value {
	width: 60px;
    min-width: 60px;
    text-align: right;
    min-width: max-content;
    padding-left: 5px;
    max-width: 40%;
    order: 3;
}
.desc__faq b, .description .desc__faq b {color: inherit;}
.description table {
	border-spacing: 0;
    border-collapse: collapse;
	/*width: max-content;*/
	width: 100%;
}
.description table tr > * {
	border: solid 1px #b9b9b9;
	padding: 17px 15px;
	line-height: 1.1;
	text-align: center;
}
.description table th {
	line-height: 1.2;
	background: #f3f9ff;
}
.description table td {
	
}
.adapt-table {
	overflow-y: auto;
    max-width: 100%;
    padding: 0 0 2px;
}
.desc__flex {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}
.desc__flex > a {
	flex: 1 1 min-content;
    border-radius: 20px;
    background: #ddd;
    overflow: hidden;
    position: relative;
    display: block;
}
.desc__flex > a:after {
	content: '';
    display: block;
    padding-top: 75%;
}
.desc__flex > a:first-child {margin-right: 2.2em;}
.desc__flex > a > img {
	position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 100%;
    border-radius: inherit;
    object-fit: contain;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.desc__flex > div + a {margin-left: 2.2em;}
.desc__flex > div {
    flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
	.desc__flex > a {
		flex-basis: 40%;
		flex-basis: calc(40% - 1.6em);
	}
	.desc__flex > a:first-child {margin-right: 1.6em;}
	.desc__flex > div + a {margin-left: 1.6em;}
	.tab_content .videos > * {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 600px) {
	.desc__flex > a {
	    flex-basis: 100%;
	    margin: 0 0 0.8em;
	}
}
@media screen and (max-width: 480px) {
	.tab_content .videos > * {
	    flex-basis: 100%;
	    padding: 0 0px 16px;
	}
}
.product_reviews .cont + .swiper-container.swiper-container-initialized {
   max-width: 1520px;
   padding: 0;
  }
  @media (max-width: 1563px){
   .product_reviews .cont + .swiper-container.swiper-container-initialized {
      padding: 0 24px;
     }
  }


.product_file_div{
    margin-bottom: 15px;
}

.product_file{
    color: #636e7a;
    display: inline-block;
    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
}

.product_file:hover{
    color: #fd810d;
}

.title-recom {
    margin-top: 40px;
    color: #02599b;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.recommend-all {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.link-item-recom {
    text-decoration: none;
    max-width: 200px;
    background-color: #f3f9ff;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #000;
}

.link-item-recom:hover {
    color: #02599b;
}

.link-item-recom:not(:last-child) {
    margin-right: 10px;
}

.recommendation-box {
    padding: 25px 0;
}
.recommendation-box__title {
    color: #02599b;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.recommendation-box__content {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.recommendation-box__content-link {
    text-decoration: none;
    background-color: #f3f9ff;
    padding: 10px 15px;
    color: #000;
    border-radius: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.recommendation-box__content-link:hover {
    color: #fff;
    background: #4869a9;
}
.recommendation-box__content-link:hover svg path {
    stroke: #fff;
}

.recommendation-box__content-title {

}

@media (max-width: 600px) {
    .recommend-all {
        justify-content: center;
    }

    .link-item-recom {
        max-width: 160px;
    }
}
.product_features.product_features_center {
    column-count: 1;
}
.buy .btn-leasing {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    padding: 0 14px;
    cursor: pointer;
    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fd810d;
    border-radius: 25px;
    background: #fd810d;
}

.buy .btn-leasing:hover {
    color: #fd810d;
    border-color: #fd810d;
    background: none;
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1765447949675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/qupe/components/bitrix/forum.topic.reviews/.default/style.css?17654484231229*/
.review {position: relative;}
.reviews-post-hidde {display: none;}
.panel
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: scroll #767f8c url('/bitrix/js/main/core/images/panel/top-panel-sprite-2.png') repeat-x 0 -50px;
	border-bottom-right-radius: 30px;
    padding: 10px 15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.panel button 
{
	display: inline-block;
    padding: 0 12px;
    font: normal normal bold 12px/29px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #dde7e9;
    background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) right -1129px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-decoration: none;
    margin: 0 5px;
}
.panel button:hover 
{
    background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) right -1171px;
    color: #fff;
}
.panel button[data-action="hide"] > span[data-desc="show"]
,.panel button[data-action="show"] > span[data-desc="hide"]
{
	display: none;
}
.add_review_modal .stars {flex-direction: row-reverse;}
/* End */


/* Start:/local/templates/qupe/components/bitrix/form.result.new/.default/style.css?17654484231179*/

form [data-type="file"] input {
    display: none !important;
}
form [data-type="file"] .bx-input-file-desc {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 19px 0 57px;
    transition: border-color .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
form [data-type="file"] .bx-input-file-desc:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url(/local/templates/qupe/components/bitrix/form.result.new/.default/images/clip.svg) transparent no-repeat center center;
    background-size: 20px;
    position: absolute;
    left: 5px;
    top: 0;
}
form [data-type="file"] .bx-input-file-desc:empty:after {
    content: 'Прикрепить резюме';
    color: lightgray;
    display: block;
}
/* End */
/* /local/templates/qupe/components/bitrix/catalog.element/.default/style.css?17654484237872 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1765447949675 */
/* /local/templates/qupe/components/bitrix/forum.topic.reviews/.default/style.css?17654484231229 */
/* /local/templates/qupe/components/bitrix/form.result.new/.default/style.css?17654484231179 */
