/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	box-sizing: border-box;
}

body {
	margin: 0;
	color: #333;
	background: #fff;
	font: 14px/1.3 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	color: #349ae2;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.registration-links,
.cart-links,
.aside-block ul,
.breadcrumbs,
.doc-author,
.doc-info,
.dissertation-topic .dissertation-list,
.add-order-list,
.search-result .search-result-list,
.breadcrumbs-search-result,
.aside-links,
.card-links,
.contents-list,
.contents-list ol,
ul:not([class]),
.pagination,
.tabset-list,
.jcf-list ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}


*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

.gm-style img {
	max-width: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
	font-family: inherit;
	font-weight: 600;
	margin: 0 0 1.3em;
	color: inherit;
}

h1, .h1 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 1.1em;
}

h1 span, .h1 span {
	display: block;
	font-size: 12px;
	color: #646b71;
}

h2, .h2, .catalog h1 {
	font-size: 18px;
}

h1.min-spacing,
h2.min-spacing,
.h2.min-spacing {
	margin: 0 0 .6em;
}

h2 span,
.h2 span {
	display: block;
	font-size: 12px;
	color: #646b71;
	text-transform: none;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 .4em;	
}

h3 a,
.h3 a {
	text-decoration: none;
}

h3 a:hover,
.h3 a:hover {
	text-decoration: underline;
}

h4,
.h4 {
	font-size: 14px;
}

h4 a,
.h4 a {
	text-decoration: none;
	font-size: 14px;
}

h4 a:hover,
.h4 a:hover {
	text-decoration: underline;
}

h4 span,
.h4 span {
	display: block;
	font-size: 12px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.3em;
}

a:hover,
a:focus {
	text-decoration: none;
}

.login-form {
	padding: 10px;
	background-color: #232628;
	color: #fff;
	border-width: 3px 0 3px 3px;
}

.login-form .btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-form .btn-area a {
	margin-right: 5px;
	color: #646b71;
	text-decoration: underline;
}

.login-form input[type="text"],
.login-form input[type="tel"],
.login-form input[type="email"],
.login-form input[type="search"],
.login-form input[type="password"],
.login-form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 10px;
	background-color: #313539;
	border-radius: 3px;
	border: 1px solid transparent;
}

