@font-face {
    font-family: iconfont;
    src: url(/fonts/sprite/iconfont.eot);
    src: url(/fonts/sprite/iconfont.eot?#iefix) format('eot'), url(/fonts/sprite/iconfont.woff) format('woff'), url(/fonts/sprite/iconfont.ttf) format('truetype'), url(/fonts/sprite/iconfont.svg#iconfont) format('svg');
}

.iconfont,
.iconfont-fb:before,
.iconfont-gp:before,
.iconfont-tw:before,
.iconfont-vk:before {
    font-family: iconfont;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont-fb:before {
    content: '\E001';
}

.iconfont-gp:before {
    content: '\E002';
}

.iconfont-tw:before {
    content: '\E003';
}

.iconfont-vk:before {
    content: '\E004';
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

a:after,
a:before,
abbr:after,
abbr:before,
acronym:after,
acronym:before,
address:after,
address:before,
applet:after,
applet:before,
article:after,
article:before,
aside:after,
aside:before,
audio:after,
audio:before,
b:after,
b:before,
big:after,
big:before,
blockquote:after,
blockquote:before,
body:after,
body:before,
canvas:after,
canvas:before,
caption:after,
caption:before,
center:after,
center:before,
cite:after,
cite:before,
code:after,
code:before,
dd:after,
dd:before,
del:after,
del:before,
details:after,
details:before,
dfn:after,
dfn:before,
div:after,
div:before,
dl:after,
dl:before,
dt:after,
dt:before,
em:after,
em:before,
embed:after,
embed:before,
fieldset:after,
fieldset:before,
figcaption:after,
figcaption:before,
figure:after,
figure:before,
footer:after,
footer:before,
form:after,
form:before,
h1:after,
h1:before,
h2:after,
h2:before,
h3:after,
h3:before,
h4:after,
h4:before,
h5:after,
h5:before,
h6:after,
h6:before,
header:after,
header:before,
hgroup:after,
hgroup:before,
html:after,
html:before,
i:after,
i:before,
iframe:after,
iframe:before,
img:after,
img:before,
ins:after,
ins:before,
kbd:after,
kbd:before,
label:after,
label:before,
legend:after,
legend:before,
li:after,
li:before,
mark:after,
mark:before,
menu:after,
menu:before,
nav:after,
nav:before,
object:after,
object:before,
ol:after,
ol:before,
output:after,
output:before,
p:after,
p:before,
pre:after,
pre:before,
q:after,
q:before,
ruby:after,
ruby:before,
s:after,
s:before,
samp:after,
samp:before,
section:after,
section:before,
small:after,
small:before,
span:after,
span:before,
strike:after,
strike:before,
strong:after,
strong:before,
sub:after,
sub:before,
summary:after,
summary:before,
sup:after,
sup:before,
table:after,
table:before,
tbody:after,
tbody:before,
td:after,
td:before,
tfoot:after,
tfoot:before,
th:after,
th:before,
thead:after,
thead:before,
time:after,
time:before,
tr:after,
tr:before,
tt:after,
tt:before,
u:after,
u:before,
ul:after,
ul:before,
var:after,
var:before,
video:after,
video:before {
    box-sizing: border-box;
}

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

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

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

[hidden],
template {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    background: 0 0;
}
p a {
    color: #2B5EC7;
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
}

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

ol,
ul {
    list-style: none;
}

pre {
    white-space: pre-wrap;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: 0;
}

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
}

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

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

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

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

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

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

body,
html {
    height: 100%;
}

body {
    font-family: Arial;
    line-height: 1.5;
    color: #333;
    background: #ddd;
}

.clearfix:after {
    display: table;
    clear: both;
    content: '';
}

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

.align-left,
.align-right {
    text-align: right;
}

.mainwrap {
    min-height: 100%;
    margin-bottom: -40px;
}

.mainwrap:after {
    display: block;
    height: 40px;
    content: '';
}

.footer {
    height: 40px;
    background-color: #eee;
}

.footer__inner {
    min-width: 320px;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.header {
    margin-bottom: 0;
    background-color: #fff;
}

.header__login {
    float: right;
    margin-top: 3px;
}

.header__login-wrap {
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    border-bottom: 1px #dadada solid;
    background: url(/images/logo_new.png) no-repeat;
}

.header__inner {
    min-width: 960px;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.header__login-recovery {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    display: block;
    width: 15px;
    margin-left: 188px;
    text-decoration: underline;
    color: #2a7fd6;
}

.header__login-link {
    font-family: Voltaire, sans-serif;
    font-size: 26px;
    float: left;
    padding-left: 65px;
    text-transform: uppercase;
}

.header__login-link_ext {
    font-size: 15px;
    color: #a0a0a0;
}

.header__login-submit {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 33px 5px 37px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background: #2a80d7;
}

.header__login-submit:active {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

.header__login-password,
.header__login-user {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
    width: 108px;
    height: 27px;
    margin-right: 6px;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 10px;
    border: none;
    border-radius: 2px;
    background: #dadada;
}

.header__menu {
    overflow: hidden;
    min-width: 900px;
    padding-top: 9px;
    padding-bottom: 10px;
}

.header__menu-list {
    float: left;
}

.header__menu-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin-right: 39px;
    transition: color .3s;
}

.header__menu-item:hover {
    color: #e77900;
}

.header__menu-phone {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    float: right;
    margin-right: 111px;
    padding-top: 3px;
}

.header__menu-phone:before {
    position: absolute;
    top: 4px;
    left: -22px;
    display: block;
    width: 17px;
    height: 17px;
    content: ' ';
    background-image: url(/images/sprite.png);
    background-position: 0 0;
}

.header__menu-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #676767;
}

.header__menu-chat {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    position: relative;
    float: right;
    margin-top: 6px;
    transition: border-bottom .3s;
    color: #4d8b00;
    border-bottom: 1px dashed #4d8b00;
}

.header__menu-chat:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
    color: #4d8b00;
}

.header__menu-chat:before {
    position: absolute;
    top: 0;
    left: -22px;
    display: block;
    width: 17px;
    height: 14px;
    content: ' ';
    background-image: url(/images/sprite.png);
    background-position: -14px -17px;
}

.content {
    min-width: 320px;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.service-options {
    min-width: 961px;
    height: 384px;
    background: url(/images/bg.jpg);
    box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, .4), inset 121px 6px 154px rgba(0, 0, 0, .2), inset -121px 18px 154px rgba(0, 0, 0, .2);
}

.service-options__inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.service-options__header {
    font-family: 'Carter One', cursive;
    font-size: 50px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 70px;
    margin-bottom: 29px;
    letter-spacing: -.1px;
    color: #fff;
}

.service-options__left {
    position: relative;
    float: left;
    width: 580px;
}

.service-options__left:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -79px;
    display: block;
    width: 246px;
    height: 385px;
    content: ' ';
    pointer-events: none;
    background: url(/images/woman.png) no-repeat;
}

.service-options__features-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    position: relative;
    display: inline-block;
    width: 240px;
    margin-bottom: 12px;
    padding-left: 29px;
    vertical-align: top;
    color: #8bceff;
}

