

/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style.css?17797190403017*/
.morePhotoSlider.flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.morePhotoSlider.flex-control-thumbs {
    margin: 10px 0
}

.card-top {
    margin-bottom: 30px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C9B7B7;
}

.card-top>div.price {
    margin-right: 65px;
    margin-bottom: 0;
    font-weight: 300;
    color: #000;
}

.card-top>div.price-opt {
    margin-right: 100px;
    margin-bottom: 0;
    color: #909090;
}

.woocommerce-product-details__short-description b {
    font-weight: 300;
}

.woocommerce-product-details__short-description {
    font-size: 20px;
}

.woocommerce-product-details__title {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
    color: #000;
}

.protective {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.protective img {
    margin-left: 10px;
    margin-top: -4px;
    max-width: 30px;
}

.new-desc {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}


.radio-checbox-options {
	display: flex;
	flex-wrap: wrap;
}







.radio-checbox-options__block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.size__number {
  padding: 0 10px;
}
.size__name .p1 {
	padding-bottom: 10px;
	display: block;
}
.radio-checbox-options {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.radio-checbox-options input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.radio-checbox-options label {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #ddd; /* Серый бордер по умолчанию */
    border-radius: 4px; /* Скругление углов */
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease; /* Плавный переход */
    font-size: 14px;
    user-select: none;
}
.radio-checbox-options label:hover {
    border-color: #999;
    background-color: #f0f0f0;
}
.radio-checbox-options input[type="radio"]:checked + label {
    border-color: #007bff; /* Синий бордер при выборе */
    background-color: #e6f2ff;
    color: #007bff;
}
.radio-checbox-options input[type="radio"]:checked + label .option-name {
    font-weight: bold;
}
.option-name {
    display: inline-block;
}

.card-top .price,
.card-top .price-opt {
    white-space: nowrap;
}

.card-top > div:last-child {
    margin-left: auto;
}
.nav-btn {
    top: -3.0em;
}
@media screen and (max-width: 576px) {
    .card-top {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .card-top > div.price {
        margin-bottom: 10px;
    }

    .card-top > div:last-child {
        margin: 0;
    }

    .nav-btn {
        top: 0.5em;
    }
}


/* End */


/* Start:/local/templates/.default/components/solverweb/comments/narrow_form/style.css?17180091359265*/
#reviews {
    margin-bottom: 1.41575em
}

#reviews .comment-reply-title {
    font-size: 1.4em;
    margin-bottom: 1em;
    line-height: 1.216;
    display: block
}

#reviews h2 small {
    float: right;
    font-size: 15px;
    margin: 10px 0 0
}


#reviews .comment-form {
    margin-bottom: 0
}

#reviews #comments .add_review::after,#reviews #comments .add_review::before {
    content: ' ';
    display: table
}

#reviews #comments .add_review::after {
    clear: both
}

#reviews #comments h2 {
    clear: none
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 20px 0;
}

#reviews #comments ol.commentlist::after,#reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}

#reviews #comments ol.commentlist::after {
    clear: both
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
    width: 100%
}

#reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    border: 1px solid #eaecee;
    margin: 0;
    box-shadow: none
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 1px solid #eaecee;
    border-radius: 1px;
    padding: 1em 1em 0
}

#reviews #comments ol.commentlist li .comment-text::after,#reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}

#reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

#reviews #comments ol.commentlist li .comment-text p.meta time {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .8em
}

#reviews #comments ol.commentlist li .comment-text .star-rating {
    margin-bottom: 4px
}

#reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

#reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

#reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

#reviews #comments .commentlist>li::before {
    content: ''
}

#review_form {
    padding: 1.6em 2em 2em;
    border: 2px solid #235787
}

#review_form #respond p {
    margin: 15px 0
}

#review_form #respond p.form-submit {
    margin-bottom: 0
}

#review_form #respond .comment-form-author,#review_form #respond .comment-form-email {
    width: 48%
}

#review_form #respond .comment-form-author {
    float: left;
    margin-right: 3.8823529412%
}

#review_form #respond .comment-form-email {
    float: right
}

#review_form #respond .form-submit {
    width: 100%
}

#review_form #respond .comment-subscription-form {
    margin-bottom: 0
}

#review_form #respond label {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .875em
}

.comment-form-rating a,.star-rating {
    color: #c3512f
}

