@import url(//fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,500,600,700);

html {
}

body {
    height: 100%;
    margin: 0;
    font: 300 13px Roboto, Arial, Helvetica, sans-serif;
    color: #424242;
    background: url(/images/split/2/bg_body.gif) !important;
    height: auto;
    min-width: 480px;
}

* {
    margin: 0;
    padding: 0;
}

a,
input,
textarea,
select {
    outline: none;
}

a {
    text-decoration: underline;
    color: #0098a2;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

input,
textarea,
select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
    border: 1px solid #9d9eaf;
}

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

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

#main {
    min-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.prices-page #main {
    padding-bottom: 20px;
}

p {
    line-height: 21px;
    padding: 0 0 10px;
}

strong {
    font-weight: 500;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    color: #f06d25;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    padding: 0 0 14px;
}

h2 {
    font-size: 24px;
    line-height: 38px;
    color: #f06d25;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    padding: 13px 0 10px;
}

h3 {
    font-size: 20px;
    line-height: 34px;
    color: #6161b3;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    padding: 31px 0 2px;
}

ol {
    list-style-type: none;
    counter-reset: ol-counter;
    padding: 0 0 23px;
    margin: -8px 0 0;
}

ol li {
    position: relative;
    padding: 1px 0 1px 33px;
    line-height: 21px;
    margin: 8px 0 0;
}

ol > li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    position: absolute;
    top: 0;
    left: 0;
    background: #f06c24;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

#header {
    background: #5680db;
    height: 202px;
    margin: 0 auto;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    position: relative;
    z-index: 20;
}

.head_top {
    font-size: 12px;
    line-height: 14px;
    color: #9a94ee;
    text-align: center;
    height: 18px;
    font-weight: 400;
}

.header_box {
    position: relative;
    height: 147px;
    max-width: 1140px;
    margin: 0 auto;
}

.logo {
    position: relative;
    margin: 30px 0 0 240px;
    display: inline-block;
}

.logo a {
    text-decoration: none;
}

.logo span {
    position: absolute;
    top: 53px;
    left: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 53, 158, 0.95);
    width: 320px;
}

.head_img {
    display: block;
    background: url(/images/responsive/main-girl.png) no-repeat;
    position: absolute;
    top: -18px;
    left: -50px;
    height: 210px;
    width: 283px;
}

.btn_live {
    position: absolute;
    top: 27px;
    right: 0px;
    background: rgba(141, 177, 255, 1);
    background: -moz-linear-gradient(top, rgba(141, 177, 255, 1) 0%, rgba(96, 136, 230, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(141, 177, 255, 1)), color-stop(100%, rgba(96, 136, 230, 1)));
    background: -webkit-linear-gradient(top, rgba(141, 177, 255, 1) 0%, rgba(96, 136, 230, 1) 100%);
    background: -o-linear-gradient(top, rgba(141, 177, 255, 1) 0%, rgba(96, 136, 230, 1) 100%);
    background: -ms-linear-gradient(top, rgba(141, 177, 255, 1) 0%, rgba(96, 136, 230, 1) 100%);
    background: linear-gradient(to bottom, rgba(141, 177, 255, 1) 0%, rgba(96, 136, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8db1ff', endColorstr='#6088e6', GradientType=0);
    height: 33px;
    font-size: 15px;
    color: #fefefe;
    font-weight: 700;
    text-decoration: none;
    line-height: 33px;
    padding: 0 0 0 40px;
    width: 143px;
    text-shadow: 0 -1px 0 rgba(51, 151, 39, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: 'Cabin',sans-serif;
    border-bottom: 2px solid #4471cd;
}

.btn_live:after {
    display: block;
    content: '';
    background: url(/images/split/2/btn_live_icon.png) no-repeat;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 10px;
    left: 16px;
}

.btn_live span span {
    color: #97ff52;
    text-shadow: 0 -1px 0 rgba(26, 114, 35, 1);
}

.btn_live:active {
    height: 32px;
    margin: 1px 0 0;
    background-position: 0 -70px;
    border-width: 1px;
}

.head_contacts {
    list-style: none;
    padding: 2px 0 0 101px;
    margin: 0;
    position: absolute;
    top: 97px;
    right: 0;
    overflow: hidden;
    background: url(/images/split/2/bg_head_contacts.png) no-repeat;
}

.head_contacts li {
    float: left;
    height: 45px;
    padding: 5px 10px 0;
    width: auto;
    font-size: 14px;
    color: #fefefe;
    line-height: 19px;
    font-weight: 500;
    text-shadow: 0 -1px 0 rgba(0, 58, 153, 1);
    font-family: 'Cabin',sans-serif;
}

.head_contacts li span {
    font-size: 20px;
    display: block;
    font-family: 'Roboto Condensed',sans-serif;
}

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

.head_contacts li:first-child {
    border-right: 2px solid #fff;
    position: relative;
}

.head_contacts li:first-child:before {
    content: '';
    position: absolute;
    left: -55px;
    top: 12px;
    background: url(/images/responsive/au-tel.png) no-repeat;
    width: 48px;
    height: 28px;
}

.head_contacts li:last-child {
    line-height: 36px;
    border-right: 2px solid #eee;
}

.menu_box {
    padding: 0 0 0 236px;
    height: 45px;
    background: rgba(86, 85, 176, 1);
    background: -moz-linear-gradient(top, rgba(86, 85, 176, 1) 0%, rgba(61, 61, 145, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(86, 85, 176, 1)), color-stop(100%, rgba(61, 61, 145, 1)));
    background: -webkit-linear-gradient(top, rgba(86, 85, 176, 1) 0%, rgba(61, 61, 145, 1) 100%);
    background: -o-linear-gradient(top, rgba(86, 85, 176, 1) 0%, rgba(61, 61, 145, 1) 100%);
    background: -ms-linear-gradient(top, rgba(86, 85, 176, 1) 0%, rgba(61, 61, 145, 1) 100%);
    background: linear-gradient(to bottom, rgba(86, 85, 176, 1) 0%, rgba(61, 61, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5655b0', endColorstr='#3d3d91', GradientType=0);
    border-top: 2px solid #eeeeee;
}

.menu {
    list-style: none;
    margin: 0 auto;
    display: table;
    max-width: 900px;
}

.menu > li {
    display: table-cell;
    background: url(/images/split/2/sep_menu.png) repeat-y;
    vertical-align: top;
    text-align: center;
    padding: 0 0 0 2px;
    position: relative;
}

.menu > li > a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 10px;
    text-decoration: none;
    height: 45px;
    font-size: 14px;
    color: #fefefe;
    line-height: 13px;
    font-family: 'Cabin',sans-serif;
    font-weight: 600;
    text-shadow: 0 -1px 0 rgba(0, 22, 95, 1);
    text-align: center;
}

.menu > li > a:hover,
.menu > li > a.active,
.menu > li:hover > a {
    background: url(/images/split/2/bg_menu_hover.gif) no-repeat 50% 0;
}

.menu > li:last-child > a {
    -webkit-border-radius: 0 0 7px 0;
    -moz-border-radius: 0 0 7px;
    border-radius: 0 0 7px 0;
}

.menu .menu_drop {
    position: absolute;
    top: 100px;
    left: 0;
    width: 212px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.menu > li:hover .menu_drop {
    padding: 5px 0 0;
    top: 45px;
    height: auto;
    opacity: 1;
}

.menu .menu_drop:after {
    display: block;
    content: '';
    background: url(/images/split/2/bg_menu_drop_icon.png) no-repeat;
    height: 11px;
    width: 15px;
    position: absolute;
    top: -4px;
    left: 46px;
}

.menu .menu_drop ul {
    list-style: none;
    padding: 15px 18px;
    margin: 0;
    background: #fff;
    border: 2px solid #5655a8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.menu .menu_drop ul li {
    text-align: left;
    background: url(/images/split/2/bg_menu_drop.gif) no-repeat 0 5px;
    padding: 0 0 11px 15px;
    line-height: 17px;
}

.menu .menu_drop ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-family: 'Cabin',sans-serif;
    font-weight: 600;
}

.menu .menu_drop ul li a:hover {
    text-decoration: underline;
    color: #414193;
}

.topmenu_mask {
    display: none;
}

.adds img {
    display: block;
    margin: 0 auto 50px;
}

.sitebar {
    list-style: none;
    margin: 24px 0 0;
    position: relative;
    background: url(/images/split/2/bg_sitebar_bot.png) no-repeat 100% 100%;
    padding: 0 0 43px;
}

.sitebar:before {
    display: block;
    content: '';
    position: absolute;
    top: -44px;
    right: 0;
    background: url(/images/split/2/bg_sitebar_top.png) no-repeat;
    height: 44px;
    width: 95px;
}

.sitebar li a {
    display: block;
    position: relative;
    height: 41px;
    background: url(/images/responsive/bg_sitebar_2.png) no-repeat 100% 0;
    font-size: 15px;
    color: #6362b4;
    text-decoration: none;
    line-height: 43px;
    font-family: 'Cabin',sans-serif;
    font-weight: 700;
    padding: 0 0 0 40px;
}

.sitebar li a:hover {
    background-position: 100% -41px;
    color: #4a74de;
}

.sitebar li a:active {
    background-position: 100% -82px;
    color: #4a74de;
}

.sitebar li a.active {
    background-position: 100% -123px;
    color: #4a74de;
}

.sitebar li a span {
    display: block;
    height: 22px;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 5px;
}

.sitebar li a span.icon_s1 {
    background: url(/images/split/2/icon_sitebar_1.png) no-repeat;
}

.sitebar li a span.icon_s2 {
    background: url(/images/split/2/icon_sitebar_2.png) no-repeat;
}

.sitebar li a span.icon_s3 {
    background: url(/images/split/2/icon_sitebar_3.png) no-repeat;
}

.sitebar li a span.icon_s4 {
    background: url(/images/split/2/icon_sitebar_4.png) no-repeat;
}

.sitebar li a span.icon_s5 {
    background: url(/images/split/2/icon_sitebar_5.png) no-repeat;
}

.sitebar li a span.icon_s6 {
    background: url(/images/split/2/icon_sitebar_6.png) no-repeat;
}

.sitebar li a span.icon_s7 {
    background: url(/images/split/2/icon_sitebar_7.png) no-repeat;
}

.sitebar li a span.icon_s8 {
    background: url(/images/split/2/icon_sitebar_8.png) no-repeat;
}

.sitebar li a span.icon_s9 {
    background: url(/images/split/2/icon_sitebar_9.png) no-repeat;
}

.sitebar li a span.icon_s10 {
    background: url(/images/split/2/icon_sitebar_10.png) no-repeat;
}

.sitebar li a span.icon_s11 {
    background: url(/images/split/2/icon_sitebar_11.png) no-repeat;
}

.sitebar li a span.icon_s12 {
    background: url(/images/split/2/icon_sitebar_12.png) no-repeat;
}

.sitebar li a span.icon_s13 {
    background: url(/images/split/2/icon_sitebar_13.png) no-repeat;
}

.sitebar li a:hover span,
.sitebar li a.active span {
    background-position: 0 -22px;
}

.sitebar li a:hover span.icon_s2,
.sitebar li a.active span.icon_s2 {
    background-position: 0 0;
}

.sitebar li a.oreder {
    color: #f77128;
}

.sitebar li a.oreder span {
    background-position: 0 0 !important;
}

.content {
    padding: 30px 0 185px;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}

.home-page .content {
    padding: 10px 0 220px;
}

.content:after {
    display: block;
    content: '';
    clear: both;
}

.left_colum {
    float: left;
    width: 23%;
    margin: 0 3% 0 0;
}

.center_colum {
    float: left;
    width: 48%;
    padding: 8px 0 0;
}

.right_colum {
    float: right;
    width: 23%;
    background: url(/images/split/2/bg_right_colum.png) repeat-y;
    position: relative;
}

.right_colum:before {
    background: url(/images/split/2/bg_right_colum_top.png) no-repeat 0 14px;
    display: block;
    content: '';
    height: 49px;
    width: 1px;
    position: absolute;
    top: -49px;
    left: 0;
}

.right_colum:after {
    background: url(/images/split/2/bg_right_colum_bot.png) no-repeat;
    display: block;
    content: '';
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: -48px;
    left: 0;
}

.main_adds_img {
    margin: 0 0 23px -15px;
}

.main_adds_img img {
    width: 100%;
}

.btn_adds {
    position: relative;
    z-index: 10;
    background: url(/images/split/2/btn_adds.gif) repeat-x;
    height: 54px;
    border-bottom: 3px solid #a32600;
    display: block;
    padding: 0 0 0 75px;
    width: 264px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    line-height: 54px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    margin: 5px 0 0 48px;
}

.btn_adds span {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    display: block;
    background: url(/images/split/2/sep_btn_adds.png) repeat-y 100% 0;
    text-align: center;
    padding: 16px 0 0;
    height: 35px;
}

.btn_adds span img {
    display: block;
    margin: 0 auto;
}

.btn_adds:hover {
    background-position: 0 -54px;
}

.completed {
    padding: 20px 0 0;
}

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

.completed .title {
    display: inline-block;
    background: url(/images/split/2/bg_title.png) no-repeat 100% 100%;
    font-size: 23px;
    color: #6161b3;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    padding: 0 18px 12px 0;
    text-align: center;
}

.completed .title span {
    color: #f06d25;
}

.list_complete {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.list_complete li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.list_complete li:after {
    display: block;
    content: '';
    background: url(/images/split/2/bg_pluse.png) no-repeat;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 83px;
    left: -10px;
}

.list_complete li:first-child:after {
    display: none;
}

.list_complete .step1 {
    background: url(/images/split/2/bg_step_1.png) no-repeat;
    height: 170px;
    width: 153px;
    margin: 3px auto 0;
}

.list_complete .step2 {
    background: url(/images/split/2/bg_step_2.png) no-repeat;
    height: 170px;
    width: 152px;
    margin: 5px auto 0;
}

.list_complete .step3 {
    background: url(/images/split/2/bg_step_3.png) no-repeat;
    height: 180px;
    width: 156px;
    margin: 0 auto;
}

.list_complete .name {
    display: block;
    font-size: 22px;
    color: #f77128;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    padding: 80px 20px 0;
}

.list_complete p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 17px;
    padding: 4px 20px 0;
}

.completed_bot {
    background: url(/images/split/2/bg_completed_bot.png) no-repeat 50% 0;
    background-size: cover;
    height: 95px;
    margin: -37px 0 0;
}

.completed .title_two {
    text-align: center;
    display: block;
    font-size: 25px;
    color: #f06d25;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    padding: 3px 0 0;
}

.btn_order_place {
    display: block;
    margin: 8px auto 0;
    background: url(/images/split/2/btn_order_place.gif) repeat-x;
    border-bottom: 3px solid #bf4000;
    width: 278px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-shadow: 0 1px 1px rgba(191, 64, 0, 1);
}

.btn_order_place span {
    background: url(/images/split/2/btn_order_place_icon.png) no-repeat 100% 50%;
    padding: 0 24px 0 0;
}

.btn_order_place:hover {
    background-position: 0 -52px;
}

.btn_order_place:active {
    background-position: 0 -104px;
    margin-top: 10px;
    border-width: 1px;
}

.btn_order {
    display: block;
    margin: 0 auto;
    background: url(/images/split/2/btn_order_place.gif) repeat-x;
    border-bottom: 3px solid #bf4000;
    width: 208px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-shadow: 0 1px 1px rgba(191, 64, 0, 1);
}

.btn_order:hover {
    background-position: 0 -52px;
}

.btn_order:active {
    background-position: 0 -104px;
    margin-top: 2px;
    border-width: 1px;
}

.likes {
    padding: 0 10% 21px;
    background: url(/images/split/2/sep_right_colum.png) no-repeat 100% 100%;
}

.form_login_box {
    background: url(/images/split/2/sep_right_colum.png) no-repeat 100% 100%;
}

.form_login {
    background: url(/images/responsive/bg-login.png) no-repeat;
    padding: 18px 10% 33px;
    background-size: cover;
}

.form_login .name {
    display: block;
    font-size: 21px;
    line-height: 22px;
    color: #4a74de;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px;
}

.form_login .name span {
    color: #f77128;
}

.form_login .tx {
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #b1b1b1;
    margin: 7px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_login .tx:focus {
    color: #000;
    border: 1px solid #7698e5;
    -webkit-box-shadow: 0 0 4px 0 rgba(109, 147, 233, 0.75);
    -moz-box-shadow: 0 0 4px 0 rgba(109, 147, 233, 0.75);
    box-shadow: 0 0 4px 0 rgba(109, 147, 233, 0.75);
}

.form_login .tx.focus {
    color: #000;
}

.btn_login {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #5c7eeb;
    height: 36px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: url(/images/split/2/btn_login.gif) repeat-x;
    cursor: pointer;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(74, 109, 208, 1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn_login:hover {
    background-position: 0 -34px;
    border-bottom: 2px solid #3a63cc;
}

.btn_login:active {
    background-position: 0 -68px;
    margin: 11px 0 0;
    border-bottom-color: #0047ab;
    border-bottom-width: 1px;
    height: 35px;
}

.form_login .remember {
    display: block;
    text-align: center;
    padding: 8px 0 0;
}

.form_login .remember a {
    font-size: 11px;
    color: #697dae;
}

.form_login .remember a:hover {
    text-decoration: underline;
    color: #2956cd;
}

.form_login .remember a:hover:active {
    color: #697dae;
}

.free {
    background: url(/images/split/2/sep_right_colum.png) no-repeat 100% 100%;
    padding: 16px 10% 34px;
}

.free .name {
    display: block;
    font-size: 21px;
    line-height: 22px;
    color: #4a74de;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px;
}

.free .name span {
    color: #f77128;
}

.list_free {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_free li {
    overflow: hidden;
    background: url(/images/split/2/line_dot.png) repeat-x 0 90%;
    padding: 8px 30px 0 0;
    position: relative;
}

.list_free li .left {
    display: inline;
    background: url(/images/split/2/bg_body.gif);
}

.list_free li .left span {
    font-size: 13px;
    margin: 0 5px 0 0;
    line-height: 13px;
    color: #fff;
    font-weight: 800;
    background: #f77128;
    height: 15px;
    width: 34px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.list_free li .right {
    float: right;
    background: url(/images/split/2/bg_body.gif);
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 0 4px;
}

.free .total {
    margin: 12px 0 0;
    padding: 7px 0 6px;
    background: url(/images/split/2/bg_total.png);
    -webkit-border-radius: 3px;
    text-align: center;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.free .total span {
    color: #ff4200;
}

.free .free_info {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    color: #939393;
    padding: 5px 0 0;
}

.why {
    background: url(/images/split/2/sep_right_colum.png) no-repeat 100% 100%;
    padding: 16px 10% 32px;
}

.why .name {
    display: block;
    font-size: 21px;
    line-height: 22px;
    color: #4a74de;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px;
}

.why .name span {
    color: #f77128;
}

.list {
    list-style: none;
    padding: 5px 0 0;
    margin: 0;
}

.list li {
    background: url(/images/split/2/bg_list.png) no-repeat 0 8px;
    padding: 4px 0 0 15px;
    line-height: 16px;
}

.today {
    padding: 16px 10% 32px;
}

.today .name {
    display: block;
    font-size: 21px;
    line-height: 22px;
    color: #4a74de;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px;
}

.today .name span {
    color: #f77128;
}

.list_activity {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_activity li {
    background: url(/images/split/2/line_dot.png) repeat-x 0 90%;
    position: relative;
    line-height: 16px;
    padding: 9px 45px 0 0;
}

.list_activity li .left {
    display: inline;
    background: url(/images/split/2/bg_body.gif);
    padding: 0 3px 0 0;
}

.list_activity li .right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/split/2/bg_body.gif);
    width: 35px;
    padding: 0 0 0 7px;
    font-size: 13px;
    font-weight: 700;
}

.list_activity li:last-child {
    color: #ef6a22;
    font-weight: 700;
}

.btn_ask {
    display: block;
    background: url(/images/split/2/btn_ask.gif);
    height: 34px;
    border-bottom: 2px solid #222673;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-shadow: 0 -1px 1px rgba(2, 23, 98, 1);
    margin: 17px 0 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
}

.btn_ask:hover {
    background-position: 0 -34px;
}

.btn_ask:active {
    background-position: 0 -68px;
    border-width: 1px;
    margin: 18px 0 0;
}

#footer {
    background: url(/images/split/2/bg_footer.gif) repeat-x;
    height: 165px;
    margin: -185px auto 0;
    max-width: 1140px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    position: relative;
    overflow: hidden;
}

.foot_nav {
    list-style: none;
    padding: 16px 0 17px;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
}

.foot_nav li {
    display: inline-block;
    background: url(/images/split/2/sep_foot_nav.png) no-repeat 0 50%;
    text-align: center;
    line-height: 30px;
    padding: 0 5px;
}

.foot_nav li:first-child {
    background: none;
}

.foot_nav li a {
    font-size: 13px;
    color: #fefefe;
    text-decoration: none;
    font-family: 'Cabin',sans-serif;
    font-weight: 500;
}

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

.foot_nav li a:active {
    text-decoration: underline;
    color: #d5d5f8;
}

#footer p {
    font-size: 11px;
    color: #7b7cb1;
    line-height: 13px;
    text-align: center;
    padding: 0 20px 15px;
    font-weight: 400;
}

img.desctop-768 {
    display: none;
}

.menu .menu_drop {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.form_login-logined {
    padding: 0 10px 20px 21px;
}

.form_login-logined p {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 3px;
    padding-bottom: 0;
    margin-bottom: -2px;
    color: #353030;
    position: relative;
    display: inline-block;
}

.form_login-logined p:before {
    content: url("/images/responsive/ic2.png");
    position: absolute;
    left: -15px;
    top: 0;
}

.form_login-logined span.name {
    display: none;
}

a.form_login_profile {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 0;
    color: #1386cd;
    font-weight: 700;
}

a.form_login_profile span {
    border-bottom: 1px solid #1386cd;
    line-height: 1;
    display: inline-block;
}

a.form_login_profile span:hover {
    border-bottom: none;
}

a.form_login_logout {
    background: rgba(0, 0, 0, 0) linear-gradient(#fafafa 50%, #d9d9d9 50%) repeat scroll 0 0;
    border: 1px solid #a0a0a0;
    border-radius: 7px;
    color: #666;
    display: block;
    float: none;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 5px 10px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 65px;
}

.form_login_logout img {
    width: 16%;
    position: relative;
    top: 1px;
}

body > p {
    padding: 0;
}

.show-menu,
.mob-icons,
.titleMenu,
.collapseList,
.main_adds_img a img:last-child,
.mob-accept {
    display: none;
}

.head_top p {
    line-height: 1.2;
}

.mob-dissap-menu {
    display: block;
}

.order-form .content {
    padding-top: 10px;
}

#firstname,
#lastname,
#name,
#email,
#topic,
#doctype,
#wrlevel,
#details,
#order_category,
#ask_question,
#name_old,
#email_old,
#topic_old,
#doctype_old,
#wrlevel_old,
#details_old,
#order_category_old,
#ask_question_old,
#numpages,
#retype_email,
#password,
#quiz_login,
#quiz_password,
.disabled_email_input {
    width: 100% !important;
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

#urgency,
#style,
#o_interval,
#langstyle,
#urgency_old,
#style_old,
#o_interval_old,
#langstyle_old,
#academic_level {
    width: 100% !important;
}

.selectStyle {
    position: relative;
    width: 103%;
}

#row_urgency .selectStyle,
#row_style .selectStyle,
#row_o_interval .selectStyle,
#row_academic_level .selectStyle {
    width: 53%;
}



#row_wrlevel .selectStyle:after,
#row_o_interval .selectStyle:after,
#row_curr .selectStyle:after {
    display: none;
}

#row_wrlevel.levelShow .selectStyle:after {
    display: block;
}

.levelShow .wrapSubmit {
    display: none;
}

.selectStyle select {
    padding: 3px 10px !important;
    border: 1px solid #9d9eaf;
    outline: none;
    width: 100%;
}

.wrapTel .selectStyle:after,
.wrapTel.selectStyle:after {
    content: none;
}

.orderform select,
.wrapTel input {
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

.orderform select {
    padding: 3px 10px;
}

#firstname,
#lastname {
    width: 88% !important;
}

#row_firstname > td {
    padding-top: 10px !important;
}

#row_firstname td:last-child > div,
#row_country td:last-child > div {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#country {
    width: 100% !important;
}

#row_lastname {
    display: none;
}

.order-form .center_colum {
    width: 74%;
}

#order_form tbody tr.even td,
#order_form tbody tr td {
    border-bottom: none;
}

#order_form tbody > tr > td:last-child {
    padding-right: 19.5%;
    padding-top: 2px;
    vertical-align: top;
}

#order_form tbody > tr#row_topic > td:last-child {
    padding-top: 7px !important;
}