.service-options__features-item:before {
    position: absolute;
    top: 2px;
    left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    content: ' ';
    background-image: url(/images/sprite.png);
    background-position: -17px 0;
}

.service-options__features-item:last-child {
    top: -17px;
}

.service-options__right {
    position: relative;
    z-index: 0;
    right: -32px;
    float: left;
    width: 380px;
    height: 100%;
    padding-top: 34px;
    padding-left: 50px;
    background: url(/images/bg-ie8.jpg);
    background: rgba(255, 255, 255, .15);
    box-sizing: border-box;
}

.service-options__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    color: #fff;
}

.service-options__select {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 240px;
    height: 37px;
    margin-bottom: 5px;
    padding-left: 5px;
    border: none;
    border-radius: 2px;
    background: #e3eef0;
}

.service-options__select_unchanged {
    color: #698daf;
}

.service-options__select_unchanged option {
    color: #000;
}

.service-options__submit {
    position: relative;
    left: -9px;
    width: 260px;
    height: 77px;
    margin-top: 10px;
    padding-top: 12px;
    padding-left: 35px;
    border-radius: 17px;
    background: url(/images/submit-bg-ie8.jpg);
    background: rgba(0, 0, 0, .22);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-options__submit-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    width: 156px;
    height: 56px;
    margin-left: 21px;
    padding-top: 11px;
    padding-left: 25px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-bottom: 4px #003782 solid;
    border-radius: 13px;
    background: #ff8a00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-options__submit-btn:before {
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 14px;
    height: 14px;
    content: ' ';
    background-image: url(/images/sprite.png);
    background-position: 0 -17px;
}

