/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*div[data-widget-host="upservice-widget"] > ups {
	right: 64px!important;
    bottom: 80px!important;
}*/

@media screen and (max-width:768px) 
{
    div[data-widget-host="upservice-widget"] > ups {
		bottom: 74px!important; 
	}
	div[data-widget-host="upservice-widget"] > ups > ups:first-child {
		bottom: 140px!important; 
	}
	div[data-widget-host="upservice-widget"] > ups > ups:last-child {
		bottom: 0px!important; 
	}
	div[data-widget-host="upservice-widget"] > ups > ups[data-widget-component="channels"] {
		bottom: 75px !important;
	}
}

.open-catalog-mobile-bottom {
	cursor:pointer;
	background-color: var(--fill_theme_hover);
	color:#fff;
}
.open-catalog-mobile-bottom.fill-theme-parent > .fill-theme-target * {
	fill: #fff;
}
.bottom-icons-panel__content:last-child {
    padding-bottom: 0;
}
.open-stories {
	cursor:pointer
}
.to-mobile{display: none!important;}
.to-desktop{display: initial!important;}
@media(max-width: 768px){
	.to-mobile{display: initial!important;}
	.top_slider_wrapp .flexslider .slides > li td.bg, .to-desktop{display: none!important;}
}
span.tiltoop_my {
    display: inline-block;
    margin-left: 5px;
    border-radius: 30px;
    border: 1px solid #dedede;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #dedede;
    cursor: pointer;
}
.text-append-to {
    position: absolute;
    z-index: 111111111;
    background: #fff;
    padding: 5px 10px;
    height: auto;
}
.radio-inline {
    position:relative;
    display: flex;
}
.form-radio__label {
    padding-left:30px;
}
.radio-group{
    display: flex;
    gap: 12px;
}
.form-group .radio-group .radio-inline input[type="radio"]{
    height: 0;
}
.form-group .radio-group .radio-inline input[type="radio"] + label:before {
    top: 50%;
    transform: translateY(-50%);
}
.form-group .radio-group .radio-inline input[type="radio"]:checked + label:after {
    top: 50%;
    transform: translateY(-50%);
}
.form .form-group .input span.error {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    #main .personal__main-block--links .mobile-scrolled--items-2 > *:where(a, div) {
        width: 100%;
                max-width: 100%;
    }
}