#row_firstname > td:last-child,
#row_country td:last-child,
#row_phone2 > td:last-child,
#row_o_interval > td:last-child {
    padding-right: 14% !important;
}

#row_phone2 > td:last-child {
    padding-right: 0 !important;
}

#phone1_type,
#phone2_type {
    display: none;
}

#phone1_country,
#phone1_area,
#phone2_country,
#phone2_area {
    width: 25px !important;
    padding: 4px 5px;
    display: inline-block;
}

.wrapTel {
    position: relative;
    padding: 5px 5px 0 !important;
}

#row_phone2 {
    position: relative;
}

.wrapTel #img_add_phone2,
#img_delete_phone2 {
    position: absolute;
    right: -14px;
    top: 7px;
    width: 6%;
}

#img_delete_phone2 {
    right: -20px;
    top: 7px;
}

#phone1_number,
#phone2_number {
    width: 95px;
    padding: 4px 5px;
}

#row_phone2 .phone_hint,
#row_phone2 .label_phone,
#row_phone1 {
    display: none !important;
}

div#row_phone2 {
    width: 100% !important;
}

.wrapTel div {
    padding: 0 !important;
}

.phone_hint {
    width: 100% !important;
}

.orderform {
    font-size: 13px;
    color: #282828;
    font-family: 'Roboto',sans-serif;
}

form#order_form table {
    width: 96% !important;
    background: none;
    margin: 0 auto;
    display: block;
}

#personal_info {
    border: 1px solid #d4d5ea;
    display: block;
}

#order_form table th {
    font: bold 16px Raleway !important;
}

#row_email td div,
#row_retype_email td div {
    padding: 5px 7px 5px 5px !important;
}

.phone_hint {
    position: relative;
    margin-top: -5px;
    font-size: 12px;
    color: #5a5a5a;
}

.field_hint img {
    width: auto !important;
    height: auto !important;
    margin-left: 5px;
    width: 15px !important;
}

.label label,
#row_langstyle td:last-child > div,
.vas_row td:last-child > div {
    position: relative;
}

input#additional_164 {
    opacity: 0;
}

.label label.active:after {
    content: url(/images/responsive/checked.png)!important;
    top: -3px !important;
    right: -27px !important;
}

.vas_row .label label.active:after {
    content: none!important;
}

#uk_us_switcher,
#will_upload_files {
    opacity: 0;
    position: relative;
    z-index: 50;
}
.previewPage #uk_us_switcher {
    position: relative;
    top: 3px;
    left: 3px;
}

.vas_row td:last-child > div.checkboxStyle:before {
    content: url(/images/responsive/checkbox.png);
    position: absolute;
    left: 3px;
    top: 5px;
    pointer-events: none;
}

#row_langstyle > td:last-child > div.active-lang:before,
.vas_row td:last-child > div.active:before {
    content: url(/images/responsive/checked.png)!important;
    top: 3px !important;
    left: 4px !important;
}

#row_langstyle > td.active > div.active-lang:before,
.vas_row td.active > div:before {
    content: url(/images/responsive/checked.png)!important;
    top: 6px !important;
    left: 4px !important;
}

#lstyle_options {
    position: relative;
}
#lstyle_options .lstyle_option {
    display: none;
}

#lstyle_options:before {
    content: url(/images/responsive/checkbox.png);
    position: absolute;
    pointer-events: none;
    left: -1px;
    top: 0;
}

#row_langstyle td:last-child > div.active:before {
    display: none;
}

#row_langstyle .active #lstyle_options:before {
    content: url(/images/responsive/checked.png)!important;
}
.previewPage.active #row_langstyle #lstyle_options:before {
    content: url(/images/responsive/checked.png);
    left: 4px !important;
    top: 2px !important;
}

.previewPage #lstyle_options:before {
    left: 0px;
    top: 5px;
}

.previewPage #lstyle_options.active-lang:before {
    left: 0 !important;
    top: 2px !important;
}

#row_will_upload_files td:last-child > div {
    position: relative;
}

#row_will_upload_files td:last-child > div:after {
    content: url(/images/responsive/checkbox.png);
    position: absolute;
    left: 3px;
    top: 5px;
    pointer-events: none;
}

#row_will_upload_files td:last-child > div.active:after {
    content: url(/images/responsive/checked.png)!important;
    top: 2px !important;
    left: 4px !important;
}

.previewPage #row_will_upload_files td:last-child > div:after {
    content: none!important;
}

#order_details {
    display: block;
}

#row_topic {
    border-top: 1px solid #d4d5ea;
}

#row_topic > td {
    padding-top: 10px !important;
}

#order_details > tr {
    border-left: 1px solid #d4d5ea;
    border-right: 1px solid #d4d5ea;
}

#order_details > tr:first-child {
    border: none;
}

#row_wrlevel td:last-child {
    padding-right: 0% !important;
}

.wrapSubmit,
.linear-select {
    border: 1px solid #5c5cad;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 1px !important;
    background: #fff !important;
    margin: 3px 0 3px 5px;
}

.linear-select {
    padding: 1px !important;
    margin-left: 0;
}

.toolWrap {
    display: none;
    background: none !important;
    padding: 0 !important;
    position: relative;
    height: 100%;
}

.wrapSubmit .toolWrap {
    display: inline;
}

#row_wrlevel a.submit {
    padding: 3px 47px;
    border-radius: 3px;
}

.admSevice {
    display: block !important;
    width: 94%;
}

#row_wrlevel .admSevice a.submit {
    padding: 3px 18px;
}

#row_wrlevel a.submit.active,
.linear-select a.selected {
    background: #5c5cad !important;
    color: #fff;
}

#row_wrlevel a.submit:hover,
.linear-select a:hover {
    text-decoration: underline !important;
}

#row_wrlevel .selectStyle {
    display: block;
}

#select-level-popup {
    display: none !important;
}

.tooltipLevel {
    position: absolute;
    display: none;
    top: 25px;
    left: 50%;
    z-index: 10;
    background: #fdf5c9;
    border: 1px solid #dbd098;
    padding: 10px;
    width: 190px;
    border-radius: 5px;
    opacity: .9;
    transition: all .3s;
}

.tooltipLevel.active {
    display: block;
}

.tooltipLevel ul {
    list-style-type: none;
    padding-left: 20px;
}

.tooltipLevel ul li {
    position: relative;
}

.tooltipLevel ul li:before {
    content: url(/images/responsive/hint-check.png);
    position: absolute;
    top: 0;
    left: -15px;
}

.tooltipLevel p {
    display: block;
    border-top: 1px solid #bfb47e;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.tooltipLevel p span {
    color: #282828;
    text-transform: uppercase;
    font-weight: 700;
}

.tooltipLevel:before {
    content: url(/images/responsive/tooltip-before.png);
    position: absolute;
    top: -16px;
    left: 10px;
}

.clsTool {
    display: none;
}

#row_o_interval .linear-select a {
    padding: 3px 24px !important;
    border-radius: 3px;
    margin: 0 !important;
    font-weight: 400 !important;
    text-decoration: none;
}

#row_o_interval .selectStyle {
    width: 100%;
}

#num_pg_ord {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

#row_doctype .field_hint {
    position: absolute;
    right: -20px;
    top: 10px;
}

#row_curr .linear-select a {
    margin: 0 !important;
    text-decoration: none;
    padding: 3px 13px;
    font-weight: 400 !important;
}

#row_cost_per_page .label div {
    padding: 4px 7px !important;
}

#additional_164_price {
    margin-left: 5px;
}

#row_additional_182 {
    display: none !important;
}

#row_style .field_hint,
#row_numberOfSources .field_hint {
    position: absolute;
    right: -20px;
    top: 9px;
}

.field_hint {
    background: url(/images/responsive/tooltip.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.field_hint img {
    display: none;
}

#row_numberOfSources .selectStyle {
    width: 25%;
}

#numberOfSources {
    width: 100% !important;
}

#row_numpapers .selectStyle {
    width: 53%;
}

#row_numpapers #numpapers {
    width: 100%;
}

.prefflist {
    width: 61% !important;
}

.prefflist li {
    margin: 5px 0 0;
}

.prefflist li:first-child {
    margin: 0;
}

#preff_wr_id input,
#row_promo input {
    width: 75% !important;
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

.prefflist img.delete {
    margin-right: 5px !important;
}

#row_promo input {
    width: 48% !important;
}

