<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=cyrillic');

.blog__item .timePosted {
	display: none;
}

.options {
	position: absolute;
	height: 100%;
	z-index: 50;
	font-family: 'Open Sans', sans-serif;
}

.options.is-opened .options__inner {
	-webkit-transform: none;
            transform: none;
    box-shadow: 1px 0px 10px -2px rgba(0,0,0,0.75);
}

/* .options.is-opened .options__shim {
	display: block;
	-webkit-animation: opac-anim 0.4s cubic-bezier(0.2, 1, 0.3, 1) both;
	        animation: opac-anim 0.4s cubic-bezier(0.2, 1, 0.3, 1) both;
} */

.options__show-toggle {
	position: absolute;
	right: -58px;
    top: 167px;
    z-index: 20;
	width: 58px;
	height: 58px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #24272f url(../img/o-gear.png) center no-repeat;
	cursor: pointer;
	transition: all 0.1s ease;
}

.options__show-toggle:hover {
	background-color: #000;
}

.options__shim {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.options__inner {
	position: fixed;
	width: 500px;
	height: 100%;
	-webkit-transform: translateX(-500px);
	        transform: translateX(-500px);
	transition: -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}

.options__container {
	position: absolute;
	height: calc(100% - 74px);
	overflow-y: scroll;
	z-index: 5;
	width: 500px;
	padding: 0;
	background-color: #fff;
}

.options__container.scroll-wrapper {
	position: relative !important;
}

.options__block {
	padding: 14px 20px 14px;
	border-bottom: 1px solid #ebebeb;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.options__block--reset {
	background-color: #fff;
}

.options__reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto;
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	background-color: #24272f;
	border-radius: 2px;
	text-decoration: none;
	width: 458px;
	height: 45px;
	transition: all 0.1s ease;
}

.options__reset:hover {
	background-color: #000;
}

.options .select2-container {
	max-width: 300px;
}

.options .select2-container .select2-selection--single,
.options .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.options .select2-selection__arrow {
	opacity: 0.6;
}

.options .select2-container .select2-selection--single {
	border-color: #d6d6d6;
}

.options .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #848484;
}

.options .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #46c613;
}

.o-block__label {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 13px;
	color: #24272f;
}

.hidden-drag-ghost {
	max-width: 500px;
}

.o-block-heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -14px -20px -14px;
	padding: 25px 48px 15px;
	background-color: #f8f8f8;
}

.o-block-heading__img {
	cursor: pointer;
}

.o-block-heading label {
	margin: 0 0 0 auto !important;
}

.o-block-heading__drag {
	position: absolute;
	left: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 5;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	background: url(../img/o-drag.png) center no-repeat;
	cursor: move;
}

.o-block-heading__drag:hover {
	opacity: 0.9;
}

.o-block-heading__options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
    margin-left: auto;
    width: 110px;
}

.o-block-heading__label {
	position: absolute;
	top: 6px;
	left: 48px;
	font-size: 11px;
	color: #848484;
	text-transform: uppercase;
}

.o-block-heading__params {
    border-radius: 3px;
	background: #ebebeb url(../img/o-params.png) center no-repeat;
	width: 34px;
	height: 19px;
	cursor: pointer;
}

.o-block-heading__params:hover {
	opacity: 0.9;
}

.o-block-heading__switcher input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 10px;
    height: 10px;
    margin: 0;
}

.o-block-heading__switcher input:checked ~ .check-toggle {
	background-color: #46c613;
}

.o-block-heading__switcher input:checked ~ .check-toggle:after {
	left: 50%;
}

.o-block-heading__switcher .check-toggle {
	position: relative;
	height: 19px;
	width: 34px;
	border-radius: 10px;
	background-color: #999;
	transition: background-color 0.2s ease;
	cursor: pointer;
}

.o-block-heading__switcher .check-toggle:hover {
	opacity: 0.9;
}

.o-block-heading__switcher .check-toggle:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.2s ease;
}

.o-block-drop {
	position: relative;
	overflow: hidden;
    height: 0;
    padding: 0 28px;
	transition: all 0.2s ease;
}

.o-block-drop.is-opened {
	margin-top: 10px;
	margin-bottom: 25px;
}

