@font-face {
    font-family: 'FontAwesome';
    src: url('/redesign/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('/redesign/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/redesign/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/redesign/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/redesign/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/redesign/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #535353;
    position: relative;
}
.bm2 {
    margin-bottom: 10px;
}
.baseWidth {
    width: 940px;
    margin: 0 auto;
}
.container {
    padding-right: 28px;
    padding-left: 28px;
}

.loginBaseWidth {
    max-width: 1383px;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

/*.loginBaseWidth > div {*/
    /*line-height: 30px;*/
/*}*/

.baseWidthCenter {
    max-width: 1383px;
    margin: 0 auto;
}

.headerCenter {
    position: relative;
    width: 940px;
    margin: 0 auto;
    text-align: center;
}

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

.toCenter {
    margin: 0 auto;
    text-align: center;
}

.btn {
    display: inline-block;
    margin: 10px auto;
    padding: 12px 40px;
    border-radius: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 800;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}
.text_part.req-btn .btn {
    padding: 3px;
    -webkit-border-radius:0px!important;
    -moz-border-radius:0px!important;
    border-radius:0px!important;
    font-size: 14px;
    font-weight: 100;
    color: #000!important;
    text-transform: none;
}

.btn.aqua {
    background: #1DC0C0;
}

.btn.orange {
    background: #ff8e43;
}

.btn.orange:hover {
    background: #ff7b2c;
}

.btn.orange:active {
    background: #ff8030;
}

.btn.blue {
    background: #26a4d3;
}

.btn.blue:hover {
    background: #26b1e5;
}

.btn.blue:active {
    background: #2d9fcb;
}

.btn.green {
    background: #469c54;
}

.btn.green:hover {
    background: #16c25f;
}

.btn.green:active {
    background: #01bc59;
}

.contentRightCol .btn {
    padding: 12px 35px;
    font-size: 27px;
}

.headerWide {
    width: 100%;
}

.headerTopWide {
    width: 100%;
    height: 60px;
    background: #2e2e2e;
}

.headerTopIn {
    height: 78px;
}

.logo {
    display: block;
    width: 353px;
    height: 60px;
    float: left;
    background-image: url(/redesign/images/logo-desc.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.2s;
}

.logo:hover {
    background-color: #1dc0c0;
}

.logo:active {
    background-color: #36dddc;
}

.headerWide {
    min-width: 940px;
    background: url(/redesign/images/header_bg.png) center bottom repeat-x #3d4860;
}

.headerWide.innerPage {
    background: url(/redesign/images/header_bg_Inner3.png) center center repeat-x #3d4860;
}

.headerIn {
    position: relative;
    min-height: 565px;
    background: url(/redesign/images/alien.png) center bottom no-repeat;
}

.headerTopInRight {
    float: right;
}

.top_nav {
    float: right;
    line-height: 60px;
    list-style: none;
}

.top_nav li {
    float: left;
}

.top_nav li a {
    display: block;
    padding: 0 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.top_nav li a:hover {
    background: #3c3c3c;
}

.top_nav li a:active {
    background: #454545;
}

.login {
    line-height: 60px;
}

.login .spacer {
    display: block;
    padding: 0 20px 0 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url(/redesign/images/spacer.png) 15px 19px no-repeat #3c3c3c;
    transition: background 0.5s;
}

.login .active {
    background-color: #1DBFC1;
}

.headerWide h1 {
    margin-top: 30px;
    margin-bottom: 18px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    clear: both;
}

.headerWide .orderTop {
    padding: 12px 44px;
    border-radius: 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 31px;
    text-align: center;
    background: #ff8e43;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s;
}

.headerWide .orderTop:hover {
    background: #ff7b2c;
}

.headerWide .orderTop:active {
    background: #ff8030;
}
.headerWide.innerPage .firstTime {
    position: absolute;
    right: 5px;
    top: 0;
    left: 61%;
    height: 196px;
}
.firstTime {
    position: relative;
    top: 120px;
    left: 56%;
    background: url(/redesign/images/cloud_bg.png) center center no-repeat;
    width: 372px;
    height: 192px;
}
.headerWide.innerPage .firstTime p {
    padding-top: 17px;
    padding-left: 85px;
}

.firstTime p {
    padding-top: 35px;
    padding-left: 116px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 22px;
    text-transform: uppercase;
    color: #2a374e;
}

.firstTime p span {
    font-size: 28px;
    text-decoration: underline;
}

.firstTime .discountCode {
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}
.headerWide.innerPage .firstTime .order {
    margin-left: 85px;
}
.firstTime .order {
    padding: 10px 22px;
    margin-top: -22px;
    display: inline-block;
    margin-left: 116px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    border-radius: 20px;
    background: #12c9c9;
    text-decoration: none;
    color: #fff;
    transition:background .2s;
}

.orderPrice {
    padding: 12px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 35px;
    background: #12c9c9;
    text-decoration: none;
    color: #fff;
    transition:background .2s;
    font-family: 'Open Sans', sans-serif;
    font-size: 31px;
    font-weight: 800;
    position: relative;
    top: 160px;
}
#total_price {
    font-size: 36px;
    position: relative;
    top: 150px;
    text-align: center;
    font-weight: 600;
}
#totalPrice {
    color: #3ac7c7;
}

.firstTime .order:hover, .orderPrice:hover {
    background: #36dddc;
}
.firstTime .order:active {
    background: #12c8c9;
}

.banner_main_mobile {
    display: none;
}

.servicesMenu {
    background: #2a374e;
}

.navBottom {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: table;
}

.menuTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #1dc0c0;
}

.order_top_discount {
    display: none;
}

.navBottom li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    min-width: 100px;
}

.navBottom li a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #434f68;
    color: #fff;
}

.navBottom .light a {
    background: #59667f;
}

.navBottom .light a:hover:after,
.navBottom li a:hover:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 24px;
    display: block;
    left: 50%;
    margin-left: -12px;
}

.navBottom .light a:hover:after {
    background: url(/redesign/images/menuArrow.png) bottom center no-repeat;
}

.navBottom li a:hover:after {
    background: url(/redesign/images/menuArrow_darker.png) bottom center no-repeat;
}

.innerPage .headerIn {
    min-height: 310px;
    background: url(/redesign/images/alien_innerPage.png) 57% bottom no-repeat;
    transition:background .2s;
}

.orderPage .headerIn {
    min-height: 0;
    background: none;
}

.innerPage .headerCenter {
    text-align: left;
}

.innerPage h1 {
    text-align: left;
    font-size: 33px;
    margin-bottom: 4px;
}

.innerPage .subjects {
    margin: 0 0 32px;
    padding: 0;
}

.innerPage .subjects li {
    margin-left: 35px;
    float: left;
    color: #fff;
    list-style: none;
    font-size: 18px;
    font-weight: 100;
}

.innerPage .subjects li:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.innerPage .subjects li:first-child {
    margin: 0;
}

.innerPage .firstTime {
    bottom: -40px;
    right: 5px;
    width: 335px;
    background: url(/redesign/images/cloud_bg_innerPage.png) center center no-repeat;
}

.first_time_here_mobile {
    display: none;
}

h1 {
    margin-bottom: 12px;
    font-size: 32px;
    color: #535353;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 12px;
    font-size: 27px;
    font-weight: 700;
    color: #535353;
    text-transform: uppercase;
}

