

/* Start:/local/templates/traiv-new/css/slick.css?17689807982983*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End */


/* Start:/local/templates/traiv-new/components/bitrix/catalog/catalog1C/style.css?17689807993309*/
.section_description{
    margin-bottom: 25px;
}
.section_description.sale{
    text-align: center;
    min-height: unset;
    padding: 1% 0;
}

.Order_one_click {

    text-align: center;
    margin-bottom: 10px;
}

#send-request-form {
    display: inline-block;
    padding: 4px 25px;
    border-radius: 10px;
    box-sizing: border-box;
    background:linear-gradient(to top, #e38500, #ffb403);
    border-color: #BF8630 !important;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

#send-request-form:hover {
    border-color: #BF8630;
    background-color: #BF8630;
    color: #fff;
}

.counter_one {
    text-align: right;
}

.TitleImg {
    float: left;
    margin: 10px 15px 5px 0px;
    max-width: 90px;
}
.TitleImg.sale{
    display: none;
}


.btn-mfp-dialog {
    display: inline-block;
    padding: 4px 9px;
    margin-top: -40px;
    border: 1px solid #679ED2 !important;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #679ED2 !important;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.btn-mfp-dialog:hover {
    border-color: #408AD2 !important;
    background-color: #408AD2 !important;
    color: #fff;
}
.filter-header-catalog{
    margin: 5px 0;
}

.section_title{
    font-size: 17pt;
    margin: 5px;
    color: black;
    /*
    color: #0e456b;
    font-weight: 900;
    letter-spacing: 1px;*/
}

.section_title_n{
    font-size: 24px;
    margin: 5px 5px 5px 0px;
    color: black;
    font-weight: 500;
    letter-spacing: 1px;
    text-align:left;
}

.measurment_view{
    text-align: right;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 13%!important;
}
.measurment__item{
    display: inline-block;
    padding: 0 2%;
    color: black;
    font-size: large;
    font-weight: 400;
}
.measurment__item a{
    color: black;
}
.sertimg {
    margin-top: 0!important;
}
.pagination__item a, .measurment__item a{
    border: none;
}

/*.measurment__item.is-active, .measurment__item a:hover, .pagination__item.is-active a, .pagination__item a:hover{
    border-top: none;
    border-left: none;
    border-right: none;
    background: none!important;
    color: black;
}*/

.measurment-title-check {
	display:inline-block;
	padding-right:5px;
}

.measurment-title-check:before{
content: "\f0c8";
    width: 15px;
    height: 15px;
    display: block;
    top: 50%;
    margin: -7px 0 0;
    left: 0;
    border: 1px solid #afafaf;
    border-radius: 2px;
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 0 0 1px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 14px;
} 

.measurment-title-check-active {
	display:inline-block;
	padding-right:5px;
}

.measurment-title-check-active:before{
content: "\f0c8";
    width: 15px;
    height: 15px;
    display: block;
    top: 50%;
    margin: -7px 0 0;
    left: 0;
    border: 1px solid #afafaf;
    border-radius: 2px;
    background-color: #fff;
    color: #0070b3;
    font-size: 13px;
    padding: 0 0 0 1px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 14px;
} 

/* End */


/* Start:/local/templates/traiv-new/components/bitrix/breadcrumb/traiv.detail/style.css?1768980799233*/
h1.crumbs__link{
    color: black;
    font-size: 20px;
    display: inline-block;
}

.crumbs__item.is-active h1 + a{
    cursor: pointer;
    color: #5a85a7;
}

.crumbs__item.is-active h1 + a:before{
    content: " ";
}
/* End */


/* Start:/local/templates/traiv-new/components/bitrix/catalog/catalog1C/bitrix/catalog.element/element_2024/style.css?17691630317910*/
.crumbs__item.is-active,.crumbs__item:nth-last-child(2)::after {
    display: none !important;
}

.item-player-area {
	min-height: 200px;
}

#result-tuning {
    display: none;
}
.product__image{
    margin-top: 10%;
}
.sertimg img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.quantity {
    width: 8.6em;
}

.btn-mfp-dialog-two, .form-one-click__btn {

    width: 50%;
}