.prefflist img.add,
.prefflist img.delete {
    width: 12px !important;
    height: 12px !important;
    cursor: pointer;
    margin: 0;
    position: relative;
    top: 3px;
    left: 5px;
}

#row_preff_wr_id .brdata {
    color: #5a5a5a;
    font-size: 12px;
    padding: 5px 5px 0 0 !important;
}

#row_preff_wr_id {
    border-bottom: 1px solid #d4d5ea;
}

#row_preff_wr_id > td {
    padding-bottom: 15px !important;
}

#order_details > tr {
    width: 100%;
    display: table;
}

#order_form table th {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#row_accept {
    display: none !important;
}

#row_promo {
    border-top: 1px solid #d4d5ea;
    border-bottom: 1px solid #d4d5ea;
}

#row_promo td > div {
    padding: 15px 5px !important;
}

#row_promo .label label {
    top: 4px;
}

#row_promo td > div > div {
    padding: 5px 5px 0 0 !important;
}

#row_promo td > div > div a {
    color: #419bda;
}

#row_total {
    border: 1px solid #c9c8dc;
    padding: 10px;
    margin: 10px auto;
    background: #f4f5ff;
}

#row_total > td > div {
    background: #f4f5ff !important;
}

#row_total .label {
    font-size: 22px;
}

#total {
    margin-left: 0px;
}

#row_total #discount_span {
    padding: 0;
    font-size: 12px;
}

#row_total .field_hint {
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 5px;
}

.wrapper-submit-order {
    text-align: right;
    background: none !important;
    display: flex;
}

.wrapper-submit-order > div {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: 10px;
    background: none !important;
}

.wrapper-submit-order > div.block-submit {
    width: auto;
}

form#order_form table tfoot {
    display: table;
    width: 100%;
}

.block-termcond a {
    color: #419bda;
}

.wrapper-total-fixed {
    position: fixed;
    right: -15px;
    top: 370px;
    padding: 20px;
    background: #fff6c3;
    border: 1px solid #e3d798;
    font-size: 22px;
    z-index: 999;
    border-radius: 5px;
    text-align: center;
}

.wrapper-total-fixed .total-price {
    font-weight: 700;
}

.wrapper-total-fixed .price-save {
    color: #3f9e0f;
    font-size: 12px;
    font-weight: 700;
    display: none;
    margin-top: 5px;
}

.center_colum h1 {
    font-size: 25px;
}

.wrapper-step {
    border: 1px solid #fad79b;
    margin-bottom: 20px;
}

.wrapper-step .step {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 7px 0 7px 30px;
    box-sizing: border-box;
    margin-left: -3px;
    min-height: 80px;
    position: relative;
}

.wrapper-step .step:after {
    content: url(/images/responsive/step-pic.png);
    position: absolute;
    right: -17px;
    top: 0;
}

.wrapper-step .step:first-child:after {
    content: url(/images/responsive/step-pic1.png);
    position: absolute;
    right: -17px;
    top: 0;
}

.wrapper-step .step:last-child:after {
    content: none;
}

.step:first-child {
    background: #e8f6ff;
    border-left: none;
    margin-left: 0;
}

.step:last-child {
    padding-top: 13px;
}

.wrapper-step img,
.wrapper-step p {
    display: inline-block;
    vertical-align: middle;
}

.wrapper-step p {
    font-size: 17px;
    font-weight: 700;
    color: #f77128;
    margin-left: 5px;
}

.wrapper-step span {
    display: block;
    font-size: 14px;
    color: #424242;
}

.order-form .left_colum {
    margin-top: 20px;
}

.free.mob {
    display: none;
}

.order-form .free {
    background: url(/images/responsive/bg-free.png) no-repeat;
    background-position: 0 -15px;
    padding: 35px 10% 55px;
    margin-top: 30px;
}

.oldVas {
    display: none;
}

.order-form .right_colum {
    display: none;
}

.previewPage #personal_info {
    border: none;
}

.previewPage #personal_info > tr,
.previewPage #order_details > tr {
    display: block;
    border-radius: 5px;
    background: #ebecfd;
    margin-bottom: 3px;
    border: none;
    box-sizing: border-box;
}

.previewPage #order_form th {
    background: #f6f7ff;
    height: auto;
    padding-top: 20px;
    display: block;
    width: 100%;
}

.previewPage #order_form table tr td div {
    background: none !important;
}

#paypal_enabled {
    font-size: 13px;
    padding: 8px 8px 8px 145px;
    width: 96%;
    margin: 5px auto;
    border-radius: 5px;
    box-sizing: border-box;
}

#paypal_enabled ul li {
    position: relative;
    margin-right: 10px;
}

#paypal_enabled ul li:before {
    content: '';
    background: url(/images/responsive/radio-but.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -3px;
    top: 0;
    pointer-events: none;
}

#paypal_enabled ul li.active:before {
    content: '';
    background: url(/images/responsive/radio-but-active.png) no-repeat;
    position: absolute;
    width: 16px;
    height: 17px;
    left: -3px;
    top: 0;
    pointer-events: none;
}

.previewPage #order_form tr td.label {
    text-align: right;
    width: 100% !important;
    max-width: 300px;
    box-sizing: border-box;
}

.previewPage #order_form tr td,
.previewPage #order_form tr td.label {
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.previewPage #row_topic > td {
    padding-top: 5px !important;
}

.previewPage #order_form th {
    height: auto;
}

#main {
    font: 400 13px Roboto, Arial, Helvetica, sans-serif;
}

.previewPage .label label {
    color: #404040;
}

.hiddeCheckBox div:before,
#row_will_upload_files div:before {
    display: none;
}

#row_details .hiddeCheckBox,
#row_promo td:last-child {
    width: 55%;
}

.hiddeCheckBox #langstyle_container div {
    display: inline-block;
}

#row_langstyle .hiddeCheckBox div div {
    padding: 0 !important;
}

.previewPage #row_additional_151 .label label {
    color: #348b08;
    font-weight: 700;
}

.previewPage #row_additional_164 .label label:after {
    display: none;
}

.previewPage #row_langstyle > td:last-child > div:last-child {
    display: block !important;
}

.previewPage #row_total .label {
    font-size: 13px;
    padding: 0 !important;
}

.previewPage #row_total {
    margin: 0;
    padding: 5px 0 0;
}

.previewPage #order_form tbody > tr > td:last-child {
    padding-right: 0;
}

.previewPage #order_form tbody > tr#row_topic > td:last-child {
    width: 52%;
}

.previewPage .step:nth-of-type(1) {
    background: transparent;
}

.previewPage .step:nth-of-type(2) {
    background: #e8f6ff;
}

.previewPage .wrapper-step .step:first-child:after {
    content: '';
    background: url(/images/responsive/step-pic2.png) no-repeat;
    background-size: 100% 100%;
    height: 80px;
    width: 28px;
    z-index: 11;
}

.previewPage .wrapper-step .step:nth-of-type(2):after {
    content: url(/images/responsive/step-pic1.png);
}

.hiddenVasBunner {
    display: none;
}

.vas_row td:last-child > div.hiddenVas:before {
    content: none;
}

#value_langstyle {
    display: none;
}

#payment_creditcard,
#payment_paypal,
.vas_row input[type="checkbox"] {
    opacity: 0;
}

#phone1_area,
#phone1_number,
#phone2_area,
#phone2_number {
    display: none;
}

.phone3,
.phone4 {
    max-width: 81px;
    margin-left: -10px;
    border-left: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

input.validation_error,
select.validation_error,
textarea.validation_error {
    border: 1px solid #f25747 !important;
    background: #ffd0cb !important;
}

.left-img,
.text-descr {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}

.left-img {
    width: 85px;
    margin-right: 10px;
    overflow: hidden;
    height: 83px;
    text-align: center;
}

.left-img img {
    margin-left: -3px;
    margin-top: -3px;
    display: block;
}

.text-descr {
    width: 80%;
}

.wrapper-about-us p {
    line-height: 1.5;
}

.wrapper-about-us h2 {
    line-height: 1.2;
    padding: 0 0 5px;
}

.post {
    padding: 20px 25px;
    font-size: 13px;
    position: relative;
}

.post:after {
    content: '';
    background: url(/images/responsive/line-post.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.post p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    font-style: italic;
    position: relative;
}

.post p:before {
    content: '';
    background: url(/images/responsive/p1.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 11px;
    position: absolute;
    left: -20px;
    top: -7px;
}

.post p:after {
    content: '';
    background: url(/images/responsive/p2.png) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 11px;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.post span {
    line-height: 1.5;
    color: #8b8b8b;
}

#prices_table_content h2,
#wr_level_desc h2 {
    color: #6161b3;
}

#wr_level_desc {
    margin: 0 auto 50px;
}

#prices_table_content .filter {
    background: #ebecfd;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border: 1px solid #b4b3d2;
}

.filter tr td {
    vertical-align: middle;
    padding: 5px;
}

.td_name {
    text-align: right;
    width: 40%;
}

.filter tr td:last-child {
    width: 55%;
}

.currency_but {
    border-radius: 3px;
    padding: 3px 1px;
    box-sizing: border-box;
    border: 1px solid #b4b3d2;
    display: inline-block;
}

.currency_but a {
    padding: 2px 5px;
    color: #5c5cad;
    text-decoration: none;
}

.currency_but a.active {
    background: #5c5cad;
    color: #fff;
    border-radius: 3px;
}

.prices-page .selectStyle select {
    padding: 2px 3px !important;
    border-radius: 3px;
    width: 300px;
    background: #fff;
}

.prices-page .selectStyle.last select {
    width: 170px;
}

.prices-page .selectStyle {
    width: 100%;
}

.prices-page .selectStyle:after {
    top: 0;
    right: 1px;
}

.prices-page .selectStyle.last {
    width: 170px;
    display: inline-block;
}

.prices-page .center_colum p + ul {
    margin-left: 20px;
}

.add_promo_code {
    width: 496px;
    height: 70px;
    background-repeat: no-repeat;
    margin: 5px auto 0;
    /* border: 1px solid #b4b3d2; */
    border-radius: 5px;
    background-color: #e1e2f9;
    background-image: url(/images/responsive/banner-desktop.png);
    text-align: center;
    /* padding: 5px; */
    position: relative;
}

.add_promo_code label {
    position: relative;
    cursor: pointer;
}

.add_promo_code label:before {
    content: url(/images/responsive/checkbox.png);
    position: absolute;
    left: -20px;
    top: 0;
}

.add_promocode[type="checkbox"]:checked + label:before{
    content: url(/images/responsive/checked.png);
    position: absolute;
    left: -20px;
    top: -3px;
}

.add_promo_code.active label:before {
    content: url(/images/responsive/checked.png);
    left: -19px;
    top: -3px;
}

#add_promocode_64 {
    opacity: 0;
}

.add_promo_code .tooltip {
    display: none;
}

.filter {
    position: relative;
}

.filter:after {
    content: '';
    background: url(/images/responsive/after-table.png) no-repeat;
    width: 43px;
    height: 21px;
    background-size: 100% 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -21px;
}

#prices tr:first-child {
    vertical-align: bottom;
}

#prices th .title-prices,
.table_pack .title-prices {
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #333;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
}

th.price_title1 .title-prices {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

th.price_title2 .title-prices {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 5px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

th.price_title3 .title-prices {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

th.price_title4 .title-prices {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

th.price_title5 .title-prices {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#prices th.price_title2 .title-prices:after {
    content: '';
    background: url(/images/responsive/popular.png) no-repeat;
    width: 67px;
    height: 66px;
    background-size: 100% 100%;
    position: absolute;
    top: -35px;
    right: -30px;
    display: none;
}

.add_promo_code label {
    color: #f2402f;
    font-weight: 700;
}

#prices {
    margin-bottom: 40px;
    table-layout: auto;
    width: 100%;
}

#prices td,
.table_pack td {
    padding: 5px;
    vertical-align: bottom;
    color: #424242;
    text-align: center;
    border: 1px solid #d3d3e1;
    border-left: none;
    border-top: none;
    font-weight: 400;
}

.table_pack th {
    vertical-align: bottom;
}

#prices .td_name,
.table_pack .td_name {
    background: #f9faff;
    text-align: right;
    width: 13%;
    border-left: 1px solid #d3d3e1;
}

#prices tr:nth-of-type(odd),
.table_pack tr:nth-of-type(odd) {
    background: #e1e2f9;
}

#prices tr:nth-of-type(even),
.table_pack tr:nth-of-type(even) {
    background: #f0f1ff;
}

#prices tr.td_null.levelRow {
    background: #f0f1ff;
}

#prices tr:first-child,
.table_pack tr:first-child {
    background: transparent;
}

#prices tbody tr.td_null:nth-of-type(2),
.table_pack tbody tr.td_null:nth-of-type(2) {
    display: none;
}

#prices .price_without_promo {
    display: block;
    font-size: 11px;
    color: #5c5c5c;
    text-decoration: line-through;
}

#prices td a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: background .3s;
    height: 100%;
}

#prices td:not(.td_name):hover,
#prices td:not(.td_name):active {
    background: #f77128;
}

#prices td:not(.td_name):hover a,
#prices td:not(.td_name):active a,
#prices td:not(.td_name):hover a span,
#prices td:not(.td_name):active a span {
    color: #fff;
}

.gift a {
    font-weight: 500;
}

.price_text {
    position: relative;
}

#prices td {
    transition: all .3s;
}

.ptable_featureimg img {
    display: none;
}

.gift .ptable_featureimg {
    position: relative;
    width: 25px;
    height: 17px;
    background: url(/images/responsive/gift.png) top right no-repeat;
    display: inline-block;
    text-align: left;
    color: red;
    top: 2px;
    line-height: 19px;
    margin-top: 0;
    margin-left: 2px;
}

#prices td.gift:hover .ptable_featureimg {
    background: url(/images/responsive/gift-active.png) top right no-repeat;
    color: #fff;
}

.gift .ptable_featureimg:before {
    content: '+';
    position: absolute;
    left: 1px;
}

#tooltip {
    pointer-events: none;
}

#tooltip,
.mobTooltip-block,
.mobileTooltip {
    position: absolute;
    display: none;
    z-index: 10;
    background: #fdf5c9;
    border: 1px solid #dbd098;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    opacity: .9;
    top: 25px;
}

.mobileTooltip {
    color: #333;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    z-index: 100;
}

.mobileTooltip br {
    display: none;
}

#tooltip:before,
.mobTooltip-block:before,
.mobileTooltip:before {
    content: url(/images/responsive/tooltip-before.png);
    position: absolute;
    top: -16px;
    left: 10px;
}

#tooltip img,
.mobTooltip-block img {
    display: none;
}

#tooltip .vas_free,
.mobTooltip-block .vas_free {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    background: #605bb4;
    padding: 1px 3px;
    border-radius: 2px;
}

#tooltip .vas_text,
.mobTooltip-block .vas_text {
    display: block;
    margin-top: 5px;
}

#tooltip.hiddenTool {
    display: none !important;
}

/*#prices tr td:nth-last-of-type(2),*/
/*.table_pack tr td:nth-last-of-type(2) {*/
/*    border-right: 1px solid #a8a8d9;*/
/*    !*box-shadow: 2px 0 1px rgba(168, 168, 217, .7), -1px 0 1px rgba(168, 168, 217, .7), 0px 0 0 rgba(168, 168, 217, .7);*!*/
/*    z-index: 9;*/
/*    border-bottom: 1px solid #a8a8d9;*/
/*}*/

/*#prices tr td:nth-last-of-type(2) a {*/
/*    color: #3e3e9e;*/
/*    font-weight: 600;*/
/*}*/

#prices tr td:nth-of-type(2),
.table_pack tr td:nth-of-type(2) {
    border-right: 1px solid #a8a8d9;
}

#prices tr:nth-of-type(3) .td_name,
.table_pack .th_null .title-prices {
    border-top-left-radius: 5px;
    border-top: 1px solid #d3d3e1;
}

#prices tr:last-child .td_name,
.table_pack tr:last-child .td_name {
    border-bottom-left-radius: 5px;
}

.levelRow:nth-last-of-type(2) td:nth-of-type(2),
.levelRow:nth-last-of-type(2) td:nth-of-type(3),
.levelRow:nth-last-of-type(2) td:last-child,
.last1,
.last2,
.last3 {
    position: relative;
}

/*.levelRow:nth-last-of-type(2) td:nth-of-type(2):after,*/
/*.levelRow:nth-last-of-type(2) td:nth-of-type(3):after,*/
/*.levelRow:nth-last-of-type(2) td:last-child:after,*/
/*.last1:after,*/
/*.last2:after,*/
/*.last3:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    left: -1px;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background: #f0f1ff;*/
/*    border-bottom-left-radius: 5px;*/
/*    border: 1px solid #d3d3e1;*/
/*    border-top: none;*/
/*}*/

