<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ð¡Ñ‚Ð¸Ð»Ð¸ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ñ‹Ñ… ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² */
html, body {
    padding: 0;
    margin: 0;
}

body {
    background-color: #e8e8e8;
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 16px;
	line-height: 1.6;
	word-wrap: break-word;
	color: #333;
}

img {
	/*max-width: 100%!important;*/
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
}
div.line {
	margin-bottom: 10px;
}
.main-control {
	position: fixed;
	right: 0;
	top: calc(50% - 120px);
}

.main-control .btn {
	display: block;
	font-size: 12px;
	padding: 5px 2px;
}

.main-control .btn .fa {
	display: block;
	margin-bottom: 5px;
	font-size: 22px;
}

/* Ð­Ð»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ñ„Ð¾Ñ€Ð¼ */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;

	line-height: 21px;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;

	text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open &gt; .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open &gt; .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open &gt; .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.ui-widget-content .btn-success {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open &gt; .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open &gt; .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open &gt; .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open &gt; .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open &gt; .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open &gt; .dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open &gt; .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open &gt; .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open &gt; .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg &gt; .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.btn-sm,
.btn-group-sm &gt; .btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1;
}

.btn-xs,
.btn-group-xs &gt; .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled] {
	background-color: #f0f0f0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 5px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.edit .lbblocks .lbblock {
	border: 1px dashed #aaa;
	min-height: 100px;
}

.lbblocks .lbblock {
	margin: 0 0 20px 0;
	position: relative;
}

.lbblocks .lbblock:last-of-type {
	margin-bottom: 0;
}

.lbblocks .lbblock &gt; .content {
	overflow: hidden;
}

.content-table-additional:last-of-type .content-additional-side,
.content-additional-right {
	margin-left: 20px;
}

.content-table-additional:first-of-type .content-additional-side,
.content-additional-left {
	margin-right: 20px;
}

.content-additional-side img,
.content-additional-left img,
.content-additional-right img {
	max-width: 100%;
	display: block;
}

.content-table {
	width: 100%;
}

.content-table,
.content-table td {
	vertical-align: top;
}

.lbblocks .lbblock &gt; .control {
	position: absolute;
	width: 22px;
	right: 0;
	top: -1px;
	margin-right: -26px;
	line-height: 1;
}

.lbblocks .lbblock &gt; .control .bmini {
	padding: 3px;
	display: block;
	font-size: 16px;
	margin-bottom: 2px;
	text-align: center;
}
#dialog_addblock label {
    display: inline-block;
	text-align: center;
	margin-right: 10px;
	width: 200px;
}

#dialog_addblock label img {
	text-align: center;
	width: 200px;
	height: 200px;
	display: block;
}
.divgoodblock,
.divgoodsblock,
.divsimpleblock,
.divgoodsselectblock,
.divhtmlblock,
.divtimerblock {

}
.divsimpleblock .content {

}

.divsimpleblock .content .fl-block {

}

.divtimerblock {
	text-align: center;
}
.divhtmlblock textarea {
	width: 100%;
	display: block;
}
.divgoodblock h4 {
	font-size: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin: 40px 0;
}
.divgoodblock .photo-1 {
	float: left;
	display: block;
	height: 300px;
	padding-bottom: 1rem;
	width: 58.3333333333%;
	margin-left: 20.8333333333%;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}
