

/* Start:/bitrix/templates/xbot/components/bitrix/news.detail/manuals/style.css?178525137611217*/
.container {
    max-width: inherit;
    width: unset;
    padding-left: unset;
    padding-right: unset;

    color: #7e7e7b;
}

.container a {
    color: #7e7e7b;
}

.link_to_product {
	margin-bottom: 15px;
}
.link_to_product a, .support_ul a {
    font-weight: 600;
    color: #0b4989;
}

.link_to_product a:hover, .support_ul a:hover {
    color: #57a9f4;
}

#instruction .rows_block {
    font-size: unset !important;
	margin: 0;
}

.instruction_menu a {
    width: 250px;
	display: block!important;
}

.support_menu a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.support_menu {
    display: flex;
}

.support_menu li {
    width: 100%;
    margin-left: 5px !important;
    margin-right: 5px !important;
    display: flex!important;
    align-items: center;
    float: none;
}

.support_menu .active {
    border-top: 2px solid #57a9f4 !important;
}

.support_menu li:first-child {
    margin-left: unset !important;
}

.support_menu li.active {
    background: #f6f6f6 !important;
}
.support_menu li {
    border: 1px solid #ececec !important;
    text-align: center !important;
}
.support_menu li a {
    padding: 20px !important;
    background: #fafafa !important;
}
.instruction_menu a{
  border: 1px solid #ececec !important;
  text-align: center !important;
  background: #fafafa !important;
  padding: 20px !important;
}
.instruction_menu a:hover, .support_menu li:hover {
    background: #f5f3f3 !important;
    cursor: pointer;
    border-color: transparent!important;
}
.support_menu li a:hover {
    border-color: transparent!important;
}
.video_description {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.support-video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.tab-content.mt-3{
    padding-top: 25px;
}
.anchor-block-50 {
    margin-top: -50px;
    padding-top: 50px;
}

#faq {
    width: 760px;
}


/* Nav tab block */

.instruction-arrow-left svg, .instruction-arrow-right svg {
    max-width: 100%;
}

.instruction-arrow-right, .instruction-arrow-left {
    width: 20px;
    height: 100%;
    background: white;
    position: absolute;
    display: none;
    cursor: pointer;
    align-items: center;
}

.instruction-arrow-right:hover svg, .instruction-arrow-left:hover svg {
    fill: #57a9f4;
}

.instruction-arrow-right {
    right: 0;
}

.instruction-nav-block {
    position: relative;
}

@media screen and (max-width: 850px) {
    .support_menu {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        overflow: visible;
        padding: 0 !important;
    }

    .support_menu li {
        flex: 1 1 calc(50% - 4px);
        width: auto;
        margin: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .support_menu li {
        font-weight: 600;
    }

    .support_menu li:last-child {
        flex-basis: 100%;
    }
}


.arrow-right {
    transform: rotate(90deg);
}

.arrow-left {
    transform: rotate(-90deg);
}

/* END Nav tab block */


@media screen and (max-width: 768px) {
    #faq {
        width: unset;
    }

    .preview_block {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 600px) {
    #instruction > div {
        position: initial;
        justify-content: center;
        flex-direction: column;
    }

    #instruction > div > div {
        margin: 10px;
    }

    .instruction_menu a {
        text-align: left !important;
    }

    /*.support_menu{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
}

.nav-tabs {
    margin: unset !important;
}

@media screen and (max-width: 500px) {
    #video .rows_block {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #video .rows_block .video_description {
        padding-bottom: 0;
    }

    #instruction > div > div {
        display: flex;
        flex-wrap: wrap;
    }

    .instruction_menu a {
        /*width: 49%;*/
        text-align: left !important;
    }

}

.wrapper_inner_half.shop-detail1 {
    border: unset !important;
    margin-top: 40px;
}


.form-area {
    max-width: 400px;
    margin: 0 auto;
}

input[type="text"] {
    background: unset;
}

.form-area select {
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
}

#related_products img {
    max-height: 200px;
}

.related_products_text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 20px 0;
}


.preview_block img {
    max-width: 100%;
    max-height: 300px;
}