.login-form input[type="text"]:focus,
.login-form input[type="tel"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="search"]:focus,
.login-form input[type="password"]:focus,
.login-form textarea:focus {
	outline: none;
	border-color: rgba(52, 154, 226, .6);
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="tel"]::-webkit-input-placeholder,
.login-form input[type="email"]::-webkit-input-placeholder,
.login-form input[type="search"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder,
.login-form textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="tel"]::-moz-placeholder,
.login-form input[type="email"]::-moz-placeholder,
.login-form input[type="search"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder,
.login-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-size: 14px;
}

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="tel"]:-moz-placeholder,
.login-form input[type="email"]:-moz-placeholder,
.login-form input[type="search"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder,
.login-form textarea:-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="tel"]:-ms-input-placeholder,
.login-form input[type="email"]:-ms-input-placeholder,
.login-form input[type="search"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder,
.login-form textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.login-form input[type="text"].placeholder,
.login-form input[type="tel"].placeholder,
.login-form input[type="email"].placeholder,
.login-form input[type="search"].placeholder,
.login-form input[type="password"].placeholder,
.login-form textarea.placeholder {
	color: #fff;
	font-size: 14px;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #aaa;
/*	margin-bottom: 10px;*/
}

.search-settings .year {
        height: 20px;
        display: inline-flex;
        width: 55px;
}

.search-form input[type="search"] {
	width: 100%;
	border: 1px solid #dddddb;
	border-radius: 3px;
	background-color: #fff;
	height: 28px;
	padding-left: 30px !important;
	padding-bottom: 5px;
}

.search-form input[type="search"]:hover {
	border: 1px solid #4dbcdf;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 14px;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #aaa;
	font-style: italic;
	font-size: 14px;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 14px;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 14px;
}

.search-form input[type="search"].placeholder {
	color: #aaa;
	font-style: italic;
	font-size: 14px;
}

.search-form input[type="submit"] {
	border: 1px solid #dddddb;
	background: -webkit-linear-gradient(top, #f0f0ee 0%, #e0e0db 100%);
	background: linear-gradient(to bottom, #f0f0ee 0%, #e0e0db 100%);
	border-radius: 3px;
	color: #333;
	font-weight: 400;
	height: 28px;
}

.search-form input[type="submit"]:hover {
	border: 1px solid #4dbcdf;
}

.search-form .input-icon {
	margin-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-form .input-icon [class^="icon-"] {
	font-size: 13px;
	left: 11px;
	color: #aaa;
}

.input-icon {
	position: relative;
}

.input-icon [class^="icon-"] {
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #646b71;
	font-size: 16px;
}

.input-icon input[type="text"],
.input-icon input[type="tel"],
.input-icon input[type="email"],
.input-icon input[type="password"],
.input-icon input[type="search"] {
	padding-left: 25px;
}

.input-icon.input-icon-right [class^="icon-"] {
	left: auto;
	right: 5px;
	color: #aaa;
}

.input-icon.input-icon-right input[type="text"],
.input-icon.input-icon-right input[type="tel"],
.input-icon.input-icon-right input[type="email"],
.input-icon.input-icon-right input[type="password"],
.input-icon.input-icon-right input[type="search"] {
	padding-left: 5px;
	padding-right: 25px;
}

.input-holder {
	margin-bottom: 8px;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 10px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #dddddb;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border-color: rgba(52, 154, 226, .6);
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
textarea:hover {
	outline: none;
	border-color: rgba(52, 154, 226, .6);
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #fff;
}

select {
	-webkit-border-radius: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background-color: #349ae2;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 2px 13px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: none;
	border-color: rgba(52, 154, 226, .6);
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -5;
}

input[type="checkbox"] + label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}

input[type="checkbox"] + label:before {
	border: 1px solid #dddddb;
	border-radius: 2px;
	content: "";
}

input[type="checkbox"] + label:after {
	background: url("/images/check.png") 50% 50% no-repeat;
	content: "";
	opacity: 0;
}

input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
	z-index: -5;
}

input[type="radio"] + label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
	position: absolute;
	left: 0;
	top: 3px;
	border-radius: 50%;
}

input[type="radio"] + label:before {
	width: 14px;
	height: 14px;
	border: 1px solid #dddddb;
	content: "";
}

input[type="radio"] + label:after {
	width: 6px;
	height: 6px;
	top: 7px;
	left: 4px;
	background-color: #349ae2;
	opacity: 0;
	content: "";
}

input[type="radio"]:checked + label:after {
	opacity: 1;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

label.required-input:after {
	content: "*";
	color: #349ae2;
}

.custom-textarea,
.custom-textarea2 {
	position: relative;
}

.custom-textarea .ui-resizable-handle,
.custom-textarea2 .ui-resizable-handle {
	display: none !important;
}

.custom-textarea .ui-resizable-handle.ui-resizable-s,
.custom-textarea2 .ui-resizable-handle.ui-resizable-s {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block !important;
	width: 100%;
	height: 16px;
	background-image: -webkit-linear-gradient(left, #c3c3c1 0, #c3c3c1 3px, transparent 4px, transparent 10px, #c3c3c1 11px, #c3c3c1 13px, transparent 14px, transparent 20px, #c3c3c1 21px, #c3c3c1 24px);
	background-image: linear-gradient(to right, #c3c3c1 0, #c3c3c1 3px, transparent 4px, transparent 10px, #c3c3c1 11px, #c3c3c1 13px, transparent 14px, transparent 20px, #c3c3c1 21px, #c3c3c1 24px);
	background-size: 24px 4px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: s-resize;
}

.custom-textarea textarea,
.custom-textarea2 textarea {
	height: 100%;
	min-height: 69px;
	resize: none;
}

.custom-textarea2 textarea {
	min-height: 108px;
}

.order-description {
	margin-bottom: 15px;
}

.header-top {
	position: relative;
	padding: 10px 0;
	text-align: center;
}

.header-top:before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 9999px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	background-color: #313539;
	content: "";
}

.header-top .logo {
	position: relative;
	margin-right: 5px;
}

.header-top .logo img {
	width: 68px;
	height: 68px;
	margin: 0 8px 10px 0;
}

.header-top .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: #fff;
}

.header-top .logo, .header-top .logo a {
	outline: none;
}

.header-top .logo-text-holder {
	padding-top: 14px;
	line-height: 1;
}

.header-top .logo-title {
	font-family: "PFBeauSans";
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -1px;
}

.header-top .logo-text {
	font-size: 18px;
	display: none;
}

.header-top .logo-text span {
	display: block;
	color: #7dc9df;
	font-size: 16px;
}

.header-bottom {
	position: relative;
	padding: 8px 0;
}

.header-bottom:before {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 9999px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	content: "";
	background-color: #f4f4f2;
}

.registration-links, .cart-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid #a7b3b7;
	background-color: #363d42;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .57), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .57), rgba(0, 0, 0, 0));
/*	background-color: #33393e;*/
/*	font-size: 10px;*/
	width: fit-content;
	margin: 0 auto;
}

.registration-links, .cart-links:hover {
	border: 1px solid #4dbcdf;
}

/*
.registration-links li {
	width: 50%;
}
*/

.cart-links a {
	text-decoration: none;
}
.registration-links.registered-user .registration-link 
{
	padding-left: 12px;
	padding-right: 12px;
}

.registration-links li .registration-link, .cart-links li cart-link {
	height: 100%;
/*	border: 1px solid #a7b3b7;
	border-left: none;
	border-right: none;*/
	box-shadow: 1px 0 2px -1px #000;
}

.registration-links li .registration-link:hover, .cart-links li .cart-link:hover  {
/*	border-top: 1px solid #4dbcdf;
	border-bottom: 1px solid #4dbcdf;
	border-color: #4dbcdf;
	border-left-color: #000;*/
/*	box-shadow: 1px 0 1px -1px #000, -1px 0 2px -1px #000, 0 2px 1px -1px #4dbcdf, 0 -2px 1px -1px #4dbcdf;*/
}

.registration-links li:first-child .registration-link, .cart-links li:first-child .cart-link  {
/*	border-radius: 3px 0 0 3px;
	border-left: 1px solid #a7b3b7;*/
}

.registration-links li:first-child .registration-link:hover, .cart-links li:first-child .cart-link:hover {
/*	box-shadow: 0 0 1px 1px #4dbcdf;*/
/*	box-shadow: 2px 0 1px -1px #000, -1px 0 2px -1px #000, 0 2px 1px -1px #4dbcdf, 0 -2px 1px -1px #4dbcdf, -1px 0 1px 0 #4dbcdf;
	border-color: #4dbcdf;*/

}

.registration-links li:last-child .registration-link, .cart-links li:last-child .cart-link {
/*	border-right: 1px solid #a7b3b7;
	border-radius: 0 3px 3px 0;*/
}

.registration-links li:last-child .registration-link:hover, .cart-links li:last-child .cart-link:hover {
/*	box-shadow: 0 0 1px 1px #4dbcdf;
	border-color: #4dbcdf;
	border-left-color: #000;
	box-shadow: 1px 0 1px -1px #000, -1px 0 2px -1px #000, 0 2px 1px -1px #4dbcdf, 0 -2px 1px -1px #4dbcdf, 1px 0 1px 0 #4dbcdf;*/
}

.registration-links .registration-link, .cart-links .cart-link  {
	display: block;
/*	font-weight: bold;*/
	padding: 6px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #2f343a;
}

.registration-links .popup-holder {
	position: relative;
}

.registration-links .popup {
	position: absolute;
	right: 10px;
	top: 10px;
	left: auto;
	z-index: 1;
	display: none;
}

.registration-links .close {
	width: 20px;
	height: 24px;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #232628;
	border-radius: 0 50% 50% 0;
}

.registration-links .close span {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	background-color: #646b71;
	border-radius: 50%;
}

.registration-links .close span:after,
.registration-links .close span:before {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #232628;
	content: "";
}

.registration-links .close span:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.acc-link .ico-pay-value {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-left: 0px;
	margin-right: 3px;
}

.acc-link .ico-pay-value:before,
.acc-link .ico-pay-value:after {
	content: "р";
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 3px;
	width: 12px;
	border-radius: 50%;
	font-style: normal;
	font-size: 8px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	background: #fff;
	color: #33393e;
	z-index: 2;
	border: 1px solid #33393e;
}

.acc-link .ico-pay-value:before {
	left: 2px;
}

.acc:hover .ico-pay-value:before,
.acc:hover .ico-pay-value:after {
	background: #4dbcdf;
}

.footer {
	position: relative;
	color: #aaa;
	padding: 16px 0;
	text-align: center;
	background-color: #313539;
}

.footer p {
	margin-bottom: 0;
}

.acc span {
	color: #333;
}

.acc i {
	padding-right: 2px;
}

.acc {
	padding: 4px 5px;
	border-radius: 3px;
	max-width: 140px;
	height: 28px;
}

.cart-title {
	margin-right: 7px;
	font-weight: 600;
}

.aside-block {
	background-color: #f4f4f2;
	border-radius: 3px;
/*	box-shadow: 1px 19px 33px -20px rgba(0, 0, 0, .75);*/
	margin-bottom: 10px;
}

.aside-block-title {
	display: block;
	background-color: #646b71;
	color: #fff;
	padding: 9px 13px;
	font-size: 18px;
}

.aside-block li.active a {
	font-weight: 600;
}

.aside-block a {
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 10px 14px;
	border-top: 1px solid #dddddb;
	-webkit-transition: opacity .3s, background-color .3s;
	transition: opacity .3s, background-color .3s;
}

.aside-block a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #6cc7e0;
	opacity: 0;
}

.aside-block a:hover {
	background-color: #f9f9f8;
}

.aside-block a:hover:before {
	opacity: 1;
}

.breadcrumbs {
	font-size: 12px;
	margin-bottom: 7px;
	padding-top: 7px;
}

.breadcrumbs:before {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	content: url("/images/breadcrumbs.svg");
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:before {
	content: "→";
	padding: 0 1px;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.viewer {
	width: 100%;
	height: 600px;
	border: 1px solid #ddddd6;
	margin-bottom: 30px;
	margin-top: -56px;
}

.doc-preview {
	position: relative;
	margin-bottom: 34px;
}
/*
.doc-preview:before,
.doc-preview:after {
	position: absolute;
	content: "";
	z-index: 1;
}

.doc-preview:before {
	left: -2px;
	top: 0;
	right: -2px;
	height: 4px;
	border: solid #333;
	border-width: 3px 3px 0 3px;
	border-radius: 3px;
}

.doc-preview:after {
	top: calc(100% - 2px);
	left: 0;
	width: 100%;
	height: 7px;
	background: url(/images/bg-1.png) repeat-x;
}
*/
.doc-preview h1 {
	text-align: center;
}

.doc-preview-top {
	position: relative;
	background-color: #f4f4f2;
	padding: 24px 20px 3px;
}
/*
.doc-preview-top:before,
.doc-preview-top:after {
	position: absolute;
	left: 4px;
	top: 0;
	width: 1px;
	height: 50px;
	box-shadow: -5px 0 7px 0 rgba(0, 0, 0, .4);
	content: "";
	z-index: 1;
}

.doc-preview-top:after {
	right: 4px;
	left: auto;
	box-shadow: 5px 0 7px 0 rgba(0, 0, 0, .4);
}
*/
.doc-preview-bottom {
	padding: 15px 20px 12px;
	background-color: #ededea;
	border-top: 1px solid #ddddd6;
}

.doc-author {
	font-size: 14px;
}

.doc-author li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.doc-author-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #dddddb;
}

.doc-author img {
	width: 21px;
}

.doc-info {
	color: #aaa;
	margin-bottom: 15px;
	text-align: center;
	display: none;
}

.doc-info li {
	vertical-align: top;
	margin-right: 40px;
}

.doc-info span {
	color: #333;
	padding-left: 6px;
}

.doc-preview-card {
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 260px;
}

.doc-preview-card .img-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
	border: 1px solid #ddddd6;
	height: 175px;
	background: #fff;
}

.doc-preview-card .img-holder:hover {
	border: 1px solid #4dbcdf;

}

.doc-preview-card .img-holder img {
	position: relative;
	z-index: 1;
	max-height: 173px;
}

.alert-block {
	padding: 10px;
	border: 1px solid #ed0000;
	color: #ed0000;
	text-align: center;
	background-color: rgba(237, 0, 0, .05);
	margin-bottom: 20px;
}

.alert-block p {
	margin: 0;
}

.info-block {
	padding: 10px;
	border: 1px solid green;
	color: green;
	text-align: center;
	background-color: rgba(127, 255, 212, .05);
	margin-bottom: 20px;
}

.info-block p {
	margin: 0;
}

.doc-part {
	padding: 16px 20px;
	margin-bottom: 30px;
	border: 1px solid #dddddb;
	border-radius: 3px;
}

.doc-part h2 {
	text-transform: uppercase;
}

.intro {
	margin-bottom: 30px;
}

.dissertation-wrapper {
	margin-bottom: 37px;
}

.dissertation-topic {
	margin-bottom: 24px;
}

.dissertation-topic .dissertation-list li {
	display: inline;
}

.dissertation-topic .dissertation-list li:after {
	content: " - ";
}

.dissertation-topic .dissertation-list li:last-child:after {
	display: none;
}

.dissertation-topic .dissertation-list a {
	color: #333;
	text-decoration: underline;
}

.dissertation-topic .dissertation-list a:hover {
	color: #349ae2;
}

.btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 14px 48px 0;
}