.divgoodblock .photo {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.divgoodblock .outer-container::after {
	clear: both;
	content: "";
	display: table;
}

.divgoodblock p {
	font-size: 1.0000rem;
	line-height: 1.5000;
}

.divgoodblock .price {
	float: left;
	display: block;
	margin-right: 0;
	width: 33.3333333333%;
	margin-left: 18%;
	height: 78px;
	color: #f6504f;
	font-weight: 600;
	border: 2px solid #f6504f;
	border-right-width: 0;
	text-align: center;
	font-size: 1.7769rem;
	line-height: 1.6883;
}
.divgoodblock .btn-price:last-child {
	margin-right: 0;
}
.divgoodblock .btn-price {
	height: 78px;
	float: left;
	display: block;
	width: 30%;
	position: relative;
	display: inline-block;
	padding: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #f6504f;
	background: #f6504f;
	cursor: pointer;
	z-index: 0;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.divgoodblock .btn-price a {
	text-decoration: none;
	color: #fff;
	font-size: 21px;
}
.divgoodblock .flex-center-item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.divgoodblock .flex-center {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.divgoodblock .allitems-btn1 {
	position: relative;
	display: inline-block;
	margin: 20px auto 0;
	text-align: center;
	border: solid 2px rgb(89, 182, 193);
	background-color: rgb(89, 182, 193);
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 86px;
}
.divgoodblock .oplata {
	padding: 20px 0;
	text-align: center;
}
.divgoodblock .oplata img {
	width: 300px;
}
.divgoodblock .divimggood img {
	max-height: 420px;
	padding-right: 40px;
	max-width: 490px;
}
.divgoodblock div.btn-price a {
	width: 100%;
	height: 100%;
}
#dialog_productmany table.products tr.example {
	display: none;
}
#dialog_productmany {
	font-size: 13px;
}
#dialog_productmany a.btn {
	color: #fff;
}
#dialog_productmany table.table,
#dialog_productmany table.products {
	width: 100%;
}
#dialog_productmany table.products td._buttons {
	vertical-align: middle;
}
#dialog_productmany table.table thead th {
	padding: 2px 5px;
}
#dialog_productmany table.table td,
#dialog_productmany table.table th,
#dialog_productmany table.products td,
#dialog_productmany table.products th {
	padding: 5px;
}
#dialog_productmany table.table td:first-of-type,
#dialog_productmany table.table th:first-of-type,
#dialog_productmany table.products td:first-of-type,
#dialog_productmany table.products th:first-of-type {
	padding-left: 0;
}
#dialog_productmany table.table td:last-of-type,
#dialog_productmany table.table th:last-of-type,
#dialog_productmany table.products td:last-of-type,
#dialog_productmany table.products th:last-of-type {
	padding-right: 0;
}
#dialog_productmany table.table tbody tr td {
	text-align: center;
}
#dialog_productmany table.products td {
	vertical-align: bottom;
}
#dialog_productmany input[type=text] {
	width: 100%;
}
#dialog_productmany td._prices input[type=text] {
	width: calc(100% - 30px);
}
#dialog_productmany table.table td input[type=text] {
	width: calc(100% - 20px);
}
#dialog_productmany th._prices {
	width: 100px;
}
.divgoodsblock * {
	box-sizing: border-box;
	vertical-align: top;
}

.divgoodsblock .content {
	overflow: auto;
}
.divgoodsblock .pblock {
	text-align: center;
	width: 200px;
	display: block;
	float: left;
	margin-right: 10px;
}
.divgoodsblock .package {
	text-align: center;
	width: 100%;
	border: 2px solid rgb(89, 182, 193);
	border-radius: 5px;
	padding-bottom: 20px;
}
.divgoodsblock .package.pprice {
	height: 50px;
	margin: 15px 0;
}
.divgoodsblock .package-title {
	text-align: center;
}

.divgoodsblock .package1 {
	width: 200px;
	padding-top: 53px;
	border-radius: 5px;
	display: none;
	border: none;
}

.divgoodsblock .package1 &gt; div {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	height: 100%;
}
.divgoodsblock .package-text {
	display: flex;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	height: 70px;
	vertical-align: middle;
	overflow: hidden;
	white-space: normal;
}

.divgoodsblock .package-text &gt; span {
	margin: auto;
	text-align: center;
}

.divgoodsblock .pblock2 .package {
	border: 2px solid #4a87ba;
}
.divgoodsblock .pblock .topblock {
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
}
.divgoodsblock .pblock2 .package-title {
	background: #4a87ba;
}