.contentRightCol h2 {
    margin: 15px 0 10px 0;
    padding: 0;
    color: #384653;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

h4.label {
    padding: 12px 0 2px 0;
    font-size: 15px;
    color: #262626;
}

.content {
    display: table;
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 940px;
}

.link {
    color: #036cd2;
}

.link:hover {
    color: #32abff;
}

.content > .left {
    width: 582px;
    float: left;
    padding-right: 40px;
    border-right: 1px dotted #d3ebf2;
}

.prodItem {
    width: 100%;
    display: table;
    padding-top: 14px;
}

.prodItem .left img {
    margin-top: 10px;
}

.prodItem > .left {
    height: 100%;
    display: table-cell;
    min-width: 100px;
    vertical-align: top;
    padding-right: 30px;
}

.prodItem > .right {
    display: table-cell;
    vertical-align: top;
}

.prodItem h4 {
    height: 30px;
    margin: 0;
    padding-top: 0;
    font-size: 22px;
    font-weight: bold;
    color: #26a4d3;
}

.prodItem .bottom {
    padding-top: 10px;
}

.prodItem .link {
    line-height: 26px;
    color: #1f96c3;
}

.prodItem .link:hover {
    text-decoration: none;
    color: #1090bf;
}

.prodItem .link:after {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 5px;
    color: #108fbf;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prodButton {
    display: block;
    width: auto;
    float: right;
    padding: 6px 12px;
    border: 2px solid #ff8e43;
    font-weight: 800;
    color: #ff8e43;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s all;
}

.prodButton:hover {
    background: #ff7b2c;
    border-color: #ff7b2c;
    color: #fff;
}

.prodButton:active {
    background: #ff8030;
    border-color: #ff8030;
    color: #fff;
}

.contentRightCol {
    width: 282px;
    padding-top: 5px;
    float: right;
}

.contentRightCol_thank {
    width: 382px;
    padding-top: 20px;
    float: right;
}

.whyChooseUl {
    padding-left: 20px;
    font-size: 12px;
    color: #333;
}

.whyChooseUl li {
    padding-bottom: 14px;
    position: relative;
    line-height: 150%;
    list-style: none outside none;
    text-align: left;
}

.whyChooseUl li:before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: -24px;
    text-align: center;
    border-radius: 50%;
    background: #4da45d;
    color: #f4f4f4;

}

.discountTable {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0;
    background: #f6e0ba;
}

.discountTable td {
    height: 37px;
    font-size: 15px;
    border: 1.5px solid #fff;
    text-align: center;
    color: #e45b00;
    font-weight: bold;
}

.discountTable td span {
    font-size: 20px;
}