.comment-form-rating a:focus,.comment-form-rating a:hover,.star-rating:focus,.star-rating:hover {
    color: #c3512f
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: .857em;
    width: 5.4em;
    font-family: fontello
}

.star-rating::before {
    content: '';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.star-rating-0::before { content: '\e803\e803\e803\e803\e803';}
.star-rating-1::before { content: '\e804\e803\e803\e803\e803';}
.star-rating-2::before { content: '\e804\e804\e803\e803\e803';}
.star-rating-3::before { content: '\e804\e804\e804\e803\e803';}
.star-rating-4::before { content: '\e804\e804\e804\e804\e803';}
.star-rating-5::before { content: '\e804\e804\e804\e804\e804';}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}


#review_form input[type=text],
#review_form input[type=email],
#review_form textarea {
    color: #282828;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    padding: 0 0.75em;
    height: 2.6em;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#reviews #comment {
    height: 130px;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: fontello;
    content: '\e803';
    text-indent: 0;
    color: #235787;
}

p.stars a:hover~a::before {
    content: '\e803'
}

p.stars:hover a::before {
    content: '\e804'
}

p.stars.selected a.active::before {
    content: '\e804'
}

p.stars.selected a.active~a::before {
    content: '\e803'
}

p.stars.selected a:not(.active)::before {
    content: '\e804'
}

p.woocommerce-noreviews {
    margin: 1.41575em 0;
}


#reviews .comment-form {
    margin-bottom: 0
}

#reviews #comments .add_review::after,#reviews #comments .add_review::before {
    content: ' ';
    display: table
}

#reviews #comments .add_review::after {
    clear: both
}

#reviews #comments h2 {
    clear: none
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

#reviews #comments ol.commentlist::after,#reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}

#reviews #comments ol.commentlist::after {
    clear: both
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
    width: 100%
}

#reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    border: 1px solid #eaecee;
    margin: 0;
    box-shadow: none
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 1px solid #eaecee;
    border-radius: 1px;
    padding: 1em 1em 0
}

#reviews #comments ol.commentlist li .comment-text::after,#reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}

#reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

#reviews #comments ol.commentlist li .comment-text p.meta time {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .8em
}

#reviews #comments ol.commentlist li .comment-text .star-rating {
    margin-bottom: 4px
}

#reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

#reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

#reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

#reviews #comments .commentlist>li::before {
    content: ''
}

#review_form {
    padding: 1.6em 2em 2em;
    border: 2px solid #235787
}



#review_form #respond .comment-form-author,#review_form #respond .comment-form-email {
    width: 48%
}

#review_form #respond .comment-form-author {
    float: left;
    margin-right: 3.8823529412%
}

#review_form #respond .comment-form-email {
    float: right
}

#review_form #respond .form-submit {
    width: 100%
}

#review_form #respond .comment-subscription-form {
    margin-bottom: 0
}

#review_form #respond label {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .875em
}

.comment-form-wrap {
    display: flex;
    justify-content: space-between;
}
.comment-form-wrap > div {
    width: 49%;
}
#review_form #respond .comment-form-author {
    float: none;
    width: 100%;
}
#review_form #respond .comment-form-email {
    float: none;
    width: 100%;
}
div#review_form {
    padding: 20px;
}
#review_form #respond .comment-form-comment {
    margin: unset;
}
#reviews #comment {
    height: 201px;
}
@media screen and (max-width: 767px) {	
	.comment-form-wrap {
		flex-wrap: wrap;
	}
	.comment-form-wrap > div {
		width: 100%;
	}	
	#reviews #comment {
		height: 130px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1779718580356*/
.product__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px !important;
}

.tovars_similar_products .product__media {
    min-height: 160px !important;
}

.tovars_similar_products .product__title {
    height: auto !important;
}

.product__title {
    height: auto !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1726139749498*/
body .product__media .imgDouble img:last-child{
    display: none;
}
body .product__media .imgDouble img:first-child{
    display: initial;
}
body .product__media .imgDouble:hover img:first-child{
    display: none;
}
body .product__media .imgDouble:hover img:last-child{
    display: initial;
}
body .product__media .imgDouble {
    text-align: center;
    display: block;
}

body .product__media .imgDouble img {
    width: 100%;
    height: 100%;
    /*max-width: 300px;*/
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style.css?17797190403017 */
/* /local/templates/.default/components/solverweb/comments/narrow_form/style.css?17180091359265 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1779718580356 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1726139749498 */