.divgoodsblock .package-title {
	color: #fff;
	background-color: rgb(89, 182, 193);
	height: 50px;
	line-height: 45px;
	overflow: hidden;
}

.divgoodsblock .package-img {
	margin: 20px auto 0;
	text-align: center;
	width: 50px;
}

.divgoodsblock .pblock3 .package {
	border: 2px solid #cb8839;
}
.divgoodsblock .pblock3 .package-title {
	background: #cb8839;
}

.divgoodsblock .pblock4 .package {
	border: 2px solid #721a4c;
}
.divgoodsblock .pblock4 .package-title {
	background: #721a4c;
}

.divgoodsblock .package-price {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 45px;
	margin-right: 15px;
	color: #555;
}

.divgoodsblock .package-price2 {
	display: inline-block;
	font-weight: 700;
	font-size: 26px;
	line-height: 45px;
}

.divgoodsblock .allitems-btn1 {
	position: relative;
	text-align: center;
	border: medium none transparent;
	background-color: rgb(89, 182, 193);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	line-height: 1;
	padding: 18px 0;
	display: inline-block;
	width: 200px;
	overflow: hidden;
}

.divgoodsblock .btn1btn1 {
	background: #4a87ba;
}

.divgoodsblock .btn1btn2 {
	background: #cb8839;
}