/*.levelRow:nth-last-of-type(2) td:nth-of-type(3):after,*/
/*.last2:after {*/
/*    bottom: -10px;*/
/*    left: -1px;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    background: #f0f1ff;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*    border: 1px solid #a8a8d9;*/
/*    border-top: none;*/
/*    box-shadow: 0 5px 7px rgba(168, 168, 217, .7);*/
/*}*/

.levelRow:nth-last-of-type(2) td:last-child:after,
.last3:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.table_pack .th_null .title-prices {
    background: #e1e2f9;
    color: #4e4ea0;
    text-align: right;
    text-shadow: none;
    font-weight: 500;
}

.table_pack .td_name {
    width: 45%;
    color: #000;
    font-weight: 400 !important;
}

.table_pack .title-prices {
    font-size: 15px;
    line-height: 1;
}

.table_pack th.price_title2 .title-prices {
    height: 40px;
    line-height: 1;
    border-top-right-radius: 5px;
}

#prices th.price_title2 .title-prices {
    height: 17px;
}

.table_pack .th_null .title-prices {
    border-left: 1px solid #d3d3e1;
    border-bottom: 1px solid #d3d3e1;
}

.table_pack strong {
    font-weight: 700;
    font-size: 22px;
    color: #3d9e0d;
    height: 10px;
}

.table_pack td {
    color: #9999c5;
}

.table_pack tr:nth-of-type(3) td {
    color: #424242;
    font-weight: 500;
}

.requestButtonWrap {
    margin: 30px auto;
}

.feat_format {
    text-align: center;
    margin: 10px auto 20px;
}

.feat_format > div {
    text-align: left;
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    border: 1px solid #d6d6d6;
    min-height: 105px;
}

.feat_format h3 {
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    color: #4a74de;
}

.feat_format h3 span {
    color: #f06d25;
}

.ff_left {
    margin-right: 20px;
}

.ff_right .list li {
    background: none;
    padding: 4px 0 0;
}

.wrapper_price_desc {
    text-align: center;
}

.price_desc {
    margin-top: 30px;
    display: inline-block;
    width: 44%;
    vertical-align: top;
    text-align: left;
    padding: 0 12px;
}

.price_desc h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #6161b3;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    padding: 10px 0 0;
}

#discount_text.active {
    background: url(/images/responsive/discount.png) no-repeat;
    background-size: 100% 100%;
    min-width: 110px;
    height: 18px;
    display: inline-block;
    padding: 2px 10px 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    margin-left: -3px;
    vertical-align: middle;
}

.urgencyMobile,
.mobile-order-now {
    display: none;
}

.sub-title h4 {
    display: block;
    text-align: center;
    border-radius: 5px;
    background: #fff6c3;
    padding: 10px;
    font-size: 13px;
    color: #424242;
    border: 1px solid #e1d697;
}

.wservice {
    background: #f9faff;
    border: 1px solid #dadae9;
    padding: 20px;
    margin: 0 auto 20px;
    border-radius: 5px;
    transition: .3s all;
}

.wservice:hover {
    border: 1px solid #a4a4c9;
}

.wservice > div {
    display: inline-block;
    vertical-align: top;
}

.wservice_right {
    width: 70%;
    margin-left: 20px;
}

.wservice .btn_order {
    line-height: 30px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500 !important;
    border-bottom: 2px solid #bf4000;
    border-radius: 5px;
    height: 30px;
    max-width: 100px;
}

.wrapper-services h2 {
    font-size: 20px;
    color: #6161b3;
}

.wrapper-services h3 {
    padding: 0 0 10px;
    line-height: 1.2;
    font-size: 16px;
}

.wrapper-services h3 a {
    text-decoration: none;
    color: #424242;
}

.pdf-pic {
    width: 73px;
    height: 83px;
    background: url(/images/responsive/services-sprite.png) no-repeat;
    background-position: 5px 0;
    display: block;
    margin: 0 auto 20px;
}

.pdf-pic:hover {
    background-position: 5px -97px;
}

.wservice_right table {
    text-align: left;
}

.wservice_right table th,
.wservice_right table td {
    font-weight: 300;
    padding: 2px 0;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.wservice_right table td {
    vertical-align: bottom;
    font-weight: 500;
}

.view_sample {
    color: #419bda;
    margin-top: 10px;
    display: inline-block;
}

.view_sample + span {
    font-weight: 700;
    color: #419bda;
    display: inline-block;
}

.contact-page .right_colum {
    display: none;
}

.contact-page .center_colum {
    width: 74%;
}

.cont-tel {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.cont-tel p,
.cont-tel img,
.cont-mail p,
.cont-mail img {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 300;
    padding-right: 10px;
}

.cont-tel p span,
.cont-mail a {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.side-img,
.side-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.side-text {
    width: 82%;
    margin-left: 10px;
}

.wrap-mail {
    margin: 10px 0;
}

.cont-mail {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.cont-mail:before,
.cont-mail:after {
    content: '';
    background: url(/images/responsive/line-post.png) no-repeat;
    background-size: 100% 100%;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}

.cont-mail:before {
    top: 1px;
}

.cont-mail:after {
    bottom: 1px;
}

.cont-mail a {
    color: #6498e1;
}

.wrap-chat {
    margin-top: 15px;
}

.live-chat {
    background: url(/images/responsive/live-chat.png) no-repeat;
    width: 242px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: right;
    color: #3b9c0b;
    font-size: 22px;
    box-sizing: border-box;
    padding-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}

.service-center {
    margin: 40px auto;
    background: #e8f2ff;
    border: 1px solid #dcdcea;
    border-radius: 5px;
    overflow: hidden;
}

.service-center h3 {
    display: block;
    padding: 7px 15px;
    color: #fff;
    text-shadow: 1px 1px 3px #316cbf;
    font-size: 17px;
    background: #4c88dd;
    box-sizing: border-box;
    border: 1px solid #316cbf;
    border-bottom: none;
}

.service-center ul {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
    list-style-type: none;
    padding-left: 25px;
    margin: 15px 0;
}

.service-center ul li {
    padding-bottom: 5px;
}

.service-center ul a {
    color: #424242;
    text-decoration: none;
    position: relative;
}

.service-center ul a:before {
    content: url(/images/responsive/serv-pic.png);
    position: absolute;
    left: -10px;
    top: 0;
}

.service-center .btn_ask {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}

h1.h1_li {
    color: #424242;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.h1_li a:hover {
    color: #419bda;
    text-decoration: none;
}

.our-services ul {
    list-style-type: none;
}

.services_list li {
    background: none;
    padding: 5px 0 5px 20px;
}

.our-services ul a {
    position: relative;
}

.our-services .services_list a:before {
    content: url(/images/responsive/serv-pic.png);
    position: absolute;
    left: -10px;
    top: 0;
}

.our-services .inner_list a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -13px;
    top: 5px;
    background: #419bda;
}

a.service_link:hover {
    text-decoration: none;
}

.table-reason {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.table-reason td {
    padding: 15px 10px;
    border: 1px solid #dcdcea;
    width: 50%;
    background: #f9faff;
}

.table-reason ul {
    list-style-type: none;
}

td.block_title_background {
    padding: 0;
    vertical-align: bottom;
    border: none;
    background: none;
}

.block_title_background .title-table {
    background: #e1e2f9;
    vertical-align: bottom;
    padding: 10px;
    border-top-left-radius: 5px;
    border-left: 1px solid #dcdcea;
    border-top: 1px solid #dcdcea;
    color: #4e4ea0;
    font-size: 15px;
    text-align: center;
}

.block_title_background:last-of-type .title-table {
    background: url(/images/responsive/standart-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 3px #2c2b86;
}

.table-reason tr:last-of-type td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-reason li {
    padding-left: 20px;
    position: relative;
}

.table-reason .block_text_left li:before,
.blfonl li:before {
    content: url(/images/responsive/reason-min.png);
    position: absolute;
    left: 0;
    top: -2px;
}

.table-reason .block_text_right li:before,
.blfonr li:before {
    content: url(/images/responsive/reason-plus.png);
    position: absolute;
    left: 0;
    top: -2px;
}

.wrapper-FAQs h2 {
    color: #282828;
    font-size: 13px;
    display: block;
    padding: 10px 20px 10px 10px;
    background: #ebecfd;
    border: 1px solid #b5b4d4;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}

.wrapper-FAQs h2:after {
    content: '<';
    position: absolute;
    right: 15px;
    top: 5px;
    color: #b5b4d4;
    font-size: 20px;
    transform: rotateZ(-90deg);
    transition: all .5s;
}

.wrapper-FAQs h2:hover {
    background: #e4e6ff;
}

.wrapper-FAQs h2.active {
    background: #dbddfe;
}

.wrapper-FAQs h2.active:after {
    transform: rotateZ(90deg);
}

.wrap-faq-text ul {
    list-style: none;
}

.wrap-faq-text li {
    background: none;
    padding: 5px 0 5px 20px;
    position: relative;
}

.wrap-faq-text li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 5px;
    top: 10px;
    background: #419bda;
}

.wrapper-block-services {
    color: #282828;
    font-size: 13px;
    display: block;
    padding: 5px 20px 5px 10px;
    background: #ebecfd;
    border: 1px solid #b5b4d4;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    text-align: right;
    overflow: hidden;
    transition: background .3s;
}

.wrapper-block-services:before {
    content: '<';
    position: absolute;
    left: 15px;
    top: 6px;
    color: #b5b4d4;
    font-size: 20px;
    transform: rotateZ(-90deg);
    transition: all .5s;
}

.wrapper-block-services.active:before {
    transform: rotateZ(90deg);
}

.wrapper-block-services.active,
.wrapper-block-services:hover {
    background: #dbddfe;
}

.wrapper-block-services a {
    display: inline-block;
    vertical-align: middle;
}

.wrapper-block-services h2 {
    text-align: left;
    float: left;
    color: #6161b3;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    line-height: 1.2;
    margin-top: 4px;
    margin-left: 25px;
}

.price-serice {
    color: #38910f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.price-serice:hover {
    opacity: .8;
}

.wrapper-block-services .btn_order {
    width: auto;
    margin-left: 10px;
    line-height: 30px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500 !important;
    border-bottom: 2px solid #bf4000;
    border-radius: 5px;
    height: 30px;
    padding: 0 20px;
}

.wrap-text a {
    display: block;
}

.wrap-text p {
    padding: 0 20px 10px;
}

.block-discount {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 220px 5px 0;
    position: relative;
}

.wrapper-block-discount {
    text-align: center;
}

.block-discount img {
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
}

.block-discount:first-of-type img {
    top: 50px;
}

.block-discount:nth-of-type(3) img {
    top: -55px;
}

.wrapper-discounts h2 {
    font-weight: 400;
}

.block-discount p {
    color: #626262;
    text-align: left;
}

.block-discount:nth-of-type(2) p {
    color: #b26807;
}

.collapse {
    text-align: center;
    margin: 20px auto;
    color: #419bda;
    border-bottom: 1px dotted #419bda;
    text-decoration: none;
    display: none;
}

.collapse:hover {
    border-bottom: 1px dotted transparent;
}

.bottom-text {
    padding: 10px 20px 5px 30px;
    border-radius: 10px;
    border: 1px solid #4b86de;
    position: relative;
    margin-bottom: 10px;
}

.bottom-text:before {
    content: url(/images/responsive/info.png);
    position: absolute;
    left: 12px;
    top: 10px;
}

.text-discount {
    margin: 10px 0 20px;
}

.text-discount p {
    display: none;
}

.mob-discount,
.text-discount h3 {
    display: none;
}

.block-discount .learn-more {
    text-align: center;
    color: #419bda;
    border-bottom: 1px dotted #419bda;
    text-decoration: none;
}

.cleafix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.choose {
    font-size: 16px;
    font-weight: 700;
}

.blockExtras {
    border: 1px solid #dcbd7c;
    border-radius: 5px;
    background: #f9faff;
    padding-bottom: 20px;
}

.titleExtras {
    padding: 5px 20px 5px 10px;
    background: #e9a91f;
    float: left;
    background: url(/images/responsive/ex-1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    box-sizing: border-box;
    height: 55px;
    margin-bottom: 10px;
    border: none;
    text-shadow: 1px 1px 3px #333;
}

.titleExtras h2 {
    float: left;
    color: #fff;
    font-size: 22px;
    padding: 0;
    line-height: 1.2;
}

.titleExtras h2 span {
    font-size: 16px;
    display: block;
}

.blockPrice {
    background: url(/images/responsive/ex-price-1.png) no-repeat;
    background-size: 100% 100%;
    width: 87px;
    height: 80px;
    float: right;
    position: relative;
    top: -10px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 58px;
}

.blockExtras .list,
.blockExtras .use {
    display: inline-block;
    vertical-align: middle;
}

.blockExtras .list {
    width: 75%;
    margin-left: 10px;
}

.blockExtras .btn_order {
    line-height: 30px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500 !important;
    border-bottom: 2px solid #bf4000;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.use {
    width: 20%;
    text-align: right;
}

.blockPrice sup {
    font-size: 11px;
    position: relative;
    top: -5px;
}

.blockPrice .small {
    font-size: 11px;
}

.wrapped-three {
    padding-left: 20px;
    background: url(/images/responsive/wrap-tree.png) top left no-repeat;
    padding-top: 20px;
    margin-left: 15px;
}

.wrapped-three .blockExtras {
    border: 1px solid #d8d8e6;
    margin-bottom: 20px;
}

.wrapped-three .titleExtras {
    background: url(/images/responsive/ex-2.png) no-repeat;
    background-size: 100% 100%;
}

.wrapped-three .titleExtras h2 span {
    font-size: 13px;
    color: #fefefe;
    opacity: .7;
    font-weight: 300;
}

.wrapped-three .blockPrice {
    background: url(/images/responsive/ex-price-2.png) no-repeat;
    background-size: 100% 100%;
}

.blockExtras.first {
    position: relative;
    margin-top: 30px;
}

.blockExtras.first:before {
    content: url('/images/responsive/king.png');
    position: absolute;
    top: -23px;
    left: -20px;
    display: block;
}

.wrapper-error-page * {
    box-sizing: border-box;
    line-height: 1.5;
}

.wrapper-error-page {
    text-align: center;
}

.wrapper-error-page > div {
    display: inline-block;
    vertical-align: top;
}

.dialog_cloud {
    text-align: left;
    position: relative;
    margin-left: 80px;
    padding-top: 40px;
}

.links404 li {
    display: inline-block;
}

.cloud {
    position: absolute;
    left: -125px;
    top: 10px;
    background: url(/images/responsive/cloud.png) no-repeat;
    width: 511px;
    height: 223px;
    background-size: 100% 100%;
    z-index: 0;
}

.error-text {
    text-align: left;
    color: #203550;
    position: relative;
    z-index: 1;
}

.error-text h2 {
    font-style: italic;
    font-size: 23px;
    padding: 0;
    margin: 0;
    color: #203550;
}

.error-text p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.5;
    padding: 0;
}

.error-text li {
    font-size: 14px;
    position: relative;
}

.error-text ul {
    list-style-type: none;
    margin-left: 10px;
}

.error-text li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6867bc;
    position: absolute;
    left: -10px;
    top: 9px;
}

.links404 {
    margin-top: 70px;
}

.links404 a {
    color: #419bda;
    text-decoration: none;
    font-size: 15px;
}

.links404 li {
    margin-right: 30px;
    position: relative;
}

.links404 li:before {
    content: url(/images/responsive/serv-pic.png);
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    background: none;
}

.kengooroo {
    position: relative;
    z-index: 2;
}

.search_box {
    padding: 10px;
    border-radius: 5px;
    background: #d7eeff;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: -75px auto;
    overflow: hidden;
    border: 1px solid #a6d5f8;
    box-sizing: border-box;
}

.search_box form {
    display: block;
    float: right;
}

.search_box label,
.search-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #424242;
    font-size: 13px;
}

.search-wrapper input {
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    outline: none;
}

.contact-page .search-wrapper input[type="submit"] {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 3px grey;
    background: url(/images/responsive/bg-but.png) 0 1px no-repeat;
    background-size: 100% 100%;
    width: auto;
    height: 33px;
    box-sizing: border-box;
    border: none;
    margin-left: -8px;
    cursor: pointer;
    margin-top: 0;
    font-size: 14px;
}

.article-preview {
    margin-bottom: 30px;
    position: relative;
}

.latest-news {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.btn_order.last,
.popular-articles {
    position: relative;
    margin-bottom: 20px;
}

.article-preview:after,
.latest-news:after,
.popular-articles:after,
.moreart-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    display: block;
    background: url(/images/responsive/line-post.png) no-repeat;
    background-size: 100% 100%;
}

.popular-articles:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: -10px;
    left: 0;
    display: block;
    background: url(/images/responsive/line-post.png) no-repeat;
    background-size: 100% 100%;
}

.article-preview > div {
    display: inline-block;
    vertical-align: top;
}

.text-news {
    width: 76%;
    margin-left: 10px;
}

.text-news h2 {
    color: #6161b3;
    font-size: 16px;
    padding: 0;
    line-height: 1.5;
}

.popular-articles .text-news h2 {
    line-height: 1.2;
    padding-bottom: 10px;
}

.text-news h2 a {
    color: #6161b3;
    text-decoration: none;
}

.art-date {
    color: #8b8b8b;
    font-weight: 300;
}

.artprev-text p {
    line-height: 1;
}

.artprev-text a {
    display: inline-block;
    color: #419bda;
    font-weight: 400;
    margin-top: 5px;
    position: relative;
}

.artprev-text a + span {
    color: #419bda;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}

.news-img img {
    width: 112px;
    height: 114px;
}

.popular-articles .news-img img {
    width: 62px;
    height: 62px;
}

.news-wrapper .btn_order {
    margin-bottom: 10px;
}

.article-list {
    list-style-type: none;
    padding-left: 10px;
}

.article-list li {
    background: url(/images/split/2/line_dot.png) repeat-x 0 90%;
    position: relative;
    line-height: 16px;
    padding: 9px 45px 0 0;
    position: relative;
}

.article-list li:before {
    content: url(/images/responsive/serv-pic.png);
    display: block;
    position: absolute;
    left: -10px;
    top: 10px;
    background: none;
}

.article-list li .left {
    display: inline;
    background: url(/images/split/2/bg_body.gif);
    padding: 0 3px 0 0;
}

.article-list .right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/split/2/bg_body.gif);
    padding: 0 0 0 7px;
    font-size: 13px;
    font-weight: 700;
}

.article-list a {
    color: #424242;
    text-decoration: none;
}

table.article-list {
    padding-left: 0;
    width: 100%;
}

.paginator {
    display: block;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

.paginator a {
    color: #419bda;
    font-weight: 400;
}

.popular-articles .article-preview:after {
    content: none;
}

.moreart-link {
    text-align: center;
    position: relative;
    margin: 20px auto 50px;
    padding: 0 0 10px;
}

.moreart-link a {
    color: #419bda;
    font-weight: 400;
}

.moreart-link a + span {
    color: #419bda;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}

.popular-articles h2 {
    padding: 15px 0;
}

.text-news h2 {
    padding: 0;
    font-size: 14px;
}

.social-icons {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 1000;
}

.social-icons a {
    display: block;
}

.social-icons img {
    vertical-align: bottom;
}

.contact-page input[type="submit"] {
    background: url(/images/responsive/pay-but.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    color: #fff;
    height: 36px;
    text-shadow: 0 1px 1px #145abb;
    font-size: 16px;
    width: auto;
    padding: 2px 40px;
    border: none;
    margin-top: 5px;
}

.contact-page input[type="text"],
.contact-page input[type="password"] {
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

.unnamed4 {
    width: auto !important;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.standart_ul {
    list-style-type: none;
}

.standart_ul li {
    margin: 5px 0;
}

.standart_ul input {
    display: block;
}

.standart_ul + div {
    float: none !important;
    padding: 0 !important;
}

.mob {
    display: none;
}

.inner-page .center_colum {
    padding-bottom: 20px;
}

.extend_deadline_text {
    display: block;
}

select#extend_days,
select#extend_hours {
    display: inline-block;
    margin: 5px 5px 0 0;
    vertical-align: middle;
    width: 60px;
}

#row_input_deadline td {
    padding: 10px 0;
}

#input_deadline label {
    vertical-align: middle;
    margin-right: 5px;
}

#deadline {
    width: 57%;
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

#input_deadline.selectStyle:after {
    content: none;
}

span.selectStyle:after {
    top: 0;
}

.main_div .title_text {
    background: #6565b8;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
}

#value_additional_164 font,
#row_additional_164 .hiddeCheckBox font {
    color: #000 !important;
    display: none;
}

#value_additional_164:after {
    content: 'yes';
}

