/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.product-item-detail-properties-item {
	margin-bottom: 15px;
	display: flex;
	align-items: stretch;
	padding: 10px;
}

.product-item-detail-properties-dots {
	border-bottom: 0px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
	font-size: 12px;
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
	font-size: 14px;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
	width: 250px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
}

/*endregion*/

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




.row {
    display: flex;
}


.col-lg-8 {
    width: 75%;
    padding: 0px 15px;
}

.col-lg-4 {
    width: 35%;
    padding: 0px 15px;
}
.right_col_content {
    background: #FBFCFD;
    padding: 30px;
    border-radius: 10px;
}

.spiker_section {
    display: flex;
    flex-wrap: wrap;
}

.spiker_section h3 {
    width: 100%;
}

.spiker_img {
    width: 20%;
}

.spiker_text {
    width: 80%;
}

li.product-item-detail-properties-item {
    list-style: none;
    width: calc(50% - 30px);
    margin-right: 30px;
}

li.product-item-detail-properties-item:before {
    display: none;
}

li.product-item-detail-properties-item:nth-child(1) {
    /* background: #f1f1f1; */
}


li.product-item-detail-properties-item:nth-child(2) {
    /* background: #f1f1f1; */
}
a.widget-form-button.intec-cl-background.intec-cl-background-light-hover.intec-ui.intec-ui-control-button.intec-ui-mod-round-2 {
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
}

.btn_seminar {
    margin-bottom: 0px;
    margin-top: 15px;
}
.right_col .item {
    display: flex;
    margin-bottom: 22px;
    align-content: center;
    align-items: center;
}
.item.adres_list svg {
    left: 5px;
    position: relative;
}
.right_col .item_img {
    margin-right: 10px;
    width: 25px;
    display: flex;
    align-items: center;
}

.right_col .item_img img {
    filter: brightness(0.1);
}

.right_col svg {
    max-width: 100%;
    width: 100%;
}
.item.adres_list a {
    color: #000;
}
.right_col .item span {
    width: calc(100% - 25px);
    display: block;
    line-height: 120%;
    font-weight: 500;
    font-size: 18px;
}
.right_col .intec-cl-background {
    border: 1px solid #86506c;
    background-color: #ffffff00 !important;!i;!;
    padding: 12px 30px;
    margin-top: 15px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    max-width: 360px;
    font-weight: 500;
    margin-top: 40px;
}
a.custom.catalog-element-banner-purchase-button.intec-cl-background.intec-cl-background-light-hover:hover {
    color: #fff;
    text-decoration: none;
}
.bottom_descr h3 {
    margin-top: 0px;
}
.col-lg-12 {
    width: 100%;
    padding: 0px 15px;
}
.col-lg-12.bottom_descr_bg {
    background: #FBFCFD;
    padding: 30px;
    /* margin-top: 30px; */
    /* margin-bottom: 60px; */
    border-radius: 10px;
}
section.images_slider {
    background: #FBFCFD;
    padding: 30px;
    margin-bottom: 60px;
    padding-top: 15px;
    border-radius: 10px;
}
.bottom_descr {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ya_link {
    /* display: flex; */
    /* justify-content: space-between; */
    /* max-width: max-content; */
}

.ya_link img {
    margin-right: 5px;
    float: left;
}
.ya_link a {
    /* margin-left: 10px; */
}
.bottom_descr.webinar {
    background: #FBFCFD;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.webinar_block {
    /* margin-bottom: 60px; */
}
.webinar_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 15px;
}

.webinar_title svg {
    margin-right: 15px;
}

.bottom_descr.webinar a {
    font-weight: 600;
}







@media (max-width: 991px) {
    .product-item-detail-properties {
        display: flex;
        flex-direction: column;
    }
    
    li.product-item-detail-properties-item {
        width: 100%;
    }
.row {
    display: flex;
    flex-direction: column;
}
	.col-lg-8 {
    width: 100%;
}

.col-lg-4 {
    width: 100%;
}
	.spiker_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
h1#pagetitle {
    padding: 0 15px;
    font-size: 22px;
    margin-top: 0px;
    padding-top: 0px;
}

.right_col {
    margin-bottom: 30px;
}

.bottom_param {
    padding: 0 15px;
}
.spiker_section h3 {
    width: 100%;
    margin-top: 0;
}
h1.mb-3 {
    display: none;
}
.spiker_img {
    width: 100%;
    margin-bottom: 15px;
}
section.images_slider {
    padding: 0 15px;
}
.spiker_text {
    width: 100%;
}
a.widget-form-button.intec-cl-background.intec-cl-background-light-hover.intec-ui.intec-ui-control-button.intec-ui-mod-round-2 {
    font-size: 14px;
    padding: 12px 20px;
}
.right_col .item span {
    font-size: 14px;
}
}

@media (max-width: 480px) {
.right_col_content {
    padding: 30px 10px;
}

	.webinar_title svg {
    width: 70px;
}
	.right_col {
    margin-bottom: 0px;
}
.col-lg-12.bottom_descr_bg {
    margin-top: 0px;
    padding: 15px;
}
.btn_seminar {
    display: none;
}
.product-item-detail-properties-value {
    font-size: 12px;
}

.product-item-detail-properties-name {
    font-size: 12px;
}
}