.discountTable td:first-child {
    width: 50%;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.testiBlock {
    display: table;
}

.testiUl {
    list-style: none;
    color: #333;
    padding: 0;
}

.testiUl li {
    position: relative;
}

.testiUl li:before {
    content: '';
    display: block;
    width: 24px;
    height: 25px;
    position: absolute;
    right: 20px;
    bottom: 8px;
    background: url(/redesign/images/testi_corner.png) 0 0 no-repeat;
}

.testiUl li p {
    padding: 15px;
    background: #e0e0e0;
    font-weight: 100;
}

.testiUl li .testiName {
    margin-right: 60px;
    text-align: right;
    font-weight: bold;
}

.orderNowButton {
    display: block;
    margin: 20px auto;
    width: 215px;
    height: 69px;
    line-height: 69px;
    border: 1px solid #f7dd00;
    border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(css/PIE.htc);
    background: #f3dc40;
    background: -webkit-linear-gradient(#f2e747, #ffbd02);
    background: -moz-linear-gradient(#f2e747, #ffbd02);
    background: -o-linear-gradient(#f2e747, #ffbd02);
    background: linear-gradient(#f2e747, #ffbd02);
    box-shadow: inset 0 0 1px 1px #fdfce7;
    text-align: center;
    text-shadow: 0 1px 1px #f9ea9b;
    color: #9b6700 !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.orderNowButton:hover {
    background: #d9c338;
    background: -webkit-linear-gradient(#fff686, #ffd21e);
    background: -moz-linear-gradient(#fff686, #ffd21e);
    background: -o-linear-gradient(#fff686, #ffd21e);
    background: linear-gradient(#fff686, #ffd21e);
}

.orderNowButton:active {
    background: #bfac30;
    background: -webkit-linear-gradient(#ffbd02, #f2e747);
    background: -moz-linear-gradient(#ffbd02, #f2e747);
    background: -o-linear-gradient(#ffbd02, #f2e747);
    background: linear-gradient(#ffbd02, #f2e747);
    text-shadow: 0 -1px 1px #f9ea9b;
    box-shadow: none;
}

.orderNowButton.side {
    width: 100%;
}

.orderNowButton.side.blue {
    border: 1px solid #1e87de;
    background: #167eda;
    background: -webkit-linear-gradient(#2a92e3, #026bd1);
    background: -moz-linear-gradient(#2a92e3, #026bd1);
    background: -o-linear-gradient(#2a92e3, #026bd1);
    background: linear-gradient(#2a92e3, #026bd1);
    box-shadow: inset 0 0 1px 1px #64b0eb;
    color: #fff !important;
}

.orderNowButton.side.blue:hover {
    background: #136fbf;
    background: -webkit-linear-gradient(#2482c9, #025db8);
    background: -moz-linear-gradient(#2482c9, #025db8);
    background: -o-linear-gradient(#2482c9, #025db8);
    background: linear-gradient(#2482c9, #025db8);
}

.orderNowButton.side.blue:active {
    background: #1160a6;
    background: -webkit-linear-gradient(#026bd1, #2a92e3);
    background: -moz-linear-gradient(#026bd1, #2a92e3);
    background: -o-linear-gradient(#026bd1, #2a92e3);
    background: linear-gradient(#026bd1, #2a92e3);
    box-shadow: inset 0 0 1px 1px #64b0eb;
    color: #fff;
}

.orderTopButton {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 98px;
    left: -50px;
    width: 204px;
    height: 73px;
    line-height: 73px;
    border-top: 1px solid #fcfee2;
    border-right: 1px solid #f8f7a3;
    border-bottom: 1px solid #f9d46c;
    border-left: 1px solid #f8f7a3;
    border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(css/PIE.htc);
    background: #f3dc40;
    background: -webkit-linear-gradient(#f3fc83, #f7c32f);
    background: -moz-linear-gradient(#f3fc83, #f7c32f);
    background: -o-linear-gradient(#f3fc83, #f7c32f);
    background: linear-gradient(#f3fc83, #f7c32f);
    text-align: center;
    text-shadow: 0 1px 1px #f9ea9b;
    box-shadow: 0 1px 3px #333;
    color: #9b6700;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.orderTopButton:hover {
    background: #d9c338;
    background: -webkit-linear-gradient(#fff686, #ffd21e);
    background: -moz-linear-gradient(#fff686, #ffd21e);
    background: -o-linear-gradient(#fff686, #ffd21e);
    background: linear-gradient(#fff686, #ffd21e);
}

.orderTopButton:active {
    background: #bfac30;
    background: -webkit-linear-gradient(#f7c32f, #f3fc83);
    background: -moz-linear-gradient(#f7c32f, #f3fc83);
    background: -o-linear-gradient(#f7c32f, #f3fc83);
    background: linear-gradient(#f7c32f, #f3fc83);
    text-shadow: 0 -1px 1px #f9ea9b;
    box-shadow: none;
}

.content_bg {
    padding: 0;
    background: url("/redesign/images/content_.gif") repeat-y scroll 0 0 transparent;
    float: left;
    padding-top: 10px;
    width: 940px;
}

.right {
    padding: 0;
}

.prices_table th.th_wrlevel {
    vertical-align: bottom;
    border: 0 solid #fff;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    background: none;
}

.prices_table .th_wrlevel_div {
    background: #1DC0C0;
    line-height: 37px;
}

.prices_table .th_wrlevel_div_premium {
    line-height: 50px;
    height: 50px;
    background: #39D1D1;
}

.prices_table td {
    border: 1px solid #FFF;
    text-align: center;
}

.prices_table td.urgency {
    padding-right: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.prices_table tr:hover td.urgency {
    border-left: none;
    border-radius: 6px 0 0 6px;
    color: #FFF;
    background: #177fda !important;
    background: -webkit-linear-gradient(#2890e2, #046dd2);
    background: -moz-linear-gradient(#2890e2, #046dd2);
    background: -o-linear-gradient(#2890e2, #046dd2);
    background: linear-gradient(#2890e2, #046dd2);
    box-shadow: inset 0 1px 1px 1px #6eb5ec;
}

.prices_table td a:hover {
    background: #177fda;
    background: -webkit-linear-gradient(#2890e2, #046dd2);
    background: -moz-linear-gradient(#2890e2, #046dd2);
    background: -o-linear-gradient(#2890e2, #046dd2);
    background: linear-gradient(#2890e2, #046dd2);
    box-shadow: inset 0 1px 1px 1px #6eb5ec;
}

.active_login {
    background: url("http://img3.essay-land.com/redesign/images/login_body.png") repeat-y scroll 0 0 transparent;
    padding: 0 6px 3px 4px;
    position: absolute;
    right: 0;
    width: 218px;
    height: 242px;
    z-index: 1000;
}

.active_login_small {
    background: url("http://img3.essay-land.com/redesign/images/login_body.png") repeat-y scroll 0 0 transparent;
    padding: 0 6px 3px 4px;
    position: absolute;
    bottom: 0;
    top: -80px;
    right: -50px;
    width: 218px;
    z-index: 1000;
}

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

#login_form {
    display: none;
    width: 270px;
    top: 0;
    background: #F4F4F4;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}

#login_form p {
    padding-top: 17px;
}

.active_login p {
    background: none repeat scroll 0 0 transparent !important;
}

.active_login form {
    text-align: left;
    position: absolute;
}
.active_login h3,
.active_login .login .spacer {
    display: none;
}
.active_login .input {
    padding: 20px 0 0 0;
}

.active_login [type="text"],
.active_login [type="password"] {
    border: none;
    background: #D9D9D9;
    padding-left: 18px;
    width: 202px;
    font-size: 16px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #2F2F2F;
}

.active_login .input span {
    padding-bottom: 5px;
    padding-left: 5px;
    width: 177px;
    display: none;
}

.active_login .input span a {
    color: #0996B3;
    margin: 0px 0px 3px 4px;
    float: right;
}

.active_login .input input {
    height: 37px;
}
input {
    -webkit-appearance: none;
}
.btn_logout {
    padding: 10px 30px!important;
    width: 85px;
}
.active_login .submit_login,
.active_login .btn_logout {
    display: block;
    margin: 0 auto;
    background: #1DBFC1;
    text-align: center;
    padding: 10px 78px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    border: none;
    border-radius: 50px;
    height: inherit !important;
    margin-top: 18px;
    text-decoration: none;
    cursor: pointer;
}
.active_login .submit_login:hover,
.active_login .btn_logout:hover {
    background: #36dddc;
}
.active_login .submit_login:active,
.active_login .btn_logout:active {
    background: #12c8c9;
}

.forgot_password {
    color: #68AACC;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.active_login .active_login_bottom {
    background: url("http://img2.essay-land.com/images/newDesign/login_bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -14px;
    float: left;
    height: 14px;
    position: absolute;
    right: 0;
    width: 228px;
    z-index: 110;
}

.active_login_small .active_login_bottom {
    background: url("http://img2.essay-land.com/images/newDesign/login_bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -14px;
    float: left;
    height: 14px;
    position: absolute;
    right: 0;
    width: 228px;
    z-index: 110;
}
.active_login.logined {
    height: initial;
}
.customer {
    font-weight: bold;
    color: #535353;
}
#login_form .close {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 18px;
    color: #535353;
    text-decoration: none;
}


.content .contentLeft {
    width: 595px;
    float: left;
}

.left_order {

    text-align: left;
}

.left_thank {
    width: 495px;
    float: left;
}

.left p {
    color: #535353;
    line-height: 22px;
}

.left .conteiner_text {
    width: 580px;
}

#footer {
    width: 100%;
    position: relative;
    min-width: 940px;
    _width: expression(document.body.clientWidth < 940? "940px": "100%" );
    padding: 215px 0 40px 0;
    background: url('/redesign/images/footer_bg.jpg') center bottom no-repeat;
    overflow: hidden;
}
.profile #footer {
    background: url('/redesign/images/footer_bg.jpg') center no-repeat;
    background-size: 100%;
}

.foter_before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 241px;
    width: 55%;
    background: #2B374F;
    z-index: -1;
    left: 0;
}

.foter_after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 225px;
    width: 100%;
    background: #2B374F;
    z-index: -1;
}

.footer {
    width: 940px;
    margin: 0 auto;
}

.footer .menu {
    width: 940px;
    float: left;
    padding-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .menu ul li {
    display: inline;
    float: left;
    padding: 0 25px;
    background: url('/redesign/images/li_bg400.gif') no-repeat scroll 0 5px transparent;
}

.footer .menu ul li:first-child {
    padding-left: 0;
}

.footer .menu ul li:last-child {
    padding-right: 0;
}

.footer .menu ul li a {
    font-weight: 100;
    font-size: 14px;
    color: #808ca7;
    text-decoration: none;
    border-bottom: 1px solid;
}
.profile .footer .menu ul li a {
    padding-left: 0;
    line-height: 90px;
    display: initial;
    border-top: 0;
}

.footer .menu ul li a:hover {
    border-bottom: none;
    color: #8E96A8;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.submenu .menu ul li {
    list-style: none;
    margin-top: 4px;
    background: url('') no-repeat scroll 0 5px transparent;
    padding-bottom: 15px;
}

.submenu .menu ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    color: #108fbf;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top_nav.show li a:before {
    content: '';
    color: #1dc0c0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.submenu .menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding-left: 10px;
}

.menu_customer_profile {
    text-align: left;
    line-height: 60px;
    list-style: none;
    padding-left: 0;
}

.menu_customer_profile li {
    float: none;
    margin: 3px 0;
}

.menu_customer_profile li a {
    padding: 0 18px;
    background: #59667f;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

.user_name {
    margin-top: 10px;
    display: block;
    font-weight: 600;
}

.user_name:before {
    content: url(/redesign/images/user_icon.png);
    position: relative;
    top: 12px;
    right: 14px;
}
.logout {
    color: #b6b6b6;
    text-decoration: none;
    font-weight: 700;
    float: left;
    margin-left: 25px;
}
.active_login .btn_logout {
    padding: 10px 60px;
}

.logout:before {
    content: url(/redesign/images/logout_icon.png);
    position: relative;
    top: 6px;
    right: 10px;
}

.menu_customer_profile li a:hover {
    background: #3c3c3c;
}

.menu_customer_profile li a:before {
    content: '';
    color: #1dc0c0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.copybottom {
    height: 37px;
    line-height: 37px;
}

.footer .copyright {
    float: left;
    color: #f4f4f4;
    font-size: 13px;
}

.footer .payments {
    float: right;
    width: 355px;
    height: 37px;
    line-height: 37px;
    padding-right: 75px;
    background: url(/redesign/images/payments.png) right 0 no-repeat;
    font-weight: 100;
    font-size: 13px;
    color: #f4f4f4;
}

.disclaimer-wrap {
    background: #1e2b41;
}
.disclaimer {
    text-align: center;
    color: #8E96A8;
    font-size: 11px;
    padding: 10px 0;
    max-width: 780px;
    margin: 0 auto;
}
.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';
}

.disclaimer .container img:last-child {
    display: none;
}

.footer_alien {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0;
    height: 0;
    font-size: 0;
}

.footer_alien:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 275px;
    height: 167px;
    background: url(/redesign/images/footer_alien.png) 0 0 no-repeat;
}

.footer .mail {
    width: 450px;
    float: right;
    text-align: right;
}

.footer .mail a {
    color: #005b89;
}

.clr {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    overflow: hidden;
}

.search_prices label {
    padding-left: 57px;
}

.number_of_pages label {
    padding-left: 0;
}

.orderFilters .search_prices:nth-child(1), .orderFilters .search_prices:nth-child(2) {
    display: none;
}
.number_of_pages label {
    position: static;
    padding-right: 12px;
}

.search_prices_wrap {
    height: 180px;
}
#total_price, .orderPrice {
    display: none;
}
.thankYouRight {
    float: right;
    width: 310px;
}
.headerWide.orderPage.thankYou + .content .block.top_h_bg {
    float: left!important;
}
.top_nav.show, .active_login_small {
    overflow: auto;
}
#pages_count, #papers_count {
    border-radius: 0;
    height: 21px;
    width:80px;
    border: 2px solid #59667F;
    line-height: 21px;
    -webkit-appearance: none;
}
#discount_text {
    color: #25a725;
    font-weight: 600;
    display: block;
    padding-left: 127px;
    padding-top: 3px;
    position: absolute;
    width: 150px;
}
.headerWide.innerPage .servicesMenu {
    background: #3d4860;
}

.orange_title {
    width: 50%;
}
.steps_list {
    height: 120px;
}
.bt_txt {
    width: 50%;
}
.fraud-page {
    min-height: 30px;
}
.order_hint {
    cursor: pointer;
}
.order_hint .hint_text {
    visibility: hidden;
    position: absolute;
    width: 290px;
    border: 1px solid #cfab52;
    padding: 5px 10px;
    color:#535353;
    background-color: #fdf3cf;
    border-radius: 5px;
    z-index: 5;
    top: -10px;
    left: 10px;
    opacity: 0;
    min-height: 30px;
    font: italic 12px/150% Arial, Helvetica, sans-serif;
    -webkit-transition: left 0.3s, opacity 0.3s;
    -moz-transition: left 0.3s, opacity 0.3s;
    -o-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s; }
.order_hint .hint_text:before, .order_hint .hint_text:after {
    content: '';
    position: absolute; }
.order_hint .hint_text:before {
    border: 11px solid transparent;
    border-right-color: #cfab52;
    left: -22px;
    top: 10px; }
.order_hint .hint_text:after {
    border: 10px solid transparent;
    border-right-color: #fdf3cf;
    left: -19px;
    top: 11px; }
.order_hint.active .hint_text {
    left: 35px;
    opacity: 1; }
.order_hint img {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZBRkIxNjcxQzA5MTFFNTg2MjlBM0ZFQzk3RDBGNTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZBRkIxNjYxQzA5MTFFNTg2MjlBM0ZFQzk3RDBGNTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjAwRTNBNzMxQjI2MTFFNTg5NkE4QUI5QUE2NDc3OTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjAwRTNBNzQxQjI2MTFFNTg5NkE4QUI5QUE2NDc3OTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6FFD96AAAC2ElEQVR42oxUz28SURAelhYwolhobQuJERKjsXozniQmpgc8tP0nMP3hicQ/w+ipbbT16NlorSGG1BA8md5sTWoTbJvQggItsAZ2gcWZtw8Wdl+RSSYL78038968bz5bq9WCbkumUrfxE0V/jB7ky2n0OPr6w3D4R3e8rZ0AgQ78vEBfnJwYly653eBwDLM9VVWhIv+Fk2xOw79r6DFMVO0k4ODNUZ93GsHQzzAJ5AvFLTohJlElvv5yEDAZxWDsI35akLD6FH7nJ8atYFmWYfXVGhwcHvWs89gFwg5RwzCr3WazVnNjHxbnn1jWKZYweJ0oXSFCDTPb951dWH29DltfksKrcEyEThBqd7vb7t6ZgnK5DIqiChNwTEjq17Dff/IwNjYq3OPPz14hrap1SwC9fTaXA79/UphArTPMISWIV7DbZjs+ybKvz+sVJpCRWGgJSvAGu9k0Mbpjn+KfBcdnhGoStdtMXEZyLA1CpC42riATn7abGMOFBG0MCCYqxwYaJtqnhsn9hsk0zkRtol+E3pkajn5ADePjvNMdP2Q+YvAsRhmpUvtLMRL/jb4NQj042rjXuYInOCu5vLfA7tSfsFkrQO10D0q/PnSucG1m27gCB2+6/eFpT2iWls9pYQuTfAQ5k2R6gEkMPdDBc33ArB54gjOAsYYeYHWmB7RhtqZShszXZ1At7Pes89gFwtIJoljZDjbrXNmdlyHw4Dlc8N0wHUQChkEs0wPXyE0r1zPfWPXi3jvhZThG1wO7y2dVo8B9aNSKoDWqwgQc018P6vIRONwB8abWMPSA3tm6r4Ba+QnOK9eF+IZyaugBkcRsSklX4uGLV4UJlLN9Qw9K6fdNaGnCwPzuWwGfNGCYth7gey4jOZZ0Iv3fEAzycWoFmWjoAS4kaEOfIehD5Q0CW/WgZ5hCc5JrBIfJhcOkNbFhRXZnLCAepm7j1D5XDxDYowf/BBgA+6hwRWKD+MUAAAAASUVORK5CYII=') left top no-repeat transparent!important;
    width: 16px;
    height: 16px;
}
.order_hint:hover img {
    background-position: left bottom;
}
.order_hint.active .hint_text {
    visibility: visible;
}
.order_hint.active img {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZBRkIxNjcxQzA5MTFFNTg2MjlBM0ZFQzk3RDBGNTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZBRkIxNjYxQzA5MTFFNTg2MjlBM0ZFQzk3RDBGNTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjAwRTNBNzMxQjI2MTFFNTg5NkE4QUI5QUE2NDc3OTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjAwRTNBNzQxQjI2MTFFNTg5NkE4QUI5QUE2NDc3OTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6FFD96AAAC2ElEQVR42oxUz28SURAelhYwolhobQuJERKjsXozniQmpgc8tP0nMP3hicQ/w+ipbbT16NlorSGG1BA8md5sTWoTbJvQggItsAZ2gcWZtw8Wdl+RSSYL78038968bz5bq9WCbkumUrfxE0V/jB7ky2n0OPr6w3D4R3e8rZ0AgQ78vEBfnJwYly653eBwDLM9VVWhIv+Fk2xOw79r6DFMVO0k4ODNUZ93GsHQzzAJ5AvFLTohJlElvv5yEDAZxWDsI35akLD6FH7nJ8atYFmWYfXVGhwcHvWs89gFwg5RwzCr3WazVnNjHxbnn1jWKZYweJ0oXSFCDTPb951dWH29DltfksKrcEyEThBqd7vb7t6ZgnK5DIqiChNwTEjq17Dff/IwNjYq3OPPz14hrap1SwC9fTaXA79/UphArTPMISWIV7DbZjs+ybKvz+sVJpCRWGgJSvAGu9k0Mbpjn+KfBcdnhGoStdtMXEZyLA1CpC42riATn7abGMOFBG0MCCYqxwYaJtqnhsn9hsk0zkRtol+E3pkajn5ADePjvNMdP2Q+YvAsRhmpUvtLMRL/jb4NQj042rjXuYInOCu5vLfA7tSfsFkrQO10D0q/PnSucG1m27gCB2+6/eFpT2iWls9pYQuTfAQ5k2R6gEkMPdDBc33ArB54gjOAsYYeYHWmB7RhtqZShszXZ1At7Pes89gFwtIJoljZDjbrXNmdlyHw4Dlc8N0wHUQChkEs0wPXyE0r1zPfWPXi3jvhZThG1wO7y2dVo8B9aNSKoDWqwgQc018P6vIRONwB8abWMPSA3tm6r4Ba+QnOK9eF+IZyaugBkcRsSklX4uGLV4UJlLN9Qw9K6fdNaGnCwPzuWwGfNGCYth7gey4jOZZ0Iv3fEAzycWoFmWjoAS4kaEOfIehD5Q0CW/WgZ5hCc5JrBIfJhcOkNbFhRXZnLCAepm7j1D5XDxDYowf/BBgA+6hwRWKD+MUAAAAASUVORK5CYII=') left bottom no-repeat transparent!important;
}
.title_vas_info {
    margin: 0!important;
}
.message-page {
    text-size-adjust: none;
}

.message-form textarea {
    -webkit-appearance: inherit;
}
.helpful_box span {
    padding-left: 15px;
}

@media screen and (max-width: 1330px) {
    .top_nav li a {
        padding: 0 10px;
    }
}
.pr-butwrap p {
    width: auto!important;
    margin: 10px 0 0 0!important;
}
.request_part textarea {
    border: 1px solid #000;
}
/*@media screen and (max-width: 1150px) {*/
/*.top_nav li a {*/
/*padding: 0 8px;*/
/*}*/
/*}*/

@media screen and (max-width: 1200px) {
    .headerTopWide {
        min-width: 940px;
    }
    .logo {
        background: url(/redesign/images/logo-tablet.png) 0 0 no-repeat;
        width: 160px;
    }

    .current {
        font-weight: bold;
    }

    .top_nav {
        margin-right: 20px;
    }

    .top_nav li a {
        padding: 0 12px;
        font-size: 13px;
    }

    .login .spacer {
        padding: 0 15px 0 55px;
    }

    .menuTitle {
        font-size: 14px;
    }

    .footer_alien:after {
        width: 130px;
        height: 91px;
        background: url(/redesign/images/footer_alien.png) 0 0 no-repeat;
        background-size: 150px 91px;
    }
}

/*=====================================================================================*/

.level_table th.th_wrlevel {
    vertical-align: bottom;
    background: none;
    border: 1px solid #FFF;
}

.level_table .th_wrlevel_div {
    background: #1DC0C0;
    line-height: 38px;
}

.level_table .th_wrlevel_div_premium {
    line-height: 51px;
    height: 65px;
    background: #39D1D1;
}

.level_table .th_wrlevel_div_premium .th_wrlevel_caption {
    top: -24px;
}

.level_table td {
    border: 1px solid #FFF;
    text-align: center;
}

.level_table td.urgency {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

/*===================================================================================*/

.defaultContent .baseWidthCenter {
    padding: 0 15px;
    width: 1040px;
    max-width: 1040px;
    margin: 0 auto;
}

.sideBar_bg {
    float: left;
    width: 360px;
    padding-left: 10000px;
    margin-left: -10000px;
    height: 100%;
}

.sideBar nav ul {
    list-style: none;
    margin: 0;
    padding: 40px 39px;
}

.defaultContent .content {
    padding-top: 10px;
    padding-bottom: 120px;
}

.content {
    /*float: right;*/
    width: 750px;
}
.sideBar .first {
    margin-top: 0;
}

.sideBar nav ul li {
    margin-top: 3px;
    padding: 4px 17px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #5A6680;
    height: 39px;
    line-height: 39px;
    box-sizing: border-box;
}

.sideBar nav li:before {
    position: relative;
    right: 1px;
    top: -1px;
    content: '';
    display: inline-block;
    padding-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #1dc0c0;
}

.sideBar nav li a {
    display: inline-block;
    width: 90%;
    color: #fff;
    font: 400 15px / 36px 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
}

.table.orders {
    width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table.orders [type="submit"] {
    margin-top: 28px;
}

.title_text h1 {
    margin-bottom: 7px;
}

.title_text h3 {
    margin: 0 0 20px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

.orders-caption {
    width: 61.4%;
}

/*================================================================================================*/
/*STEPS*/
/*================================================================================================*/
.orderStepsBox {
    padding: 20px 0;
    /*text-align: center;*/
}

.orderStepsBox .baseWidthCenter {
    padding: 0 15px;
    width: 1040px;
    max-width: 1040px;
    margin: 0 auto;
}

.orderStepsBox .orderStepsBlock .step,
.orderStepsBox .orderStepsBlock .separator {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.orderStepsBox .orderStepsBlock .step {
    position: relative;
    margin-right: 120px;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 700;
}

.orderStepsBox .orderStepsBlock .step .fa {
    position: relative;
    z-index: 1;
    background: #fff;
    font-size: 28px;
    border: 2px solid #E1E1E1;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
}

.orderStepsBox .orderStepsBlock span {
    position: absolute;
    left: -38px;
    bottom: -21px;
    display: inline-block;
    width: 140px;
}

.orderStepsBox .orderStepsBlock .checked span,
.orderStepsBox .orderStepsBlock .current span {
    color: #0fa7a7;
}

.orderStepsBox .orderStepsBlock .checked .fa,
.orderStepsBox .orderStepsBlock .current .fa {
    color: #fff;
    background: #1DC0C0;
    border: none;
    width: 62px;
    height: 62px;
    line-height: 62px;

    text-shadow: rgb(26, 173, 173) 1px 1px,
    rgb(26, 173, 173) 2px 2px,
    rgb(26, 173, 173) 3px 3px,
    rgb(26, 173, 173) 4px 4px,
    rgb(26, 173, 173) 5px 5px,
    rgb(26, 173, 173) 6px 6px,
    rgb(26, 173, 173) 7px 7px,
    rgb(26, 173, 173) 8px 8px,
    rgb(26, 173, 173) 9px 9px,
    rgb(26, 173, 173) 10px 10px,
    rgb(26, 173, 173) 11px 11px,
    rgb(26, 173, 173) 12px 12px,
    rgb(26, 173, 173) 13px 13px,
    rgb(26, 173, 173) 14px 14px,
    rgb(26, 173, 173) 15px 15px,
    rgb(26, 173, 173) 16px 16px,
    rgb(26, 173, 173) 17px 17px,
    rgb(26, 173, 173) 18px 18px,
    rgb(26, 173, 173) 19px 19px,
    rgb(26, 173, 173) 20px 20px,
    rgb(26, 173, 173) 21px 21px,
    rgb(26, 173, 173) 22px 22px,
    rgb(26, 173, 173) 23px 23px,
    rgb(26, 173, 173) 24px 24px,
    rgb(26, 173, 173) 25px 25px,
    rgb(26, 173, 173) 26px 26px,
    rgb(26, 173, 173) 27px 27px,
    rgb(26, 173, 173) 28px 28px,
    rgb(26, 173, 173) 29px 29px,
    rgb(26, 173, 173) 30px 30px,
    rgb(26, 173, 173) 31px 31px,
    rgb(26, 173, 173) 32px 32px,
    rgb(26, 173, 173) 33px 33px,
    rgb(26, 173, 173) 34px 34px,
    rgb(26, 173, 173) 35px 35px,
    rgb(26, 173, 173) 36px 36px,
    rgb(26, 173, 173) 37px 37px;
}

.separator {
    position: absolute;
    left: 62px;
    top: 27px;
    height: 8px;
    width: 124px;
    background: #E1E1E1;
}

.current .separator,
.checked .separator {
    background: #1DC0C0;
}

.current .separator:before {
    background: #E1E1E1;
    content: ' ';
    width: 50%;
    height: 100%;
    float: right;
}

.sideBar {
    margin-top: 8px;
}

/*================================================================================================*/

.orderStepsBlock {
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
}
.step4 {
    margin-right: 0!important;
}
.orderStepsBox .btn {
    font-size: 22px;
}

.orderSteps-back {
    position: relative;
    top: -4px;
    margin-right: 26px;
    margin-left: 130px;
    text-decoration:none;
    color: #108fbf;
    font: 300 16px 'Open Sans', sans-serif;
}
.orderSteps-back:hover {
    text-decoration: underline;
}
.order_table {
    font-family: Arial, Helvetica, sans-serif;
    width: 50%;
}

.label_padding_left {
    position: relative;
}

.order_table .required_star {
    font: 700 12px / 14px 'Open Sans', sans-serif;
    color: #de543e;
}

#value_cost_per_page {
    color: #16b5b5;
    font-weight: bold;
}
.preview #value_cost_per_page {
    font-weight: 100;
}
#label_total {
    font-family: Open Sans, sans-serif;
    font-size: 35px;
}

#order_total_block {
    text-align: center;
}

#value_total {
    text-align: center;
    margin-left: 10px;
    font-weight: 900;
}
.label_comment {
    font-size: 13px;
    font-weight: 300;
}

.orderSteps-controls {
    margin-top: 15px;
    position: relative;
}
.orderSteps-controls .orderSteps-back {
    position: absolute;
    margin:0 0 0 -60px;
    bottom:-30px;
    left: 50%; top: auto; right:auto;
}
#helpful_extras .label {
    width: 190px !important;
}
#preview_table_container {
    text-align: left;
}

.sweet-checkbox a {
    vertical-align: middle;
    text-align: center;
    display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
    text-decoration: none !important;
}

.sweet-checkbox a:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #F1F1F1;
    color: #c9c9c9;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #F1F1F1;
    border-radius: 2px;
    font: normal normal normal 14px/18px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#row_numberOfSources label {
    display: block;
    width: 150px;
}

.orderTitle_last {
    padding-top: 55px;
}

#row_will_upload_files .preview_value {
    padding-top: 12px;
}

#order_total_block {
    position: relative;
    padding-top: 60px;
}

#order_total_block:before {
    position: absolute;
    top: 25px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #F2F2F2;
    content: ' ';
}

#order_total_block:after {
    content: url(/redesign/images/separator-arrow.png);
    position: absolute;
    top: 25px;
    left: 47%;
    background: #fff;
}

#phone_order_hint {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
}

.current {
    font-weight: bold;
}
@media screen and (max-width: 780px) {
    body {
        overflow-x: hidden;
    }
    .headerIn {
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .foter_before {
        display: none!important;
    }

    .foter_after {
        display: none!important;
    }

    .disclaimer .container img:first-child {
        display: block;
    }
    .disclaimer .container img:last-child {
        display: none;
    }

    .logo {
        margin: 0 auto;
        float: none;
        background: url(/redesign/images/logo-mobile.png) center center no-repeat;
        width: 100%;
        height: 68px;
        display: inline-block;
    }
    .login .spacer {
        text-indent: -98px;
        overflow: hidden;
        padding: 0 15px 0 55px;
        background-position: center center;
        font-size: 0;
    }
    #login_form {
        display: block;
        padding-top: 0;
        width: 360px;
        position: fixed;
        top: 0;
        right: -360px;
        height: 100%;
        transition:right .3s;
        background: #e7e7e7;
    }
    .active_login h3,
    .active_login .login {
        display: inline-block;
        vertical-align: middle;
    }
    .active_login .login .spacer {
        display: block;
        background: url(/redesign/images/spacer_mobile_blue.png) center center no-repeat transparent;

    }
    .active_login [type="text"],
    .active_login [type="password"] {
        width: 100%;
        box-sizing: border-box;
        background: #f2f2f2;
        border:1px solid #b3b3b3;
        border-radius: 2px;
    }
    .forgot_password {
        font-size: 13px;
    }
    .showUserMenu #login_form {
        right: 0;
        overflow: scroll;
    }
    .wrapper.showUserMenu {
        right: 360px;
        left: initial;
    }
    .showSidebar .top_nav {
        left: 0!important;
    }
    .showSidebar {
        left: 360px !important;
    }
    .showUserMenu {
        right: 360px;
    }
    .wrapper .loginBlock {
        right: 0;
        display: none;
    }
    .wrapper.showUserMenu .loginBlock {
        display: block;
        left:initial;
    }
    .wrapper.showUserMenu .login #link_login {
        display: none;
    }
    .menu_trigger {
        height: 100%;
        width: 68px;
        background: #3c3c3c;
        position: absolute;
        left: 0;
        top: 0;
        padding: 26px 18px;
        box-sizing: border-box;
        transition: .3s;
        cursor: pointer;
    }
    .menu_trigger span {
        position: relative;
        display: block;
        margin:7px auto;
        width: 28px;
        height: 2px;
        background: #fff;
        transition:all .3s;
    }
    .lines:before, .lines:after {
        display: inline-block;
        width: 28px;
        height: 2px;
        background: #ecf0f1;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 14px center;
        transform-origin: 14px center;
    }
    .lines:before {
        top: 7px;
    }
    .lines:after {
        top: -7px;
    }
    /*      .menu_trigger.close_menu {
            -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
          }*/
    .menu_trigger.close_menu .lines,
    .wrapper.showUserMenu .loginBlock .lines {
        transition: background 0.3s 0s ease;
        background: transparent;
    }
    .menu_trigger.close_menu .lines:before,
    .menu_trigger.close_menu .lines:after,
    .wrapper.showUserMenu .loginBlock .lines:before,
    .wrapper.showUserMenu .loginBlock .lines:after {
        transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        transition: top 0.3s ease, transform 0.3s 0.5s ease;
        top: 0;
        width: 28px;
    }
    .menu_trigger.close_menu .lines:before,
    .wrapper.showUserMenu .loginBlock .lines:before{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .menu_trigger.close_menu .lines:after,
    .wrapper.showUserMenu .loginBlock .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .top_nav {
        padding: 16px;
        position: fixed;
        top: 0;
        left: -360px;
        width:360px;
        height: 100%;
        background: #e7e7e7;
        transition: left 0.3s ease;
        box-sizing: border-box;
    }
    .top_nav li {
        float: none;
        margin: 3px 0;
    }
    .top_nav li a {
        padding: 0 18px;
        background: #59667f;
        font-size: 14px;
        font-weight: bold;
    }
    .top_nav li .arrow:before {
        content:'';
        margin-right: 14px;
        height: 10px;
        width: 6px;
        color: #1dc0c0;
    }
    .headerWide,
    .headerTopWide {
        position: relative;
        height: 68px;
        min-width: initial;
    }

    .headerIn {
        background: url(/redesign/images/BG_main.png) center center repeat-x #3d4860;
        min-height: 516px;
    }

    .orderTop.orange {
        display: block;
        margin: 0 auto;
        width: 200px;
    }
    
    .innerPage .headerCenter {
        display: none;
    }

    .first_time_here_mobile {
        display: block;
        text-align: center;
    }

    .first_time_here_mobile:after {
        content: url(/redesign/images/alien_tablet_top.png);
        position: absolute;
        top: 188px;
        right: 0;
    }

    .first_time_here_mobile p:first-child {
        font-size: 50px;
        color: #fff;
        font-weight: 300;
        font-family: 'Open Sans';
        border-bottom: 2px solid #fff;
        width: 400px;
        margin: 0 auto;
        text-transform: uppercase;
    }

    .first_time_here_mobile p:nth-child(2n) {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
        font-family: 'Open Sans';
        width: 347px;
        margin: 0 auto;
        text-transform: uppercase;
    }

    .first_time_here_mobile p:nth-child(2n) span {
        font-weight: 800;
    }

    .first_time_here_mobile a {
        text-decoration: none;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        background-color: #ff8e43;
        padding: 9px 16px;
        border-radius: 15px;
        width: 138px;
        display: block;
        left: 5%;
        position: relative;
        top: 10px;
        transition: 0.3s;
    }

    .first_time_here_mobile a:hover {
        background: #ff7b2c;
    }

    .headerWide {
        height: initial;
    }
    .headerWide h1 {
        font-size: 45px;
        width: 100%;
        margin: 23px auto;
        text-align: center;
    }
    .firstTime {
        top: 95px;
        left: 51%;
        background-size: 280px 130px;
    }
    .firstTime p,
    .firstTime .discountCode {
        font-size: 16px;
    }
    .firstTime p {
        padding-top: 48px;
        padding-left: 123px;
        margin: 10px;
    }
    .firstTime p span {
        font-size: 22px;
    }
    .firstTime .order {
        font-size: 15px;
        padding: 7px 19px;
        margin-left: 121px;
    }

    .innerPage .headerIn {
        background: url(/redesign/images/header_bg_Inner3.png) bottom left repeat-x #3d4860;
    }

    .innerPage .headerIn .headerCenterWidth .headerCenter .firstTime, .subjects.clearfix {
        display: none;
    }

    .headerTopInRight {
        position: absolute;
        top: 0;
        right: 0;
    }

    .login {
        line-height: 68px;
    }
    .wrapper.showSidebar .login {
        display: none;
    }
    #login_form .close {
        display: none;
    }
    /*under header*/
    .headerCenter,
    .content,
    .content_bg,
    .content .contentLeft {
        width: auto;
        float: none;
    }
    .content {
        padding: 0 28px;
    }
    .navBottom {
        text-align: center;
    }
    .navBottom li {
        display: block;
    }

    .navBottom li a {
        background: #59667f;
        margin: 3px 0;
    }

    .navBottom li {
        display: none;
        margin: 3px 0;
    }
    .navBottom .menuTitle {
        position: relative;
        display: inline-block !important;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        border-bottom: 2px dashed;
        cursor: pointer;
    }
    .navBottom .menuTitle .arr {
        position: absolute;
        right: -28px;
        top: 3px;
    }
    .navBottom .menuTitle .arr:before {
        content:'';
        width: 10px;
        height: 6px;
        color: #12c9c9;
    }

    .top_nav.show .menuTitle {
        text-align: left;
    }

    .servicesMenu {
        background: #2a374e;
        padding: 20px 0;
    }
    .navBottom.open .menuTitle {
        opacity: .5;
    }
    .navBottom.open .menuTitle .arr {
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }
    .navBottom.open li {
        display: block;
    }
    .navBottom .light a:hover:after, .navBottom li a:hover:after {
        display: none;
    }
    .wrapper {
        position: relative;
        overflow: hidden;
        left: 0;
        transition: all .3s ease;
    }
    img {
        max-width: 100%;
    }
    /*rightcolumn*/
    .contentRightCol {
        width: auto;
        float: none;
    }
    .rightColItem {
        display: inline-block;
        min-width: initial;
        width: 49%;
        max-width: 342px;
        margin-left: 1%;
        vertical-align: top;
        text-align: center;
    }
    .rightColItem:nth-child(2n+1) {
        margin-right: -4px;
        text-align: center;
    }

    .whyChooseUl li {
        padding-left: 5px;
    }

    .submenu .menu ul {
        margin-left: 20px;
    }

    .submenu .menu ul li {
        text-align: left;
    }
    /*fotoer block*/
    .footer {
        width: auto;
    }
    .footer .menu {
        width: auto;
        float: none;
        padding-bottom: 0;
    }
    .footer .menu ul {
        float: none;
        margin: 0;
        text-align: center;
    }
    .footer .menu ul li {
        display: inline-block;
        float: none;
        margin-top: 25px;
    }

    #footer {
        position: static;
        min-width: initial;
        background-size: 112%;
    }
    .copybottom {
        height: 75px;
        line-height: 75px;
        position: absolute;
        bottom: 0;
        background-color: #2a374e;
        width: 100%;
        padding: 0 28px;
        box-sizing: border-box;
    }
    .footer .payments {
        float: right;
        width: 355px;
        height: 31px;
        line-height: 0;
        padding-top: 38px;
        padding-right: 75px;
        background: url(/redesign/images/payments.png) right center no-repeat;
        font-weight: 100;
        font-size: 13px;
        color: #f4f4f4;
    }
    .disclaimer-wrap {
        margin-bottom: 75px;
        padding: 40px 0 50px;
    }
    .footer_alien {
        bottom: 75px;
    }
    .footer_alien:after {
        background: url(/redesign/images/footer_alien-mobile.png) 0 0 no-repeat;
        background-size: 100%;
        right: 0;
        width: 92px;
        height: 71px;
    }
}
@media screen and (max-width: 768px) {
    .orderStepsBox .orderStepsBlock .checked .fa,
    .orderStepsBox .orderStepsBlock .current .fa,
    .orderStepsBox .orderStepsBlock .step .fa{
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 18px;
    }
    .content {
        padding: 0 17px;
    }
    .orderStepsBox .orderStepsBlock .step {
        margin-right: 80px;
    }
    .step1 .fa {
        width: 37px!important;
        height: 37px!important;
        line-height: 37px!important;
    }
    .orderStepsBox .orderStepsBlock span {
        width: 100px;
        left: -30px;
        bottom: -44px;
        vertical-align: top;
    }
    .orderStepsBlock {
        margin-bottom: 60px;
        text-align: center;
    }
    .separator {
        left: 17px;
        top: 17px;
        height: 5px;
    }
    .step3 span {
        bottom: -24px!important;
    }
    .testiBlock {
        display: block;
        margin-top: -2px;
    }
    .footer .menu ul li:first-child {
        padding-left: 1px;
    }
    .wrapper.showSidebar {
        position: absolute;
    }
    .top_nav.show {
        z-index: 1000;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .footer .payments {
        width: 42%;
        background-size: 72%;
    }
    .footer .copyright {
        line-height: 41px;
        padding: 17px 0;
    }
    .headerWide h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .orderFilters .search_prices:nth-child(1), .orderFilters .search_prices:nth-child(2) {
        display: block;
    }
    .search_prices_wrap {
        padding: 30px 32px;
    }
    .search_prices select {
        width: 100%;
    }
    .inputwrap.inputwrap_pages.search_prices + .inputwrap.inputwrap_pages.search_prices {
        height: 38px;
    }
    .rightColItem {
        max-width: initial;
        width: 100%;
        margin-left: initial;
        margin: 0 auto;
        text-align: center;
    }
    .content {
        padding: 0 20px!important;
    }
    .firstTime, ul.subjects.clearfix {
        display: none;
    }
    .toCenter {
        width: 100%;
    }
    .first_time_here_mobile:after {
        content: ' ';
    }
    .search_prices label {
        top: -3px;
        padding-left: 17px;
    }
    .number_of_pages label {
        padding: 0!important;
        display: table;
    }
    #pages_count {
        display: block;
        margin-top: 3px;
        float: left;
        width:80px;
        border: 2px solid #59667F;
        line-height: 21px;
    }
    #next_discount_text {
        display: block;
        float: left;
        position: relative;
        top: 12px;
        left: 10px;
    }
    #sel_spasing {
        display: block;
    }
    #sel_currency {
        margin: 0 34px;
        position: relative;
        top: 456px;
        z-index: 5;
    }
    #sel_spasing {
        margin: 0;
        position: relative;
        top: 15px;
    }
    #sel_spasing li a span {
        text-transform: none;
    }
    #sel_currency li a, #sel_spasing li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    #sel_currency li {
        width: 25%;
        padding: 0;
        margin: 0;
    }
    #sel_spasing li {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .bshl h2.label {
        margin-bottom: -30px;
    }
    .margin-top {
        margin-top: 200px;
    }
    #total_price, .orderPrice {
        display: block;
    }
    #total_price {
        z-index: -1;
    }
    .order_top_discount {
        position: relative;
        top: 273px;
        color: #fff;
        text-decoration: none;
        font-size: 21px;
        font-weight: 700;
        background-color: #12c9c9;
        width: 120px;
        padding: 9px 25px;
        border-radius: 20px;
        display: block;
        text-align: center;
        left: 283px;
        transition: 0.3s;
    }

    .order_top_discount:hover {
        background-color: #1dc0c0;
    }

    .innerPage .headerIn {
        min-height: 310px;
        background: url(/redesign/images/bg_prices.png) no-repeat #3d4860 bottom;
        background-size: 100%;
    }

    .headerWide.innerPage .headerIn .headerCenterWidth:after {
        content: url('/redesign/images/alien_prices.png');
        position: absolute;
        right: 0;
        bottom: -4px;
    }

    .headerIn {
        min-height: 700px;
        background: url(/redesign/images/bg_top_mobile.png) no-repeat #3d4860 bottom;
        background-size: 100%;
    }
    .wrapper.showSidebar .headerIn {
        background-size: 350%;
        background-position: left bottom;
        min-height: 580px;
    }

    .wrapper.showSidebar .orderPage .headerIn {
        min-height: 0;
    }

    .wrapper.showSidebar .orderPage .logo {
        background-size: 100%;
        background-position: 90px center;
    }

    .wrapper.showSidebar .headerWide.innerPage .headerIn .headerCenterWidth:after {
        right: -210px;
    }

    .wrapper.showSidebar .logo {
        background-size: 170%;
        background-position: 75px center;
    }

    .wrapper.showSidebar .innerPage .headerIn {
        min-height: 310px;
    }

    .menu ul {
        text-align: left;
    }

    .whyChooseUl li {
        padding-left: 10px;
    }

    .whyChooseUl li:before {
        left: -19px;
    }
    
    .level_table {
        display: none;
    }
    #footer {
        background: url(/redesign/images/footerBG.png) center 101% no-repeat;
        background-size: 100%;
    }
    .disclaimer .container img:first-child {
        display: none;
    }
    .disclaimer .container img:last-child {
        display: block;
        right: 0;
        position: absolute;
        padding-right: 25px;
        padding-top: 50px;
    }

    .disclaimer-wrap {
        height: 450px;
        margin-bottom: 110px;
        padding: 100px 0 0px;
        background: #2B374F;
    }

    .copybottom {
        background: #1e2b41;
    }

    .footer_alien {
        bottom: 0;
    }

    .footer_alien:after {
        background: url(/redesign/images/footer_alien_mobile.png) 0 0 no-repeat;
        background-size: 100%;
        right: 0;
        width: 119px;
        height: 105px;
    }

    .footer .copyright {
        text-align: center;
        float: none;
    }

    .copybottom {
        line-height: 110px;
        height: 111px;
    }

    .disclaimer {
        text-align: left;
        float: right;
        max-width: 200px;
        padding: 10px;
    }

    .footer .menu ul li {
        display: block;
        text-align: left;
        margin-top: 35px;
    }

    .footer .menu ul {
        position: absolute;
        margin-top: 100px;
        margin-left: 5px;
    }

    .footer .menu ul li:first-child {
        padding-left: 25px;
    }

    .footer .payments {
        padding-right: 0;
        position: absolute;
        bottom: 545px;
        padding-bottom: 70px;
    }

    #prices {
        display: none;
    }
    .search_prices {
        width: 100%;
        padding: 0;
    }
    .search_prices_wrap {
        width: auto;
        margin: 0;
        height: 492px;
    }
    .selectwrap:after {
        top: 19px;
    }
    #price-area {
        width: auto;
        left: 0;
    }
    .discountTable + .toCenter, .discountTable + .toCenter + .toCenter {
        width: 49%;
        display: inline-block;
    }
    .discountTable + .toCenter .btn, .discountTable + .toCenter + .toCenter .btn {
        font-size: 18px;
        padding: 12px 18px;
    }
    #discount_text {
        padding-left: 0;
        padding-top: 13px;
    }
    .price-total__discount {
        color: #25a725 !important;
        font: bold 13px 'Roboto', sans-serif;
        padding: 0px 0px 5px;
    }
    .logo {
        background-size: 50%;
    }

}

.unnamed4 input {
    border: 2px solid #59667F;
}

#submit {
    margin-left: 164px!important;
    text-align: center!important;
    font-size: 18px!important;
    font-weight: 800!important;
    border-radius: 20px!important;
    background: #12c9c9!important;
    text-decoration: none!important;
    color: #fff!important;
    height: 40px!important;
    width: 100px!important;
}

@media screen and (max-width: 470px) {
    #next_discount_text {
        left:0;
    }
    .prodItem > .left {
        padding-right: 12px;
    }
}

@media screen and (max-width: 420px) {
    .right h4 {
        height: auto;
    }
    .btn, .contentRightCol .btn {
        font-size: 25px;
        padding: 12px 23px;
    }
    .footer .copyright {
        text-align: left;
    }
    .headerWide h1 {
        font-size: 35px;
    }
    .headerIn {
        min-height: 610px;
    }
    .order_top_discount {
        font-size: 17px;
        position: absolute;
        top: 508px;
        padding: 4px 15px;
        left: 245px;
    }
    .orderPrice {
        padding: 10px 28px;
        border-radius: 30px;
        font-size: 25px;
    }
    #next_discount_text {
        left: 3px;
        font-size: 13px;
    }
    .headerWide.innerPage .headerIn .headerCenterWidth:after {
        content: url('/redesign/images/alien_prices3.png');
        position: absolute;
        right: 0;
        bottom: -4px;
    }
    .wrapper.showSidebar {
        position: absolute;
        right: -41px;
        left: 300px!important;
    }
    .wrapper.showSidebar .headerCenter h1, .wrapper.showSidebar .orderTop.orange {
        margin-left: 30px;
    }
    .wrapper.showSidebar .headerTopInRight {
        display: none;
    }
    #login_form {
        width: 300px;
        padding: 15px 20px;
    }
    .wrapper.showUserMenu {
        right: 300px;
    }
    .top_nav.show {
        width: 300px;
    }
}

@media screen and (max-width: 400px) {
    .footer .payments {
        background: url(/redesign/images/payments.png) left center no-repeat;
        background-size: 90%;
        width: 91%;
    }
    .disclaimer .container img:last-child {
        width: 50%;
    }
    .wrapper.showSidebar .headerWide h1 {
        width: 320%;
    }
    .wrapper.showSidebar .navBottom {
        width: 300%;
    }
    .order_top_discount {
        top: 514px;
        padding: 4px 10px;
        left: 219px;
    }
    .first_time_here_mobile p:first-child {
        font-size: 37px;
        width: 300px;
    }
    .first_time_here_mobile p:nth-child(2n) {
        font-size: 26px;
        width: 300px;
    }
    #next_discount_text {
        font-size: 12px;
    }
    #pages_count, #papers_count {
        width: 60px!important;
    }
    .search_prices_wrap {
        padding: 35px 20px;
    }
    #sel_currency {
        margin: 0 22px;
    }
    #total_price {
        font-size: 34px;
    }
    .number_of_papers label {
        padding-left: 36px;
    }
    .selectwrap:after {
        top: 20px;
    }
    .order .wrapper.showSidebar {
        right: -99px;
    }
}
@media screen and (max-width: 360px) {
    .order_top_discount {
        left: 208px;
        top: 516px;
    }
    .btn.blue {
        width: auto;
        font-size: 20px;
    }
    .order .wrapper.showSidebar {
        right: -99px;
    }
}

@media screen and (max-width: 340px) {
    .prodButton {
        width: 90px;
        float: none;
        margin: 0 auto;
    }
    .prodItem .bottom {
        text-align: center;
    }
    .discountTable + .toCenter .btn, .discountTable + .toCenter + .toCenter .btn {
        font-size: 16px;
        padding: 12px 15px;
    }
    .footer .copyright {
        line-height: 41px;
        padding: 35px 0;
    }
    .headerIn {
        min-height: 535px;
    }
    .order_top_discount {
        top: 451px;
        padding: 4px 0px;
        left: 186px;
        font-size: 15px;
        border-radius: 15px;
    }
    .orderPrice {
        padding: 10px 20px;
        font-size: 20px;
    }
    #total_price {
        font-size: 27px;
    }
    .margin-top {
        margin-top: 175px;
    }
    #pages_count, #papers_count {
        width: 50px!important;
    }
    .number_of_papers label {
        padding-left: 46px;
    }
    #next_discount_text, #next_discount_admmiss_text {
        font-size: 10px;
    }
    #next_discount_admmiss_text {
        top: 3px;
    }
    #login_form, .top_nav.show {
        width: 260px;
    }
    .wrapper.showUserMenu {
        right: 260px!important;
    }
    .wrapper.showSidebar {
        left: 260px!important;
    }
    .order .wrapper.showSidebar {
        right: -153px;
    }
    #login_main_div {
        margin-left: 0;
    }
}
#cluetip {
    border: 1px solid rgb(207, 171, 82);
    padding: 5px 10px;
    color: rgb(83, 83, 83);
    background-color: rgb(253, 243, 207);
    border-radius: 5px;
}
#cluetip-title {
    font-size: 12px;
}