.service-options__submit-btn:active {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

.service-options__submit-value {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 800;
    position: relative;
    top: 4px;
    display: inline;
    color: #fff;
}

.hidden,
.service-options__select option[disabled] {
    display: none;
}

.headr_bg {
    background: #fff;
    overflow: hidden;
}

.dso_header {
    min-width: 960px;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}

.dso_header .dso_logo {
    position: relative;
    top: -5px;
    float: left;
}

.dso_login-form {
    position: relative;
    float: right;
    top: 15px;
    width: 391px;
}

.service-options {
    margin: 0 -10000px;
    padding: 0 10000px;
    margin-bottom: 20px;
}

input.dso_lf-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
    width: 108px;
    height: 27px;
    margin-right: 6px;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 10px;
    border: none;
    border-radius: 2px;
    background: #dadada !important;
}

.dso_login-form .dso_lf-submit {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 33px 5px 37px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background: #2a80d7;
    width: inherit;
    height: inherit;
}

.dso_login-form .dso_forgot-pass {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    display: block;
    width: 40px;
    margin: 0;
    margin-left: 225px;
    text-decoration: underline;
    color: #2a7fd6 !important;
}

.header__menu {
    border-top: 1px #dadada solid;
}

ul.header__menu-list {
    margin: 0;
}

.header__menu-item {
    background: none;
    padding: 0;
}

.header__menu-link {
    text-decoration: none;
    color: inherit;
    background: 0 0;
}

.header__menu-link:hover {
    text-decoration: none;
}

.service-options__left:after {
    right: -90px;
}

.service-options__right {
    right: -50px;
}

.service-options__submit-btn:hover {
    color: #fff;
    text-decoration: none;
}

.dso_login-form .dso_lf-submit:hover {
    background: #2a80d7;
}

body {
    background: #fff;
}

h1 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.2;
}

.header__menu {
    border-bottom: 1px #dadada solid;
}

.uh-switcher {
    margin-top: 10px;
    background: url('//img1.rushessay.com/images/newDesign/cb.png') left top no-repeat transparent;
    display: inline-block;
    height: 23px;
    padding-left: 30px;
    font: 15px 'Open Sans', sans-serif;
    color: #ffffff;
    cursor: pointer;
}

.uh-switcher.active {
    background-position: left bottom;
}

.uh-switcher .st-b {
    font-weight: 600;
}

p {
    margin-bottom: 15px;
    padding: 0;
    text-align: justify;
}

#account_name,
#account_name a {
    color: #676767;
    font-size: 14px;
}

#account_name {
    padding-top: 10px;
    margin: 0;
}

#admin-pane {
    display: none !important;
}

.dso_colored-box {
    border: 0;
    background: #2a7fd6;
    padding: 15px 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    margin: 0 0 20px 0;
    margin-top: 10px;
}

.dso_side-services li {
    background: none;
    position: relative;
}