.btn-area-viewer {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 13px;
	padding-right: 8px;
	position: relative;
	top: 20px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
	margin: 0 auto;
	width: auto;
}

.cart-form-heading {
	margin-bottom: 10px;
}

.cart-form-heading h2 {
	display: inline-block;
	font-weight: bold;
	margin: 0 14px 0 0;
}

.cart-form-heading a {
	display: inline-block;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
}

.cart-form-heading a i {
	font-size: 10px;
	font-weight: bold;
}

.cart-table {
	width: 100%;
}

.data-table.cart-table {
	margin-bottom: 16px;
}

.data-table.cart-table th:nth-child(2) {
	text-align: right;
}

.data-table.cart-table td {
	vertical-align: top;
	padding: 8px 10px 14px;
}

.data-table.cart-table td:first-child {
	width: 70%;
	font-size: 12px;
}

.data-table.cart-table td:nth-child(2) {
	width: 15%;
	text-align: right;
}

.data-table.cart-table td:nth-child(3) {
	text-align: center;
}

.data-table.cart-table a {
	line-height: inherit;
	text-decoration: none;
}

.data-table.cart-table a:hover, .data-table.cart-table button:hover {
	text-decoration: underline;
}

.price-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 18px;
	margin: 0 0 3px;
}

.price-list dt {
	width: 50%;
	margin-bottom: 10px;
}