#row_additional_164 .hiddeCheckBox font + input + span {
    position: relative;
}

#row_additional_164 .hiddeCheckBox font + input + span:before {
    content: 'yes';
    margin-right: 5px;
}

#resubmit_cancel,
#spend_credit,
#skip_credit {
    width: auto !important;
    padding: 0 42px;
    background: url(/images/responsive/edit-but.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    display: inline-block;
    color: #5f5f78;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    margin: 5px auto;
    border: none;
    cursor: pointer;
}

#resubmit_cancel:hover,
#spend_credit:hover {
    color: #0285f2;
}

#skip_credit {
    background: url(/images/responsive/pay-but.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    color: #fff;
    text-shadow: 0 1px 1px #333;
    vertical-align: middle;
}

#skip_credit:hover {
    text-shadow: 0 -1px 1px #333;
}

#want_to_spend_dollars,
#want_to_spend_cents {
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

.payment-but {
    background-color: transparent;
}

.tprice .price_title3 {
    width: 17%;
}

.price_title.price_title2 {
    width: 18%;
}

.price_title.price_title1 {
    width: 21%;
}

#cookieWrapperBlock img {
    display: block;
    margin-left: 15px;
    width: 96%;
}

.payment-resubmit-wrap .field_hint {
    top: -3px !important;
}

.prices td a {
    position: relative;
}

.prices td a:after {
    content: url("/images/responsive/ic4.png");
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.prices td a:hover:after {
    display: block;
}

tr.mobile-order-now td a:after {
    content: none!important;
}

.thank-page .left_colum {
    display: none !important;
}

.thank-page .content {
    text-align: center;
}

.thank-page .content > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.thank-page .center_colum {
    width: 34%;
    margin-right: 20px;
}

.thank-page .right_colum {
    width: 34%;
}

.thank-page .order_details {
    max-width: 361px;
    width: 100% !important;
}

.thank-page .description_vas {
    max-width: 383px;
    width: 100% !important;
}

.top-10 {
    color: #161616;
    font-weight: 400;
    display: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -ms-appearance: none;
}

select::-ms-expand {
    appearance: none;
    display: none;
}

#debug-log {
    display: none;
}

.paymentAccount .total {
    font-size: 18px;
    padding: 10px 0;
    text-align: left !important;
}

textarea,
input[type="text"],
select {
    background: #fff;
}

.preload-form {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.preload-img {
    position: fixed;
    left: 50%;
    background: url(/images/responsive/ring-alt.svg) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.discount_banner_content {
    margin: 40px auto 0;
    text-align: center;
}

/* start order doctype */
.header-order {
    margin-bottom: 20px;
}

.header-order__select-label {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f06d25;
    margin-bottom: 10px;
}

.header-order__select-area {
    border-radius: 7px 6px 6px 7px;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .2);
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #a0928b;
}

.header-order__select-wrap {
    display: inline-block;
    width: 69%;
    position: relative;
    vertical-align: top;
}

.header-order__select-wrap .select2-container input{
    display: none;
}

.header-order__select-wrap .select2-container .select2-choice{
    height: 44px;
    padding: 0 0 0 12px;
    color: #577077;
    border: none;
    display: block;
    text-decoration: none;
}

.header-order__select-wrap .select2-container .select2-choice>.select2-chosen{
    line-height: 44px;
    height: 44px;
}


.header-order__select-wrap .select2-container .select2-choice .select2-arrow{
    border: none;
}

.header-order__select-wrap .select2-container .select2-choice span.select2-arrow{
    background: url(/images/sprite_split-v4/allin-spritesheet-min.png) -186px -5px;
    width: 12px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.header-order__select-wrap >select{
    padding-left: 12px;
}

.header-order__select {
    background-color: #fff;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #577077;
    width: 100%;
    border: none;
    cursor: pointer;
}

.header-order__btn-order {
    font-weight: bold;
    width: 31%;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 2px 2px rgba(60, 80, 22, 0.53);
    margin-left: -4px;
    background: #ff9355;
    background: -webkit-linear-gradient(top, #ff9355 0%, #ff843d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9355), to(#ff843d));
    background: linear-gradient(to bottom, #ff9355 0%, #ff843d 100%);
    vertical-align: top;
}

/*.selectStyle.last:after{*/
    /*background: url(/images/responsive/select.png) no-repeat scroll right center;*/
/*}*/

.select2-container {
    width: 100%;
}
.select2-container .select2-choice span.select2-arrow{

    background: #5c5cad;
}
.select2-search input[type="text"]{
    border:1px solid  #5c5cad;
}
.select2-results li.select2-highlighted{
    background: #5c5cad;
}
.select2-dropdown-open .select2-choice span.select2-arrow {
    border-left: 1px solid #5c5cad;
    border-radius: 0 4px 4px 0;
}


/* end order doctype */

.price__label .price__inp{
    width: 147px;
    border-radius: 3px;
    border: 1px solid #9d9eaf;
    padding: 4px 10px;
}

@media (max-width: 1223px) {
    .logo {
        margin: 30px 0 0 175px;
    }

    .head_contacts li:last-child {
        line-height: 40px;
    }

    .menu_box {
        padding: 0 0 0 150px;
    }

    .menu > li > a {
        font-size: 13px;
    }

    .adds img {
        margin: 50px auto;
        width: 75%;
    }

    .menu_box li:nth-of-type(6) {
        display: none;
    }

    .head_img {
        top: 29px;
        left: -2px;
        height: 175px;
        width: 220px;
        background-size: 100%;
    }

    .right_colum {
        width: 100%;
        float: none;
    }

    .center_colum {
        width: 73%;
    }

    .main_adds_img {
        margin: 0 0 23px -14px;
    }

    .left_colum {
        margin: 0 2% 0 0;
    }

    .why {
        display: none;
    }

    .right_colum {
        background: none;
        text-align: center;
    }

    .right_colum .free,
    .right_colum .today {
        width: 100%;
        max-width: 220px;
        border: 1px solid #d6d6d6;
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        min-height: 240px;
        text-align: left;
    }

    .right_colum .today {
        margin-left: 15px;
    }

    .right_colum br {
        display: none;
    }

    .right_colum:before,
    .right_colum:after {
        display: none;
    }

    .btn_ask {
        border-bottom: 3px solid #222673;
        margin: 20px auto 0;
        padding: 7px;
        width: 30%;
        background: linear-gradient(#6564b9 50%, #3f3e90 50%);
    }

    .btn_ask:hover {
        border-bottom: 3px solid #222673;
        margin: 20px auto 0;
        padding: 7px;
        width: 30%;
        background: linear-gradient(rgba(100, 99, 184, .95) 50%, rgba(63, 62, 144, .95) 50%);
    }

    .foot_nav {
        text-align: center;
    }

    .foot_nav li {
        display: inline-block;
        padding: 0 15px;
    }

    .show-menu {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
        position: relative;
        margin-top: -30px;
        color: #218dd0;
        font-size: 17px;
    }

    .show-menu:after {
        content: url(/images/responsive/show-menu.png);
        position: relative;
        margin-left: 5px;
        top: 2px;
    }

    .sitebar {
        margin: 5px 0 0;
    }

    .sitebar li:nth-child(n+4) {
        display: none;
    }

    .form_login-logined .name {
        display: none;
    }

    .form_login-logined p {
        color: #353030;
        display: inline-block;
        font-size: 14px;
        margin-bottom: -2px;
        margin-left: 3px;
        margin-top: 20px;
        position: relative;
    }

    a.form_login_profile {
        font-size: 14px;
        color: #1386cd;
        font-weight: 700;
        text-decoration: underline;
        display: inline-block;
    }

    .form_login-logined {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-top: 0;
    }

    a.form_login_profile span {
        border-bottom: none;
        text-decoration: underline;
    }

    a.form_login_logout {
        background: linear-gradient(#fafafa 50%, #d9d9d9 50%);
        border: 1px solid #a0a0a0;
        border-radius: 7px;
        color: #666;
        font-size: 14px;
        margin-right: 20px;
        margin-top: 10px;
        padding: 5px 10px;
        position: relative;
        text-align: right;
        text-decoration: none;
        width: 65px;
    }

    .wrapper-total-fixed {
        display: none;
    }

    .wrapper-step .step {
        padding: 7px 0 7px 20px;
    }

    .wrapper-step img {
        width: 55px;
    }

    .wrapper-step p {
        width: 50%;
    }

    .wrapper-step span {
        line-height: 1.2;
    }

    .wrapper-step .step {
        padding: 12px 0 7px 20px;
    }

    #order_form tbody > tr > td:last-child {
        padding-right: 12.5%;
    }

    #row_firstname > td:last-child,
    #row_country td:last-child,
    #row_phone2 > td:last-child,
    #row_o_interval > td:last-child {
        padding-right: 6% !important;
    }

    #phone1_country,
    #phone1_area,
    #phone2_country,
    #phone2_area {
        width: 20px !important;
    }

    #phone1_number,
    #phone2_number {
        width: 72px;
    }

    .selectStyle {
        width: 104%;
    }

    #row_phone2 .selectStyle {
        width: 110%;
    }

    #img_delete_phone2 {
        right: -17px;
    }

    .phone_hint {
        font-size: 12px;
        margin-top: -5px;
    }

    #row_wrlevel a.submit {
        padding: 3px 20px;
    }

    #row_wrlevel td:last-child {
        padding-right: 11% !important;
    }

    .wrapSubmit {
        width: 100%;
        padding: 1px !important;
    }

    #row_o_interval .linear-select a {
        padding: 3px 6px !important;
    }

    #row_wrlevel a.submit {
        padding: 3px 0;
        width: 33.3%;
        display: inline-block;
        text-align: center;
    }

    #order_form tbody tr td:last-child {
        vertical-align: bottom;
    }

    #row_additional_164 .label label:after {
        top: 16px;
    }

    #row_additional_164 .label label.active:after {
        top: 13px !important;
    }

    #preff_wr_id input,
    #row_promo input {
        width: 70% !important;
    }

    .prefflist img.add,
    .prefflist img.delete {
        margin: 0 1px;
    }

    .wrapper-submit-order > div {
        width: 45%;
    }

    .wrapper-submit-order > div.block-submit {
        width: 26%;
    }

    #row_promo input {
        width: 42% !important;
    }

    .order-form .free {
        display: none;
    }

    body .admSevice {
        width: 107% !important;
    }

    #row_wrlevel .admSevice a.submit {
        padding: 3px 6px;
        width: 97%;
    }

    .toolWrap:last-child .tooltipLevel {
        left: -70%;
    }

    .toolWrap:last-child .tooltipLevel:before {
        left: 150px;
    }

    .clsTool {
        float: right;
        background: url(/images/responsive/close.png) no-repeat;
        width: 10px;
        height: 10px;
        position: relative;
        z-index: 11;
        display: block;
        opacity: .6;
    }

    #cluetip .clsTool {
        margin: 7px;
    }

    .selectStyle select {
        padding: 2px 10px !important;
    }

    .mobileTooltip {
        left: -170px;
    }

    .mobileTooltip:before {
        left: 180px;
    }

    .previewPage #order_form tr td.label {
        max-width: 240px;
    }

    .previewPage #order_form tbody tr td:last-child {
        vertical-align: top;
    }

    #paypal_enabled {
        padding: 8px 8px 8px 90px;
    }

    .inner-page .right_colum {
        width: 78%;
        float: right;
        margin-top: 10px;
    }

    .inner-page .content {
        padding: 30px 0 220px;
    }

    .prices-page .right_colum {
        display: none;
    }

    .filter tr td {
        width: 40%;
    }

    .prices-page .selectStyle {
        width: 300px;
    }

    .side-text {
        width: 78%;
    }

    .cont-tel {
        display: block;
        width: 100%;
    }

    .wrap-cont-tel,
    .wrap-mail {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }

    .cont-mail p {
        width: 65%;
    }

    .cont-mail a {
        font-size: 15px;
    }

    .cont-mail:before {
        transform: rotate(90deg);
        left: -38%;
        top: 50px;
        width: 60%;
    }

    .service-center .btn_ask {
        display: block;
        vertical-align: middle;
        width: 190px;
        margin-left: 10px;
        margin-top: 0;
    }

    .service-center {
        padding-bottom: 20px;
    }

    .service-center ul {
        vertical-align: top;
        width: 28%;
    }

    .wrapper-error-page {
        min-height: 400px;
    }

    .cloud {
        width: 460px;
        left: -85px;
    }

    .dialog_cloud {
        margin-left: 30px;
    }

    .error-text {
        width: 90%;
        margin: 0 auto;
    }

    .dialog_cloud {
        padding-top: 20px;
    }

    .search-wrapper {
        display: block;
    }

    .search_box form {
        text-align: left;
    }

    .search-wrapper input {
        padding: 3px;
    }

    .search_box {
        width: 100%;
        max-width: 560px;
    }

    img.desctop-1024 {
        display: none;
    }

    img.desctop-768 {
        display: inline;
    }

    #footer p {
        padding: 0 20px 5px;
    }

    .payment-resubmit-wrap {
        width: 90%;
    }

    .payment-resubmit-wrap .field_hint {
        position: relative;
    }

    .payment-resubmit-wrap .field_hint.hover:after,
    #order_form .field_hint.hover:after {
        content: attr(title);
        position: absolute;
        right: -35px;
        top: 25px;
        background: #fff;
        padding: 5px;
        border-radius: 3px;
        width: 170px;
        font-size: 12px;
        color: #333;
        box-shadow: 0 0 5px #333;
        line-height: 1.2;
        z-index: 100;
    }

    .pr-butwrap,
    .pr-butwrap p {
        overflow: visible !important;
    }

    .content404 {
        min-height: 600px;
    }

    .gift {
        position: relative;
    }

    .mobTooltip-block {
        top: 35px;
        right: 25px;
        padding: 5px;
        border-radius: 3px;
        width: 140px;
        text-align: left;
        display: none;
    }

    .mobTooltip-block img {
        display: none;
    }

    .mobTooltip-block strong {
        font-size: 12px;
        height: auto;
    }

    #tooltip:before,
    .mobTooltip-block:before {
        left: 110px;
    }

    .mobileTooltip {
        padding: 5px;
    }

    .mobileTooltip p {
        line-height: 1.2;
    }

    #row_total .mobileTooltip {
        width: 245px;
        padding: 5px;
    }

    #cluetip {
        display: none !important;
    }

    .thank-page .center_colum {
        width: 40%;
    }

    .thank-page .right_colum {
        width: 40%;
    }

    .center_colum {
        min-height: 500px;
    }
}