.divgoodsblock .btn1btn3 {
	background: #721a4c;
}
.price-old {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 45px;
	margin-right: 15px;
}
#dialog_productsselect table.products tr.example {
	display: none;
}
#dialog_productsselect {
	font-size: 13px;
}
#dialog_productsselect a.btn {
	color: #fff;
}
#dialog_productsselect table.table,
#dialog_productsselect table.products {
	width: 100%;
}
#dialog_productsselect table.products td._buttons {
	vertical-align: middle;
}
#dialog_productsselect table.table thead th {
	padding: 2px 5px;
}
#dialog_productsselect table.table tbody tr td {
	text-align: center;
}
#dialog_productsselect table.table td,
#dialog_productsselect table.table th,
#dialog_productsselect table.products td,
#dialog_productsselect table.products th {
	padding: 5px;
}
#dialog_productsselect table.table td:first-of-type,
#dialog_productsselect table.table th:first-of-type,
#dialog_productsselect table.products td:first-of-type,
#dialog_productsselect table.products th:first-of-type {
	padding-left: 0;
}
#dialog_productsselect table.table td:last-of-type,
#dialog_productsselect table.table th:last-of-type,
#dialog_productsselect table.products td:last-of-type,
#dialog_productsselect table.products th:last-of-type {
	padding-right: 0;
}
#dialog_productsselect table.products td {
	vertical-align: bottom;
}
#dialog_productsselect input[type=text] {
	width: 100%;
}
#dialog_productsselect td._prices input[type=text] {
	width: calc(100% - 20px);
}
#dialog_productsselect table.table td input[type=text] {
	width: calc(100% - 20px);
}
#dialog_productsselect th._prices {
	width: 100px;
}
.divgoodsselectblock .content {
	overflow: auto;
}
.divgoodsselectblock * {
	box-sizing: border-box;
	vertical-align: top;
}
.divgoodsselectblock .package-title {
	text-align: center;
}
.divgoodsselectblock .pblock {
	text-align: center;
	width: 200px;
	display: block;
	float: left;
	margin-right: 10px;
}
.divgoodsselectblock .package {
	text-align: center;
	width: 100%;
	border: 2px solid rgb(89, 182, 193);
	border-radius: 5px;
	padding-bottom: 20px;
}
.divgoodsselectblock .package.pprice {
	height: 50px;
	margin: 15px 0;
}
.divgoodsselectblock .pblock1 {
	margin-right: 0;
}
.divgoodsselectblock .pblock1 .package {
	width: 200px;
	padding-top: 53px;
	display: inline-block;
	border: none;
}
.divgoodsselectblock .package1 &gt; div {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	height: 100%;
}
.divgoodsselectblock .package-text {
	display: flex;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	height: 70px;
	vertical-align: middle;
	overflow: hidden;
	white-space: normal;
}
.divgoodsselectblock .package-text &gt; span {
	margin: auto;
	text-align: center;
}
.divgoodsselectblock .pblock2 .package {
	border: 2px solid #4a87ba;
}
.divgoodsselectblock .pblock .topblock {
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
}
.divgoodsselectblock .pblock2 .package-title {
	background: #4a87ba;
}
.divgoodsselectblock .package-title {
	color: #fff;
	background-color: rgb(89, 182, 193);
	height: 50px;
	line-height: 45px;
	overflow: hidden;
}
.divgoodsselectblock .package-img {
	margin: 20px auto 0;
	text-align: center;
	width: 50px;
}
.divgoodsselectblock .pblock3 .package {
	border: 2px solid #cb8839;
}
.divgoodsselectblock .pblock3 .package-title {
	background: #cb8839;
}
.divgoodsselectblock .pblock4 .package {
	border: 2px solid #721a4c;
}
.divgoodsselectblock .pblock4 .package-title {
	background: #721a4c;
}
.divgoodsselectblock .package-price {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	line-height: 45px;
	margin-right: 15px;
	color: #555;
}
.divgoodsselectblock .package-price2 {
	display: inline-block;
	font-weight: 700;
	font-size: 26px;
	line-height: 45px;
}
.divgoodsselectblock .allitems-btn1 {
	position: relative;
	text-align: center;
	border: medium none transparent;
	background-color: rgb(89, 182, 193);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	line-height: 1;
	padding: 18px 0;
	display: inline-block;
	width: 200px;
	overflow: hidden;
}
.divgoodsselectblock .btn1btn1 {
	background: #4a87ba;
}
.divgoodsselectblock .btn1btn2 {
	background: #cb8839;
}
.divgoodsselectblock .btn1btn3 {
	background: #721a4c;
}
.divhtmlblockcontent {
	margin: 5px 0;
}
div.clear {
	clear: both;
	height: 0;
}
.divsliderimgs .inner {
	width: 100%;
	overflow: hidden;
	padding: 0 25px;
}
.divsliderimgs .inner &gt; div {
	width: calc(100% - 50px)
}
.divsliderimgs .inner &gt; div &gt; div {
	text-align: center
}
.divsliderimgs .inner &gt; div &gt; div img.img {
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.divvkbuttonblock .undertext {
	font-size: 12px;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
}
#dialog_sliderimgs .multiple_file_preview .ui-state-default {
	margin: .5rem;
	display: inline-block;
	position: relative;
	box-shadow: 3px 3px 7px -1px #b7b7b7;
}
#dialog_sliderimgs .multiple_file_preview .del-image {
	cursor: pointer;
	position: absolute;
	right: 0;
	content: "sdasd";
	width: 20px;
	height: 20px;
	top: 0;
	background-color: #888;
}
#dialog_sliderimgs .multiple_file_preview .del-image::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 3px;
	border-radius: 2px;
	background-color: #ff6363;
	transform: rotate(45deg);
	right: 3px;
	bottom: 8px;
}
#dialog_sliderimgs .multiple_file_preview .del-image::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 3px;
	border-radius: 2px;
	background-color: #ff6363;
	transform: rotate(-45deg);
	right: 3px;
	bottom: 8px;
}
#dialog_sliderimgs .multiple_file_preview .ui-state-default img {
	max-width: 110px;
	max-height: 100px;
}
#dialog_sliderimgs div[data-view] .file_multiple_upload {
	position: relative;
}
#dialog_sliderimgs .file_multiple_upload &gt; div &gt; input[type="file"] {
	position: absolute;
	left: -10000px;
	top: 0;
	opacity: 0;
}
#dialog_sliderimgs .order-number {
	display: none;
}
.gbline {
	text-transform: uppercase;
	font-size: 12px;
	white-space: normal;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
}
.lbblock .buybutton {
	margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
	.outer_wrapper {
		width: calc(100% - 40px);
		padding: 20px;
		background: #fff;
		margin: 0;
	}
	.divsliderimgs .inner &gt; div &gt; div img.img {
		height: 150px;
	}
	.divgoodsblock .package1 {
		display: none;
	}
	.divgoodsblock .package-img {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.divgoodsblock .package-img img {
		/*display: table-cell;*/
	}
	.gbline {
		display: table-cell;
		line-height: 14px;
	}
	.divgoodsselectblock .pblock1 .package1 {
		display: none;
	}
	.divgoodsselectblock .package-img {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.divgoodsselectblock .package-img &gt; div {
		display: table-cell;
		vertical-align: middle;
	}
	.divgoodsselectblock .package-img img {
	}
}
@media only screen and (min-width: 960px) {
	.outer_wrapper {
		width: 900px;
		margin: 0 auto;
		padding: 30px;
		background: #fff;
	}
	.divsliderimgs .inner &gt; div &gt; div img.img {
		height: 200px;
	}
	.gbline {
		display: none;
	}
	.divgoodsblock .package1 {
		display: block;
	}
	.divgoodsselectblock .package1 {
		display: block;
	}
	.divgoodsselectblock .pblock1 .package1 {
		display: block;
	}
	.divgoodsselectblock .package-img img {
		display: inline;
	}
}

/*Ð¡Ð¿Ð¸ÐºÐµÑ€Ñ‹*/
.content-speakers {
	width: 100%;
	text-align: center;
}

.content-speakers *, .content-speakers *:before, .content-speakers *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-speakers .speaker-preview {
	margin: 7px 5px;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	transition: height 350ms ease;
	height: 300px;
}

.content-speakers .speaker-preview &gt; a,
.content-speakers .speaker-preview .speaker-thumbnail {
	border: none;
	outline: none;
	display: block;
	position: relative;
	height: 300px;
	width: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
}

.content-speakers .speaker-overlay {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(48, 105, 190, 0.2);
	background-image: url(../images/overlay.png);
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-o-background-size: 80px 80px;
	background-size: 80px 80px;
}

.content-speakers .speaker-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	color: white;
	background-color: #e57373;
}

.content-speakers .speaker-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	background-color: #00bcd5;
}