.price-list dd {
	width: 50%;
	margin: 0;
	text-align: right;
}

.doubt {
	margin-top:10px;
}

.input-description.doubt a {
	color: red;
	text-decoration: underline;
}

.input-description.doubt a:hover {
	text-decoration: none;
}

.coupon {
	position: relative;
	padding: 20px 10px;
	border: 2px dashed #dddddb;
	margin-bottom: 30px;
}

.coupon:before {
	width: 23px;
	height: 27px;
	position: absolute;
	left: 100%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	background: url("/images/coupon-img.png") 50% 50% no-repeat;
	background-size: cover;
	content: "";
}

.coupon label {
	display: block;
	margin: 0 16px 10px 0;
	font-weight: 400;
}

.coupon input[type="text"] {
	max-width: 80px;
	margin-right: 8px;
}

.customer-info input[type="text"] {
	max-width: 460px;
}

.block-deco {
	position: relative;
	padding: 16px 18px;
	border: 1px solid #dddddb;
	margin-bottom: 30px;
}

.block-deco:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(top, #f4f4f2 0%, #fff 100%);
	background: linear-gradient(to bottom, #f4f4f2 0%, #fff 100%);
	content: "";
}

.block-deco h3 {
	font-weight: bold;
	margin: 0 0 .75em;
}

.block-deco label {
	display: block;
	font-weight: 400;
	margin-bottom: 8px;
}

.block-deco .input-holder {
	margin-bottom: 16px;
}

.block-deco p {
	margin-bottom: 6px;
}

.order-comments {
	padding: 16px 18px 16px;
	margin-bottom: 0;
}

.order-comments:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 40px;
	background-color: #f4f4f2;
	border-top: 1px solid #dddddb;
	content: "";
}

.order-comments .custom-area {
	padding-bottom: 24px;
}

.order-comments p {
	margin-bottom: 0;
}

.order a {
	color: #fff;
	text-decoration: none;
}

.add-order-list h4 {
	font-weight: 400;
}

.feedback fieldset {
	position: relative;
	padding: 14px 14px 16px;
	border: 1px solid #dddddb;
	margin-bottom: 20px;
}

.feedback fieldset:before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 30px;
	border-top: 1px solid #dddddb;
	background-color: #f4f4f2;
	content: "";
}

.feedback .input-holder {
	margin-bottom: 16px;
}

.feedback input[type="text"],
.feedback input[type="email"] {
	display: block;
	max-width: 460px;
}

.feedback .custom-textarea2 {
	padding-top: 0;
}

.search-form-wrap {
	margin-bottom: 10px;
}

.search-form-wrap .search-form [type="submit"]:disabled {
	background: #d7ebf9;
}

.search-form-wrap .search-form [type="submit"]:disabled:hover {
	background: #d7ebf9;
}

.search-section {
	margin-bottom: 40px;
}

.search-section h2 {
	margin: 0 0 .1em;
}

.search-block {
	margin-bottom: 14px;
}

.search-block label {
	font-weight: 400;
	margin-bottom: 0;
}

.search-block [type="search"] {
	color: #000;
	font-size: 18px;
}

.search-block .col-title {
	display: block;
	font-weight: bold;
	margin-bottom: 9px;
}