.faq-accordion .panel-heading {
    color: #777 !important;
    background-color: white !important;
    font-size: 1.0667em;
    line-height: 1.5625em;
    cursor: pointer;
    padding: 27px 75px 28px 35px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.faq-accordion .panel + .panel {
    margin-top: 0 !important;
}

.faq-accordion .panel-default {
    border: 1px solid #ececec;
}

.faq-accordion .panel-default:not(:nth-child(1)) {
    border-top: 0;
}

.faq-accordion .panel-heading:hover .colored_theme_hover_bg-el {
    background-color: #57a9f4;
    border-color: #57a9f4;
}

.faq-accordion .panel-default.opened .arrow_open:after {
    background-position: 0px -5px;
    transform: rotate(180deg);
}

.faq-accordion .panel-heading:hover .arrow_open:after {
    background-position: 0px -23px;
}

.faq-accordion .panel-body {
    padding: 0 35px 35px 35px;
}


/* CONTENT */
.tab-content-block img {
    max-width: 100%;
    /*max-height: 500px;*/
    height: auto;
}

.tab-content-block img[src*="pdf_icon"] {
    width: 30px !important;
    height: auto !important;
}

.tab-content-block {
    font-size: 17px;
    color: rgb(110, 110, 110);
    line-height: 1.65;
    /*font-family: "Microsoft YaHei", "Noto Sans TC", sans-serif;*/
    max-width: 98%;
}

.h1-block {
    border-left: 5px solid #03a9f4;
    margin-top: 40px;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #03a9f4;
}

.h4-block {
    color: rgb(3, 169, 244);
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 400;
}

.tab-content-block ul li {
    list-style-type: circle;
    margin-left: 20px;
}

.tab-content-block ul:not([id*="bx_"]) > li:before {
    content: '' !important;
}

.h6-block {
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.text-black {
    color: black !important;
}

.flex-direction-md-column {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .flex-direction-md-column {
        flex-direction: column !important;
    }

    .flex-direction-md-column-reverse {
        flex-direction: column-reverse !important;
    }
}

.block-center-kit {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* END CONTENT */

/* FAQ */
#faq-accordion-block li {
    margin: 8px 0 0 0px;
}


/*Вложения input type file*/
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
    background: #eee;
    border-color: #333;
}

.drop-container:hover .drop-title {
    color: #333;
}

.drop-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

/*конец Вложения input type file*/

/*Bootstrap*/
.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-none {
    display: none !important;
}

.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mr-1 {
    margin-left: .25rem !important;
}

.mr-2 {
    margin-left: .5rem !important;
}

.mr-3 {
    margin-left: 1rem !important;
}

.mr-4 {
    margin-left: 1.5rem !important;
}

.mr-5 {
    margin-left: 2rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 2rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 2rem !important;
}

ul:not([id*="bx_"]) > li:before {
    content: '\2022' !important;
    margin: 0 8px 0 0 !important;
}

/*end Bootstrap*/


.app-block {
	background-color: #57a9f4;
	color: #fff;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}
.app-block-title {
	font-size: 36px;
	line-height: 110%;
	margin-bottom: 15px;
}	
.app-block-title span {
	text-transform: uppercase;
}
.app-block-desc {
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 15px;
}
.app-block-text {
	font-size: 16px;
	line-height: 120%;
	font-weight: 300;
}
.app-block-right {
	display: flex;
	column-gap: 15px;
}
.app-block-right img {
	border-radius: 15px;
	max-width: 100%!important
}
.app-block-right a {
	display: block;
}
.app-block-right a:not(:last-child) {
	margin-bottom: 15px;
}
.app-block-right > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.app-block .row > div {
	padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
	.app-block {
		border-radius: 0;
	}
	.app-block-title {
		font-size: 32px;
	}
	.app-block-text {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 576px) {
	.app-block {
		padding: 15px;
	}
	.app-block-qr {
		display: none;
	}
	.app-block-title {
		font-size: 26px;
	}
	.app-block-right img {
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1626677089666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/templates/xbot/components/bitrix/news.detail/manuals/style.css?178525137611217 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1626677089666 */
