

/* Start:/local/components/custom/form.callback/templates/.default/style.css?17721094682435*/
.popup_wrap-order-one-click .popup_content{
    padding: 30px;
}

.popup_wrap-order-one-click{
    left: 0;
}

.popup_wrap-order-one-click .form-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.popup_wrap-order-one-click form .form-title {
    font-size: 14px;
    font-weight: 100;
}

.form-style .form-group {
    width: 320px;
    margin-bottom: 16px;
}

.form-style input,
.form-style textarea {
    border-radius: 8px;
    border: 1px solid rgba(238, 238, 238, 1);
    width: 100%;
    font-size: 14px;
    padding: 13px;
}

.form-style form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-style .form-group-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.form-style .submit {
    font-weight: bold;
    padding: 13px;
    background: rgba(232, 6, 67, 1);
    color: white;
}

.form-style .confirm {
    font-size: 14px;
    color: rgba(150, 150, 150, 1);
}

.form-style .confirm a {
    text-decoration: unset;
    border: 0;
    color: rgba(232, 6, 67, 1);
}

.form-style .confirm a:before {
    content: unset;
}

.form-style input:focus,
.form-style textarea:focus {
    border-color: rgba(92, 106, 128, 0.5);
}

.form-style textarea {
    resize: none;
    max-height: 100px;
    min-height: 100px;
}

.form-consent {
    width: 320px;
}

.form-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: rgba(150, 150, 150, 1);
}

div#openCallbackFormBtn{
    color: white;
    display: block;
    text-align: center;
    font-size: 15px;
    border: 1px solid rgb(232, 6, 67);
    line-height: 23px;
    font-weight: 600;
    margin-top: 13px;
    cursor: pointer;
    height: 45px;
    background: rgb(232, 6, 67);
    padding: 11px 15px;
    border-radius: 5px;
    width: max-content;
}

@media (max-width: 768px) {
    .popup_wrap-order-one-click .form-title{
        font-size: 28px;
    }
    .popup_wrap-order-one-click form .form-title {
        font-size: 14px;
    }
    .form-style input,
    .form-style textarea{
        font-size: 12px;
        padding: 12px;
    }
    .form-style textarea {
        max-height: 85px;
        min-height: 85px;
    }
    .popup_wrap-order-one-click .popup_content {
        padding: 30px;
    }
    .form-style .form-group{
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    div#openCallbackFormBtn{
        width: 100%;
        margin-left: 0;
    }
}

/* End */


/* Start:/local/components/custom/index.sections/templates/.default/style.css?17700364142680*/
.popular {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: wrap;
}

.popular-item {
	width: calc(100%/4 - 20px);
	position: relative;
	padding: 20px;
	border: 1px solid #ededed;
	background: #faf9f9;
	border-radius: 7px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popular-item:hover .popular-item-hidden {
	display: flex;
	flex-direction: column;
	z-index: 99999;
	    box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 8px 12px rgb(0 0 0 / 7%);
}

.popular-item:hover {
	background: white;
	    box-shadow: 0px 0 12px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 7%);
}
.popular-item-link {
	position: absolute;
	inset: 0;
}

.popular-item-hidden {
	display: none;
	position: absolute;
	right: -0.9px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background: white;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	width: 100.6%;
	padding-bottom: 10px;
}

.popular-item-hidden-item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 10px;
}

.popular-item-hidden a {
	color: #666666;
	border-bottom: 1px solid transparent;
}

.popular-item-hidden a:hover {
	border-bottom: 1px solid #e20738;
}

.popular-item-hidden a i {
	margin-right: 7px;
}

.popular-item-img {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 30px;
}



.popular-item-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
	display: flex;
	color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}

.popular-item-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid red;
	width: 50px;
}

@media (max-width: 1000px) {
	.popular-item {
		width: calc(100%/2 - 20px);
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {	
	.popular-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.all-category {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.all-category a {
	font-weight: bold;
	color: white;
	background: #e20738;
	padding: 20px 50px;
	border-radius: 7px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.all-category a:hover {
	color: #e20738;
	border: 1px solid #e20738;	
	background: transparent;
}
/* End */


/* Start:/local/templates/main_0824/components/bitrix/catalog.item/old/style.css?16874203021454*/
.product-item.long {
	height: auto!important;
}

.product-item.long .color-list .c-item {
	width: 60px !important;
}

.color-list .color-item {
	text-shadow: 2px 2px 2px #6d6d6d;
}

.price-new {
    color: #e20738;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.price-old {
	font-size: 18px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    color: #999999;
    text-decoration: line-through;
}

.price-wrapper-detail {
	display: flex;
}

.detail-discount {
	position: absolute;
	top: 15px;
	left: 15px;
}

.delivery-block-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.delivery-block-item .delivery-block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


	.category-item .title {
		min-height:80px;
		font-size:19px;
	}

	.category-item .characters {
		min-height:60px;
	}

	.category-item .title span {
		text-align:left;
	}

	.category-item .title .full {
		display:none;
	}

	.category-item .product-item:hover .title .full {
		display:block;
	}

	.category-item .product-item:hover .title .short {
		display:none;
	}

	.category-item .options .title {
		min-height:30px;
	}

/* End */
/* /local/components/custom/form.callback/templates/.default/style.css?17721094682435 */
/* /local/components/custom/index.sections/templates/.default/style.css?17700364142680 */
/* /local/templates/main_0824/components/bitrix/catalog.item/old/style.css?16874203021454 */