.search-block .search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search-block .search-form input[type="submit"] {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(bottom, #2f90df, #39a3e5);
	background: linear-gradient(to top, #2f90df, #39a3e5);
}

.search-block .search-form input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #2f90df, #39a3e5);
	background: linear-gradient(to bottom, #2f90df, #39a3e5);
}

.search-block .input-holder input[type="text"]::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.search-block .input-holder input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.search-block .input-holder input[type="text"]:-moz-placeholder {
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.search-block .input-holder input[type="text"]:-ms-input-placeholder {
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.search-block .input-holder input[type="text"].placeholder {
	color: #999;
	font-style: italic;
	font-size: 14px;
}

.search-block .btn-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.search-block .col {
	padding: 0 10px 8px;
}

.search-block .slide-holder {
	position: relative;
	padding: 16px 15px;
	border: 1px solid #dddddb;
}

.search-block .slide-holder:before {
	content: "";
	position: absolute;
	right: 87px;
	top: -8px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #dddddb;
	border-left: 1px solid #dddddb;
	background: #fff;
}

.advanced-search {
	padding: 20px 15px;
	border: 1px solid #dddddb;
}

.search-result .search-result-list {
	margin-bottom: 13px;
}

.search-result h3 {
	font-weight: 400;
}

.search-result h3 span {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	font-style: italic;
	color: #646b71;
}

.search-result h3 span a, .breadcrumbs-search-result li a {
	color: inherit;
	text-decoration: underline;
}

.search-result h3 span a:hover, .breadcrumbs-search-result li a:hover {
	text-decoration: none;
	border-bottom: none;
}

.breadcrumbs-search-result {
	font-size: 12px;
	color: #646b71;
}

.breadcrumbs-search-result:before {
	vertical-align: top;
	content: url("/images/breadcrumbs-search.png");
	margin-right: 4px;
}

.breadcrumbs-search-result li {
	display: inline;
	vertical-align: top;
}

.breadcrumbs-search-result li:after {
	vertical-align: top;
	content: " -";
}

.breadcrumbs-search-result li:last-child:after {
	display: none;
}

.breadcrumbs-search-result a {
	color: inherit;
	vertical-align: top;
	text-decoration: none;
}

.breadcrumbs-search-result a:hover {
	text-decoration: underline;
}

.custom-textarea-drag {
	width: 3px;
	height: 3px;
	position: relative;
	display: block;
	margin: 4px  auto 0;
	background-color: #babab9;
}

.custom-textarea-drag:before,
.custom-textarea-drag:after {
	width: 3px;
	height: 3px;
	position: absolute;
	left: -10px;
	top: 0;
	display: inline-block;
	background-color: #babab9;
	content: "";
}

.custom-textarea-drag:after {
	left: 10px;
}

.btn {
	-webkit-transition: .3s background;
	transition: .3s background;
}

.btn:hover {
	background: -webkit-linear-gradient(top, #2f90df, #39a3e5);
	background: linear-gradient(to bottom, #2f90df, #39a3e5);
}

.aside-links {
	text-align: center;
}

.aside-links li {
	display: inline-block;
	margin: 0 3px 3px 0;
}

.aside-link {
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	background-color: #646b71;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: .3s background-color;
	transition: .3s background-color;
}

.aside-link:hover {
	background-color: #ee844b;
}

.aside-link [class^="icon-"] {
	margin-right: 3px;
	font-size: 12px;
}

.pay-btns {
	text-align: center;
}

.pay-btns-bottom {
	text-align: center;
	margin-bottom: 20px;
}

.pay-btn {
	position: relative;
	padding: 4px 60px;
	min-width: 233px;
	margin-bottom: 10px;
	-webkit-transition: .3s background-color;
	transition: .3s background-color;
}

.pay-btn.pay-btn-order {
	font-size: 18px;
	background-color: #ee844b;
	text-decoration: none;
	color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	padding: 11px 14px 11px 60px;
	display: inline-block;
	margin-top: 2px;
}

.pay-btn.pay-btn-order:hover {
	background-color: #6cc7e0;
}

.pay-btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 46px;
	background: url(/images/cart.png) no-repeat 50% 50%;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.pay-btn:hover {
	background-color: #ee844b;
}

.pay-btn-price {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #1b6ca7;
	margin-right: 14px;
}

.pay-btn-title {
	font-size: 18px;
}

.pay-btn-title span {
	display: block;
	font-size: 12px;
}

.pay-btn.pay-btn-alt {
	background-color: #6cc7e0;
}

.pay-btn.pay-btn-alt:hover {
	background-color: #ee844b;
}

.card-link {
	display: inline-block;
	vertical-align: top;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #dddddb;
	margin-bottom: 7px;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, #f0f0ee 0%, #e0e0db 100%);
	background: linear-gradient(to bottom, #f0f0ee 0%, #e0e0db 100%);
}

.card-link:hover {
	border: 1px solid #4dbcdf;
}

.cart-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	background: none;
	color: #349ae2;
	padding: 0;
	margin: 0;
}

.cart-btn:hover {
	color: #ee844b;
}

.cart-btn [class^="icon-"] {
	color: inherit;
}

.btn {
	background: -webkit-linear-gradient(bottom, #2f90df, #39a3e5);
	background: linear-gradient(to top, #2f90df, #39a3e5);
}

.btn:hover {
	background: -webkit-linear-gradient(top, #2f90df, #39a3e5);
	background: linear-gradient(to bottom, #2f90df, #39a3e5);
}

.btn.primary {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: inline-block;
	padding: 7px 11px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	font-weight: 400;
}

.btn.primary.arrow-bg {
	position: relative;
}

.btn.primary.arrow-bg:before {
	position: absolute;
	left: -5px;
	top: -24px;
	bottom: -24px;
	right: -20px;
	z-index: -1;
	background: url("/images/arrow-next.png") 50% 50% no-repeat;
	background-size: 100% 100%;
	content: "";
}

.btn.sm {
	font-weight: 400;
	padding: 3px 9px;
}

.btn.sm [class^="icon-"] {
	font-size: 10px;
}

.btn.secondary {
	padding: 4px 20px;
	font-weight: 400;
	border-radius: 3px;
}

main {
	padding-top: 10px;
}

.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.social, .acc {
	margin: 0 auto;
	margin-bottom: 10px;
}

.social-right {
	position: absolute;
	right: 16px;
	bottom: 20px;
}

.social-aside {
	margin-bottom: 20px;
	text-align: center;
}
/*
a {
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
}
*/

.social-alt {
	display: inline-block;
	padding: 10px;
	background-color: #f4f4f2;
	border-radius: 3px;
}
 
.social-alt-holder {
	text-align: right;
}

.contents-list {
	counter-reset: list1;
}

.contents-list a {
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
}

.contents-list:before {
	content: "Р'Р'РР_Р_Рnts-list li:before {
	counter-increment: list1;
	content: "Р"Р>Р_Р'Р_ " counter(list1, upper-roman) ". ";
}

.contents-list ol {
	counter-reset: list2;
}

.contents-list ol li:before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) " ";
}

.contents-list ol ol {
	counter-reset: list3;
}

.contents-list ol ol li:before {
	counter-increment: list3;
	content: counter(list1) "." counter(list2) "." counter(list3) " ";
}

.contents-list ol ol ol {
	counter-reset: list4;
}

.contents-list ol ol ol li:before {
	counter-increment: list4;
	content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) " ";
}

.contents-list ol ol ol ol {
	counter-reset: list5;
}

.contents-list ol ol ol ol li:before {
	counter-increment: list5;
	content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) "." counter(list5, lower-latin) " ";
}

.contents-list .unlisted:before {
	display: none;
}

ul:not([class]) li {
	margin-bottom: 1.3em;
}

ul:not([class]) li:before {
	content: "-";
	padding-right: 5px;
}

.alert-block ul.free {
	text-align: left;
	margin-bottom: 0px;
}

ul.free li a {
	text-decoration: none;
}

ul.free li a:hover {
	text-decoration: underline;
}

.shadow {
	box-shadow: 0 5px 22px -4px rgba(0, 0, 0, .22);
}

.mb-0 {
	margin-bottom: 0;
}

.pagination-block {
	padding: 20px;
	background-color: #f4f4f2;
	margin-bottom: 40px;
}

.pagination-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4px;
/*	border: 2px solid #babab9;*/
	border: none;
	margin: 0 auto;
}

.pagination-wrapper.no-border {
	border: none;
	max-width: 550px;
	margin: 0 auto;
}

.pagination {
	text-align: center;
}

.pagination.arrows {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.pagination .page-item {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 2px;
}

.pagination .page-item.current {
	background-color: #babab9;
}

.pagination .page-item.current .page-link {
	color: #fff;
}

.pagination .page-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #333;
	text-decoration: none;
}

.pagination .page-link:hover {
	color: #349ae2;
}

.pagination .page-link [class*="icon-"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	color: #babab9;
	line-height: .6;
}

.pagination .page-link [class*="icon-"]:hover {
	color: #349ae2;
}

.data-table {
/*	min-width: 545px; */
	margin-bottom: 20px;
	line-height: 1.2;
}

.data-table table,
.data-table th,
.data-table td {
	border: 1px solid #dddddb;
}

.data-table th {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
	background-color: #f4f4f2;
	padding: 10px;
}

.data-table td {
	vertical-align: top;
	padding: 8px 10px 12px;
}

.data-table td:first-child {
	width: 62%;
	font-size: 12px;
}

.data-table td:nth-child(2) {
	width: 22%;
}

.data-table td:nth-child(4) {
	text-align: center;
}

.data-table h4, .data-table .h4 {
	line-height: 1;
	margin-bottom: 0;
	font-weight: 400;
}

.data-table h4 a {
	text-decoration: none;
}

.data-table h4 a:hover {
	text-decoration: underline;
}

.data-table p {
	margin-bottom: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset-holder {
	border: 1px solid #dddddb;
	margin-bottom: 20px;
}

.tabset-holder h2,
.tabset-holder .h2 {
	margin-bottom: 0;
}

.tabset-holder label {
	display: inline-block;
	font-weight: 800;
	margin-bottom: 5px;
}

.tabset-holder .required-input {
	position: relative;
}

.tabset-holder .required-input:after {
	content: "*";
	position: absolute;
	left: 100%;
	top: -2px;
	color: #349ae2;
}

.user-mail {
	font-size: 18px;
}

.user-sale {
	display: inline-block;
/*	font-size: 16px;*/
	line-height: 18px;
	color: #646b71;
	margin-bottom: 17px;
}

.tabset-list {
	background: #f4f4f2;
}

.tabset-list li {
	display: block;
}

.tabset-list li:first-child a {
	border-left: none;
}

.tabset-list li:last-child a {
	border-right: 1px solid #dddddb;
}

.tabset-list a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #646b71;
	border-left: 1px solid #dddddb;
	border-bottom: 1px solid #dddddb;
	padding: 9px 14px;
}

.tabset-list .active {
	background: #fff;
	border-bottom-color: #fff;
	position: relative;
	color: #333;
}

.tabset-list .active:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 2px;
	background: #7db8df;
}

.tab-content {
	padding: 15px 14px;
}

.form-profile,
.registration-form {
	border-top: 1px dashed #dddddb;
/*	border-bottom: 1px dashed #dddddb;*/
	padding: 19px 0 0;
}

.form-profile .profile-input-holder,
.registration-form .profile-input-holder {
	margin-bottom: 16px;
}

.form-profile .col-title,
.registration-form .col-title {
	display: block;
	font-weight: 800;
	margin-bottom: 3px;
}

.form-profile input,
.registration-form input {
	margin-bottom: 4px;
}

.form-profile input:not(.jcf-radio),
.registration-form input:not(.jcf-radio) {
	display: block;
	max-width: 460px;
	line-height: 15px;
}

.form-profile .profile-radio-holder label,
.registration-form .profile-radio-holder label {
	margin-bottom: 0;
	font-weight: 400;
}

.form-profile [type="submit"],
.registration-form [type="submit"] {
	display: block;
	padding: 7px 14px;
}

.form-profile [type="submit"]:hover,
.registration-form [type="submit"]:hover {
	background: -webkit-linear-gradient(bottom, #2f90df, #39a3e5);
	background: linear-gradient(to top, #2f90df, #39a3e5);
}

.input-description {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #646b71;
}

.input-description .d-block {
	display: block;
}

.input-description a {
	text-decoration: none;
}

.radio-holder {
	display: block;
	font-size: 14px;
	line-height: 23px;
}

.jcf-radio {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #dddddb;
	border-radius: 50%;
	margin-left: 1px;
	margin-right: 6px;
	vertical-align: middle;
}

.jcf-checked:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #349ae2;
}

.add-social {
	padding-top: 18px;
	padding-bottom: 10px;
}

.add-social p {
	margin-bottom: 0;
}

.profile-top-bar {
	margin-bottom: 23px;
}

.profile-top-bar h2,
.profile-top-bar .h2 {
	padding-right: 10px;
	margin-bottom: 15px;
}

.profile-top-bar .btn-opener {
	border: 1px solid #dddddb;
	background: -webkit-linear-gradient(top, #f0f0ee 0%, #e0e0db 100%);
	background: linear-gradient(to bottom, #f0f0ee 0%, #e0e0db 100%);
	border-radius: 3px;
	color: #333;
	font-weight: 400;
	padding: 2px 12px;
	text-decoration: none;
	text-align: center;
}

.profile-top-bar .btn-opener:hover {
	background: -webkit-linear-gradient(bottom, #f0f0ee 0%, #e0e0db 100%);
	background: linear-gradient(to top, #f0f0ee 0%, #e0e0db 100%);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}

.purchase-search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #dddddb;
	padding: 15px 14px 15px;
	margin-bottom: 15px;
}

.purchase-search:before {
	content: "";
	position: absolute;
	right: 59px;
	top: -8px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #dddddb;
	border-left: 1px solid #dddddb;
	background: #fff;
}

.purchase-search .purchase-input-holder {
	margin-bottom: 10px;
}

.purchase-search .purchase-input-holder.date {
	width: 100%;
}

.purchase-search .purchase-input-holder.purchase-number {
	width: 100%;
}

.purchase-search .purchase-input-holder.status {
	width: 100%;
}

.purchase-search .purchase-input-holder.amount {
	width: 100%;
}

.purchase-search .purchase-input-holder.sum {
	width: 100%;
}

.purchase-search .purchase-input-holder input,
.purchase-search .purchase-input-holder .jcf-select {
	width: 100%;
	padding: 1px 10px 3px;
}

.purchase-search option {
	padding: 10px;
}

.purchase-search .datepicker-holder {
	position: relative;
}

.purchase-search .datepicker-holder:after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	background-image: url(/images/calendar.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.purchase-search .datepicker {
	display: inline-block;
	position: relative;
}

.purchase-search .jcf-select {
	display: inline-block;
	position: relative;
	width: 100%;
}

.purchase-search .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.purchase-search .jcf-select-opener:before {
	font-family: "icomoon";
	position: absolute;
	content: "\e90a";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.purchase-search .jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #dddddb;
	margin: 0 0 12px;
	min-width: 150px;
	height: 24px;
}

.purchase-search .jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.purchase-search .btn-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.purchase-search [type="submit"] {
	display: block;
	padding: 5px 21px;
	border-radius: 15px;
	background: -webkit-linear-gradient(bottom, #2f90df, #39a3e5);
	background: linear-gradient(to top, #2f90df, #39a3e5);
}

.purchase-search [type="submit"]:hover {
	background: -webkit-linear-gradient(top, #2f90df, #39a3e5);
	background: linear-gradient(to bottom, #2f90df, #39a3e5);
}

.purchase-search-account .operation .jcf-select {
	min-width: 0;
	padding-right: 20px;
}

.jcf-select-drop-content {
	margin-top: 2px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dddddb;
}

.jcf-list ul:not([class]) li {
	margin-bottom: 0;
	padding: 3px 10px 3px;
}

.jcf-list ul:not([class]) li:before {
	display: none;
}

.jcf-list li:hover {
	background: #a7b3b7;
}

.purchase-table .data-table,
.user-account .data-table {
	margin-bottom: 5px;
}

.purchase-table .data-table td,
.user-account .data-table td {
	font-size: 14px;
}

.purchase-table tr {
	width: 100%;
}

.purchase-table th:nth-child(5) {
	text-align: right;
}

.purchase-table td:first-child {
	width: 15%;
}

.purchase-table td:nth-child(2) {
	text-align: right;
}

.user-account .data-table,
.purchase-table .data-table {
	width: 100%;
}

.user-account th:nth-child(2),
.user-account th:nth-child(3),
.purchase-table th:nth-child(2),
.purchase-table th:nth-child(3) {
	text-align: right;
}

.user-account td,
.purchase-table td {
	padding: 10px;
}

.user-account td:first-child {
	width: 15%;
}

.user-account td:nth-child(2),
.purchase-table td:nth-child(2) {
	width: 15%;
	text-align: right;
}

.user-account td:nth-child(3),
.purchase-table td:nth-child(3) {
	width: 18%;
	text-align: right;
}

.user-account td:nth-child(4),
.purchase-table td:nth-child(4) {
	width: 59.5%;
}

.registration-form {
	border-top: none;
}

.registration-form [type="submit"] {
	font-weight: 400;
}

.registration-social {
	padding-top: 18px;
	padding-bottom: 10px;
}

.registration-social p {
	margin-bottom: 20px;
}

@font-face {
	font-family: "PFBeauSans";
	src: url("../fonts/PFBeauSansPro-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "PFBeauSans";
	src: url("../fonts/PFBeauSansPro-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf") format("truetype"), 
       url("../fonts/icomoon.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
	content: "\e909";
}

.icon-list:before {
	content: "\e90b";
}

.icon-spinner:before {
	content: "\e90d";
}

.icon-loading:before {
	content: "\e90d";
}

.icon-loading-wheel:before {
	content: "\e90d";
}

.icon-refresh:before {
	content: "\e90d";
}

.icon-repeat:before {
	content: "\e90d";
}

.icon-busy:before {
	content: "\e90d";
}

.icon-wait:before {
	content: "\e90d";
}

.icon-arrow:before {
	content: "\e90d";
}

.icon-angle-down:before {
	content: "\e90a";
}

.icon-angle-up:before {
	content: "\e90c";
}

.icon-angle-right:before {
	content: "\e907";
}

.icon-angle-double-right:before {
	content: "\e908";
}

.icon-angle-left:before {
	content: "\e905";
}

.icon-angle-double-left:before {
	content: "\e906";
}
.icon-folder:before {
	content: "\e902";
}

.icon-search:before {
	content: "\e904";
}

.icon-locked:before {
	content: "\e901";
}

.icon-feed:before {
	content: "\e903";
}

.icon-user:before {
	content: "\e900";
}

.icon-settings:before {
	content: "\e992";
}

.search-form-wrap .icon-settings {
	padding: 7px 9px 5px 0px;
	cursor: pointer;
}

.search-form-wrap .icon-settings:hover {
	color: #2f90df;
}

input#toggle[type="checkbox"] + .search-settings {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear, max-height 0.33s ease-out;
}

input#toggle[type="checkbox"]:checked + .search-settings {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
	transition: opacity 0.33s linear, max-height 0.33s ease-out;
}

input#toggle[type="checkbox"]:checked ~ .icon-settings {
	color: #2f90df;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1008px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 480px) {

	.header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 14px 0 10px;
		text-align: left;
	}

	.registration-links, .cart-links {
		margin: 0 0 0 auto;
	}

	.registration-links li, .cart-links li {
		width: auto;
	}

	.pay-btns {
		max-width: 250px;
		margin: 0 auto;
	}

	.breadcrumbs {
		display: none;
	}	
}

@media screen and (min-width: 480px) 
{
	.tabset-list li {
		display: inline-block;
	}

	.tabset-list li + li {
		margin-left: -4px;
	}

	.profile-top-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.profile-top-bar h2,
	.profile-top-bar .h2 {
		margin-bottom: 0;
	}
}


@media (min-width: 680px) {


}

@media (min-width: 768px) {
	.header-bottom .search-form {
		margin-bottom: 0;
		width: 74%;
	}

	.header-top .logo-text {
		display: inline;
	}

	.header-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-bottom .search-form {
		margin-bottom: 0;
	}

	.footer p {
		padding: 0 125px;
	}

	.aside-block {
		margin-bottom: 20px;
	}

	.doc-preview-bottom {
		text-align-last: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.doc-author {
		font-size: 22px;
		padding-right: 180px;
	}
	
	.doc-info {
		display: block;
	}
	
	.doc-info li {
		text-align-last: left;
	}

	.doc-info li:last-child {
		margin-right: 0;
	}

	.doc-preview-card {
		padding-right: 20px;
		margin-top: -140px;
	}

	.intro {
		margin-bottom: 50px;
	}

	.dissertation-topic-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.dissertation-topic {
		width: 50%;
		padding: 0 15px;
	}

	.coupon label {
		display: inline-block;
		margin: 0 16px 0 0;
	}

	.search-form-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.search-block .btn-wrap {
		padding-left: 10px;
	}

	.search-block .col {
/*		width: 10%;*/
	}

	.search-block .col.col-lg {
		width: 40%;
	}
	
	.pay-btns {
/*		text-align: left;*/
	}

	main {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sidebar {
		width: 26%;
		padding-right: 30px;
	}

	.content {
		width: 74%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.social-right {
		bottom: auto;
		top: 114px;
	}

	.breadcrumbs {
		display: inherit;
		margin-bottom: 18px;
	}	
	.social, .acc {
		margin-bottom: 0;
		margin-left: 0;
	}

}

@media screen and (min-width: 768px) {
	.registration-links, .cart-links {
		font-size: 14px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.registration-links.registered-user .registration-link {
		padding-left: 18px;
		padding-right: 18px;
	}

	.acc {
		margin-bottom: 0;
	}

	.tabset-holder {
		margin-bottom: 0;
	}

	.profile-top-bar .btn-opener {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.registration-links .registration-link, .cart-links .cart-link  {
		padding: 6px 28px;
	}
	.search-form input[type="submit"] {
		padding: 2px 21px;
	}

	.doc-author li {
		margin-bottom: 23px;
	}

	.doc-author-icon {
		padding-right: 24px;
		margin-right: 16px;
	}

	.doc-info li {
		display: inline-block;
	}

	.doc-preview-card {
		margin-top: -174px;
	}

	.alert-block {
		margin-bottom: 30px;
	}

	.pay-btn {
		margin-right: 16px;
	}

	.pay-btn:last-child {
		margin-right: 5px;
	}
	.pagination-block {
		margin-bottom: 88px;
	}

	.pagination {
		font-size: 16px;
	}

	.pagination .page-item {
		padding: 6px 12px;
	}

	.pagination .page-link [class*="icon-"] {
		font-size: 28px;
	}
}

@media screen and (min-width: 1024px) {
	.purchase-search .purchase-input-holder + .purchase-input-holder {
		margin-left: 13px;
	}

	.purchase-search .purchase-input-holder.date {
		-ms-flex-preferred-size: 19%;
		flex-basis: 19%;
	}

	.purchase-search .purchase-input-holder.purchase-number {
		-ms-flex-preferred-size: calc(17% - 13px);
		flex-basis: calc(17% - 13px);
	}

	.purchase-search .purchase-input-holder.status {
		-ms-flex-preferred-size: calc(28.5% - 13px);
		flex-basis: calc(28.5% - 13px);
	}

	.purchase-search .purchase-input-holder.amount {
		-ms-flex-preferred-size: calc(17.8% - 13px);
		flex-basis: calc(17.8% - 13px);
	}

	.purchase-search .purchase-input-holder.sum {
		-ms-flex-preferred-size: calc(17.7% - 13px);
		flex-basis: calc(17.7% - 13px);
	}
}


@media (max-width: 1023px) {
	.table-responsive {
		overflow-x: auto;
	}
}

@media screen and (max-width: 1023px) {
	.operation {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.social-aside {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}
}

