<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new-design .helper-btns{
    float: left;
    width: calc(50%);
}
.helper-btns ul li a img{
    margin: 0 5px 0 0;
    display: inline-block;
}
.helper-btns &gt; ul &gt; li &gt; a:hover{
    text-decoration: none;
    border-bottom: 1px solid #4B4B4B;
}
.helper-btns &gt; ul &gt; li:last-child &gt; a:hover{
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.lang_part &gt; a{
    text-transform: uppercase;
}
.helper-btns .dropdown-menu a{
    font-size: 14px;
    text-transform: uppercase;
}
.helper-btns .dropdown-menu{
    font-size: 16px;
    text-transform: none;
    left: inherit;
    right: 0;
}
.helper-btns &gt; ul &gt; li &gt; a{
    color: #4B4B4B;
    font-size: 14px;
    padding: 0 0 8px 0;
    border-bottom: 1px solid transparent;
    min-width: 45px;
    display: inline-block;
}
.helper-btns ul {
    margin: 0 0 0 0;
    text-align: right;
    float: right;
    clear: both;
}
.helper-btns &gt; ul &gt; li{
    position: relative;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    height: 78px;
    padding: 0 5px;
}

.blackAndWhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.noImage img {
    display: none !important;
}

.noImage .spheresList li span {
    background-image: none !important;
}

.blackAndWhiteInvert,
.blackAndWhiteInvert img,
.blackAndWhiteInvert embed,
.blackAndWhiteInvert video {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

.blackAndWhiteInvert body {
    background: #000;
}

.specialViewArea {
    padding: 10px 20px;
    width: 265px;
    margin: 15px -18px 0 0;
}

.specialViewArea:before {
    right: 15px;
}

.appearance {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%;
}

.squareBox {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}

.specialTitle {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.squareAppearances {
    float: left;
    margin-right: 6px;
}

.squareBox.spcNormal {
    background: #00a2e0;
    border-color: #034e6b;
}

.squareBox.spcWhiteAndBlack {
    background: #828282;
    border-color: #353535;
}

.squareBox.spcDark {
    background: #3e3e3e;
    border-color: #777777;
}

.defaultSlider {
    height: 4px;
    background: #b7b7b7;
    margin-top: 20px;
    border: none;
}

.defaultSlider span {
    width: 25px !important;
    height: 25px !important;
    top: -11px !important;
    border-radius: 50%;
    outline: none;
    background: #fff !important;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    mso-border-shadow: 0 0 5px #ccc;
    cursor: pointer !important;
}

.defaultSlider span:focus, .defaultSlider span:hover {
    border-color: #d3d3d3;
}

.defaultSlider .ui-slider-range {
    background: #018edc;
}
.specialTitle{
	color: #fff;
}
.fs-trigger-1{
    width: 40px;
    height: 40px;
	font-size: 13px;
	background: #00a2e0;
}
.fs-trigger-2{
    width: 40px;
    height: 40px;
	font-size: 17px;
	background: #00a2e0;
}
.fs-trigger-3{
    width: 40px;
    height: 40px;
	font-size: 20px;
	background: #00a2e0;
}
.fs-trigger-4{
    width: 40px;
    height: 40px;
	font-size: 25px;
	background: #00a2e0;
}</pre></body></html>