.catalog-list-item .catalog-list-item__icon {
    color: #fff;
}
.product-inner-top-buttons .product-inner-top__btn.active, .product-item__btn.active {
    color: #000000;
}
.product-inner-top-buttons .product-inner-top__btn.active svg, .product-item__btn.active svg {
    fill: #1771E6;
}
.map-shop-filter-list .map-shop-filter-item {
    cursor: pointer;
}
.filter-product .checkbox.visible.hidden, .hidden{
    display: none;
}
.cm-stamps-item__moderation.decline svg{
    fill: #ec0044;
}
.form-group-file-item [data-dz-remove]{
    display: none;
}
.form-group-file-item.dz-complete [data-dz-remove]{
    display: inline-block;
}
.form-group-file-item .progress{
    height: 4px;
}
.form-group-file-item.dz-complete .progress{
    display:none;
}
.default-login{
    padding: 50px 0px;
}
.default-login-container{
    width: 440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login-panel__title{
    margin-bottom: 20px;
    text-align: center;
}
.mce-tinymce .mce-panel{
	box-shadow: none !important;
}
.mce-panel{
	border: 2px solid #1771e6 !important;
	padding: 6px !important;
    border-radius: 10px;
}
.mce-tinymce .mce-toolbar-grp.mce-panel{
	margin-bottom: 3px;
}
.mce-tinymce .mce-statusbar.mce-panel{
	margin-top: 3px;
}
.mce-tinymce .mce-container, .mce-container-body{
	overflow: hidden !important;
}

.dropzone{
	width: 100%;
}
.dropzone .dz-default button{
	width: 100%;
	padding: 35px 15px;
	border: 1px dashed #1771e6;
    border-radius: 5px;
    margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    font-weight: 500;
    font-size: 1.125em;
	box-shadow: none;
	background: none;
	outline: none;
}
.hint-block{
    font-size: .875em;
    line-height: 1.3;
    color: #999;
    margin-bottom: 30px;
}
.caption .progress{
	margin-bottom: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	outline: none;
}

.compensation-result__footnote{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

@media (max-width: 409px) {
    .btn.js-tsr-calculator span{
        width: 220px;
    }
}



@media print {
    .product-inner-info-slide .swiper-slide{
        width: 100% !important;
    }
}

.compensation-result_form{
    margin-bottom: 30px;
}
.compensation-form-buttons{
    display: flex;
    align-items: center;
}
.compensation-form-buttons__btn{
    margin-left: auto;
    max-width: 280px;
}
.switcher-content{
    width: 100%;
}
.newsinner__info{
    justify-content: center;
}
.product-inner-desciption {
    margin-bottom: 20px;
}

.product-inner-info-controls__hide {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.cloudimage-360-inner-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloudimage-360-inner-box canvas{
    max-width: 100vw;
    max-height: 85vh;
    object-fit: contain;
}