.btn.buy-detail{
    background: linear-gradient(#fdc917, #eb6219);
    padding: unset;
    border: none;
    width: 50%;
    height: 2em;
    border-radius: 5px;
}
.btn.buy-detail:hover{
    background: #eb6219;
}
.btn.buy-detail img{
    display: inline-block;
    vertical-align: bottom;
}
.buy-btn-label{
    vertical-align: middle;
    display: inline-block;
    padding: 0 10%;
}
.btn.opt-detail{
    background: linear-gradient(#ef7d8c, #e5181d);
    padding: unset;
    border: none;
    width: 50%;
    height: 2em;
    border-radius: 5px;
    margin: 2% 0;
}
.btn.opt-detail:hover{
    background: #e5181d;
}
.btn.opt-detail img{
    display: inline;
    vertical-align: middle;
    width: 18%;
}
.opt-btn-label{
    vertical-align: middle;
    display: inline;
}



.u-align-center u-offset-bottom-15 {

    padding-right: 70px;
}

.footer{
    margin-top: 0!important;
}

.pack_notice{
    text-align: center;
    font-size: 11px;
    line-height: 10px;
    /*width: 120px;*/
    padding: 0 25%;
}

dl {
    display: flex!important;
    width: 400px;
    line-height: 1.5;
    font-family: sans-serif;
    align-items: flex-end;

    /* Just for resizing
    position: relative;
    overflow: hidden;
    resize: horizontal; */
}

dt {
    flex-grow: 1;
    padding-right: 1em;
    overflow: hidden;
    position: relative;
}

dt::after {
    content: '​'; /* zero-width space */
    position: absolute;
    border-bottom: 1px dotted;
    margin-left: 1px;
    margin-top: -0.25em;
    width: 100%;
    color: #ccc;
}

dd {
    flex-shrink: 0;
    margin: 0 0 0 0.4em;
}

.dl dd, .dl dt {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 30%!important;
}

.product-image{
    margin-top: 5px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery {

    width: 100%;
    float: left;
    margin-top: 10%;

}

.product-gallery .gallery-image {

    display:flex;
    align-items:center;
    justify-content: center;
    width: 43%;
    float: left;
    text-align: center;
    border: 1px #ccc solid;
    height: 77px;
    margin: 7px 5px;
}


.download_excel {
    display: inline-block;
    width: 41%;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    padding: 6px;
    font-size: 12px;
    margin-top: 18%;
}

.raprodaja_sklad {
    background: url(/local/templates/traiv-main/img/stick2.png) no-repeat;
    height: 35px;
    color: white;
    text-shadow: 0 2px 0 #ba3434;
    line-height: 33px;
    text-align: left;
    padding-left: 21px;
    margin-left: 0px;
    margin-bottom: 10px;
    position: absolute;
    width: 210px;
}
.mash-block, .stroy-block{
    width: 41%;
    display: inline-block;
    background-color: #679ED2;
    border: 2px solid #679ED2;
    border-radius: 3px;
    margin: 7px 5px;
    background-size: 100%;
    text-align: center;
    font-size: smaller;
    color: white;
}
.mash-number, .stroy-number{
    display: inline;
}
.mash-title, .stroy-title{
    line-height: 1em;
}

.dl-calc{
    text-align: center;
}
iframe{
    padding-left: 0.5%;
}
.shadow-price{
    /*    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, .3);*/
    border-radius: 3px;
    background-color: #fff;
    /*width: 125%;*/
    /*display: table-cell;*/
    padding: 2%;
    width: auto;
}
.price{
    color: red;
    white-space: nowrap;
    margin-bottom: 5px;
}
.price__units{
    line-height: 1.4rem;
    font-size: 32px;
    padding: 20px 0;
    margin: 0 10%;

}
.price-block-two{
    margin-top: 5%;
}
.second-price__units{
    display: block;
    padding: 10px 0;
    margin: 0 10%;
    font-size: 18px;
}
.island .md-title {
    margin-top: 0;
}
.storages-block{
    white-space: nowrap;
}

/* ANALOG MATERIALS */
.analog_materials_block{
    display: inline-block;
    width: 94%;
    margin-left: 7%;
    padding-bottom: 2%;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

/*.analog_materials_title{
    margin-left: 7%;
}*/

.analog-material{
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-align: center;
    font-size: smaller;
    font-weight: 400;
    display: inline-grid;
    align-items: flex-end;
    justify-content: center;
    float: left;
    height: 6em;
    max-width: 7.2vh;
}
.analog_materials a:hover{
    transform: scale(1.05);
}
.analog_materials_title{
    display: block;
}
/*.analog_materials, #itemid{
    display: inline;
}*/

.analog-materials-img{
    padding-top: 15%;
    margin: auto;
}
.product__title{
    margin-bottom:20px!important;
    text-align: unset!important;
    color: black!important;
}
.analog-material-value{
    vertical-align: bottom;
    margin-bottom: 10%;
    line-height: 1em;
    font-size: 11px;
}

.element-sale-block{
    text-align: center;
    border-left: 2px solid #ccc;
}
.element-properties-block{
    margin: 0 25%;
}

/*
.tab.element button{
    width: 25% !important;
}
*/

@media (max-width:640px) {
    .price, dl{
    margin-bottom: 0!important;
  }
    .element-sale-block {
        border-left: none;
    }
    .analog_materials_block{
        border-bottom: none;
    }
}


@media (max-width:768px) {
.bx_stick{
        margin-left: 0px!important;
    }
.product-gallery {
    margin-top: 25%;
}
    .product__image{
        margin: auto;
        padding: 0!important;
    }
    .download_excel{
        width: 27%;
    }
}


@media (max-width:1024px) {
    .tab.element {
        margin-top: 5%;
    }

    .tablinks strong {
        font-size: 12px;
    }
}

.detail-sale-banner{
    width: 100%;
}

/* добавление стилей из компонентов про сертификат */

.sert-block-title-big {
    font: 700 24px / 28px 'Gilroy', sans-serif;
    color: #343a40;
    padding: 30px 0px 10px 0px;
}

.sert-block-item-name {
position: absolute;
    z-index: 100;
    color: #343a40;
    bottom: -70px;
    left: 0px;
    background-color: #f1f1f1;
    min-height: 110px;
    width: 100%;
    padding: 20px 10px;
    font: 500 16px / 22px 'Gilroy', sans-serif;
}

.sert-block-temp {
	padding:20px 40px;
}

.sert-block-title-black {
	font: 700 24px / 28px 'Gilroy', sans-serif;
	color:#343A40;
	padding: 30px 0px 10px 0px;
}

.sert-block-photo-item {
  display: block;
  min-height: 400px;
  border:0px green solid;
  position:relative;
  background-color:#ffffff;
  	background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sert-block-photo-item.bordered {
  padding: 24px;
  box-shadow: 0 10px 20px rgba(3,27,78,8%);  
  -webkit-transition: background .25s ease,
  border-color .25s ease,
  color .25s ease,
  box-shadow .25s linear;
  transition: background .25s ease,
  border-color .25s ease,
  color .25s ease,
  box-shadow .25s linear;
}

.sert-block-photo-item.bordered:hover {
 box-shadow: 0 10px 20px rgba(3,27,78,20%);
  color: #343a40;
}

.sert-block-photo-img {
	padding:0px;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

@media only screen and (max-width : 576px) {
	
	.sert-block-photo-item {
  min-height: 480px;
}

.sert-block-title-big {
    font: 700 18px / 22px 'Gilroy', sans-serif;
    color: #343a40;
    padding: 10px 0px 10px 0px;
}

.sert-block-item-name {
	min-height: 130px;
}
	
}
/* End */


/* Start:/local/components/DM/recomended-items/templates/.default/style.css?17689808011017*/
/* NEW ITEMS STYLE 2020 YOYO */


.new-item{
    border: 2px ridge gray;
    padding: 4.5%;
    height: 22.5em!important;
    margin: 0.4em;
}


.new-item__title{
    height: 6.5em !important;
    overflow: auto;
    text-align: center;
    font-size: small;
}

.new-item img {
    margin: 0 25%;
}

.slickdiv{
   /* display: inline-block!important;*/
    /*align-items: center;*/
    padding: 0 2% !important;
}

.slickdiv .slick-arrow {
	width:40px;
	height:40px;
}

.slickdiv .fa-angle-right, .fa-angle-left{
    font-size: 4em!important;
    cursor: pointer;
}
.slickdiv i.fa.fa-angle-left {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 1;
    vertical-align: middle;
}
.slickdiv i.fa.fa-angle-right {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 1;
    vertical-align: middle;
}
@media (max-width:768px) {
    .new-item img {
        margin: 0 10%;
    }

    .new-item {
        height: 24em !important;
    }
}
/* End */
/* /local/templates/traiv-new/css/slick.css?17689807982983 */
/* /local/templates/traiv-new/components/bitrix/catalog/catalog1C/style.css?17689807993309 */
/* /local/templates/traiv-new/components/bitrix/breadcrumb/traiv.detail/style.css?1768980799233 */
/* /local/templates/traiv-new/components/bitrix/catalog/catalog1C/bitrix/catalog.element/element_2024/style.css?17691630317910 */
/* /local/components/DM/recomended-items/templates/.default/style.css?17689808011017 */
