

/* Start:/bitrix/templates/synercon/components/bitrix/catalog/catalog/style.css?1761898356254*/
.section__description {
    padding-bottom: 40px;
}
.section__description-text {
    display: none;
}
.section__description_active .js-description-more {
    display: none;
}
.section__description_active .section__description-text {
    display: block;
}
/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?159643342019548*/
.intec-item-detail .product-not-available {
    line-height: 37px;
}

.intec-item-detail .intec-item-container {
    padding-top: 30px;
}

.intec-item-detail .intec-item-top {
    margin-bottom: 20px;
}

.intec-item-detail .item-bigimage-container {
    position: relative;
    background: #fff;
}
.intec-item-detail .item-bigimage-container.light-gallery .item-bigimage-wrap {
    cursor: pointer;
}
.intec-item-detail .item-bigimage-wrap {
    display: block;
    height: 400px;
    text-align: center;
    font-size: 0;
}
.intec-item-detail .item-bigimage-wrap:before {
    content: '';
    width: 0;
    height: 100%;
}
.intec-item-detail .item-bigimage-wrap:before,
.intec-item-detail .item-bigimage-wrap > * {
    display: inline-block;
    vertical-align: middle;
}
.intec-item-detail img.item-bigimage {
    max-width: 100%;
    max-height: 100%;
}
.intec-item-detail .image-loop {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url('/bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/images/loop.png') no-repeat 50% 50% #e2e5e7;
    pointer-events: none;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intec-item-detail .slider ul {
    padding: 0 20px;
    list-style: none;
}
.intec-item-detail .slider-item {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .slider-item.active {
    border-bottom-color: #116afc;
}
.intec-item-detail .slider-item .slider-image {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.intec-item-detail .item-quantity-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    font-size: 0;
}
.intec-item-detail .item-quantity-wrap > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #848484;
}
.intec-item-detail .item-quantity-input {
    width: 43px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: #f6f6f6;
    font-weight: bold;
    text-align: center;
    outline: none;
}
.intec-item-detail .item-quantity-input,
.intec-item-detail .item-quantity-down,
.intec-item-detail .item-quantity-up {
    height: 48px;
}
.intec-item-detail .item-quantity-down,
.intec-item-detail .item-quantity-up {
    padding: 0 17px;
    line-height: 48px;
    font-weight: bold;
    text-decoration: none;
    border: 0 solid #ececec;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .item-quantity-measure {
    margin-left: 6px;
}
.intec-item-detail .item-quantity {
    margin-bottom: 10px;
    font-size: 11px;
}
.intec-item-detail .item-additional-price {
    font-size: 13px;
    margin-top: 10px;
}
.intec-item-detail .item-info-column {
    padding-top: 10px;
}
.intec-item-detail .item-info-column > div {
    margin-bottom: 35px;
}
.intec-item-detail .item-info-column > div:last-child,
.intec-item-detail .item-info-column .clearfix {
    margin-bottom: 0;
}
.intec-item-detail .item-old-price-wrap,
.intec-item-detail .item-current-price-wrap {
    display: inline-block;
    vertical-align: top;
}
.intec-item-detail .item-old-price-wrap {
    margin-left: 15px;
    padding-top: 16px;
}
.intec-item-detail .item-old-price {
    color: #e32f22;
    text-decoration:line-through;
    font-size:15px;
}
.intec-item-detail .item-current-price {
    color: #161616;
    font-size: 30px;
    font-weight: bold;
}
.intec-item-detail .item-discount-percents {
    display: inline-block;
    padding: 4px 7px;
    margin-top: 12px;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    background: #fcd311;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.intec-item-detail .item-info-tabs .tab-pane {
    padding-top: 20px;
}
.intec-item-detail .properties-list {
    list-style: circle;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.intec-item-detail .properties-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intec-item-detail .properties-list > li:before {
    content: ' ';
    position: absolute;
    top: 17px;
    left: 8px;
    display: block;
    width: 4px;
    height: 4px;
    background: #116afc;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.intec-item-detail .item-file-list {
    font-size: 0;
}
.intec-item-detail .item-file {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 14px;
}
.intec-item-detail .item-file-icon {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('/bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/images/file.png');
}
.intec-item-detail .item-file-info {
    margin-left: 55px;
}
.intec-item-detail .item-file-name {
    word-wrap: break-word;
}
.intec-item-detail .item-file-size {
    color: #9d9d9e;
}

.intec-item-detail .item-videos-list .item-video {
    margin-bottom: 20px;
}
.intec-item-detail .item-videos-list .item-video-wrap {
    position: relative;
    padding-bottom: 60%;
}
.intec-item-detail .item-videos-list iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intec-item-detail .item-preview-description {
    color: #303335;
}

/*.intec-item-detail a[data-basket-added] {
    display: none;
}*/


/* TODO move to catalog.section */
/* ----- Binded items ----- */
.intec-item-detail .item-sub-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
}
.intec-item-detail .item-bind-items {
    margin: 50px 0 40px 0;
}
.intec-item-detail .item-bind-items-list {
    position: relative;
    padding: 0 20px;
}
.intec-item-detail .item-bind-items-list .owl-item {
    margin-bottom: 25px;
}
.intec-item-detail .item-bind-item {
    padding: 15px 10px;
    margin-right: 15px;

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

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.intec-item-detail .item-bind-item:hover {
    box-shadow: 11px 11px 16px 0 rgba(0, 0, 0, 0.09);
}
.intec-item-detail .item-bind-item,
.intec-item-detail .item-bind-item a {
    color: #303335;
}
.intec-item-detail .item-bind-image {
    float: left;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.intec-item-detail .item-bind-info {
    margin: 10px 0 0 120px;
}
.intec-item-detail .item-bind-name {
    overflow: hidden;
    display: block;
    height: 38px;
    font-size: 14px;
    text-decoration: underline;
}
.intec-item-detail .item-bind-price {
    margin-top: 10px;
    font-size: 20px;
}
/*** Arrows ***/
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav {}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-prev,
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    transition: 0.5s;
}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-prev {
    left: 0;
}
.intec-item-detail .item-bind-items .item-bind-items-list .owl-nav .owl-next {
    right: 0;
}

/* ----- /Binded items ----- */

.intec-item-detail .item-info-section {
    padding-right: 5px;
    text-align: right;
    font-size: 0;
}
.intec-item-detail .item-info-section > *,
.intec-item-detail .item-info-section .item-buttons-block > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 14px;
}
.intec-item-detail .item-info-section > *:first-child {
    margin-left: 0;
}
.intec-item-detail .item-info-section .item-buttons-counter-block {
    display: inline-block;
    text-align: center;
}
.intec-item-detail .item-info-section .item-buttons-block .item-buttons {
    display: inline-block;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .add[data-basket-add][data-basket-in=true],
.intec-item-detail .item-info-section .item-buttons-counter-block .added[data-basket-added][data-basket-in=false] {
    display: none;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .intec-basket-button .intec-button-w-icon {
    margin-right: 5px;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .jsFastOrder {
    padding: 0;
    margin-top: 15px;
}
.intec-item-detail .item-info-section .item-buttons-counter-block .jsFastOrder .intec-button-w-icon {
    margin-right: 4px;
    font-size: 19px;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper {
    float: right;
    vertical-align: top;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper:before {
    content: '';
    width: 0;
    height: 100%;
}
.intec-item-detail .item-info-section .intec-small-buttons-wrapper:before,
.intec-item-detail .item-info-section .intec-small-buttons-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}
.intec-item-detail .item-info-section .intec-compare,
.intec-item-detail .item-info-section .intec-like {
    margin: 15px 0 15px 15px;
}
.intec-item-detail .item-info-section .intec-compare.add[data-compare-add][data-compare-in=true],
.intec-item-detail .item-info-section .intec-compare.added[data-compare-added][data-compare-in=false],
.intec-item-detail .item-info-section .intec-like.add[data-basket-delay][data-basket-in=true],
.intec-item-detail .item-info-section .intec-like.added[data-basket-delayed][data-basket-in=false]{
    display: none;
}
.intec-item-detail .item-info-section .intec-compare:active,
.intec-item-detail .item-info-section .intec-like:active {
    font-size: 16px;
    margin: 14px -1px 14px 14px;
}


.intec-item-detail [class*='intec-icon-'] {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.intec-item-detail .item-info-section [class*='intec-icon-'] {
    cursor: pointer;
}

.intec-item-detail .item-brand {
    float: right;
    display: block;
    margin: -10px 5px 25px 0;
}
.intec-item-detail .item-brand .intec-icon-brand {
    max-width: 200px;
    max-height: 60px;
}

.intec-item-detail .item-article {
    font-size: 13px;
}

.intec-item-detail .show-all-characteristics {
    margin: 5px 0 0 25px;
    color: #116afc;
    text-decoration: underline;
    cursor: pointer;
}
.intec-item-detail .item-characteristics-full {}
.intec-item-detail .item-characteristics-full > .characteristic {
    padding: 20px 25px;
}
.intec-item-detail .item-characteristics-full > .characteristic:nth-child(odd) {
    background: #f9f9f9;
    border-radius: 5px;
}
.intec-item-detail .item-characteristics-full .characteristic-name {
    font-size: 14px;
}
.intec-item-detail .item-characteristics-full .characteristic-value {
    padding-top: 3px;
    font-size: 13px;
}

.intec-item-detail .slider-container {
    margin-top: 25px;
}

.intec-item-detail .item-default-images {
    opacity: 0;
}
.intec-item-detail .item-offers-images {
    position: relative;
    min-height: 105px;
}
.intec-item-detail .item-offers-images > .item-offer-images {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.intec-item-detail .reviews-wrap {
    max-width: 100%;
}

.intec-item-detail .jsFastOrder .intec-cursor {
    vertical-align: middle;
    margin-right: 4px;
}

/* ----- SKU ----- */
.intec-item-detail .sku-container {}
.intec-item-detail .sku-property {
    margin-bottom: 15px;
}
.intec-item-detail .sku-property-name {
    margin-bottom: 5px;
    font-size: 13px;
}
.intec-item-detail .sku-property-values {
    padding: 0;
    margin: 0 -5px;
    font-size: 0;
    list-style: none;
}
.intec-item-detail .sku-property-value {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.intec-item-detail .sku-property-value > span {
    display: inline-block;
    vertical-align: top;
}
.intec-item-detail .sku-property-value-image {
    width: 15px;
    height: 15px;
    margin-left: 3px;
    border: 3px solid #e8e8e8;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.intec-item-detail .sku-property-value,
.intec-item-detail .sku-property-value-image {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-item-detail .sku-property-value:hover,
.intec-item-detail .sku-property-value.active {
    border-color: #116afc;
}
.intec-item-detail .sku-property-value.disabled,
.intec-item-detail .sku-property-value:disabled,
.intec-item-detail .sku-property-value[disabled] {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #6e6e6e;
}
.intec-item-detail .sku-property-value.disabled .sku-property-value-image,
.intec-item-detail .sku-property-value:disabled .sku-property-value-image,
.intec-item-detail .sku-property-value[disabled] .sku-property-value-image {
    opacity: 0.4;
}
.sku-property.sku-type-color .sku-property-value {
    padding: 0;
    overflow: hidden;
}
.sku-property.sku-type-color .sku-property-value-name {
    display: none;
}
.sku-property.sku-type-color .sku-property-value-image {
    width: 32px;
    padding-bottom: 100%;
    margin: 0;
    border: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.sku-property.sku-type-text .sku-property-value-image {
    display: none;
}
/* ----- /SKU ----- */

/* ----- Header fixed product ----- */
.intec-item-detail .header-fixed-product {
    display: block;
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    background: #fff;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.intec-item-detail .header-fixed-product .header-product-wrapper {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 10px 5px;
    transition-property: box-shadow;
    transition: 0.5s;
}
.intec-item-detail .header-product-image-block {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-align: center;
}
.intec-item-detail .header-product-image-block img {
    max-width: 70px;
    max-height: 70px;
}
.intec-item-detail .header-product-description {
    display: table-cell;
    max-width: 550px;
    vertical-align: middle;
    padding: 0 15px 0 30px;
    overflow: hidden;
}
.intec-item-detail .header-fixed-product .item-info-section {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 400px;
    max-width: 300px;
}
.intec-item-detail .header-product-article {
    font-size: 12px;
    color: #c7c8cd;
    padding-bottom: 7px;
}
.intec-item-detail .header-product-name {
    font-size: 20px;
    color: #2c2c27;
}
.intec-item-detail .header-product-price {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.intec-item-detail .header-product-old-price,
.intec-item-detail .header-product-new-price {
    text-align: left;
}
.intec-item-detail .header-product-old-price {
    font-size: 12px;
    color: #b6b6b6;
    text-decoration: line-through;
}
.intec-item-detail .header-product-new-price {
    font-size: 27px;
    color: #161616;
}

.intec-item-detail .header-fixed-product .item-quantity-wrap,
.intec-item-detail .header-fixed-product .item-info-section .item-buttons-counter-block
{
    vertical-align: middle;
}
.intec-item-detail .header-fixed-product .item-info-section .intec-small-buttons-wrapper {
    float: none;
    vertical-align: middle;
}
.detail_blocks{

}
.detail_blocks .item-sub-title{

}
.detail_blocks .item-sub-title p{
	display: inline-block;
    background-color: #fff;
    padding: 9px 15px 6px 0px;
    margin-right: 5px;
    transition: all .29s linear;
    margin-bottom: 15px;
    font-size: 20px !important;
    color: #155bcc;
    font-family: helveticaneuecyr-roman, Arial, sans-serif;
    cursor: default;
    font-weight: bold;
}
.detail_blocks ul{
	padding-left: 0px;
}
.detail_blocks ul li{
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #155bcc;
    list-style: none;
}
.detail_blocks ul li span{
    text-align: right;
    display: inline-block;
    float: right;
    width: 70%;
}
.detail_blocks ul li:after{
    content: " ";
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
}
/* ----- /Header fixed product ----- */

/* ----- Price block ----- */
.intec-item-detail .item-current-price-ranges-block {
    margin-top: 10px
}

.intec-item-detail .item-current-price-ranges-block-title {
   margin-bottom: 10px;
}
.intec-item-detail .price-ranges-block-item {
    margin-bottom: 2px;
}
.intec-item-detail .price-ranges-block-item-value {
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
/* ----- /Price block ----- */

/* ----- Adaptive ----- */
@media all and (max-width: 720px) {
    .intec-item-detail .reviews-wrap {
        max-width: initial;
    }
    .intec-item-detail .header-fixed-product {
        display: none;
    }
}
@media(max-width: 572px) {
    .intec-item-detail .column-price-value,
    .intec-item-detail .column-buy-button {
        width: 100%;
    }
    .intec-item-detail .column-price-value {
        margin-bottom: 40px;
    }
    .intec-item-detail .column-buy-button {
        text-align: left;
    }
    .intec-item-detail .intec-small-buttons-wrapper {
        float: none;
    }
    .intec-item-detail .item-info-section {
        float: left;
        text-align: left;
    }
    .intec-item-detail .item-info-section .intec-small-buttons-wrapper {
        float: none;
    }
}
@media(min-width: 573px) {
    .intec-item-detail .column-buy-button {
        padding-left: 0;
    }
}
@media all and (max-width: 500px) {
    .intec-item-detail .item-brand {
        float: none;
        margin-bottom: 25px;
    }
    .intec-item-detail .item-videos-list .item-video,
    .intec-item-detail .item-videos-list .item-video.tab-right {
        width: 100%;
        padding-bottom: 55%;
    }
}

.card__right-top-disable {
    float: unset;
    width: 100%;
    margin-bottom: 0px;
}

/* download pdf-files from catalog-element */
.card__subtitle_characteristics {
    display: inline-block;
}

.card__subtitle_pdf {
    display: inline-block;
}

#showDownLoadFiles {
    position: relative;
    bottom: 8px;
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: rgb(212,75,56);
    padding: .4em 1.5em;
    outline: none;
}
#showDownLoadFiles:hover {
    background: rgb(232,95,76);
}

#showDownLoadFiles:active {
    background: rgb(152,15,0);
}

.card_header_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card_header_wrapper_child {
    width: auto;
    height: 25px;
}

/* End */


/* Start:/bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/form_style.css?16396415214835*/
.b24-form-field-text {
  width: 50%;
}

.b24-form-field {
  display: inline-flex;
  width: 50%;
}
.b24-form-field div {
  width: 100%;
}

.b24-form-control-icon-after {
  width: 100%;
}

.b24-form-field:last-child {
  display: block;
  width: 100%;
}

.b24-form-field:nth-last-child(2n) {
  padding-right: 0px;
}

.card__subtitle {
  align-self: center;
}

.card .b24-form-wrapper {
  max-width: 1236px;
}

.b24-form-content form {
  margin: 0 -80px;
  column-count: 2;
  column-gap: 60px;
}
.b24-form-content form .b24-form-control {
  background-color: white;
  border-radius: 0px;
  border: 1px solid #c4c4c4;
}
.b24-form-content form .b24-form-control:focus + .b24-form-control-label {
  font-size: 15px;
}
.b24-form-content form .b24-form-field {
  margin-bottom: 20px !important;
}

.b24-form .b24-form-content {
  padding: 14px 0 14px 0;
}

.b24-form-content form :nth-child(1) :nth-child(even) {
  padding-left: 20px;
}
.b24-form-content form :nth-child(1) .b24-form-control-string .b24-form-control {
  border: 1px solid #c4c4c4 !important;
  background-color: white !important;
}
.b24-form-content form :nth-child(1) :not(:last-child):nth-child(odd) {
  padding-right: 20px;
}
.b24-form-content form .b24-form-control-string .b24-form-control-label {
  top: -60%;
  transform: translateY(60%);
  opacity: 1;
}
.b24-form-content form .b24-form-control-label {
  font-size: 15px;
}
.b24-form-content form .b24-form-control-text .b24-form-control {
  padding-top: 10px;
  padding-right: 0 !important;
  border: 1px solid #c4c4c4 !important;
}

.b24-form-control-text .b24-form-control-label {
  opacity: 1;
}

center .card__subtitle_form {
  text-align: -webkit-left;
}

.b24-form-content .b24-form-control-label {
  padding-left: 0 !important;
}

.b24-form-control-string .b24-form-control {
  padding: 0 10px 0 !important;
}

.b24-form-field-agreement {
  width: 100%;
  min-height: 80px;
}

.b24-form-content form .b24-form-control-text .b24-form-control-label {
  top: -20px;
}

.b24-form-control-alert-message:last-child {
  width: 90%;
}

.b24-form-wrapper {
  background-color: #c9e9f6 !important;
}

.b24-form-wrapper::before, .b24-form-wrapper::after {
  content: "";
  display: block;
  background-color: #c9e9f6;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50vw;
}

.b24-form-wrapper::before {
  right: 100%;
}

.b24-form-wrapper::after {
  left: 100%;
}

.b24-form-wrapper.b24-form-border-bottom {
  border: 0 !important;
}

@media (max-width: 1100px) {
  .b24-form-content form {
    margin: 0 -20px;
    column-count: 1;
    column-gap: 0;
  }

  .b24-form-field-agreement {
    width: 100%;
    min-height: 0;
  }

  .b24-form-control-alert-message:last-child {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .b24-form-field {
    width: 100%;
  }

  .b24-form-control-alert-message:last-child {
    width: 90%;
  }

  .b24-form-content form div:nth-child(1) :not(:last-child):nth-child(even) {
    padding-left: 0;
  }
  .b24-form-content form div:nth-child(1) div:not(:last-child):nth-child(odd) {
    padding-right: 0;
  }
}
.b24-form .b24-window .b24-form-content {
  padding-top: 14px;
  padding-left: 31px;
  padding-right: 31px;
}
.b24-form .b24-window .b24-form-content .b24-form-control-desc {
  padding: 0;
}
.b24-form .b24-window .b24-form-content form {
  column-count: 1;
  column-gap: 0;
}
.b24-form .b24-window .b24-form-content .b24-form-control-string .b24-form-control-label {
  top: 0;
  transform: none;
}
.b24-form .b24-window .b24-form-content .b24-form-control-text .b24-form-control-label {
  transform: translateY(0) !important;
  top: 15px !important;
  opacity: 0.5 !important;
}
.b24-form .b24-window .b24-form-content .b24-form-control-text .b24-form-control {
  padding: 23px 35px 0 10px !important;
}
.b24-form .b24-window .b24-form-content .b24-form-control {
  padding: 17px 30px 0 10px !important;
}
.b24-form .b24-window .b24-form-content .b24-form-control:focus + .b24-form-control-label {
  font-size: 13px !important;
  top: 8px !important;
  transform: translateY(0) !important;
}
.b24-form .b24-window .b24-form-content .b24-form-control-not-empty + .b24-form-control-label {
  font-size: 13px !important;
  top: 8px !important;
  transform: translateY(0) !important;
}
.b24-form .b24-window .b24-form-content .b24-form-control-label {
  transform: translateY(-50%) !important;
  opacity: 0.5 !important;
  top: 50% !important;
  padding-left: 11px !important;
}
.b24-form .b24-window .b24-form-content .b24-form-field {
  width: 100%;
  padding: 0 !important;
}
.b24-form .b24-window .b24-form-content .b24-form-wrapper::before, .b24-form .b24-window .b24-form-content .b24-form-wrapper::after {
  display: none;
}

.b24-form .b24-window .b24-form-wrapper {
  background-color: white !important;
}
/*# sourceMappingURL=form_style.css.map */

/* End */
/* /bitrix/templates/synercon/components/bitrix/catalog/catalog/style.css?1761898356254 */
/* /bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?159643342019548 */
/* /bitrix/templates/synercon/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/form_style.css?16396415214835 */