@media (max-width: 1120px) {
    .phone3,
    .phone4 {
        max-width: 103px;
    }

    #prices th.price_title2 .title-prices {
        height: 40px;
    }

    .ff_left {
        margin-right: 10px;
    }
}

@media (min-width: 995px) and (max-width: 1025px) {
    #row_firstname td:last-child > div,
    #row_country td:last-child > div {
        width: 46%;
    }

    .phone3,
    .phone4 {
        max-width: 160px;
        width: 100%;
    }

    .wrapTel #img_add_phone2 {
        right: 14px;
    }

    #img_delete_phone2 {
        right: -12px;
    }

    #row_phone2 .selectStyle {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .wrapper-submit-order{
        display: block;
    }

}

@media (max-width: 768px) {
    #firstname,
    #lastname {
        width: 85% !important;
    }
}

@media (max-width: 767px) {
    .mob {
        display: block;
    }

    .header_box::after {
        background: none;
    }

    .head_top {
        height: 50px;
        background: linear-gradient(#6a69be, #474699);
        padding: 8px 10px 5px;
        position: relative;
        z-index: 21;
    }

    .head_top p {
        display: none;
    }

    #header {
        background: none;
        height: auto;
        position: relative;
        z-index: 20;
        border-radius: 0;
    }

    .header_box {
        overflow: hidden;
        height: 139px;
        background: rgba(0, 0, 0, 0) url(/images/split/2/bg_header.jpg) no-repeat scroll 0 -15px;
    }

    .head_img {
        top: 38px;
        width: 140px;
    }

    .menu {
        margin-left: 0px;
    }

    .menu_box {
        background: none;
    }

    .logo {
        margin: 32px 0 0 130px;
    }

    .btn_live span {
        display: none;
    }

    .btn_live,
    .mob-tel,
    .mob-log {
        background: #5dbd37;
        display: block;
        height: 46px;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 45px;
        display: inline-block;
        border-bottom: 3px solid #0b6e03;
        border-radius: 7px;
        margin-left: 5px;
    }

    .form_login .name {
        color: #fff;
        text-align: center;
        font-size: 28px;
    }

    .form_login .remember {
        margin: 20px auto;
    }

    .form_login .remember a {
        font-size: 18px;
        color: #77bdf1;
    }

    .btn_login {
        font-size: 22px !important;
    }

    .btn_live {
        opacity: 0;
    }

    .btn_live:after {
        left: 14px;
        top: 17px;
    }

    .mob-icons {
        display: block;
        float: right;
        margin-top: 1px;
    }

    .mob-tel {
        background: #5dbd37 url(/images/responsive/tel.png) center no-repeat;
        cursor: pointer;
    }

    .mob-log {
        background: transparent url(/images/responsive/login.png) center no-repeat;
        border: none;
        margin-left: 7px;
        height: 48px;
    }

    #main {
        transition: all .7s;
        margin: 0;
    }

    .mob-version-login {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background: #5a58ac;
        padding: 30px;
        z-index: 999;
        box-shadow: 7px 0 10px -5px #333 inset;
        transition: margin .7s;
        margin-right: -360px;
    }

    .main-menu .sitebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background: #5a58ac;
        padding: 15px 30px;
        z-index: 999;
        box-shadow: 7px 0 10px -5px #333 inset;
        transition: margin .7s;
        margin: 0;
        margin-left: -360px;
    }

    .mob-version-login.moveActiveLeft {
        margin: 0;
    }

    #main.moveActiveLeft {
        margin-left: -360px;
    }

    .main-menu .sitebar.moveActiveRight {
        margin: 0;
    }

    #main.moveActiveRight {
        margin-left: 360px;
    }

    .sitebar li a.active {
        color: #77bdf1;
    }

    .mob-log.active {
        background: transparent url(/images/responsive/login-push.png) center no-repeat;
    }

    .main-menu.active {
        background: transparent url(/images/responsive/menu-push.png) center no-repeat;
    }

    .sitebar li a span.icon_s1 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -2px;
    }

    .sitebar li a span.icon_s2 {
        background: url(/images/split/2/icon_sitebar_2.png) no-repeat;
    }

    .sitebar li a span.icon_s3 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -33px;
    }

    .sitebar li a span.icon_s4 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -65px;
    }

    .sitebar li a span.icon_s5 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -96px;
    }

    .sitebar li a span.icon_s6 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -124px;
    }

    .sitebar li a span.icon_s7 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -151px;
    }

    .sitebar li a span.icon_s8 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -182px;
    }

    .sitebar li a span.icon_s9 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -215px;
    }

    .sitebar li a span.icon_s10 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -247px;
    }

    .sitebar li a span.icon_s11 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -282px;
    }

    .sitebar li a span.icon_s12 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -310px;
    }

    .sitebar li a span.icon_s13 {
        background: transparent url(/images/responsive/sprite-menu.png) no-repeat;
        background-position: 0 -342px;
    }

    .mob-icons .btn_order {
        border-bottom: 3px solid #bf4000;
        border-radius: 5px;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        height: auto;
        line-height: 1.2;
        margin: 0 23% 0 -24%;
        padding: 11px 25px;
        text-shadow: 0 1px 1px rgba(191, 64, 0, 1);
        vertical-align: top;
        width: auto;
        left: 50%;
        margin: 0 0 0 -110px;
        position: absolute;
    }

    .head_contacts {
        display: none;
    }

    .main-menu {
        padding: 10px;
        height: auto;
        height: 46px;
        padding: 0;
        position: relative;
        right: 0;
        top: 2px;
        width: 45px;
        float: left;
        border-radius: 7px;
        cursor: pointer;
        background: transparent url(/images/responsive/burger-menu.png) center no-repeat;
    }

    .sitebar > li {
        display: block !important;
        text-align: left;
        background: none;
        padding: 5px;
        border-radius: 10px;
        background: #6a68bf;
        margin-bottom: 2px;
    }

    .sitebar > li > a {
        display: block;
        height: auto;
        line-height: 1.2;
        padding: 10px 0 10px 40px;
        text-align: left;
        width: auto;
        color: #fff;
        background: none;
        font-size: 18px;
        font-weight: 500;
    }

    .sitebar:before {
        display: none;
    }

    .shadowClick {
        position: fixed;
        z-index: 19;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .left_colum {
        display: none;
    }

    .center_colum {
        width: 96%;
        float: none;
        padding: 10px;
    }

    .main_adds_img img {
        width: 100%;
        position: relative;
        left: 0;
    }

    .menu_box {
        margin: 10px auto;
        padding: 0;
        position: relative;
        width: 96%;
        height: auto;
    }

    .menu_box .menu_wrap {
        text-align: center;
        display: none;
    }

    .menu > li {
        background: #7170ba none repeat scroll 0 0;
        border-radius: 10px;
        display: inline-block;
        margin: 1px -1px;
        vertical-align: top;
        width: 49%;
    }

    .menu > li > a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        height: auto;
        line-height: 1.2;
        padding: 12px 0;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        text-shadow: none;
    }

    .menu > li > a:hover {
        background: #6160b5 none repeat scroll 0 0;
        border-radius: 10px;
    }

    .titleMenu {
        display: block;
        padding: 10px;
        border: 2px solid #7170ba;
        background: #fff;
        color: #7170ba;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 700;
        margin: 1px auto;
        position: relative;
    }

    .titleMenu img {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .collapseList {
        display: block;
        margin: 10px auto;
        text-align: center;
        color: #6486e2;
        font-size: 18px;
    }

    .content {
        padding-top: 15px;
    }

    .main_adds_img a img:last-child {
        display: block;
    }

    .main_adds_img a img:first-child {
        display: none;
    }

    .list_complete .name {
        font-size: 16px;
    }

    .list_complete .step1 {
        height: 170px;
        width: 138px;
        margin-left: 0;
        background-size: 100% 100%;
    }

    .list_complete .step2 {
        background: rgba(0, 0, 0, 0) url(/images/split/2/bg_step_2.png) no-repeat scroll 0 0 / 100% 100%;
        height: 170px;
        margin: 5px auto 0;
        width: 130px;
    }

    .list_complete .step3 {
        background: rgba(0, 0, 0, 0) url(/images/split/2/bg_step_3.png) no-repeat scroll 0 0 / 100% 100%;
        height: 170px;
        margin: 0 auto;
        width: 130px;
    }

    .right_colum .free,
    .right_colum .today {
        display: block;
        margin: 10px auto !important;
        width: 90%;
        max-width: inherit;
        background: none;
    }

    .completed .title {
        padding: 0 10px 12px 0;
    }

    .mob-accept {
        display: block;
    }

    .mob-accept img {
        height: auto;
    }
    .mob-accept img,
    .mob-accept .btn_ask {
        display: block;
        margin: 0 auto;
    }

    .contact-page .mob-accept {
        display: none;
    }

    .btn_ask {
        display: none;
    }

    #footer {
        background: #4c4c9f url(/images/split/2/bg_footer.gif) repeat-x scroll 0 0;
        height: 245px !important;
        margin: -120px auto 0 !important;
    }

    .foot_nav li {
        padding: 0 5px;
    }

    .foot_nav li a {
        font-size: 12px;
    }

    img.desctop-768 {
        display: inline;
        width: 440px;
    }

    form#order_form table {
        padding-bottom: 70px;
    }

    .previewPage form#order_form table {
        padding-bottom: 0;
    }

    .form_login {
        background: none;
    }

    .form_login_box {
        background: none;
    }

    .form_login-logined p {
        color: #fff;
        font-size: 21px;
    }

    a.form_login_profile {
        font-size: 21px;
        color: #77bdf1;
        font-weight: 400;
    }

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

    a.form_login_logout {
        background: rgba(0, 0, 0, 0) linear-gradient(#fafafa 50%, #d9d9d9 50%) repeat scroll 0 0;
        font-size: 22px;
        margin: 20px auto;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        width: 75%;
    }

    .form_login-logined p:before {
        content: url("/images/responsive/ic3.png");
        left: -20px;
    }

    .form_login_logout img {
        top: 2px;
        width: 17px;
    }

    .order-form .center_colum {
        width: 95%;
        margin: 0 auto 120px;
    }

    .wrapper-step img,
    .wrapper-step p {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .wrapper-step .step {
        padding: 1px 10px 0;
        margin: 1px 0 1px 1px;
    }

    .wrapper-step p {
        font-size: 16px;
        margin-left: 0;
        width: 100%;
    }

    .wrapper-step span {
        display: block;
        font-size: 13px;
        font-weight: 400;
    }

    .wrapper-step img {
        width: 35px;
    }

    .step:last-child img {
        width: 53px;
    }

    #order_form tbody tr.even td,
    #order_form tbody tr td,
    #order_form table tr td div {
        background: #ebecfd !important;
    }

    #personal_info {
        border: none;
    }

    #order_form th {
        border-top: none !important;
    }

    #order_form tr td {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #row_firstname > td {
        padding-top: 0 !important;
    }

    #row_firstname > td:last-child,
    #row_country td:last-child,
    #row_phone2 > td:last-child,
    #row_o_interval > td:last-child {
        padding-right: 0 !important;
    }

    #row_firstname td:last-child > div,
    #row_country td:last-child > div {
        display: inline-block;
        width: 47.6%;
    }

    #row_firstname td:last-child > div:last-child {
        margin-right: 0;
    }

    #firstname,
    #lastname {
        width: 94% !important;
    }

    #row_email #email,
    #retype_email,
    #topic {
        width: 96.5% !important;
    }

    #order_form tbody > tr > td:last-child {
        padding-right: 0;
    }

    #firstname,
    #lastname,
    #name,
    #row_email #email,
    #topic,
    #doctype,
    #wrlevel,
    #details,
    #order_category,
    #ask_question,
    #name_old,
    #email_old,
    #topic_old,
    #doctype_old,
    #wrlevel_old,
    #details_old,
    #order_category_old,
    #ask_question_old,
    #numpages,
    #retype_email,
    #password,
    #quiz_login,
    #quiz_password,
    .disabled_email_input,
    #preff_wr_id input,
    #row_promo input {
        padding: 8px 0 8px 10px;
    }

    #row_email td.label div,
    #row_retype_email td.label div {
        padding: 5px 2px 0 0 !important;
    }

    .phone_hint {
        margin-top: 5px;
        font-size: 13px;
    }

    .selectStyle select {
        padding: 7.5px 10px !important;
    }

    #phone1_country,
    #phone1_area,
    #phone2_country,
    #phone2_area {
        width: 25px !important;
        padding: 7.5px 5px;
        vertical-align: top;
    }

    #phone1_number,
    #phone2_number {
        width: 95px;
        padding: 7.5px 5px;
        max-width: 90px;
    }

    .wrapTel #img_add_phone2,
    #img_delete_phone2 {
        right: -4px;
        top: 10px;
        width: 7%;
    }

    #img_delete_phone2 {
        right: 7px;
    }

    #row_phone2 {
        margin-top: 10px;
    }

    .phone3,
    .phone4 {
        max-width: 130px;
        padding: 7.5px 10px !important;
    }

    .label label,
    input,
    textarea,
    select {
        font-size: 15px !important;
    }

    #row_additional_164 .label label:after {
        top: 2px;
    }

    .label th {
        margin: 10px auto;
    }

    form#order_form table {
        width: 100% !important;
    }

    #personal_info {
        border: 1px solid #d4d5ea;
        border-top: none;
    }

    .label.even,
    #order_form table th {
        display: block;
        width: 100%;
        height: auto;
        font-size: 21px !important;
        margin-bottom: 0;
    }

    tbody {
        display: block;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        background: #ebecfd;
    }

    .orderform tbody:first-child {
        border: 1px solid #d4d5ea;
        border-bottom: none;
        padding: 10px 10px 1px;
    }

    .selectStyle:after {
        height: 31px;
        width: 23px;
        top: 7px;
        right: 6px;
        background: url(/images/responsive/select-mob.png) no-repeat scroll right center;
    }

    .field_hint img {
        width: auto !important;
    }

    #order_details {
        margin-top: 20px;
        border: 1px solid #d4d5ea;
        border-bottom: none;
    }

    #order_details > tr {
        border-left: none;
        border-right: none;
    }

    #row_topic {
        border-top: none;
    }

    #row_topic > td {
        padding-top: 0 !important;
    }

    #group_3 {
        margin: 5px;
    }

    .label label {
        position: relative;
        left: 5px;
    }

    #order_form .required_star {
        position: absolute;
        left: -10px;
    }

    .selectStyle {
        width: 97%;
    }

    #row_wrlevel a.submit {
        padding: 6px 0;
        font-size: 15px;
        display: inline-block;
    }

    #order_form table tr td div.wrapSubmit {
        padding: 1px !important;
        background: #fff !important;
    }

    #order_form table tr td div.toolWrap {
        background: #fff !important;
    }

    #row_wrlevel td:last-child {
        padding-right: 0 !important;
    }

    .toolWrap:last-child .tooltipLevel {
        left: -55%;
    }

    .toolWrap:last-child .tooltipLevel:before {
        left: 150px;
    }

    .admSevice,
    .wrapSubmit {
        width: 93%;
    }

    #row_o_interval .linear-select a {
        padding: 6px 15px !important;
        font-size: 15px;
    }

    #row_curr .linear-select {
        width: 99%;
    }

    #row_curr .linear-select a,
    #row_curr .linear-select a.selected {
        padding: 6px 0 !important;
        font-size: 15px;
        width: 25%;
        display: inline-block;
        text-align: center;
    }

    #num_pg_ord {
        margin-top: 10px;
        font-size: 13px;
    }

    .orderform {
        font-size: 15px;
    }

    #row_additional_164 .label label:after {
        left: -1px;
        top: 22px;
        width: 26px;
    }

    #cost_per_page {
        font-weight: 700;
    }

    #additional_164_price {
        margin-left: 20px;
        font-weight: 700;
    }

    #row_additional_164 .label label.active:after {
        top: 20px !important;
    }

    #row_style .field_hint,
    #row_numberOfSources .field_hint {
        right: -25px;
        top: 11px;
    }

    #row_academic_level .selectStyle {
        width: 97%;
    }

    #row_urgency .selectStyle,
    #row_style .selectStyle,
    #row_o_interval .selectStyle,
    #row_numberOfSources .selectStyle {
        width: 90%;
    }

    div#cluetip-outer:before {
        display: none;
    }

    #row_cost_per_page .label div {
        padding: 4px 5px !important;
    }

    #will_upload_files {
        opacity: 0;
    }

    #row_will_upload_files > td:last-child > div:after {
        content: url(/images/responsive/checkbox-mob.png);
        left: -11px;
        top: 1px;
    }

    #row_will_upload_files > td:last-child > div {
        margin-left: 15px;
    }

    #details {
        width: 97% !important;
    }

    #row_preff_wr_id {
        margin: 10px 0 0;
    }

    #row_preff_wr_id > td {
        padding-bottom: 0 !important;
    }

    #row_preff_wr_id > td.label {
        padding-left: 5px !important;
    }

    .prefflist {
        width: 100% !important;
    }

    #preff_wr_id input,
    #row_promo input {
        width: 88% !important;
    }

    .prefflist img.add,
    .prefflist img.delete {
        width: 16px !important;
        height: 16px !important;
    }

    #row_preff_wr_id {
        position: relative;
        border-bottom: none;
    }

    #row_preff_wr_id:after,
    #order_details .vasWrapper:after,
    #row_promo:after {
        content: '';
        border-bottom: 1px solid #c9c8dc;
        border-top: 1px solid #c9c8dc;
        height: 20px;
        display: block;
        width: 110%;
        margin-left: -13px;
        margin-top: 10px;
        background: url(/images/split/2/bg_body.gif);
    }

    .orderform {
        overflow: hidden;
    }

    .vasWrapper {
        margin: 0 auto 5px;
    }

    #row_promo {
        border: none;
    }

    #group_4 th {
        margin-left: 5px;
    }

    #row_promo td > div {
        padding: 5px !important;
    }

    #row_promo .label label {
        left: 0;
    }

    #row_promo input {
        width: 97% !important;
    }

    #row_promo td:last-child > div {
        font-size: 13px;
        padding-bottom: 15px !important;
    }

    #row_total {
        background: none;
        border: none;
    }

    #order_details {
        border-bottom: 1px solid #d4d5ea;
    }

    form#order_form table tfoot {
        margin-top: 10px;
    }

    #order_form tfoot tr td div {
        background: none !important;
    }

    .wrapper-submit-order {
        text-align: center;
    }

    .block-termcond {
        font-size: 13px;
        text-align: left;
    }

    .wrapper-submit-order > div {
        width: 40%;
    }

    .wrapper-submit-order > div.block-submit {
        width: 49%;
    }

    #terms-conditions-popup + .vasWrapper {
        display: none;
    }

    .order-form .adds.mob img:first-child {
        display: block !important;
        width: 100%;
    }

    .free.mob {
        display: block;
        background: none;
        border: 1px solid #eee;
    }

    .mobileTooltip {
        width: 140px;
        left: -20px;
        padding: 5px;
    }

    .mobileTooltip:before {
        left: 40px;
    }

    #row_numberOfSources .mobileTooltip,
    #row_style .mobileTooltip,
    #row_total .mobileTooltip {
        left: -135px;
    }

    #row_numberOfSources .mobileTooltip:before,
    #row_style .mobileTooltip:before,
    #row_total .mobileTooltip:before {
        left: 135px;
    }

    #row_total .mobileTooltip {
        width: 245px;
    }

    .previewPage tbody {
        background: none;
    }

    .previewPage #order_form tr td {
        width: auto;
    }

    .previewPage #order_form tr td.label {
        max-width: 180px;
        padding-right: 5px;
    }

    .previewPage #order_form th {
        height: auto;
        padding-top: 20px;
        background: url(/images/split/2/bg_body.gif);
    }

    .previewPage #order_details th {
        padding-top: 5px;
    }

    .previewPage #order_details {
        margin-top: 0;
        border: none;
    }

    .previewPage .label th {
        margin: 0 auto;
    }

    .previewPage .vas_row input {
        opacity: 0;
        margin-right: 15px;
    }

    .previewPage .vas_row .vas_price {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .vas_row .vas_price {
        margin-left: 20px;
    }

    .previewPage .vas_row .vas_price {
        margin-left: 0;
    }

    .previewPage #order_form tbody tr.vas_row td:last-child,
    .previewPage #order_form tr.vas_row td,
    .previewPage #order_form tr.vas_row td.label,
    .previewPage .vas_row .field_hint {
        vertical-align: middle;
    }

    .vas_row td:last-child > div.checkboxStyle:before {
        content: url(/images/responsive/checkbox-mob.png);
        top: 3px;
    }

    .previewPage .vas_row td:last-child > div.checkboxStyle:before {
        content: url(/images/responsive/checkbox-mob.png);
        top: 3px;
    }

    .vas_row td:last-child > div.active.checkboxStyle:before {
        content: url(/images/responsive/checked-mob.png)!important;
        top: 1px !important;
    }

    .previewPage.active #row_langstyle #lstyle_options:before {
        content: url(/images/responsive/checked-mob.png)!important;
        top: -3px !important;
    }

    #lstyle_options:before {
        content: url(/images/responsive/checkbox-mob.png);
        left: -1px;
        top: -6px;
    }

    #lstyle_options.active-lang:before {
        content: url(/images/responsive/checked-mob.png)!important;
        left: 0 !important;
        top: -8px !important;
    }

    #row_will_upload_files td:last-child > div.active:after {
        content: url(/images/responsive/checked-mob.png)!important;
        top: -1px !important;
        left: -10px !important;
    }

    .previewPage #lstyle_options:before {
        left: 3px;
        top: -2px;
    }

    .previewPage #lstyle_options.active-lang:before {
        top: -4px !important;
        left: 4px !important;
    }

    .previewPage #row_langstyle {
        padding: 5px 0 !important;
    }

    .previewPage #row_will_upload_files > td:last-child > div {
        margin-left: 0;
    }

    .previewPage #additional_164_price {
        margin-left: 0;
        font-weight: 700;
    }

    #paypal_enabled {
        padding: 8px 8px 8px 35px;
    }

    #row_langstyle .field_hint {
        margin-left: 10px;
    }

    .field_hint {
        width: 22px;
        height: 22px;
    }

    span.selectStyle:after {
        top: -1px;
    }

    .left-img {
        width: 20%;
        margin-right: 10px;
    }

    .text-descr {
        width: 75%;
    }

    .inner-page .right_colum {
        width: 96%;
        float: none;
        margin: 10px auto;
    }

    .inner-page tbody {
        background: none;
    }

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

    .wservice_right table td {
        vertical-align: bottom;
    }

    .inner-page .content {
        padding: 30px 0 260px;
    }

    .filter tr,
    .filter tr td {
        display: block;
        width: 100% !important;
        text-align: left;
        box-sizing: border-box;
    }

    .prices-page .currency_but {
        background: #fff;
        width: 100%;
        padding: 1px;
        text-align: center;
    }

    .prices-page .currency_but a {
        padding: 6px 0;
        color: #6161b3;
        width: 24.36%;
        display: inline-block;
    }

    .currency_but a.active {
        color: #fff !important;
    }

    .prices-page .selectStyle select {
        padding: 7px 4px !important;
    }

    .prices-page .selectStyle:after {
        top: 2px;
    }

    .prices-page .selectStyle,
    .prices-page .selectStyle select {
        width: 100%;
    }

    .prices-page .selectStyle.last select,
    .prices-page .selectStyle.last {
        width: 220px;
    }

    .prices-page #discount_text.active {
        height: 24px;
        padding: 5px 10px 0;
    }

    .prices-page tbody {
        background: none;
    }

    #prices_table_content h2,
    .prices-page #wr_level_desc h2 {
        line-height: 1.2;
    }

    .feat_format > div {
        width: 35%;
    }

    .price_desc {
        width: 100%;
    }

    .price_desc img,
    .text-tizzer {
        display: inline-block;
        vertical-align: top;
    }

    .text-tizzer {
        width: 77%;
        margin-left: 10px;
    }

    .price_desc h4 {
        padding: 0;
    }

    .urgencyMobile {
        display: block;
    }

    .prices-page #prices tbody {
        display: table;
    }

    #prices tr.levelRow {
        display: none;
    }

    #prices .prices-container.prices-container__mobile {
        display: none;
    }
    #prices tr.mobCalc,
    #prices tbody.prices-container.prices-container__mobile.mobCalc {
        display: table !important;
    }

    .add_promo_code {
        width: 428px;
        height: 68px;
        margin: 5px auto 0;
        /* border: 1px solid #b4b3d2; */
        border-radius: 5px;
        background-color: #e1e2f9;
        background-image: url(/images/responsive/banner-mobile.png);
        background-size: cover;
        background-position: 50%;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }

    #prices th .title-prices,
    .table_pack .title-prices,
    .price_text {
        font-size: 18px;
    }

    .prices-page .urgencyMobile .selectStyle,
    .prices-page .urgencyMobile .selectStyle select {
        width: 100%;
    }

    .mobCalc .td_name,
    .mobile-order-now td:first-child {
        visibility: hidden;
        width: 0 !important;
        padding: 0 !important;
        margin: 0;
        text-indent: -99999px;
        display: block;
        border-left: none !important;
    }

    .prices td a:after {
        right: 5px;
        top: 3px;
    }

    .mobile-order-now {
        display: none;
    }

    .mobCalc + .mobile-order-now {
        display: table-row;
    }

    .mobile-order-now td,
    #prices td {
        position: relative;
        background: #f0f1ff;
    }

    #prices td,
    #prices tr td:nth-last-of-type(2) {
        border-bottom: none;
        box-shadow: none;
    }

    .mobile-order-now td:nth-of-type(2):after,
    .mobile-order-now td:nth-of-type(3):after,
    .mobile-order-now td:last-child:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: -1px;
        width: 100%;
        height: 5px;
        background: #f0f1ff;
        border-bottom-left-radius: 5px;
        border: 1px solid #d3d3e1;
        border-top: none;
    }

    .mobile-order-now td:nth-of-type(3):after {
        bottom: -10px;
        left: -1px;
        width: 100%;
        height: 10px;
        background: #f0f1ff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #a8a8d9;
        border-top: none;
        box-shadow: 0 5px 7px rgba(168, 168, 217, .7);
    }

    .mobile-order-now td:last-child:after {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 5px;
    }

    #prices tr td:nth-of-type(2) {
        border-left: 1px solid #d3d3e1;
    }

    .mobile-order-now td {
        padding: 5px 25px !important;
    }

    .mobile-order-now .btn_order {
        line-height: 30px;
        font-size: 15px;
        color: #fff !important;
        font-weight: 500 !important;
        border-bottom: 2px solid #bf4000;
        border-radius: 5px;
    }

    .prices.mobile__one-level tr {
        background: none!important;
    }

    .mobile-order-now.mobile__one-level > .mobile__one-level_td {
        display: none;
    }

    .prices-page .right_colum {
        display: block;
        width: 97%;
        margin: 10px auto;
    }

    .prices-page #footer {
        margin: -135px auto 0;
    }

    .prices-page .right_colum .free,
    .prices-page .right_colum .today {
        margin: 10px auto 30px !important;
    }

    .home-page #footer {
        margin: -200px auto 0;
    }

    .contact-page .center_colum {
        width: 100%;
        box-sizing: border-box;
    }

    .side-text {
        width: 72%;
        width: 72%;
    }

    .wrap-cont-tel,
    .wrap-mail {
        display: block;
        width: 100%;
    }

    .cont-mail:before {
        width: 100%;
        transform: none;
        left: 0;
        top: 1px;
        width: 100%;
    }

    .cont-mail {
        padding: 15px 0;
    }

    .cont-tel {
        display: inline-block;
        width: 49%;
    }

    .cont-tel p {
        width: 60%;
    }

    .cont-tel p span {
        font-size: 17px;
    }

    .service-center ul {
        width: 100%;
        display: block;
        margin: 0;
    }

    .service-center ul:first-of-type {
        margin-top: 10px;
    }

    .service-center ul:last-of-type {
        margin-bottom: 10px;
    }

    .service-center ul li {
        font-size: 15px;
        padding: 5px 0;
    }

    .contact-page .content {
        padding: 30px 0 280px;
    }

    .inner-page .content {
        padding: 0 0 260px;
    }

    #center_part td,
    #center_part tr {
        display: block;
        width: 100%;
    }

    #center_part tbody {
        padding: 0;
    }

    h1.h1_li {
        color: #6161b3;
        font-size: 18px;
        font-weight: 700;
        display: block;
        padding: 10px;
        background: #ebecfd;
        border: 1px solid #b5b4d4;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
    }

    h1.h1_li:after {
        content: url(/images/responsive/show-menu.png);
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .h1_li a {
        color: #6161b3;
        font-size: 18px;
    }

    .services_list {
        display: none;
    }

    .h1_li:hover {
        background: #dbddfe;
    }

    .mob-discount,
    .text-discount h3 {
        display: block;
        text-align: left;
    }

    .block-discount img:first-child {
        display: none;
    }

    .block-discount h3 {
        text-align: center;
    }

    .block-discount:nth-of-type(1) h3 {
        color: #626262;
    }

    .block-discount:nth-of-type(2) h3 {
        color: #e89900;
    }

    .block-discount:nth-of-type(3) h3 {
        color: #514c8c;
    }

    .block-discount img {
        left: -15px;
    }

    .block-discount {
        padding: 190px 5px 0;
        margin-bottom: 20px;
    }

    .collapse {
        display: none;
    }

    .titleExtras {
        padding: 5px 10px;
    }

    .titleExtras h2 {
        font-size: 19px;
    }

    .blockExtras .list {
        width: 72%;
    }

    .blockExtras.first .list {
        width: 74%;
    }

    .dialog_cloud {
        padding-top: 310px;
        margin: 0 auto;
    }

    .error-text {
        width: 100%;
    }

    .cloud {
        position: absolute;
        left: -15%;
        top: 10px;
        background: url(/images/responsive/ken-cloud.png) no-repeat;
        width: 443px;
        height: 491px;
        background-size: 100% 100%;
        z-index: 0;
    }

    .kengooroo {
        display: none !important;
    }

    .search_box {
        margin-top: 45px;
    }

    .wrapper-error-page {
        min-height: 700px;
    }

    .search_box form {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .search-wrapper input {
        width: 80%;
        margin: 0 auto;
    }

    .text-news {
        width: 70%;
    }

    .article-list {
        padding-left: 10px;
    }

    .wrap-faq-text p {
        margin: 0 15px 10px;
    }

    #deadline {
        width: 94%;
        padding: 7px 10px;
    }

    .payment-resubmit-wrap {
        width: 100%;
        min-height: 300px;
    }

    .payment-resubmit-wrap .field_hint {
        top: 0 !important;
    }

    .wrapTooltip {
        z-index: 10 !important;
    }

    .social-icons {
        display: none;
    }

    .paymentAccount tbody {
        background: transparent;
    }

    .thank-page .head_top {
        display: none;
    }
    #order_form table tfoot tr td {
        justify-content: space-between;
        align-items: baseline;
    }
    .wrapper-submit-order {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    .sitebar > li {
        padding: 4px;
    }

    .sitebar > li > a {
        padding: 3px 0 3px 40px;
        font-size: 14px;
    }

    .sitebar li a span {
        top: 0;
    }
}