.block-appearance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 1px;
	border: 1px solid #e8e8ed;
}

.block-appearance__item {
    position: relative;
	display: block;
    width: 50%;
	padding: 10px 10px 0;
	border-bottom: 1px solid #e8e8ed;
    text-decoration: none;
}

.form .block-appearance__item {
    margin: 0;
}

.block-appearance__item .label-shim {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border: 2px solid #46c613;
    width: 100%;
    height: 100%;
}

.form .block-appearance__item input {
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
}

.block-appearance__item input:checked ~ .label-shim {
    display: block;
}

.block-appearance__item:nth-child(2n) {
	border-left: 1px solid #e8e8ed;
}

.block-appearance__item:nth-last-child(1),
.block-appearance__item:nth-last-child(2) {
	margin-bottom: -1px;
}

.block-appearance__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
}

.block-appearance__img img {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.block-appearance__text {
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	color: #848484;
}

.block-appearance__item:hover .label-shim {
    display: block;
}

.c-colors {
	margin: 0 27px;
}

.c-colors-label {
	margin-bottom: 10px;
	margin-left: 27px;
	font-size: 11px;
	text-transform: uppercase;
	color: #24272f;
}

.c-colors__item {
	display: inline-block;
	list-style: none;
	cursor: pointer;
}

.c-colors__item:hover {
	opacity: 0.85;
}

.c-colors__item a {
	display: block;
	position: relative;
	border-radius: 3px;
	width: 36px;
	height: 36px;
}

.c-colors__item a.selected:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	border: 2px solid #fff;
	border-radius: 2px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.c-colors__item--colorpicker {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background: #24272f url(../img/o-dropper.png) center no-repeat;
}

.c-colors__item--colorpicker.selected:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	border: 2px solid #fff;
	border-radius: 2px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.options-checklist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.options-check {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
}

.form .options-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 10px;
    margin-bottom: 0;
}

.options-check__icon {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: url(../img/check-inactive.png) center no-repeat;
	background-color: #fff;
}

.options-check__label {
	font-size: 13px;
	line-height: 1.231em;
}

.form .options-check input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	width: 10px;
	height: 10px;
	margin: 0;
}

.options-check input:checked ~ .options-check__icon {
	border-color: #46c613;
	background: #46c613 url(../img/check-active.png) center no-repeat;
}

.options-radiolist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.options-radio {
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50%;
}

.form .options-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 10px;
    margin-bottom: 0;
}

.options-radio__icon {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #d6d6d6;
}

.options-radio__icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.options-radio__label {
	font-size: 13px;
	line-height: 1.231em;
}

.form .options-radio input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	width: 10px;
	height: 10px;
	margin: 0;
}

.options-radio input:checked ~ .options-radio__icon {
	background-color: #46c613;
}


/* Color picker */

.sp-picker-container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.sp-container {
    background-color: #24272f;
}

.sp-color, .sp-hue, .sp-clear {
    border: none;
    border-radius: 4px;
}

.sp-sat, .sp-val {
    border-radius: 4px;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
	font-family: 'Open Sans', sans-serif;
}

.sp-slider {
    left: -2px;
    right: -2px;
    border: 1px solid #fff;
    background: #000;
}

.sp-dragger {
    border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
}

.sp-input {
    font-size: 13px !important;
    padding: 6px 7px;
    color: #24272f;
}

.sp-container button {
	font-family: 'Open Sans', sans-serif;
	padding: 11px 15px;
    background-color: #505259;
    border: none;
    border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.sp-cancel {
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #fff!important;
    margin: 0;
    padding: 4px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.sp-container button:hover {
    background-color: #3d3e44;
}

.o-sorting-list {
    position: relative;
}

.sortable-chosen {
    opacity: 1 !important;
}

.sortable-ghost .o-block-heading {
    background-color: #fcfcaa;
}

.sortable-ghost .o-block-heading div {
    opacity: 0;
}


#opt-iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    border: 0;
    z-index: 40;
    background-color: white;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    filter: none;
}

body#opt-outer-body {
    height: 100% !important;
}

.opt-hidden {
    display: none;
}


@media (max-width: 560px) {
    .options { display: none; }
}</pre></body></html>