/*
.dbg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.bot.bot_new{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    width: 100%;
    margin-top: 10px;
}
.bot.bot_new .btn{
position: relative;
    height: 47px;
    background: #da0812;
    padding-left: 50px;
    padding-right: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0;
    min-width: 300px;
}
.bot.bot_new img.pdf{
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bot.bot_new .text_new {
    color: #121213;
    font-size: 14px;
    cursor: pointer;
letter-spacing: 0;
}
.bot.bot_new .text_new .link_new {
    color: #da0812;
    text-decoration: underline;
}







.card .section1 .item .text .bottom .l .btn.add_bascet{cursor:pointer; border:0;}


/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }


.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; }




/*
.section_introducing {
    padding: 100px 0 0 0;
    background: #3b3b3b;
    min-height: auto;
    transition: 0.3s all ease;
}
.section_introducing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}
.new_section__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #0C0C0C;
}
.section_introducing .new_section__title {
    color: #fff;
    margin: 0 0 400px;
    position: relative;
    z-index: 3;
}
.section_reviews__page .new_section__title {
    margin: 0 0 50px;
}
.section_reviews__page .reviews_page__wrapper {
    position: relative;
}
.carousel {
    position: relative;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.section_reviews__page .section__sliderNav--arrows {
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_reviews__page .section__sliderNav--arrows button {
    z-index: 9999;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fas {
    font-weight: 900;
}
.section_reviews__page .section__sliderNav--arrows button i {
    color: #fff;
    font-size: 35px;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.section_reviews__page .slick-arrow {
    display: none !important;
}
.section_reviews__page .dropdown {
    position: relative;
    height: 100%;
    min-height: 377px;
    z-index: 5;
}
.section_reviews__page .dropdown .question {
    padding: 50px 20px 100px 20px;
    transition: 0.5s all ease;
    height: 100%;
    min-height: 0px;
    position: relative;
}
.section_reviews__page .dropdown .question .title_dropdown {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    display: block;
    height: 100%;
}
.section_reviews__page .dropdown .question .title_dropdown:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.section_reviews__page .dropdown .question .title_dropdown span {
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
}
.section_reviews__page .dropdown .question .title_dropdown span {
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
}
.section_reviews__page .dropdown .question .title_dropdown .plus {
    position: absolute;
    bottom: -80px;
    right: 0;
    margin: 0;
}
.section_reviews__page .dropdown .question .default-submenu {
    display: none;
    padding: 40px 0 0 0;
}
.section_reviews__page .dropdown .question .default-submenu p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.section__sliderNav--arrows button {
    background-color: transparent;
    border: none;
}
.section_introducing.hovered1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/dealers/img/introducing_1.jpg) center no-repeat;
    background-size: cover;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
}
.section_introducing.hovered2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/dealers/img/introducing_2.jpg) center no-repeat;
    background-size: cover;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
}
.section_introducing.hovered3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/dealers/img/introducing_3.jpg) center no-repeat;
    background-size: cover;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
}
.section_introducing.hovered4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/dealers/img/introducing_1.jpg) center no-repeat;
    background-size: cover;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
}
*/
.main.card{
    background: #000;
}
.section_reviews__page .reviews_page__wrapper {
    width: 100%;
}
.plus_rev{
    position: absolute;
    bottom: -80px;
    right: 0;
    margin: 0;
}
.section_reviews__page .dropdown .question.active .title_dropdown .plus_rev {
    display: none;
}
.section_reviews__page .dropdown .question .title_dropdown .plus_rev {
    position: absolute;
    bottom: -80px;
    right: 0;
    margin: 0;
}
@media (max-width: 991px){
.plus_rev {
    bottom: -20px;
}
}


