.dso_side-services li:before {
    content: '\2022';
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 16px;
    left: 0;
    line-height: 0;
}

.dso_side-services li a {
    color: #fff;
    border: none;
    line-height: 1.2;
    padding: 8px 0px;
}

.dso_side-services li a:hover {
    text-decoration: none;
    color: #ff8a00;
}

.dso_side-services li:hover:before {
    color: #ff8a00;
}

img[src$="dissertation-service-order-sb.jpg"] {
    width: 100%;
}

#order_form div#order_total_block {
    height: auto !important;
    background: #fff2ae;
    padding-bottom: 10px;
}

#row_will_upload_files .form_el_container {
    font-size: 12px;
}

#order_details #row_will_upload_files .form_el_container {
    width: auto !important;
}

#phone_order_hint {
    margin-left: 5px;
}

#order_form table#accept_table td {
    padding-top: 20px;
}

.header-logo {
    font-family: Voltaire;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    font-size: 26px;
    background: url(/images/header-logo.png) no-repeat 0px 50%;
    padding: 15px 0px 15px 75px;
    display: inline-block;
    margin-bottom: 5px;
}

.header-logo:hover {
    text-decoration: none;
    color: #333333;
}

.header-logo__span {
    color: #a0a0ab;
    font-size: 16px;
}

#preview_table_container td {
    font-size: 14px !important;
    padding-right: 20px !important;
    font-weight: normal !important;
}

#preview_table_container .preview_value {
    font-size: 14px !important;
}

#preview_table_container #value_cost_per_page {
    font-size: 14px;
}

#preview_table_container #value_details {
    padding: 0;
}

#preview_table_container .sweet-checkbox a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    float: none;
}

#preview_table_container .vas_price {
    top: 0 !important;
}

#preview_table_container #phone_order_hint {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 5px;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.page-wrapper__header,
.page-wrapper__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.dso_left-colomn a.button.orange {
    background: orange;
    font-size: 14px;
    text-align: center;
    width: 216px;
    border-radius: 2px;
}

.dso_left-colomn a.button.orange:hover {
    background: #ffb224;
}

.top_menu_customer_profile .id_curr a {
    text-decoration: none;
    color: #ff8a00;
}

.top_menu_customer_profile .id_curr:before {
    color: #ff8a00;
}

.front-calc__price {
    text-align: center;
    margin-bottom: 0px;
    font: 18px 'Open Sans', sans-serif;
    color: #ffffff;
    display: block;
    width: 240px;
    font-weight: 600;
    padding-top: 5px;
}

.front-page-h1 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-size: 50px;
    line-height: 1;
}

.front-page__items {
    font-size: 17px;
    color: #8bceff;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1;
}

.front-page__item {
    background: url(/images/front-page__item.png) no-repeat 0px 0px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.dso_price-infos,
.dso_quality-level {
    margin-bottom: 15px;
}

#prices {
    margin-bottom: 20px;
}

#prices td {
    border: 1px solid #ddd;
}

#prices {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#prices td {
    height: 36px;
    vertical-align: middle;
    text-align: center;
    color: #575757;
    font-size: 14px;
    background-color: #fff;
}

#prices td + td {
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

#prices td + td + td + td {
    border-right: 1px solid #d4d4d4;
}

#prices .bottom_green {
    display: none;
}

#prices .urgency_th {
    font-size: 14px;
    font-weight: 800;
    color: #7eba00;
}

#prices th {
    width: 25%;
    padding: 0;
    font-size: 16px;
    color: #fff;
    border-top: 0px solid transparent;
    text-align: center;
}

#prices th + th span {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #2a7fd6;
}

#prices a {
    display: block;
    width: 100%;
    min-height: 36px;
    line-height: 36px;
    color: #575757;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#prices a:hover {
    color: #fff;
    background: #2a7fd6;
}