@media (max-width: 700px) {
    .payment-resubmit-wrap .field_hint:after {
        right: -25px;
    }
}

@media (max-width: 570px) {
    .menu > li {
        width: 100%;
        display: block;
    }

    .payment-resubmit-wrap .field_hint:after {
        right: -55px;
    }
}

@media screen and (max-width: 479px) {
    body {
        zoom: 75%;
        -moz-transform: scale(0.75);
        min-width: 480px;
    }

    .logo {
        margin: 32px 0 0 100px;
        position: relative;
        z-index: 18;
    }

    .head_img {
        left: 0;
        width: 135px;
    }

    .completed .title {
        background: none;
    }

    .right_colum {
        float: none;
        margin-left: -5px;
        width: 100%;
    }

    .right_colum .free,
    .right_colum .today {
        width: 89%;
    }

    .mob-accept img {
        width: 90%;
        height: auto;
    }

    #footer {
        background: rgba(0, 0, 0, 0) url(/images/split/2/bg_footer.gif) repeat-x scroll 0 0 / cover;
        height: 335px;
        margin: -235px auto 0;
    }

    #row_firstname td:last-child > div,
    #row_country td:last-child > div {
        display: inline-block;
        width: 47%;
    }

    #firstname,
    #lastname {
        width: 95% !important;
    }

    #phone1_number,
    #phone2_number {
        max-width: 150px;
        width: 100%;
    }

    .wrapTel #img_add_phone2,
    #img_delete_phone2 {
        top: 10px;
        width: 7%;
    }

    #row_wrlevel a.submit {
        padding: 6px 0;
    }

    #row_o_interval .linear-select a {
        padding: 6px 5px !important;
    }

    #num_pg_ord {
        margin-top: 7px;
    }

    #preff_wr_id input,
    #row_promo input {
        width: 83% !important;
    }

    #row_promo input {
        width: 84% !important;
    }

    .wrapper-submit-order > div {
        width: 30%;
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper-submit-order > div.block-submit {
        width: auto !important;
    }

    #submit_order_form {
        padding: 15px 20px;
    }

    .block-termcond a {
        display: block;
    }

    .wrapper-step img {
        width: 27px;
    }

    .step:last-child img {
        width: 40px;
    }

    #submit_order_form {
        font-size: 16px !important;
        padding: 15px 20px !important;
    }

    #paypal_enabled {
        padding: 5px;
        text-align: center;
    }

    #order_form .edit_order_prev {
        margin-bottom: 10px;
    }

    .previewPage #order_form table tr td div {
        font-size: 15px;
    }

    .phone3,
    .phone4 {
        max-width: 120px;
    }

    .left-img {
        width: 29%;
        margin-right: 10px;
    }

    .text-descr {
        width: 65%;
    }

    .inner-page .right_colum {
        width: 96%;
        float: none;
        margin: 10px auto;
    }

    .center_colum {
        width: 98%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #prices_table_content .filter {
        padding: 5px;
        padding-bottom: 15px;
    }

    .mobile-order-now td {
        padding: 5px !important;
    }

    #prices th .title-prices,
    .table_pack .title-prices,
    .price_text {
        font-size: 14px;
    }

    th.price_title1 .title-prices {
        padding: 10px 5px;
    }

    #prices th .title-prices,
    .table_pack .title-prices {
        padding: 10px 5px;
    }

    .feat_format > div {
        width: 79%;
        display: block;
        margin: 20px auto;
    }

    .text-tizzer {
        width: 65%;
    }

    .right_colum .free,
    .right_colum .today {
        width: 88%;
    }

    .wservice {
        padding: 20px 10px;
    }

    .wrapper-services h3 a {
        font-size: 14px;
    }

    .side-text {
        width: 60%;
    }

    .cont-tel {
        display: inline-block;
        width: 100%;
    }

    .block_title_background:last-of-type .title-table {
        font-size: 15px;
    }

    .block_title_background .title-table {
        padding: 5px 10px;
        font-size: 15px;
    }

    .wrapper-block-services h2 {
        font-size: 13px;
    }

    .wrapper-block-services .btn_order {
        display: block;
        margin: 0 auto;
        width: 80px;
    }

    .wrapper-block-services:before {
        top: 2px;
    }

    .prices td a:after {
        top: 0;
    }

    .thank-page .center_colum,
    .thank-page .right_colum {
        width: 80%;
        display: block !important;
        margin: 0 auto;
    }
}