.content-speakers .speaker-name {
	color: white;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.content-speakers .speaker-city {
	font-size: 12px;
	color: white;
	text-align: right;
}

.content-speakers .speaker-expander {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	overflow: auto;
	padding: 50px 30px;
	text-align: left;
}

.content-speakers .speaker-expander .close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #808080;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.content-speakers .speaker-expander .speaker-fullimg {
	width: 30%;
	text-align: center;
	min-height: 300px;
	max-height: 500px;
}

.content-speakers .speaker-expander .speaker-fullimg,
.content-speakers .speaker-expander .speaker-details {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}

.content-speakers .speaker-expander .speaker-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	border-radius: .3rem;
}

.speaker-details {
	width: 70%;
	padding: 0 40px 0 40px;
	font: 400 16px/1.5 "Open Sans", Helvetica, Arial, sans-serif;
}

.speaker-title {
	text-align: left;
	padding: 0;
	font-size: 1.7769rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 1.5rem;
}

.push {
	margin-bottom: 1.5rem;
}

.speaker-about-title {
	color: #333;
	font-weight: 400;
	text-align: left;
	margin: 1.5rem 0 1.5rem;
	padding: 0;
	font-size: 1.0000rem;
	line-height: 1.5000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.speaker-materials {
	color: #808080;
}

.btn-speaker {
	position: relative;
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 10px;
	color: #3069be;
	font-size: 10px;
	font-weight: 600;
	font-family: inherit;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	border: 2px solid #3069be;
	background: none;
	cursor: pointer;
	outline: none;
	z-index: 0;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

body.speaker-shown {
	overflow: hidden;
}

.price-shape {
	position: absolute;
	width: 120%;
	top: 23px;
	right: -10%;
	height: 1px;
}</pre></body></html>