#prices a:hover:after {
    content: 'Order';
    display: inline;
    color: #fff;
    margin-left: 5px;
}

#prices .price_without_promo {
    text-decoration: line-through;
    margin-right: 5px;
}

#prices .urgency {
    color: #919191;
}

.block_price {
    padding: 1px;
}

.price-table__label {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    width: 172px;
    text-align: left;
    color: #444;
    float: left;
}

.block_price select {
    width: 300px;
}

#sel_dt_row,
#sel_sa_row,
.vgrad-need,
#sel_currency,
.curr_and_check {
    margin-bottom: 10px;
    clear: both;
}

.curr_container {
    display: inline;
}

.curr_container a {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #444;
    text-decoration: none;
}

.curr_container a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.curr_container a.active {
    color: #2a7fd6;
}

.add_promocode {
    display: none;
}

.add_promocode + label {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
    color: #444;
    background: url(/images/order_form_new/sweet_checkbox.gif) no-repeat 0 0 transparent;
    padding-left: 30px;
    line-height: 20px;
    display: block;
    cursor: pointer;
}

.add_promocode:checked + label {
    background-position: 0px 100%;
}

.dso_content ul li {
    background-position: 0px 9px;
}

.dso_medit-text .dso_readmore-link {
    font-size: 14px;
    display: block;
    font-style: italic;
    width: 80px;
    margin-top: 5px;
    color: #2a7fd6;
}

#row_preff_wr_id #phone_order_hint {
    margin-left: -35px;
    padding-top: 5px;
    display: inline-block;
}

#row_preff_wr_id li {
    padding-left: 0;
}

#row_preff_wr_id br {
    display: none;
}

#prefwriter_urgency_attention {
    clear: both;
}

#row_order_category #langstyle_container {
    padding-right: 0;
}

#order_form .phone_conteiner #phone_order_hint {
    margin-right: 12px;
}

.contact-us__email-chat {
    text-align: center;
    margin-bottom: 20px;
}

.contact-us__email-chat a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    font-size: 20px;
}

.dso_complex-header .dso_header-date {
    bottom: 23px;
}

.orderform #preview_table_container td.label {
    line-height: 1.2;
    padding-bottom: 5px;
}

.orderform #preview_table_container .vas_row td.label {
    vertical-align: middle;
}

.dso_content .title_vas_info {
    margin-top: 22px;
}

.thank-you-page-vases {
    float: right;
    margin-left: 50px;
}

.dso_footer-submenu {
    top: 121px;
}

.feedbackPaneHeading {
    margin-bottom: 0px;
}

.white-wrapper-customer,
.edit-profile-page,
#customer-discounts,
.identity,
#customer-credits,
.customer-profile-edit {
    padding-top: 10px;
}

.request__nav-send {
    color: #fff;
    text-shadow: -1px -1px 1px #e58800;
    background: #ffac00;
    background: -moz-linear-gradient(top, #ffac00 0%, #ff7900 100%);
    background: -webkit-linear-gradient(top, #ffac00 0%, #ff7900 100%);
    background: linear-gradient(to bottom, #ffac00 0%, #ff7900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac00', endColorstr='#ff7900', GradientType=0);
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px;
    height: auto;
    border: none;
}

.request__nav-cancel {
    color: #fff;
    text-shadow: -1px -1px 1px #e58800;
    background: #ffac00;
    background: -moz-linear-gradient(top, #ffac00 0%, #ff7900 100%);
    background: -webkit-linear-gradient(top, #ffac00 0%, #ff7900 100%);
    background: linear-gradient(to bottom, #ffac00 0%, #ff7900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac00', endColorstr='#ff7900', GradientType=0);
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px;
    height: auto;
    border: none;
    margin-left: 20px !important;
}

.popup-container p {
    text-align: center;
}

.disclaimer {
    max-width: 680px;
    padding: 10px;
    font-size: 11px;
}
.disclaimer::before {
    content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}