@media (max-width: 345px) {
    body {
        zoom: 68%;
        -moz-transform: scale(0.68);
    }

    .mob-icons .btn_order {
        padding: 11px 7px;
    }

    .logo {
        margin: 32px 0 0 10px;
    }

    .right_colum .free,
    .right_colum .today {
        width: 87%;
    }

    #row_curr .linear-select a,
    #row_curr .linear-select a.selected {
        padding: 6px 16px !important;
    }

    #row_wrlevel a.submit {
        padding: 6px 10px;
    }

    .right-block .label-block {
        top: 60px;
    }
}

.bcFloat {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    right: 12px !important;
}

#bc-chat-container {
    height: auto !important;
}

body {
    opacity: 1;
}

#quiz_login {
    width: 44% !important;
}

#row_quiz_login .field_hint {
    position: relative;
    top: -4px;
}

#row_doctype .selectStyle {
    width: 95%;
}

#row_doctype .mobileTooltip {
    width: 200px;
    left: -200px;
}

#row_doctype .mobileTooltip:before {
    left: 195px;
}

#row_doctype .mobileTooltip div {
    background: #fdf5c9 !important;
}

#row_total .label div {
    display: inline-block;
    padding: 0 !important;
}

/*#linear-select-curr{
    display: none
}*/

/********** hidden order-form ******/
.orderform {
    opacity: 0;
}
/********** end hidden order-form ******/
.personal-2 tr {
    width: 100%;
    display: table;
}

#remember_me,
#remember_me_login {
    display: none;
}

.remember_me_label {
    display: block;
    color: #767575;
    margin-bottom: 15px;
    font-size: 13px;
    height: 22px;
    line-height: 25px;
    padding-left: 26px;
    background: url(/images/remember_me.png) no-repeat;
    cursor: pointer;
    background-position: left center;
    font-weight: 500;
    font-family: Arial;
    margin-top: 8px;
}

#remember_me:checked + label,
#remember_me_login:checked + label {
    background: url(/images/remember_me_checked.png) no-repeat;
    background-position: left center;
}

@media only screen and (max-width: 1024px) {
    #remember_me + .remember_me_label {
        background: url(/images/remember_me_mob.png) no-repeat;
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        line-height: 19px;
    }

    #remember_me:checked + label {
        background: url(/images/remember_me_mob_checked.png) no-repeat;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*#order_form table tfoot tr td {*/
    /*    align-items: center;*/
    /*}*/

    #submit_order_form {
        padding: 2px 21px !important;
    }

    .wrapper-submit-order {
        display: flex;
        align-items: center;
    }
}

.tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0px;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    line-height: 18px;
    right: 0;
    margin-bottom: 5px;
}

.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.wrlevels__td {
    position: relative;
    cursor: pointer;
}

.wrlevels__td:after {
    content: url(/images/hint-wrlevels.png);
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    margin-left: 5px;
}

.wrlevels__td.hover_effect .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.wrlevel_popup__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrlevel_popup__item {
    list-style-type: none;
    margin: 0;
    padding: 8px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrlevel_popup__item + .wrlevel_popup__item {
    margin-left: 6px;
}

.wrlevel_popup__item.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrlevel_popup__item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #cfcfcf transparent transparent transparent;
    background: #ebecfd;
}

.wrlevel_popup__item--premium {
    background: #fff8e7;
}

.wrlevel_popup__item--premium:after {
    border-color: #d9cdae transparent transparent transparent;
}

.wrlevel_popup__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px 0;
    font-size: 12px;
    color: #444;
}

.wrlevel_popup__li:before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(/images/tick.png);
}

.wrlevel_popup__li--price {
    margin-top: auto;
    padding-top: 6px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}

.wrlevel_popup__li--price span {
    display: inline-block;
    margin-left: 4px;
}

.wrlevel_popup__li--price:before {
    display: none;
}

.wrlevel_field_hint {
    display: none;
    position: absolute;
    right: -25px;
    top: 10px;
}

.wrlevel_field_hint.mobile {
    display: none !important;
}

.wrlevel_field_hint.clicked .fa-fw:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("../images/split/icons/svg/close.svg");
}

#row_wrlevel .orderform__el_container {
    position: relative;
}

.wrlevel_popup {
    display: none;
    position: relative;
    z-index: 2;
}

#linear-select-wrlevel {
    position: relative;
    z-index: 2;
}

.mobile {
    display: none;
}

.info-popup__wrlevel.active .field_hint {
    background: none;
}

.info-popup__wrlevel .field_hint,
.info-popup__wrlevel,
.wrlevel_popup,
.wrlevel_popup__list,
#row_wrlevel .selectStyle {
    padding: 0 !important;
}

#row_wrlevel .selectStyle {
    width: auto;
    margin: 0px 2px;
}

.info-popup__wrlevel .field_hint__wrlevel {
    background: url(/images/responsive/tooltip.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 0 !important;
    cursor: pointer;
}

.info-popup__wrlevel.active .field_hint__wrlevel {
    background: none;
}

.info-popup__wrlevel.active .field_hint__wrlevel:before,
.info-popup__wrlevel.active .field_hint__wrlevel:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.info-popup__wrlevel.active .field_hint__wrlevel:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-popup__wrlevel.active .field_hint__wrlevel:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ppt-wrapper {
  display: inline-block;
  margin-left: 10px;
  width: auto;
}

.ppt-wrapper select {
  -webkit-appearance: menulist;
  margin-left: 5px;
  width: auto;
}

@media all and (max-width: 767px) {
    .wrlevel_popup {
        position: fixed;
        top: 0;
        height: 100%;
        overflow: auto;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;
    }

    .wrlevel_popup__head {
        font-size: 18px;
        color: #363636;
    }

    .wrlevel_popup__title {
        font-size: 24px;
        color: #363636;
        font-weight: 500;
        padding: 5px 0 10px;
    }

    .wrlevel_popup__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrlevel_popup__item {
        width: 100% !important;
        padding: 15px 20px 0;
        margin-bottom: 15px;
    }

    .wrlevel_popup__li {
        font-size: 14px;
    }

    .wrlevel_popup__li--price {
        background: #ddd;
        line-height: 1.5em;
        padding: 9px 0;
        margin: 10px -20px 0;
    }

    .wrlevel_popup__item:after {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrlevel_popup__close {
        display: block;
        float: right;
        position: relative;
        width: 33px;
        height: 33px;
        top: 0px;
        cursor: pointer;
    }

    .wrlevel_popup__close:before,
    .wrlevel_popup__close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .wrlevel_popup__close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .wrlevel_popup__close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .info-popup__wrlevel {
        top: -30px;
        right: 0px;
        left: auto;
    }

    #order_form table #row_wrlevel td div.field_hint__wrlevel {
        background: url(/images/responsive/tooltip.png) no-repeat !important;
        width: 22px;
        height: 22px;
        top: -30px;
        right: -8px;
        background-size: 100% 100% !important;
    }

    #order_form table #row_wrlevel .info-popup__wrlevel.active div.field_hint__wrlevel:before,
    #order_form table #row_wrlevel .info-popup__wrlevel.active div.field_hint__wrlevel:after {
        display: none;
    }
    body .admSevice {
        display: flex !important;
        width: 96% !important;
        justify-content: space-around !important;
    }
    /*#order_form table tfoot tr td {*/
    /*    flex-direction: column-reverse !important;*/
    /*}*/


    body #order_form #resubmit_cancel {
        margin: 0 0 0 8px !important;
    }
}

@media all and (max-width: 1250px) {
    .info-popup__wrlevel .field_hint__wrlevel {
        left: 430px;
    }
}

@media all and (min-width: 1222px) {
    #row_wrlevel .wrapSubmit {
        margin-left: 5px;
        padding: 1px !important;
        width: 389px;
    }
    #row_wrlevel a.submit {
        display: inline-block;
        width: 33.3%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .info-popup__wrlevel .field_hint__wrlevel {
        left: 409px;
    }
    .wrlevel_popup__list {
        width: 396px;
    }
}

.fb-mess2__link{
    display: flex;
    align-items: center;
}

.fb-mess2__img{
    margin-right: 7px;
}

.fb-mess2__text{
    margin-bottom:0;
    padding-bottom: 0!important;
    font-size: 18px;
}

.fb-mess2{
    margin-right: 20px;
    position: absolute;
    top: 29px;
    right: 193px;
}

.fb-mess2__link{
    color:white;
    text-decoration: none;
}

.fb-mess2__link:hover{
    color:white;
    text-decoration: none;
}

.fb-mess{
    display: none;
}

@media (max-width: 1223px) {
    .logo {
        margin: 30px 0 0 140px;
    }
    .fb-mess2{
        right: 175px;
    }
}

@media (max-width: 768px) {
    .fb-mess2{
        display: none;
    }
    .fb-mess__img--mobile{
        width: 47px;
        height: 47px;
    }
}

@media (max-width: 375px) {
    #order_details .field_hint__wrlevel {
        left: 416px;
    }

    #order_details .field_hint {
        right: 293px;
        top: -19px;
    }

    #order_details #row_numberOfSources .field_hint {
        right: 193px;
    }
}

#row_choice_pay_method {
    margin-top: 10px;
    border: 1px solid #c9c8dc;
}

.admSevice {
    display: flex !important;
    width: 322px !important;
}
#row_wrlevel .admSevice a.submit {
    padding: 3px 7px;
    width: auto;
}

.vas_row.additional_303_wrap td.active {
        padding-right: 0 !important;
}

#order_form table tfoot tr td {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#order_form #resubmit_cancel {
    margin-left: 0 !important;
}

.mobile-prices {
    width: 100%;

}
.mobile-prices .prices-container__mobile tr td {
    border-collapse: collapse;
    /*background: #ffffff;*/
    box-shadow: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e0e0eb !important;
    border-top: 1px solid #e0e0eb !important;
}

.mobile-prices .prices-container__mobile .price_value {
    padding-bottom: 13px !important;
}

.mobile-prices .prices-container__mobile tr {
    height: 39px;
    background: #f9faff !important;
    border: 1px solid #e0e0eb;
}

body .mobile-prices .prices-container__mobile tr:active {
    background: #ffedee !important;
}

.mobile-prices .prices-container__mobile tr:nth-child(2n) {
    background: #f0f1ff !important;
}

.mobile-prices .prices-container__mobile td:hover {
    background: none !important;
}

.mobile-prices .prices-container__mobile td{
    background: unset !important;
}

.mobile-prices .prices-container__mobile .btn-order__mobile-prices {
    padding: 4px;
    margin-left: 17px;
    background: #f9872f;
    border-bottom: 3px solid #db4f23;
    border-radius: 5px;
    max-width: 87px;
    color: #ffffff !important;
    font-size: 14px;
}
.mobile-prices .prices-container__mobile .btn-order__mobile-prices:after {
    top: 4px;
}

.prices-container__mobile .title-prices {
    padding: 7px 12px;
    color: #0a0a0b;
    text-align: left;
}

.prices-container__mobile .mobile-order-now__td, .prices-container__mobile .price_title {
    width: 116px;
}

.prices.mobile-prices {
    display: none;
}

@media (max-width: 767px) {
    .prices {
        display: none;
    }
    .prices.mobile-prices {
        display: table;
        border-collapse: collapse;
    }
    tr#row_wrlevel td.label {
        width: 100% !important;
    }
}

tr#row_wrlevel td.label {
    width: 295px !important;
}

tr#row_wrlevel td.label div {
    padding-top: 8px!important;
}

tr#row_wrlevel td.hiddeCheckBox div span a {
    text-decoration: none !important;
}

tr#row_wrlevel td.hiddeCheckBox div span a:hover {
    text-decoration: underline !important;
}
tr#row_wrlevel td.hiddeCheckBox .b-orderform__select-text {
    padding: 0;
}

body #order_details .vip-services td.hiddeCheckBox {
    padding-right: 9.5%;
}

.vip-services .hiddeCheckBox .linear-select{
    width: 403px;
}

.vip-services td.label div {
    padding-top: 9px !important;
}
.disclaimer {
    color: #7b7cb1;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}
.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";
}